Package | Description |
---|---|
com.fasterxml.jackson.dataformat.protobuf |
Modifier and Type | Field and Description |
---|---|
protected ByteAccumulator |
ProtobufGenerator._buffered
Object used in cases where we need to buffer content to calculate length-prefix.
|
protected ByteAccumulator |
ByteAccumulator._parent |
Modifier and Type | Method and Description |
---|---|
ByteAccumulator |
ByteAccumulator.finish(OutputStream out,
byte[] input) |
ByteAccumulator |
ByteAccumulator.finish(OutputStream out,
byte[] input,
int offset,
int len) |
Constructor and Description |
---|
ByteAccumulator(ByteAccumulator p,
int typedTag,
byte[] prefixBuffer,
int prefixOffset,
int parentStart) |
Copyright © 2019 FasterXML. All rights reserved.