public class MemoryInputStream extends RebufferingInputStream implements java.io.DataInput
DataInputPlus.DataInputStreamPlusbuffer| Constructor and Description | 
|---|
| MemoryInputStream(Memory mem) | 
| MemoryInputStream(Memory mem,
                 int bufferSize) | 
| Modifier and Type | Method and Description | 
|---|---|
| int | available() | 
| protected void | reBuffer()Implementations must implement this method to refill the buffer. | 
read, read, readBoolean, readByte, readChar, readDouble, readFloat, readFully, readFully, readInt, readLine, readLong, readPrimitiveSlowly, readShort, readUnsignedByte, readUnsignedShort, readUnsignedVInt, readUTF, readVInt, skipBytesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitreadBoolean, readByte, readChar, readDouble, readFloat, readFully, readFully, readInt, readLine, readLong, readShort, readUnsignedByte, readUnsignedShort, readUTF, skipBytesskipBytesFullypublic MemoryInputStream(Memory mem)
public MemoryInputStream(Memory mem, int bufferSize)
protected void reBuffer()
                 throws java.io.IOException
RebufferingInputStreamreBuffer in class RebufferingInputStreamjava.io.IOExceptionpublic int available()
available in class java.io.InputStreamCopyright © 2018 The Apache Software Foundation