Uses of Class
io.protostuff.WriteSink
-
Packages that use WriteSink Package Description io.protostuff -
-
Uses of WriteSink in io.protostuff
Fields in io.protostuff declared as WriteSink Modifier and Type Field Description WriteSink
WriteSession. sink
The sink of this write session.Methods in io.protostuff that return WriteSink Modifier and Type Method Description static WriteSink
WriteSink. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static WriteSink[]
WriteSink. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.protostuff with parameters of type WriteSink Modifier and Type Method Description private static LinkedBuffer
YamlOutput. newLine(int indent, WriteSink sink, WriteSession session, LinkedBuffer lb)
private LinkedBuffer
JsonXOutput. writeKey(int fieldNumber, WriteSink sink, byte[] keySuffix)
private static LinkedBuffer
YamlOutput. writeKey(java.lang.String name, int indent, boolean repeated, WriteSink sink, WriteSession session, LinkedBuffer lb)
(package private) static LinkedBuffer
YamlOutput. writeTag(java.lang.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(java.lang.CharSequence str, WriteSink sink, WriteSession session, LinkedBuffer lb)
-