Uses of Class
io.protostuff.ByteArrayInput
Packages that use ByteArrayInput
-
Uses of ByteArrayInput in io.protostuff
Subclasses with type arguments of type ByteArrayInput in io.protostuffModifier and TypeClassDescriptionfinal classA ByteArrayInput w/c can handle cyclic dependencies when deserializing objects with graph transformations.Methods in io.protostuff that return ByteArrayInputModifier and TypeMethodDescriptionByteArrayInput.reset(int offset, int len) Resets the offset and the limit of the internal buffer.ByteArrayInput.setBounds(int offset, int limit) Sets the offset and limit (which effectively re-uses this input).Constructors in io.protostuff with parameters of type ByteArrayInput