public void write()

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


  public void write(int arg0) throws IOException {
    getWrappedStream().write(arg0);
  }