public static class

Token.StartNode

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

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.StartNode(long id)
Token.StartNode()
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.StartNode (long id)

public Token.StartNode ()

Public Methods

public void readFrom (DataInput in, byte idType)

Throws
IOException

public void writeTo (DataOutput out, byte idType)

Throws
IOException