Package installer

Interface Summary
Progress  
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().
 

Class Summary
CBZip2InputStream An input stream that decompresses from the BZip2 format (without the file header chars) to be read as any other stream.
CBZip2OutputStream An output stream that compresses into the BZip2 format (without the file header chars) into another stream.
ConsoleInstall  
ConsoleProgress  
Install  
InstallThread  
NonInteractiveInstall  
OperatingSystem  
OperatingSystem.HalfAnOS  
OperatingSystem.MacOS  
OperatingSystem.OSTask  
OperatingSystem.Unix  
OperatingSystem.VMS  
OperatingSystem.Windows  
SwingInstall  
TarBuffer The TarBuffer class implements the tar archive concept of a buffered input stream.
TarEntry This class represents an entry in a Tar archive.
TarHeader This class encapsulates the Tar Entry Header used in Tar Archives.
TarInputStream The TarInputStream reads a UNIX tar archive as an InputStream.
TarOutputStream The TarOutputStream writes a UNIX tar archive as an OutputStream.
VariableGridLayout The VariableGridLayout class is a layout manager that lays out a container's components in a rectangular grid with variable cell sizes.
 

Exception Summary
InvalidHeaderException This exception is used to indicate that there is a problem with a TAR archive header.