Uses of Interface
io.protostuff.WriteSession.FlushHandler
-
Packages that use WriteSession.FlushHandler Package Description io.protostuff -
-
Uses of WriteSession.FlushHandler in io.protostuff
Fields in io.protostuff declared as WriteSession.FlushHandler Modifier and Type Field Description WriteSession.FlushHandler
WriteSession. flushHandler
Constructors in io.protostuff with parameters of type WriteSession.FlushHandler Constructor Description JsonXOutput(LinkedBuffer head, java.io.OutputStream out, WriteSession.FlushHandler flushHandler, int nextBufferSize, boolean numeric, Schema<?> schema)
ProtostuffOutput(LinkedBuffer buffer, java.io.OutputStream out, WriteSession.FlushHandler flushHandler, int nextBufferSize)
WriteSession(LinkedBuffer head, java.io.OutputStream out, WriteSession.FlushHandler flushHandler, int nextBufferSize)
XmlXOutput(LinkedBuffer head, java.io.OutputStream out, WriteSession.FlushHandler flushHandler, int nextBufferSize, Schema<?> schema)
YamlOutput(LinkedBuffer buffer, java.io.OutputStream out, WriteSession.FlushHandler flushHandler, int nextBufferSize, Schema<?> schema)
-