Uses of Class
com.thoughtworks.xstream.io.binary.Token
-
Packages that use Token Package Description com.thoughtworks.xstream.io.binary -
-
Uses of Token in com.thoughtworks.xstream.io.binary
Subclasses of Token in com.thoughtworks.xstream.io.binary Modifier and Type Class Description static class
Token.Attribute
static class
Token.EndNode
static class
Token.MapIdToValue
static class
Token.StartNode
static class
Token.Value
Fields in com.thoughtworks.xstream.io.binary declared as Token Modifier and Type Field Description private Token
BinaryStreamReader. pushback
Methods in com.thoughtworks.xstream.io.binary that return Token Modifier and Type Method Description private Token
Token.Formatter. contructToken(byte type)
Token
Token.Formatter. read(java.io.DataInput in)
private Token
BinaryStreamReader. readToken()
Methods in com.thoughtworks.xstream.io.binary with parameters of type Token Modifier and Type Method Description void
BinaryStreamReader. pushBack(Token token)
private void
BinaryStreamWriter. write(Token token)
void
Token.Formatter. write(java.io.DataOutput out, Token token)
-