rewind() Instance Public methods Rewinds to the beginning of the tar file entry
read(len = nil) Instance Public methods Reads len bytes from the tar file entry, or the rest of the entry if nil
pos() Instance Public methods The position in the tar entry
getc() Instance Public methods Read one byte from the tar entry
full_name() Instance Public methods Full name of the tar entry
file?() Instance Public methods Is this tar entry a file?
eof?() Instance Public methods Are we at the end of the tar entry?
directory?() Instance Public methods Is this tar entry a directory?
closed?() Instance Public methods Is the tar entry closed?
close() Instance Public methods Closes the tar entry
Page 2012 of 2275