Java com.fasterxml.jackson.core.util ByteArrayBuilder fields, constructors, methods, implement or subclass

Example usage for Java com.fasterxml.jackson.core.util ByteArrayBuilder fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.fasterxml.jackson.core.util ByteArrayBuilder.

The text is from its open source code.

Constructor

Method

voidappend(int i)
voidappendThreeBytes(int b24)
voidappendTwoBytes(int b16)
voidflush()
voidrelease()
Clean up method to call to release all buffers this object may be using.
byte[]toByteArray()
Method called when results are finalized and we can get the full aggregated result buffer to return to the caller