Uses of Class
tools.jackson.dataformat.protobuf.ByteAccumulator
Packages that use ByteAccumulator
-
Uses of ByteAccumulator in tools.jackson.dataformat.protobuf
Fields in tools.jackson.dataformat.protobuf declared as ByteAccumulatorModifier and TypeFieldDescriptionprotected ByteAccumulatorProtobufGenerator._bufferedObject used in cases where we need to buffer content to calculate length-prefix.protected final ByteAccumulatorByteAccumulator._parentMethods in tools.jackson.dataformat.protobuf that return ByteAccumulatorModifier and TypeMethodDescriptionByteAccumulator.finish(OutputStream out, byte[] input) ByteAccumulator.finish(OutputStream out, byte[] input, int offset, int len) Constructors in tools.jackson.dataformat.protobuf with parameters of type ByteAccumulatorModifierConstructorDescriptionByteAccumulator(ByteAccumulator p, int typedTag, byte[] prefixBuffer, int prefixOffset, int parentStart)