A B C D E F G H I K L M N O P R S T U V W

A

asciiTranslate - Variable in class com.ice.tar.TarArchive
 
assemBuf - Variable in class com.ice.tar.TarOutputStream
 
assemLen - Variable in class com.ice.tar.TarOutputStream
 
available() - Method in class com.ice.tar.TarInputStream
Get the available data that can be read from the current entry in the archive.

B

buffer - Variable in class com.ice.tar.TarOutputStream
 
buffer - Variable in class com.ice.tar.TarInputStream
 

C

checkSum - Variable in class com.ice.tar.TarHeader
The entry's checksum.
CHKSUMLEN - Static variable in class com.ice.tar.TarHeader
The length of the checksum field in a header buffer.
clone() - Method in class com.ice.tar.TarEntry
Clone the entry.
clone() - Method in class com.ice.tar.TarHeader
TarHeaders can be cloned.
close() - Method in class com.ice.tar.TarOutputStream
Ends the TAR archive and closes the underlying OutputStream.
close() - Method in class com.ice.tar.TarBuffer
Close the TarBuffer.
close() - Method in class com.ice.tar.TarGzOutputStream
 
close() - Method in class com.ice.tar.TarInputStream
Closes this stream.
closeArchive() - Method in class com.ice.tar.TarArchive
Close the archive.
closeEntry() - Method in class com.ice.tar.TarOutputStream
Close an entry.
closeEntry() - Method in class com.ice.tar.TarGzOutputStream
 
com.ice.tar - package com.ice.tar
Implements support for UNIX tar archives.
computeCheckSum(byte[]) - Method in class com.ice.tar.TarEntry
Compute the checksum of a tar entry header.
copyEntryContents(OutputStream) - Method in class com.ice.tar.TarInputStream
Copies the contents of the current tar archive entry directly into an output stream.
createEntry(byte[]) - Method in interface com.ice.tar.TarInputStream.EntryFactory
 
createEntry(byte[]) - Method in class com.ice.tar.TarInputStream.EntryAdapter
 
createEntry(File) - Method in interface com.ice.tar.TarInputStream.EntryFactory
 
createEntry(File) - Method in class com.ice.tar.TarInputStream.EntryAdapter
 
createEntry(String) - Method in interface com.ice.tar.TarInputStream.EntryFactory
 
createEntry(String) - Method in class com.ice.tar.TarInputStream.EntryAdapter
 
currBytes - Variable in class com.ice.tar.TarOutputStream
 
currEntry - Variable in class com.ice.tar.TarInputStream
 
currSize - Variable in class com.ice.tar.TarOutputStream
 

D

debug - Variable in class com.ice.tar.TarOutputStream
 
debug - Variable in class com.ice.tar.TarArchive
 
debug - Variable in class com.ice.tar.TarInputStream
 
DEFAULT_BLKSIZE - Static variable in class com.ice.tar.TarBuffer
 
DEFAULT_RCDSIZE - Static variable in class com.ice.tar.TarBuffer
 
DEVLEN - Static variable in class com.ice.tar.TarHeader
The length of the devices field in a header buffer.
devMajor - Variable in class com.ice.tar.TarHeader
The entry's major device number.
devMinor - Variable in class com.ice.tar.TarHeader
The entry's minor device number.

E

eFactory - Variable in class com.ice.tar.TarInputStream
 
entryOffset - Variable in class com.ice.tar.TarInputStream
 
entrySize - Variable in class com.ice.tar.TarInputStream
 
equals(TarEntry) - Method in class com.ice.tar.TarEntry
Determine if the two entries are equal.
extractContents(File) - Method in class com.ice.tar.TarArchive
Perform the "extract" command and extract the contents of the archive.

F

FastTarStream - class com.ice.tar.FastTarStream.
Special class designed to parse a Tar archive VERY FAST.
FastTarStream(InputStream) - Constructor for class com.ice.tar.FastTarStream
 
FastTarStream(InputStream, int) - Constructor for class com.ice.tar.FastTarStream
 
file - Variable in class com.ice.tar.TarEntry
If this entry represents a File, this references it.
finish() - Method in class com.ice.tar.TarOutputStream
Ends the TAR archive without closing the underlying OutputStream.
finish() - Method in class com.ice.tar.TarGzOutputStream
 

G

