Class ByteArrayElasticRawDeserializer

java.lang.Object
org.springframework.integration.ip.tcp.serializer.ByteArrayElasticRawDeserializer
All Implemented Interfaces:
Deserializer<byte[]>

public class ByteArrayElasticRawDeserializer
extends Object
implements Deserializer<byte[]>
A deserializer that uses a ByteArrayOutputStream instead of a fixed buffer, allowing the buffer to grow as needed. Completion is indicated by the sender closing the socket.
Since:
5.0
Author:
Gary Russell