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 CodedInputCodedInput. newInstance(byte[] buf)Create a new CodedInput wrapping the given byte array.static CodedInputCodedInput. newInstance(byte[] buf, int off, int len)Create a new CodedInput wrapping the given byte array slice.static CodedInputCodedInput. 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> voidGraphIOUtil. 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)
-