| Package | Description |
|---|---|
| com.thoughtworks.xstream.io.binary |
| Modifier and Type | Class and Description |
|---|---|
static class |
Token.Attribute |
static class |
Token.EndNode |
static class |
Token.MapIdToValue |
static class |
Token.StartNode |
static class |
Token.Value |
| Modifier and Type | Field and Description |
|---|---|
private Token |
BinaryStreamReader.pushback |
| Modifier and Type | Method and Description |
|---|---|
private Token |
Token.Formatter.contructToken(byte type) |
Token |
Token.Formatter.read(java.io.DataInput in) |
private Token |
BinaryStreamReader.readToken() |
| Modifier and Type | Method and Description |
|---|---|
void |
BinaryStreamReader.pushBack(Token token) |
void |
Token.Formatter.write(java.io.DataOutput out,
Token token) |
private void |
BinaryStreamWriter.write(Token token) |