Uses of Enum Class
io.protostuff.WriteSink
Packages that use WriteSink
-
Uses of WriteSink in io.protostuff
Fields in io.protostuff declared as WriteSinkModifier and TypeFieldDescriptionfinal WriteSink
WriteSession.sink
The sink of this write session.Methods in io.protostuff that return WriteSinkModifier and TypeMethodDescriptionstatic WriteSink
Returns the enum constant of this class with the specified name.static WriteSink[]
WriteSink.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.protostuff with parameters of type WriteSinkModifier and TypeMethodDescriptionprivate static LinkedBuffer
YamlOutput.newLine
(int indent, WriteSink sink, WriteSession session, LinkedBuffer lb) private LinkedBuffer
private static LinkedBuffer
YamlOutput.writeKey
(String name, int indent, boolean repeated, WriteSink sink, WriteSession session, LinkedBuffer lb) (package private) static LinkedBuffer
YamlOutput.writeTag
(String name, boolean repeated, WriteSink sink, WriteSession session, LinkedBuffer lb) private static LinkedBuffer
JsonXOutput.writeUTF8Escaped
(byte[] input, int inStart, int inLen, WriteSink sink, WriteSession session, LinkedBuffer lb) private static LinkedBuffer
JsonXOutput.writeUTF8Escaped
(CharSequence str, WriteSink sink, WriteSession session, LinkedBuffer lb)