Uses of Class
io.protostuff.CodedInput
Packages that use CodedInput
-
Uses of CodedInput in io.protostuff
Subclasses with type arguments of type CodedInput in io.protostuffModifier and TypeClassDescriptionfinal classA CodedInput w/c can handle cyclic dependencies when deserializing objects with graph transformations.Methods in io.protostuff that return CodedInputModifier and TypeMethodDescriptionstatic 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(InputStream input) Create a new CodedInput wrapping the given InputStream.Methods in io.protostuff with parameters of type CodedInputModifier and TypeMethodDescriptionstatic <T> voidGraphIOUtil.mergeFrom(CodedInput input, T message, Schema<T> schema) Constructors in io.protostuff with parameters of type CodedInputModifierConstructorDescriptionGraphCodedInput(CodedInput input) GraphCodedInput(CodedInput input, int initialCapacity)