getBlockSize() - Method in class com.ice.tar.TarBuffer
Get the TAR Buffer's block size.
getCheckSumOctalBytes(long, byte[], int, int) - Static method in class com.ice.tar.TarHeader
Parse the checksum octal integer from a header buffer.
getCurrentBlockNum() - Method in class com.ice.tar.TarBuffer
Get the current block number, zero based.
getCurrentRecordNum() - Method in class com.ice.tar.TarBuffer
Get the current record number, within the current block, zero based.
getDirectoryEntries() - Method in class com.ice.tar.TarEntry
If this entry represents a file, and the file is a directory, return an array of TarEntries for this entry's children.
getEntryPosition() - Method in class com.ice.tar.TarInputStream
Get the number of bytes into the current TarEntry.
getFile() - Method in class com.ice.tar.TarEntry
Get this entry's file.
getFileNameBytes(String, byte[]) - Static method in class com.ice.tar.TarHeader
This method, like getNameBytes(), is intended to place a name into a TarHeader's buffer.
getFileTarHeader(TarHeader, File) - Method in class com.ice.tar.TarEntry
Fill in a TarHeader with information from a File.
getGroupId() - Method in class com.ice.tar.TarEntry
Get this entry's group id.
getGroupId() - Method in class com.ice.tar.TarArchive
Get the group id being used for archive entry headers.
getGroupName() - Method in class com.ice.tar.TarEntry
Get this entry's group name.
getGroupName() - Method in class com.ice.tar.TarArchive
Get the group name being used for archive entry headers.
getHeader() - Method in class com.ice.tar.TarEntry
Get this entry's header.
getLongOctalBytes(long, byte[], int, int) - Static method in class com.ice.tar.TarHeader
Parse an octal long integer from a header buffer.
getModTime() - Method in class com.ice.tar.TarEntry
Set this entry's modification time.
getName() - Method in class com.ice.tar.TarEntry
Get this entry's name.
getName() - Method in class com.ice.tar.TarHeader
Get the name of this entry.
getNameBytes(StringBuffer, byte[], int, int) - Static method in class com.ice.tar.TarHeader
Move the bytes from the name StringBuffer into the header's buffer.
getNextEntry() - Method in class com.ice.tar.FastTarStream
 
getNextEntry() - Method in class com.ice.tar.TarInputStream
Get the next entry in this tar archive.
getOctalBytes(long, byte[], int, int) - Static method in class com.ice.tar.TarHeader
Parse an octal integer from a header buffer.
getRecordSize() - Method in class com.ice.tar.TarOutputStream
Get the record size being used by this stream's TarBuffer.
getRecordSize() - Method in class com.ice.tar.TarBuffer
Get the TAR Buffer's record size.
getRecordSize() - Method in class com.ice.tar.TarGzOutputStream
 
getRecordSize() - Method in class com.ice.tar.TarArchive
Get the archive's record size.
getRecordSize() - Method in class com.ice.tar.TarInputStream
Get the record size being used by this stream's TarBuffer.
getSize() - Method in class com.ice.tar.TarEntry
Get this entry's file size.
getStreamPosition() - Method in class com.ice.tar.TarInputStream
Get the number of bytes into the stream we are currently at.
getTempDirectory() - Method in class com.ice.tar.TarArchive
Get the current temporary directory path.
getUserId() - Method in class com.ice.tar.TarEntry
Get this entry's user id.
getUserId() - Method in class com.ice.tar.TarArchive
Get the user id being used for archive entry headers.
getUserName() - Method in class com.ice.tar.TarEntry
Get this entry's user name.
getUserName() - Method in class com.ice.tar.TarArchive
Get the user name being used for archive entry headers.
GIDLEN - Static variable in class com.ice.tar.TarHeader
The length of the group id field in a header buffer.
GNAMELEN - Static variable in class com.ice.tar.TarHeader
The length of the group name field in a header buffer.
GNU_TMAGIC - Static variable in class com.ice.tar.TarHeader
The magic tag representing a GNU tar archive.
gnuFormat - Variable in class com.ice.tar.TarEntry
Set to true if this is a GNU 'ustar' format entry.
groupId - Variable in class com.ice.tar.TarHeader
The entry's group id.
groupId - Variable in class com.ice.tar.TarArchive
 
groupName - Variable in class com.ice.tar.TarHeader
The entry's group name.
groupName - Variable in class com.ice.tar.TarArchive
 

H

hasHitEOF - Variable in class com.ice.tar.TarInputStream
 
