public void write()

in src/main/java/org/apache/sling/scripting/xproc/xpl/impl/OutputStreamWrapper.java [43:45]


  public void write(byte[] arg0, int arg1, int arg2) throws IOException {
    getWrappedStream().write(arg0, arg1, arg2);
  }