Uses of Class
io.protostuff.CodedInput
Packages that use CodedInput
-
Uses of CodedInput in io.protostuff
Methods in io.protostuff that return CodedInputModifier and TypeMethodDescriptionstatic CodedInput
CodedInput.newInstance
(byte[] buf) Create a new CodedInput wrapping the given byte array.static CodedInput
CodedInput.newInstance
(byte[] buf, int off, int len) Create a new CodedInput wrapping the given byte array slice.static CodedInput
CodedInput.newInstance
(InputStream input) Create a new CodedInput wrapping the given InputStream.Methods in io.protostuff with parameters of type CodedInputModifier and TypeMethodDescriptionstatic <T> void
GraphIOUtil.mergeFrom
(CodedInput input, T message, Schema<T> schema) Constructors in io.protostuff with parameters of type CodedInputModifierConstructorDescriptionGraphCodedInput
(CodedInput input) GraphCodedInput
(CodedInput input, int initialCapacity)