Uses of Class
dev.resteasy.client.util.common.ByteStringBuilder
-
Uses of ByteStringBuilder in dev.resteasy.client.util.common
Modifier and TypeMethodDescriptionByteStringBuilder.append
(boolean b) ByteStringBuilder.append
(byte[] bytes) ByteStringBuilder.append
(byte[] bytes, int offs, int len) ByteStringBuilder.append
(char c) ByteStringBuilder.append
(int i) ByteStringBuilder.append
(long l) ByteStringBuilder.append
(ByteStringBuilder other) ByteStringBuilder.appendLatin1
(String s) ByteStringBuilder.appendLatin1
(String s, int offs, int len) ByteStringBuilder.appendUSASCII
(String s) ByteStringBuilder.appendUSASCII
(String s, int maxLen) ByteStringBuilder.appendUSASCII
(String s, int offs, int len) ByteStringBuilder.appendUtf8Raw
(int codePoint)