hasMoreElements() - Method in class com.ice.tar.TarEntryEnumerator
Return true if there are more elements in the enumeration.
header - Variable in class com.ice.tar.TarEntry
This is the entry's header information.

I

instanceMain(String[]) - Method in class com.ice.tar.tar
This is the "real" main.
InvalidHeaderException - exception com.ice.tar.InvalidHeaderException.
This exception is used to indicate that there is a problem with a TAR archive header.
InvalidHeaderException() - Constructor for class com.ice.tar.InvalidHeaderException
 
InvalidHeaderException(String) - Constructor for class com.ice.tar.InvalidHeaderException
 
isAsciiFile(File) - Method in class com.ice.tar.TarTransFileTyper
Return true if the file should be translated as ASCII.
isAsciiFile(String) - Method in class com.ice.tar.TarTransFileTyper
Return true if the file should be translated as ASCII based on its name.
isDescendent(TarEntry) - Method in class com.ice.tar.TarEntry
Determine if the given entry is a descendant of this entry.
isDirectory() - Method in class com.ice.tar.TarEntry
Return whether or not this entry represents a directory.
isEOFRecord(byte[]) - Method in class com.ice.tar.TarBuffer
Determine if an archive record indicate End of Archive.
isGNUTarFormat() - Method in class com.ice.tar.TarEntry
Returns true if this entry's header is in the GNU 'ustar' format.
isUnixTarFormat() - Method in class com.ice.tar.TarEntry
Returns true if this entry's header is in the old "unix-tar" format.
isUSTarFormat() - Method in class com.ice.tar.TarEntry
Returns true if this entry's header is in "ustar" format.
isVerbose() - Method in class com.ice.tar.TarArchive
Returns the verbosity setting.

K

keepOldFiles - Variable in class com.ice.tar.TarArchive
 

L

LF_BLK - Static variable in class com.ice.tar.TarHeader
Block device file type.
LF_CHR - Static variable in class com.ice.tar.TarHeader
Character device file type.
LF_CONTIG - Static variable in class com.ice.tar.TarHeader
Contiguous file type.
LF_DIR - Static variable in class com.ice.tar.TarHeader
Directory file type.
LF_FIFO - Static variable in class com.ice.tar.TarHeader
FIFO (pipe) file type.
LF_LINK - Static variable in class com.ice.tar.TarHeader
Link file type.
LF_NORMAL - Static variable in class com.ice.tar.TarHeader
Normal file type.
LF_OLDNORM - Static variable in class com.ice.tar.TarHeader
LF_ constants represent the "link flag" of an entry, or more commonly, the "entry type".
LF_SYMLINK - Static variable in class com.ice.tar.TarHeader
Symbolic link file type.
linkFlag - Variable in class com.ice.tar.TarHeader
The entry's link flag.
linkName - Variable in class com.ice.tar.TarHeader
The entry's link name.
listContents() - Method in class com.ice.tar.TarArchive
Perform the "list" command and list the contents of the archive.

M

magic - Variable in class com.ice.tar.TarHeader
The entry's magic tag.
MAGICLEN - Static variable in class com.ice.tar.TarHeader
The length of the magic field in a header buffer.
main(String[]) - Static method in class com.ice.tar.tar
The main entry point of the tar class.
main(String[]) - Static method in class com.ice.tar.FastTarStream
 
mark(int) - Method in class com.ice.tar.TarInputStream
Since we do not support marking just yet, we do nothing.
markSupported() - Method in class com.ice.tar.TarInputStream
Since we do not support marking just yet, we return false.
mode - Variable in class com.ice.tar.TarHeader
The entry's permission mode.
MODELEN - Static variable in class com.ice.tar.TarHeader
The length of the mode field in a header buffer.
modTime - Variable in class com.ice.tar.TarHeader
The entry's modification time.
MODTIMELEN - Static variable in class com.ice.tar.TarHeader
The length of the modification time field in a header buffer.

N

name - Variable in class com.ice.tar.TarHeader
The entry's name.
NAMELEN - Static variable in class com.ice.tar.TarHeader
The length of the name field in a header buffer.
NAMEOFFSET - Static variable in class com.ice.tar.TarHeader
The offset of the name field in a header buffer.
nameTarHeader(TarHeader, String) - Method in class com.ice.tar.TarEntry
Fill in a TarHeader given only the entry's name.
nextElement() - Method in class com.ice.tar.TarEntryEnumerator
Return the next element in the enumeration.

