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