Uses of Class
io.protostuff.ByteArrayInput
-
Packages that use ByteArrayInput Package Description io.protostuff -
-
Uses of ByteArrayInput in io.protostuff
Methods in io.protostuff that return ByteArrayInput Modifier and Type Method Description ByteArrayInput
ByteArrayInput. reset(int offset, int len)
Resets the offset and the limit of the internal buffer.ByteArrayInput
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 Constructor Description GraphByteArrayInput(ByteArrayInput input)
GraphByteArrayInput(ByteArrayInput input, int initialCapacity)
-