in src/main/java/org/apache/sling/scripting/xproc/xpl/impl/OutputStreamWrapper.java [48:50]
public void write(byte[] arg0) throws IOException { getWrappedStream().write(arg0); }