|
||||||||||
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.MapIdToValue
public static class Token.MapIdToValue
Nested Class Summary |
---|
Nested classes/interfaces 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.MapIdToValue()
|
|
Token.MapIdToValue(long id,
String value)
|
Method Summary | |
---|---|
void |
readFrom(DataInput in,
byte idType)
|
void |
writeTo(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.MapIdToValue(long id, String value)
public Token.MapIdToValue()
Method Detail |
---|
public void writeTo(DataOutput out, byte idType) throws IOException
writeTo
in class Token
IOException
public void readFrom(DataInput in, byte idType) throws IOException
readFrom
in class Token
IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |