Uses of Class
tools.jackson.core.util.ByteArrayBuilder
Packages that use ByteArrayBuilder
Package
Description
Main public API classes of the core streaming JSON
processor: most importantly
JsonFactory
used for constructing
JSON parser (JsonParser)
and generator
(JsonGenerator)
instances.Base classes used by concrete Parser and Generator implementations;
contain functionality that is not specific to JSON or input
abstraction (byte vs char).
Utility classes used by Jackson Core functionality.
-
Uses of ByteArrayBuilder in tools.jackson.core
Methods in tools.jackson.core with parameters of type ByteArrayBuilderModifier and TypeMethodDescriptionvoidBase64Variant.decode(String str, ByteArrayBuilder builder) Convenience method for decoding contents of a Base64-encoded String, using this variant's settings and appending decoded binary data using providedByteArrayBuilder. -
Uses of ByteArrayBuilder in tools.jackson.core.base
Fields in tools.jackson.core.base declared as ByteArrayBuilderModifier and TypeFieldDescriptionprotected ByteArrayBuilderParserBase._byteArrayBuilderByteArrayBuilder is needed if 'getBinaryValue' is called.Methods in tools.jackson.core.base that return ByteArrayBuilderMethods in tools.jackson.core.base with parameters of type ByteArrayBuilderModifier and TypeMethodDescriptionprotected voidParserMinimalBase._decodeBase64(String str, ByteArrayBuilder builder, Base64Variant b64variant) Helper method that can be used for base64 decoding in cases where encoded content has already been read as a String. -
Uses of ByteArrayBuilder in tools.jackson.core.util
Methods in tools.jackson.core.util that return ByteArrayBuilderModifier and TypeMethodDescriptionstatic ByteArrayBuilderByteArrayBuilder.fromInitial(byte[] initialBlock, int length)