예제 #1
0
 public void write(byte[] bytes, int off, int len) throws IOException {
   _out.write(bytes, off, len);
 }
예제 #2
0
 public void flush() throws IOException {
   _out.flush();
 }