O

oneBuf - Variable in class com.ice.tar.TarOutputStream
 
oneBuf - Variable in class com.ice.tar.TarInputStream
 

P

parseFileName(byte[]) - Static method in class com.ice.tar.TarHeader
Parse a file name from a header buffer.
parseName(byte[], int, int) - Static method in class com.ice.tar.TarHeader
Parse an entry name from a header buffer.
parseOctal(byte[], int, int) - Static method in class com.ice.tar.TarHeader
Parse an octal string from a header buffer.
parseTarHeader(TarHeader, byte[]) - Method in class com.ice.tar.TarEntry
Parse an entry's TarHeader information from a header buffer.
pathPrefix - Variable in class com.ice.tar.TarArchive
 
PREFIXLEN - Static variable in class com.ice.tar.TarHeader
The length of the name prefix field in a header buffer.
PREFIXOFFSET - Static variable in class com.ice.tar.TarHeader
The offset of the name prefix field in a header buffer.
progressDisplay - Variable in class com.ice.tar.TarArchive
 
putNextEntry(TarEntry) - Method in class com.ice.tar.TarOutputStream
Put an entry on the output stream.
putNextEntry(TarEntry) - Method in class com.ice.tar.TarGzOutputStream
 

R

read() - Method in class com.ice.tar.TarInputStream
Reads a byte from the current tar archive entry.
read(byte[]) - Method in class com.ice.tar.TarInputStream
Reads bytes from the current tar archive entry.
read(byte[], int, int) - Method in class com.ice.tar.TarInputStream
Reads bytes from the current tar archive entry.
readBuf - Variable in class com.ice.tar.TarInputStream
 
readRecord() - Method in class com.ice.tar.TarBuffer
Read a record from the input stream and return the data.
recordBuf - Variable in class com.ice.tar.TarOutputStream
 
recordBuf - Variable in class com.ice.tar.TarArchive
 
recordSize - Variable in class com.ice.tar.TarArchive
 
reset() - Method in class com.ice.tar.TarInputStream
Since we do not support marking just yet, we do nothing.
rootPath - Variable in class com.ice.tar.TarArchive
 

S

setAsciiTranslation(boolean) - Method in class com.ice.tar.TarArchive
Set the ascii file translation flag.
setBufferDebug(boolean) - Method in class com.ice.tar.TarOutputStream
Sets the debugging flag in this stream's TarBuffer.
setBufferDebug(boolean) - Method in class com.ice.tar.TarGzOutputStream
 
setBufferDebug(boolean) - Method in class com.ice.tar.TarInputStream
Sets the debugging flag in this stream's TarBuffer.
setDebug(boolean) - Method in class com.ice.tar.TarOutputStream
Sets the debugging flag.
setDebug(boolean) - Method in class com.ice.tar.TarBuffer
Set the debugging flag for the buffer.
setDebug(boolean) - Method in class com.ice.tar.TarGzOutputStream
 
setDebug(boolean) - Method in class com.ice.tar.TarArchive
Set the debugging flag.
setDebug(boolean) - Method in class com.ice.tar.FastTarStream
 
