protected static class BinaryFormatConverter.ByteString
extends java.lang.Object
BinaryFormatConverter.| Modifier and Type | Class and Description |
|---|---|
protected static class |
BinaryFormatConverter.ByteString.ByteStringListEntry |
| Constructor and Description |
|---|
ByteString() |
| Modifier and Type | Method and Description |
|---|---|
void |
append(BinaryFormatConverter.ByteString other)
Appends the given ByteString to this one.
|
void |
append(byte val) |
void |
append(byte[] bytes) |
void |
append(int val) |
int |
len() |
java.lang.String |
toString() |
void |
writeToByteArray(java.lang.Object dest,
int pos) |
public void append(BinaryFormatConverter.ByteString other)
public void append(byte[] bytes)
public void append(byte val)
public void append(int val)
public int len()
public void writeToByteArray(java.lang.Object dest,
int pos)
public java.lang.String toString()
toString in class java.lang.Object