org.siprop.core.codec
クラス NullCodec

java.lang.Object
  上位を拡張 org.siprop.core.codec.NullCodec
すべての実装されたインタフェース:
Codec

public class NullCodec
extends java.lang.Object
implements Codec

NullなCodecの実装クラス

作成者:
masaxmasa

フィールドの概要
static java.lang.String DESCRIPTION
           
 
コンストラクタの概要
NullCodec()
           
 
メソッドの概要
 byte[] decode(byte[] message)
          (non-Javadoc)
 byte[] encode(byte[] message)
          (non-Javadoc)
 java.lang.String getName()
          (non-Javadoc)
 
クラス java.lang.Object から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

DESCRIPTION

public static final java.lang.String DESCRIPTION
関連項目:
定数フィールド値
コンストラクタの詳細

NullCodec

public NullCodec()
メソッドの詳細

decode

public byte[] decode(byte[] message)
(non-Javadoc)

定義:
インタフェース Codec 内の decode
関連項目:
Codec.decode(byte[])

encode

public byte[] encode(byte[] message)
(non-Javadoc)

定義:
インタフェース Codec 内の encode
関連項目:
Codec.encode(byte[])

getName

public java.lang.String getName()
(non-Javadoc)

定義:
インタフェース Codec 内の getName
関連項目:
Codec.getName()