| Frames | No Frames |
Constructors which throw type com.ice.tar.InvalidHeaderException | |
Construct an entry for a file. | |
Construct an entry from an archive's header bytes. | |
Methods which throw type com.ice.tar.InvalidHeaderException | |
| TarEntry | TarInputStream.EntryAdapter.createEntry(File path) |
| TarEntry | TarInputStream.EntryFactory.createEntry(File path) |
| TarEntry | TarInputStream.EntryAdapter.createEntry(byte[] headerBuf) |
| TarEntry | TarInputStream.EntryFactory.createEntry(byte[] headerBuf) |
| void | TarArchive.extractContents(File destDir) Perform the "extract" command and extract the contents of the archive. |
| TarEntry[] | If this entry represents a file, and the file is a directory, return
an array of TarEntries for this entry's children. |
| int | TarHeader.getFileNameBytes(String newName, byte[] outbuf) This method, like getNameBytes(), is intended to place a name
into a TarHeader's buffer. |
| void | Fill in a TarHeader with information from a File. |
| void | Perform the "list" command and list the contents of the archive. |
| StringBuffer | Parse an entry name from a header buffer. |
| long | TarHeader.parseOctal(byte[] header, int offset, int length) Parse an octal string from a header buffer. |
| void | Parse an entry's TarHeader information from a header buffer. |
| void | TarEntry.writeEntryHeader(byte[] outbuf) Write an entry's header information to a header buffer. |