Ejemplo n.º 1
0
 public int flush(Buffer header, Buffer buffer, Buffer trailer) throws IOException {
   return _endp.flush(header, buffer, trailer);
 }
Ejemplo n.º 2
0
 public void flush() throws IOException {
   _endp.flush();
 }
Ejemplo n.º 3
0
 public int flush(Buffer buffer) throws IOException {
   return _endp.flush(buffer);
 }