content
private byte[] content
private byte[]
private static final int
private static final int
private int
append(boolean b)
append(byte[] bytes)
append(byte[] bytes,
int offs,
int len)
append(char c)
append(int i)
append(long l)
append(ByteStringBuilder other)
private ByteStringBuilder
appendASCII(int asciiLen,
String s,
int offs,
int len,
int maxLen)
appendLatin1(String s,
int offs,
int len)
appendUSASCII(String s,
int maxLen)
appendUSASCII(String s,
int offs,
int len)
appendUtf8Raw(int codePoint)
byte
byteAt(int index)
int
capacity()
boolean
contentEquals(byte[] other)
boolean
contentEquals(byte[] other,
int offs,
int length)
private void
doAppend(byte b)
private void
doAppendNoCheck(byte b)
static int
getUtf8LengthOf(int c)
int
length()
private void
reserve(int count,
boolean clear)
void
setLength(int newLength)
byte[]
toArray()
int