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 WriteSinkWriteSession. sinkThe sink of this write session.Methods in io.protostuff that return WriteSink Modifier and Type Method Description static WriteSinkWriteSink. 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 LinkedBufferYamlOutput. newLine(int indent, WriteSink sink, WriteSession session, LinkedBuffer lb)private LinkedBufferJsonXOutput. writeKey(int fieldNumber, WriteSink sink, byte[] keySuffix)private static LinkedBufferYamlOutput. writeKey(java.lang.String name, int indent, boolean repeated, WriteSink sink, WriteSession session, LinkedBuffer lb)(package private) static LinkedBufferYamlOutput. writeTag(java.lang.String name, boolean repeated, WriteSink sink, WriteSession session, LinkedBuffer lb)private static LinkedBufferJsonXOutput. writeUTF8Escaped(byte[] input, int inStart, int inLen, WriteSink sink, WriteSession session, LinkedBuffer lb)private static LinkedBufferJsonXOutput. writeUTF8Escaped(java.lang.CharSequence str, WriteSink sink, WriteSession session, LinkedBuffer lb)
-