public int flush(Buffer header, Buffer buffer, Buffer trailer) throws IOException { return _endp.flush(header, buffer, trailer); }
public void flush() throws IOException { _endp.flush(); }
public int flush(Buffer buffer) throws IOException { return _endp.flush(buffer); }