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 IOException
IOExceptionint flush(WriteSession session, byte[] buf, int offset, int len, byte[] next, int nextoffset, int nextlen) throws IOException
IOExceptionint flush(WriteSession session, LinkedBuffer lb, byte[] buf, int offset, int len) throws IOException
IOExceptionCopyright © 2009–2021. All rights reserved.