Exemplo n.º 1
0
 @Override
 public void write(byte[] b, int off, int len) throws IOException {
   processor.write(b, off, len);
 }
Exemplo n.º 2
0
 @Override
 public void write(int b) throws IOException {
   processor.write(b);
 }