Package org.apache.hc.client5.http.utils
Class ByteArrayBuilder
java.lang.Object
org.apache.hc.client5.http.utils.ByteArrayBuilder
Builder class for sequences of bytes.
- Since:
- 5.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionappend(byte[] b) append(byte[] b, int off, int len) append(char[] b) append(char[] b, int off, int len) append(CharBuffer charBuffer) intcapacity()voidensureFreeCapacity(int freeCapacity) voidreset()byte[]toString()
-
Constructor Details
-
ByteArrayBuilder
public ByteArrayBuilder() -
ByteArrayBuilder
public ByteArrayBuilder(int initialCapacity)
-
-
Method Details