Package io.protostuff
Interface WriteSession.FlushHandler
- Enclosing class:
WriteSession
public static interface WriteSession.FlushHandler
-
Method Summary
Modifier and TypeMethodDescriptionint
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)
-
Method Details
-
flush
- Throws:
IOException
-
flush
int flush(WriteSession session, byte[] buf, int offset, int len, byte[] next, int nextoffset, int nextlen) throws IOException - Throws:
IOException
-
flush
int flush(WriteSession session, LinkedBuffer lb, byte[] buf, int offset, int len) throws IOException - Throws:
IOException
-