Package org.apache.solr.common.util
Class DataInputInputStream
- java.lang.Object
- 
- java.io.InputStream
- 
- org.apache.solr.common.util.DataInputInputStream
 
 
- 
- All Implemented Interfaces:
- Closeable,- DataInput,- AutoCloseable
 - Direct Known Subclasses:
- FastInputStream
 
 public abstract class DataInputInputStream extends InputStream implements DataInput An abstract DataInput that extends InputStream
- 
- 
Constructor SummaryConstructors Constructor Description DataInputInputStream()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ByteBufferreadDirectByteBuffer(int sz)If possible, read ByteBuffer directly from the underlying buffer- 
Methods inherited from class java.io.InputStreamavailable, close, mark, markSupported, nullInputStream, read, read, read, readAllBytes, readNBytes, readNBytes, reset, skip, transferTo
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface java.io.DataInputreadBoolean, readByte, readChar, readDouble, readFloat, readFully, readFully, readInt, readLine, readLong, readShort, readUnsignedByte, readUnsignedShort, readUTF, skipBytes
 
- 
 
- 
- 
- 
Method Detail- 
readDirectByteBufferpublic ByteBuffer readDirectByteBuffer(int sz) If possible, read ByteBuffer directly from the underlying buffer- Parameters:
- sz- the size of the buffer to be read
 
 
- 
 
-