com.thoughtworks.xstream.io.binary
Class Token.Formatter

java.lang.Object
  extended by com.thoughtworks.xstream.io.binary.Token.Formatter
Enclosing class:
Token

public static class Token.Formatter
extends java.lang.Object


Constructor Summary
Token.Formatter()
           
 
Method Summary
 Token read(java.io.DataInput in)
           
 void write(java.io.DataOutput out, Token token)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Token.Formatter

public Token.Formatter()
Method Detail

write

public void write(java.io.DataOutput out,
                  Token token)
           throws java.io.IOException
Throws:
java.io.IOException

read

public Token read(java.io.DataInput in)
           throws java.io.IOException
Throws:
java.io.IOException


Joe Walnes, http://xstream.codehaus.org/