private class SerializedData.BasicInputStreamFactory extends java.lang.Object implements SerializedData.InputStreamFactory
InputStreamFactory
to create a ObjectInputStream
.Modifier | Constructor and Description |
---|---|
private |
BasicInputStreamFactory() |
Modifier and Type | Method and Description |
---|---|
java.io.ObjectInput |
create(java.io.InputStream in)
Creates an
ObjectInputStream over the top of the given input stream. |
public java.io.ObjectInput create(java.io.InputStream in) throws java.io.IOException
ObjectInputStream
over the top of the given input stream.create
in interface SerializedData.InputStreamFactory
java.io.IOException