public final class TarInputStream extends FilterInputStream
in
Constructor and Description |
---|
TarInputStream(InputStream is)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
TarEntry |
getNextEntry()
Returns the next entry.
|
void |
mark(int limit) |
boolean |
markSupported() |
int |
read() |
int |
read(byte[] bytes,
int off,
int len) |
void |
reset() |
available, close, read, skip
public TarInputStream(InputStream is)
is
- input streampublic int read() throws IOException
read
in class FilterInputStream
IOException
public int read(byte[] bytes, int off, int len) throws IOException
read
in class FilterInputStream
IOException
public boolean markSupported()
markSupported
in class FilterInputStream
public void mark(int limit)
mark
in class FilterInputStream
public void reset()
reset
in class FilterInputStream
public TarEntry getNextEntry() throws IOException
IOException
- I/O exceptionCopyright © 2005–2015 BaseX Team. All rights reserved.