Class MeasurableInputStream
java.lang.Object
java.io.InputStream
it.unimi.dsi.fastutil.io.MeasurableInputStream
- All Implemented Interfaces:
MeasurableStream, Closeable, AutoCloseable
- Direct Known Subclasses:
FastBufferedInputStream, FastByteArrayInputStream, FastMultiByteArrayInputStream, InspectableFileCachedInputStream
An
InputStream that implements also the MeasurableStream interface.- Since:
- 5.0.4
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class InputStream
available, close, mark, markSupported, nullInputStream, read, read, read, readAllBytes, readNBytes, readNBytes, reset, skip, skipNBytes, transferToMethods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface MeasurableStream
length, position
-
Constructor Details
-
MeasurableInputStream
public MeasurableInputStream()
-