|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.thoughtworks.xstream.io.binary.Token
com.thoughtworks.xstream.io.binary.Token.StartNode
Nested Class Summary |
Nested classes inherited from class com.thoughtworks.xstream.io.binary.Token |
Token.Attribute, Token.EndNode, Token.Formatter, Token.MapIdToValue, Token.StartNode, Token.Value |
Field Summary |
Fields inherited from class com.thoughtworks.xstream.io.binary.Token |
id, TYPE_ATTRIBUTE, TYPE_END_NODE, TYPE_MAP_ID_TO_VALUE, TYPE_START_NODE, TYPE_VALUE, TYPE_VERSION, value |
Constructor Summary | |
Token.StartNode()
|
|
Token.StartNode(long id)
|
Method Summary | |
void |
readFrom(java.io.DataInput in,
byte idType)
|
void |
writeTo(java.io.DataOutput out,
byte idType)
|
Methods inherited from class com.thoughtworks.xstream.io.binary.Token |
equals, getId, getType, getValue, hashCode, readId, readString, toString, writeId, writeString |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public Token.StartNode(long id)
public Token.StartNode()
Method Detail |
public void writeTo(java.io.DataOutput out, byte idType) throws java.io.IOException
writeTo
in class Token
java.io.IOException
public void readFrom(java.io.DataInput in, byte idType) throws java.io.IOException
readFrom
in class Token
java.io.IOException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |