public class FlushedInputStream
extends java.io.FilterInputStream
| Constructor and Description |
|---|
FlushedInputStream(java.io.InputStream inputStream)
The constructor that takes in the InputStream reference.
|
| Modifier and Type | Method and Description |
|---|---|
long |
skip(long n)
Overriding the skip method to actually skip n bytes.
|