public class FlushedInputStream extends FilterInputStream
in| Constructor and Description |
|---|
FlushedInputStream(InputStream inputStream) |
| Modifier and Type | Method and Description |
|---|---|
long |
skip(long n) |
available, close, mark, markSupported, read, read, read, resetpublic FlushedInputStream(InputStream inputStream)
public long skip(long n)
throws IOException
skip in class FilterInputStreamIOExceptionCopyright © 2011-2015. All Rights Reserved.