org.boris.xlloop.codec
Class BinaryCodec

java.lang.Object
  extended by org.boris.xlloop.codec.BinaryCodec

public class BinaryCodec
extends java.lang.Object


Constructor Summary
BinaryCodec()
           
 
Method Summary
static XLoper decode(java.io.InputStream is)
           
static void encode(XLoper xloper, java.io.OutputStream os)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BinaryCodec

public BinaryCodec()
Method Detail

decode

public static XLoper decode(java.io.InputStream is)
                     throws java.io.IOException
Throws:
java.io.IOException

encode

public static void encode(XLoper xloper,
                          java.io.OutputStream os)
                   throws java.io.IOException
Throws:
java.io.IOException