private static class TarArchiveInputStream.TarArchiveSparseZeroInputStream
extends java.io.InputStream
Modifier | Constructor and Description |
---|---|
private |
TarArchiveSparseZeroInputStream() |
Modifier and Type | Method and Description |
---|---|
int |
read()
Just return 0
|
long |
skip(long n)
these's nothing need to do when skipping
|
public int read() throws java.io.IOException
read
in class java.io.InputStream
java.io.IOException
public long skip(long n)
skip
in class java.io.InputStream
n
- bytes to skip