Class WObjectReader

java.lang.Object
java.io.InputStream
com.fishlib.io.streams.ByteBufferInputStream
io.deephaven.enterprise.comm.impl.nio.WObjectReader
All Implemented Interfaces:
Closeable, DataInput, ObjectInput, AutoCloseable
Direct Known Subclasses:
WObjectReaderLowAlloc

public class WObjectReader extends com.fishlib.io.streams.ByteBufferInputStream implements ObjectInput
This is an extension of the ByteBufferInputStream which provides the method readObject(), which reads serialized objects in the WObject protocol. It "suffers" from the same restrictions as ByteBufferInputStream in that if the entire object is not present in the buffer, it will throw an EOFException. Created by IntelliJ IDEA. User: jrauser Date: Feb 8, 2007 Time: 7:09:36 PM To change this template use File | Settings | File Templates.