| Method and Description |
|---|
| it.unimi.dsi.fastutil.io.FastBufferedInputStream.reset()
As of
fastutil 5.0.4, replaced by FastBufferedInputStream.flush(). The old
semantics of this method does not contradict InputStream's contract, as
the semantics of FastBufferedInputStream.reset() is undefined if InputStream.markSupported()
returns false. On the other hand, the name was really a poor choice. |