setDebug(boolean) - Method in class com.ice.tar.TarInputStream
Sets the debugging flag.
setEntryFactory(TarInputStream.EntryFactory) - Method in class com.ice.tar.TarInputStream
Sets the debugging flag.
setGNUTarFormat() - Method in class com.ice.tar.TarEntry
Sets this entry's header format to GNU "ustar".
setGroupId(int) - Method in class com.ice.tar.TarEntry
Set this entry's group id.
setGroupName(String) - Method in class com.ice.tar.TarEntry
Set this entry's group name.
setIds(int, int) - Method in class com.ice.tar.TarEntry
Convenience method to set this entry's group and user ids.
setKeepOldFiles(boolean) - Method in class com.ice.tar.TarArchive
Set the flag that determines whether existing files are kept, or overwritten during extraction.
setModTime(Date) - Method in class com.ice.tar.TarEntry
Set this entry's modification time.
setModTime(long) - Method in class com.ice.tar.TarEntry
Set this entry's modification time.
setName(String) - Method in class com.ice.tar.TarEntry
Set this entry's name.
setNames(String, String) - Method in class com.ice.tar.TarEntry
Convenience method to set this entry's group and user names.
setSize(long) - Method in class com.ice.tar.TarEntry
Set this entry's file size.
setTarProgressDisplay(TarProgressDisplay) - Method in class com.ice.tar.TarArchive
Set the current progress display interface.
setTempDirectory(String) - Method in class com.ice.tar.TarArchive
Set the current temporary directory path.
setTransFileTyper(TarTransFileTyper) - Method in class com.ice.tar.TarArchive
Set the object that will determine if a file is of type ascii text for translation purposes.
setUnixTarFormat() - Method in class com.ice.tar.TarEntry
Sets this entry's header format to "unix-style".
setUserId(int) - Method in class com.ice.tar.TarEntry
Set this entry's user id.
setUserInfo(int, String, int, String) - Method in class com.ice.tar.TarArchive
Set user and group information that will be used to fill in the tar archive's entry headers.
setUserName(String) - Method in class com.ice.tar.TarEntry
Set this entry's user name.
setUSTarFormat() - Method in class com.ice.tar.TarEntry
Sets this entry's header format to "ustar".
setVerbose(boolean) - Method in class com.ice.tar.TarArchive
Set the verbosity flag.
showTarProgressMessage(String) - Method in class com.ice.tar.tar
Display progress information by printing it to System.out.
showTarProgressMessage(String) - Method in interface com.ice.tar.TarProgressDisplay
Display a progress message.
size - Variable in class com.ice.tar.TarHeader
The entry's size.
SIZELEN - Static variable in class com.ice.tar.TarHeader
The length of the size field in a header buffer.
skip(long) - Method in class com.ice.tar.TarInputStream
Skip bytes in the input buffer.
skipRecord() - Method in class com.ice.tar.TarBuffer
Skip over a record on the input stream.

T

tar - class com.ice.tar.tar.
The tar class implements a weak reproduction of the traditional UNIX tar command.
tar() - Constructor for class com.ice.tar.tar
Establishes the default userName with the 'user.name' property.
TarArchive - class com.ice.tar.TarArchive.
The TarArchive class implements the concept of a tar archive.
TarArchive(InputStream) - Constructor for class com.ice.tar.TarArchive
The InputStream based constructors create a TarArchive for the purposes of e'x'tracting or lis't'ing a tar archive.
TarArchive(InputStream, int) - Constructor for class com.ice.tar.TarArchive
 
TarArchive(InputStream, int, int) - Constructor for class com.ice.tar.TarArchive
 
TarArchive(OutputStream) - Constructor for class com.ice.tar.TarArchive
The OutputStream based constructors create a TarArchive for the purposes of 'c'reating a tar archive.
TarArchive(OutputStream, int) - Constructor for class com.ice.tar.TarArchive
 
TarArchive(OutputStream, int, int) - Constructor for class com.ice.tar.TarArchive
 
TarBuffer - class com.ice.tar.TarBuffer.
The TarBuffer class implements the tar archive concept of a buffered input stream.
TarBuffer(InputStream) - Constructor for class com.ice.tar.TarBuffer
 
TarBuffer(InputStream, int) - Constructor for class com.ice.tar.TarBuffer
 
TarBuffer(InputStream, int, int) - Constructor for class com.ice.tar.TarBuffer
 
TarBuffer(OutputStream) - Constructor for class com.ice.tar.TarBuffer
 
TarBuffer(OutputStream, int) - Constructor for class com.ice.tar.TarBuffer
 
TarBuffer(OutputStream, int, int) - Constructor for class com.ice.tar.TarBuffer
 
TarEntry - class com.ice.tar.TarEntry.
This class represents an entry in a Tar archive.
TarEntry() - Constructor for class com.ice.tar.TarEntry
The default constructor is protected for use only by subclasses.
TarEntry(byte[]) - Constructor for class com.ice.tar.TarEntry
Construct an entry from an archive's header bytes.
TarEntry(File) - Constructor for class com.ice.tar.TarEntry
Construct an entry for a file.
TarEntry(String) - Constructor for class com.ice.tar.TarEntry
Construct an entry with only a name.
TarEntryEnumerator - class com.ice.tar.TarEntryEnumerator.
Enumerate the contents of a "tar" file.
TarEntryEnumerator(TarInputStream) - Constructor for class com.ice.tar.TarEntryEnumerator
Construct an instance given a TarInputStream.
TarGzOutputStream - class com.ice.tar.TarGzOutputStream.
Outputs tar.gz files.
TarGzOutputStream(OutputStream) - Constructor for class com.ice.tar.TarGzOutputStream
 
