com.nativex.common
Class Utilities.FlushedInputStream
java.lang.Object
java.io.InputStream
java.io.FilterInputStream
com.nativex.common.Utilities.FlushedInputStream
- All Implemented Interfaces:
- Closeable, AutoCloseable
- Enclosing class:
- Utilities
private static class Utilities.FlushedInputStream
- extends FilterInputStream
Method Summary |
long |
skip(long n)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Utilities.FlushedInputStream
public Utilities.FlushedInputStream(InputStream inputStream)
skip
public long skip(long n)
throws IOException
- Overrides:
skip
in class FilterInputStream
- Throws:
IOException