Uses of Class
io.protostuff.CodedInput
-
Packages that use CodedInput Package Description io.protostuff -
-
Uses of CodedInput in io.protostuff
Methods in io.protostuff that return CodedInput Modifier and Type Method Description static 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(java.io.InputStream input)
Create a new CodedInput wrapping the given InputStream.Methods in io.protostuff with parameters of type CodedInput Modifier and Type Method Description static <T> void
GraphIOUtil. mergeFrom(CodedInput input, T message, Schema<T> schema)
Constructors in io.protostuff with parameters of type CodedInput Constructor Description GraphCodedInput(CodedInput input)
GraphCodedInput(CodedInput input, int initialCapacity)
-