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