public static class

Token.Value

extends Token
java.lang.Object
   ↳ com.thoughtworks.xstream.io.binary.Token
     ↳ com.thoughtworks.xstream.io.binary.Token.Value

Summary

[Expand]
Inherited Constants
From class com.thoughtworks.xstream.io.binary.Token
[Expand]
Inherited Fields
From class com.thoughtworks.xstream.io.binary.Token
Public Constructors
Token.Value(String value)
Token.Value()
Public Methods
void readFrom(DataInput in, byte idType)
void writeTo(DataOutput out, byte idType)
[Expand]
Inherited Methods
From class com.thoughtworks.xstream.io.binary.Token
From class java.lang.Object

Public Constructors

public Token.Value (String value)

public Token.Value ()

Public Methods

public void readFrom (DataInput in, byte idType)

Throws
IOException

public void writeTo (DataOutput out, byte idType)

Throws
IOException