Uses of Interface
io.protostuff.WriteSession.FlushHandler
Packages that use WriteSession.FlushHandler
-
Uses of WriteSession.FlushHandler in io.protostuff
Fields in io.protostuff declared as WriteSession.FlushHandlerConstructors in io.protostuff with parameters of type WriteSession.FlushHandlerModifierConstructorDescriptionJsonXOutput
(LinkedBuffer head, OutputStream out, WriteSession.FlushHandler flushHandler, int nextBufferSize, boolean numeric, Schema<?> schema) ProtostuffOutput
(LinkedBuffer buffer, OutputStream out, WriteSession.FlushHandler flushHandler, int nextBufferSize) WriteSession
(LinkedBuffer head, OutputStream out, WriteSession.FlushHandler flushHandler, int nextBufferSize) XmlXOutput
(LinkedBuffer head, OutputStream out, WriteSession.FlushHandler flushHandler, int nextBufferSize, Schema<?> schema) YamlOutput
(LinkedBuffer buffer, OutputStream out, WriteSession.FlushHandler flushHandler, int nextBufferSize, Schema<?> schema)