Input stream for reading files in ustar format (tar) compatible
with the specification in IEEE Std 1003.1-2001. Also supports
long filenames encoded using the GNU @LongLink extension.
since: 3.1
Create a new tar input stream, skipping ahead to the given entry
in the file.
Parameters: in - input stream Parameters: entry - skips to this entry in the file throws: TarException - throws: IOException -
Moves ahead to the next file in the tar archive and returns
a TarEntry object describing it.
the next entry in the tar file throws: TarException - throws: IOException -
Returns the next entry in the tar file. Does not handle
GNU @LongLink extensions.
the next entry in the tar file throws: TarException - throws: IOException -
read
public int read(byte[] b, int off, int len) throws IOException(Code)