Class SerializableInputStream

java.lang.Object
java.io.InputStream
org.frankframework.management.gateway.SerializableInputStream
All Implemented Interfaces:
Closeable, Externalizable, Serializable, AutoCloseable

public class SerializableInputStream extends InputStream implements Externalizable
InputStream wrapper to allow streams to be serialized and deserialized so the (raw) binary data can be sent using Hazelcast. When deserializing the data is temporarily written to disk. The temporary file is removed once the stream is closed.
Author:
Niels Meijer
See Also: