Package | Description |
---|---|
org.apache.hc.client5.http.utils |
Client utility classes.
|
Modifier and Type | Method and Description |
---|---|
ByteArrayBuilder |
ByteArrayBuilder.append(byte[] b) |
ByteArrayBuilder |
ByteArrayBuilder.append(byte[] b,
int off,
int len) |
ByteArrayBuilder |
ByteArrayBuilder.append(char[] b) |
ByteArrayBuilder |
ByteArrayBuilder.append(char[] b,
int off,
int len) |
ByteArrayBuilder |
ByteArrayBuilder.append(CharBuffer charBuffer) |
ByteArrayBuilder |
ByteArrayBuilder.append(String s) |
ByteArrayBuilder |
ByteArrayBuilder.charset(Charset charset) |
Copyright © 1999–2021 The Apache Software Foundation. All rights reserved.