Uses of Enum
io.protostuff.WriteSink
Packages that use WriteSink
-
Uses of WriteSink in io.protostuff
Subclasses with type arguments of type WriteSink in io.protostuffFields in io.protostuff declared as WriteSinkModifier and TypeFieldDescriptionfinal WriteSinkWriteSession.sinkThe sink of this write session.Methods in io.protostuff that return WriteSinkModifier and TypeMethodDescriptionstatic WriteSinkReturns 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 WriteSinkModifier and TypeMethodDescriptionprivate static LinkedBufferYamlOutput.newLine(int indent, WriteSink sink, WriteSession session, LinkedBuffer lb) private LinkedBufferprivate static LinkedBufferYamlOutput.writeKey(String name, int indent, boolean repeated, WriteSink sink, WriteSession session, LinkedBuffer lb) (package private) static LinkedBufferYamlOutput.writeTag(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(CharSequence str, WriteSink sink, WriteSession session, LinkedBuffer lb)