クラス ByteArrayLfSerializer
java.lang.ObjectSE
org.springframework.integration.ip.tcp.serializer.AbstractByteArraySerializer
org.springframework.integration.ip.tcp.serializer.AbstractPooledBufferByteArraySerializer
org.springframework.integration.ip.tcp.serializer.ByteArraySingleTerminatorSerializer
org.springframework.integration.ip.tcp.serializer.ByteArrayLfSerializer
- 実装されているすべてのインターフェース:
Aware
、ApplicationEventPublisherAware
、Deserializer<byte[]>
、Serializer<byte[]>
LF
メッセージ区切り文字の ByteArraySingleTerminatorSerializer
拡張。- 導入:
- 2.2
- 作成者:
- Gary Russell
フィールドのサマリー
フィールドクラス org.springframework.integration.ip.tcp.serializer.AbstractByteArraySerializer から継承されたフィールド
DEFAULT_MAX_MESSAGE_SIZE, logger
コンストラクターの概要
コンストラクターメソッドのサマリー
クラス org.springframework.integration.ip.tcp.serializer.ByteArraySingleTerminatorSerializer から継承されたメソッド
doDeserialize, serialize
クラス org.springframework.integration.ip.tcp.serializer.AbstractPooledBufferByteArraySerializer から継承されたメソッド
copyToSizedArray, deserialize, setPoolSize, setPoolWaitTimeout
クラス org.springframework.integration.ip.tcp.serializer.AbstractByteArraySerializer から継承されたメソッド
checkClosure, getMaxMessageSize, publishEvent, setApplicationEventPublisher, setMaxMessageSize
クラス java.lang.ObjectSE から継承されたメソッド
clone, equalsSE, finalize, getClass, hashCode, notify, notifyAll, toString, wait, waitSE, waitSE
インターフェース org.springframework.core.serializer.Deserializer から継承されたメソッド
deserializeFromByteArray
インターフェース org.springframework.core.serializer.Serializer から継承されたメソッド
serializeToByteArray
フィールドの詳細
INSTANCE
単一の再利用可能なインスタンス。
コンストラクターの詳細
ByteArrayLfSerializer
public ByteArrayLfSerializer()