com.partnersoft.net.holler.codecs
Class HollerBasicCodec

java.lang.Object
  extended by com.partnersoft.net.holler.codecs.HollerBasicCodec
All Implemented Interfaces:
HollerCodec

public class HollerBasicCodec
extends java.lang.Object
implements HollerCodec


Constructor Summary
HollerBasicCodec(HollerChannelManager channelManager)
           
 
Method Summary
 HollerMessage decode(DynamicByteArray bytes)
           
 void encode(HollerMessage message, DynamicByteArray bytes)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HollerBasicCodec

public HollerBasicCodec(HollerChannelManager channelManager)
Method Detail

decode

public HollerMessage decode(DynamicByteArray bytes)
                     throws java.io.IOException
Specified by:
decode in interface HollerCodec
Throws:
java.io.IOException

encode

public void encode(HollerMessage message,
                   DynamicByteArray bytes)
            throws java.io.IOException
Specified by:
encode in interface HollerCodec
Throws:
java.io.IOException