public static interface WriteSession.FlushHandler
| Modifier and Type | Method and Description |
|---|---|
int |
flush(WriteSession session,
byte[] buf,
int offset,
int len) |
int |
flush(WriteSession session,
byte[] buf,
int offset,
int len,
byte[] next,
int nextoffset,
int nextlen) |
int |
flush(WriteSession session,
LinkedBuffer lb,
byte[] buf,
int offset,
int len) |
int flush(WriteSession session, byte[] buf, int offset, int len) throws java.io.IOException
java.io.IOExceptionint flush(WriteSession session, byte[] buf, int offset, int len, byte[] next, int nextoffset, int nextlen) throws java.io.IOException
java.io.IOExceptionint flush(WriteSession session, LinkedBuffer lb, byte[] buf, int offset, int len) throws java.io.IOException
java.io.IOExceptionCopyright © 2009-2014. All Rights Reserved.