Package it.unimi.dsi.fastutil.io
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
-
Method Summary
Methods inherited from class java.io.InputStream
available, close, mark, markSupported, nullInputStream, read, read, read, readAllBytes, readNBytes, readNBytes, reset, skip, skipNBytes, transferTo
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface it.unimi.dsi.fastutil.io.MeasurableStream
length, position
-
Constructor Details
-
MeasurableInputStream
public MeasurableInputStream()
-