|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectorg.siprop.core.codec.NullCodec
public class NullCodec
NullなCodecの実装クラス
| フィールドの概要 | |
|---|---|
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 |
| フィールドの詳細 |
|---|
public static final java.lang.String DESCRIPTION
| コンストラクタの詳細 |
|---|
public NullCodec()
| メソッドの詳細 |
|---|
public byte[] decode(byte[] message)
Codec 内の decodeCodec.decode(byte[])public byte[] encode(byte[] message)
Codec 内の encodeCodec.encode(byte[])public java.lang.String getName()
Codec 内の getNameCodec.getName()
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||