public void write(byte[] bytes, int off, int len) throws IOException { _out.write(bytes, off, len); }
public void flush() throws IOException { _out.flush(); }