TarHeader - class com.ice.tar.TarHeader.
This class encapsulates the Tar Entry Header used in Tar Archives.
TarHeader() - Constructor for class com.ice.tar.TarHeader
 
tarIn - Variable in class com.ice.tar.TarArchive
 
TarInputStream - class com.ice.tar.TarInputStream.
The TarInputStream reads a UNIX tar archive as an InputStream.
TarInputStream.EntryAdapter - class com.ice.tar.TarInputStream.EntryAdapter.
 
TarInputStream.EntryAdapter(TarInputStream) - Constructor for class com.ice.tar.TarInputStream.EntryAdapter
 
TarInputStream.EntryFactory - interface com.ice.tar.TarInputStream.EntryFactory.
This interface is provided, with the method setEntryFactory(), to allow the programmer to have their own TarEntry subclass instantiated for the entries return from getNextEntry().
TarInputStream(InputStream) - Constructor for class com.ice.tar.TarInputStream
 
TarInputStream(InputStream, int) - Constructor for class com.ice.tar.TarInputStream
 
TarInputStream(InputStream, int, int) - Constructor for class com.ice.tar.TarInputStream
 
tarOut - Variable in class com.ice.tar.TarArchive
 
TarOutputStream - class com.ice.tar.TarOutputStream.
The TarOutputStream writes a UNIX tar archive as an OutputStream.
TarOutputStream(OutputStream) - Constructor for class com.ice.tar.TarOutputStream
 
TarOutputStream(OutputStream, int) - Constructor for class com.ice.tar.TarOutputStream
 
TarOutputStream(OutputStream, int, int) - Constructor for class com.ice.tar.TarOutputStream
 
TarProgressDisplay - interface com.ice.tar.TarProgressDisplay.
This interface is provided to TarArchive to display progress information during operation.
TarTransFileTyper - class com.ice.tar.TarTransFileTyper.
This interface indicates if a file qualifies for ASCII translation.
TarTransFileTyper() - Constructor for class com.ice.tar.TarTransFileTyper
 
tempPath - Variable in class com.ice.tar.TarArchive
 
TMAGIC - Static variable in class com.ice.tar.TarHeader
The magic tag representing a POSIX tar archive.
toString() - Method in class com.ice.tar.TarEntry
 
transTyper - Variable in class com.ice.tar.TarArchive
 

U

UIDLEN - Static variable in class com.ice.tar.TarHeader
The length of the user id field in a header buffer.
UNAMELEN - Static variable in class com.ice.tar.TarHeader
The length of the user name field in a header buffer.
unixFormat - Variable in class com.ice.tar.TarEntry
Set to true if this is a "old-unix" format entry.
userId - Variable in class com.ice.tar.TarHeader
The entry's user id.
userId - Variable in class com.ice.tar.TarArchive
 
userName - Variable in class com.ice.tar.TarHeader
The entry's user name.
userName - Variable in class com.ice.tar.TarArchive
 
ustarFormat - Variable in class com.ice.tar.TarEntry
Set to true if this is a 'ustar' format entry.

V

verbose - Variable in class com.ice.tar.TarArchive
 

W

write(byte[]) - Method in class com.ice.tar.TarOutputStream
Writes bytes to the current tar archive entry.
write(byte[]) - Method in class com.ice.tar.TarGzOutputStream
 
write(byte[], int, int) - Method in class com.ice.tar.TarOutputStream
Writes bytes to the current tar archive entry.
write(byte[], int, int) - Method in class com.ice.tar.TarGzOutputStream
 
write(int) - Method in class com.ice.tar.TarOutputStream
Writes a byte to the current tar archive entry.
write(int) - Method in class com.ice.tar.TarGzOutputStream
 
writeEntry(TarEntry, boolean) - Method in class com.ice.tar.TarArchive
Write an entry to the archive.
writeEntryHeader(byte[]) - Method in class com.ice.tar.TarEntry
Write an entry's header information to a header buffer.
writeRecord(byte[]) - Method in class com.ice.tar.TarBuffer
Write an archive record to the archive.
writeRecord(byte[], int) - Method in class com.ice.tar.TarBuffer
Write an archive record to the archive, where the record may be inside of a larger array buffer.

A B C D E F G H I K L M N O P R S T U V W

This software has been placed into the public domain.