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

A

AbstractStream - class com.bigzip.plugin.compression.io.AbstractStream.
Instances of this class support both reading and writing to a random access file.
AbstractStream() - Constructor for class com.bigzip.plugin.compression.io.AbstractStream
 
ACCELERATOR - Static variable in class com.bigzip.plugin.ArchiveAction
 
accessory - Variable in class com.bigzip.plugin.support.ui.DirectoryChooser
This is the accessory component to be displayed in the chooser.
accessory - Variable in class com.bigzip.plugin.support.ui.FileQueue
This is the accessory component to be displayed in the queue.
ACTION_ANIMATION_PATH - Static variable in class com.bigzip.ResourceLocator
This is the location of the anaimated version of the standard BiGZiP images.
ACTION_IMAGE_PATH - Static variable in class com.bigzip.ResourceLocator
This is the location of the standard BiGZiP non-animated images.
actionPerformed(ActionEvent) - Method in class com.bigzip.plugin.ArchiveAction
Performs the action when the user chooses the action in the toolbar or menu bar.
ACTIONS_PROPERTY - Static variable in class com.bigzip.plugin.ArchiveModel
 
addAllButton - Variable in class com.bigzip.plugin.support.ui.FileQueue
This is the button to add all the files in a directory to the queue.
addButton - Variable in class com.bigzip.plugin.support.ui.FileQueue
This is the button to add a selected file to the queue.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.bigzip.Settings
Registers a PropertyChangeListener with this Settings object.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.bigzip.plugin.ColumnInfo
Adds a listener to object.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.bigzip.plugin.ArchiveModel
Add a PropertyChangeListener to this list of listeners notified of changes in this Archive's properties.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.bigzip.plugin.ArchiveEntry
Adds a listener to object.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.bigzip.plugin.support.ui.DirectoryChooser
Registers a property change listener that will receive notification when a directory is chosen in the directory chooser.
ANIMATED_ICON - Static variable in class com.bigzip.plugin.ArchiveAction
 
applyCustomizer(JComponent) - Method in class com.bigzip.SettingsCustomizer
Applys the settings in the component to the settings object for which this is the customizer.
APPROVE_OPTION - Static variable in class com.bigzip.plugin.support.ui.DirectoryChooser
Return value if approve (yes, ok) is chosen.
APPROVE_OPTION - Static variable in class com.bigzip.plugin.support.ui.FileQueue
Return value if approve (yes, ok) is chosen.
approveButton - Variable in class com.bigzip.plugin.support.ui.DirectoryChooser
This is the approve button.
approveButton - Variable in class com.bigzip.plugin.support.ui.FileQueue
This is the approve button.
approved - Variable in class com.bigzip.plugin.support.ui.DirectoryChooser
The approval status of the chooser.
approved - Variable in class com.bigzip.plugin.support.ui.FileQueue
The approval status of the queue.
ARCHIVE_TITLE_PROPERTY - Static variable in class com.bigzip.plugin.ArchiveModel
 
ArchiveAction - class com.bigzip.plugin.ArchiveAction.
Archive plugins need to subclass this class to provide the user with access to the operations that can be performed on the archive.
ArchiveAction() - Constructor for class com.bigzip.plugin.ArchiveAction
 
ArchiveData - interface com.bigzip.plugin.compression.data.ArchiveData.
 
ArchiveEntry - class com.bigzip.plugin.ArchiveEntry.
Objects of this classes are provided by Archive objects to allow the user interface to display the details of a file stored in the archive file.
ArchiveEntry(long, String, Object[]) - Constructor for class com.bigzip.plugin.ArchiveEntry
Creates an archive entry object.
ArchiveModel - class com.bigzip.plugin.ArchiveModel.
Plugins provide BiGZiP will an subclass of Archive when a new archive is created or an existing archive is opened.
ArchiveModel() - Constructor for class com.bigzip.plugin.ArchiveModel
 
ArchiveStream - class com.bigzip.plugin.compression.io.ArchiveStream.
 
ArchiveStream(AbstractStream) - Constructor for class com.bigzip.plugin.compression.io.ArchiveStream
For use of customised checksum routines
available() - Method in class com.bigzip.plugin.compression.io.ArchiveStream
Returns 0 after EOF has reached for the current entry data, otherwise always return 1.
availableCompress() - Method in class com.bigzip.plugin.compression.io.CompressionStream
Returns 0 after EOF has reached, otherwise always return 1.

B

BIG_ENDIAN - Static variable in class com.bigzip.plugin.compression.io.IOStream
 
BiGZiPPlugin - interface com.bigzip.plugin.BiGZiPPlugin.
The ArchivePlugin interface is used to extend the types of archive file formats that BiGZiP can handle.
buf - Variable in class com.bigzip.plugin.compression.io.CompressionStream
Output buffer for writing compressed data.

C

CANCEL_OPTION - Static variable in class com.bigzip.plugin.support.ui.DirectoryChooser
Return value if cancel is chosen.
CANCEL_OPTION - Static variable in class com.bigzip.plugin.support.ui.FileQueue
Return value if cancel is chosen.
cancelButton - Variable in class com.bigzip.plugin.support.ui.DirectoryChooser
This is the cancel button.
cancelButton - Variable in class com.bigzip.plugin.support.ui.FileQueue
This is the cancel button.
center(Window) - Static method in class com.bigzip.plugin.support.ui.WindowUtilities
Centers a Window on the screen
CheckedStream - class com.bigzip.plugin.compression.io.CheckedStream.
An access stream that also maintains a checksum of the data being written or read.
CheckedStream(AbstractStream) - Constructor for class com.bigzip.plugin.compression.io.CheckedStream
Creates an output stream with the CRC32 checksum scheme.
CheckedStream(AbstractStream, Checksum) - Constructor for class com.bigzip.plugin.compression.io.CheckedStream
Creates an output stream with the specified Checksum.
chooserFiles - Variable in class com.bigzip.plugin.support.ui.FileQueue
 
ckm - Variable in class com.bigzip.plugin.compression.io.CheckedStream
 
clientStream - Variable in class com.bigzip.plugin.compression.io.AbstractStream
Should be set in the constructor and represents the underlying Randomly accessible Stream
clone() - Method in class com.bigzip.plugin.support.Ratio
Creates and returns a copy of this object and values stored.
close() - Method in class com.bigzip.plugin.ArchiveModel
Close the archive represented by this model and free any resources allocated.
close() - Method in class com.bigzip.plugin.compression.io.AbstractStream
Closes this random access file stream and releases any system resources associated with the stream.
close() - Method in class com.bigzip.plugin.compression.io.IOStream
Closes this random access stream and releases any system resources associated with the stream.
closeAllTemporaryFiles() - Static method in class com.bigzip.plugin.ArchiveModel
 
closeTemporaryFile(File) - Static method in class com.bigzip.plugin.ArchiveModel
 
COLUMN_INFO_PROPERTY - Static variable in class com.bigzip.plugin.ArchiveModel
 
ColumnInfo - class com.bigzip.plugin.ColumnInfo.
Archive plugin's provide ColumnInfo objects to describe the extra column in the file table.
ColumnInfo() - Constructor for class com.bigzip.plugin.ColumnInfo
 
com.bigzip - package com.bigzip
 
com.bigzip.plugin - package com.bigzip.plugin
 
com.bigzip.plugin.compression - package com.bigzip.plugin.compression
 
com.bigzip.plugin.compression.data - package com.bigzip.plugin.compression.data
 
com.bigzip.plugin.compression.engine - package com.bigzip.plugin.compression.engine
 
com.bigzip.plugin.compression.io - package com.bigzip.plugin.compression.io
 
com.bigzip.plugin.support - package com.bigzip.plugin.support
 
com.bigzip.plugin.support.table - package com.bigzip.plugin.support.table
 
com.bigzip.plugin.support.ui - package com.bigzip.plugin.support.ui
 
COMMON_CLASS_PROPERTY - Static variable in class com.bigzip.plugin.ColumnInfo
 
comp - Variable in class com.bigzip.plugin.compression.io.CompressionStream
Compressor for this stream.
compare(Object, Object) - Method in interface com.bigzip.plugin.DataSorter
Compares to objects together.
compare(Object, Object) - Method in class com.bigzip.plugin.support.table.DoublePrecisionSorter
Sorts two double-precision floating-point numbers in numeric order.
compare(Object, Object) - Method in class com.bigzip.plugin.support.table.DateSorter
Sorts two dates in temporal order.
compare(Object, Object) - Method in class com.bigzip.plugin.support.table.NumberSorter
Sorts two long-sized numbers in numeric order.
compareTo(Object) - Method in class com.bigzip.plugin.support.Ratio
Compares this Ratio to another Object.
COMPRESSED_SIZE - Static variable in class com.bigzip.plugin.ArchiveEntry
This is the property key used in PropertyChangeEvents when the compressed size changes.
CompressionStream - class com.bigzip.plugin.compression.io.CompressionStream.
This class implements the archive IO stream for compressing data in the "deflate" compression format and decomressing data using the "inflate" decompression scheme.
CompressionStream(AbstractStream) - Constructor for class com.bigzip.plugin.compression.io.CompressionStream
Creates a new random access stream with a default buffer size of 512.
CompressionStream(AbstractStream, Compressor) - Constructor for class com.bigzip.plugin.compression.io.CompressionStream
Creates a new random access stream with the specified compressor and a default buffer size of 512.
CompressionStream(AbstractStream, Compressor, Decompressor) - Constructor for class com.bigzip.plugin.compression.io.CompressionStream
Creates a new random access stream with the specified compressor and a default buffer size of 512.
CompressionStream(AbstractStream, Compressor, Decompressor, int) - Constructor for class com.bigzip.plugin.compression.io.CompressionStream
Creates a new random access stream with the specified compressor and buffer size.
CompressionStream(AbstractStream, Decompressor) - Constructor for class com.bigzip.plugin.compression.io.CompressionStream
Creates a new random access stream with the specified compressor and a default buffer size of 512.
CompressionStream(AbstractStream, int) - Constructor for class com.bigzip.plugin.compression.io.CompressionStream
Creates a new random access stream with the specified buffer size.
CompressionToolBox - class com.bigzip.plugin.compression.CompressionToolBox.
 
CompressionToolBox() - Constructor for class com.bigzip.plugin.compression.CompressionToolBox
 
Compressor - interface com.bigzip.plugin.compression.engine.Compressor.
 
construct() - Method in class com.bigzip.plugin.support.ui.SwingWorker
 
copyBuffer(byte[], int, int) - Static method in class com.bigzip.plugin.compression.CompressionToolBox
Returns the sub-array of an array specified by the length and offset.
createChild(String) - Method in class com.bigzip.Settings
Creates a child Settings object under this settings object in the settings hierarchy.
createDefaultAbortButton() - Static method in class com.bigzip.plugin.support.ui.StatusBarHelper
Creates a default button with an abort image and tool tip that can be placed into the status bar.
createDefaultAddAllButton() - Method in class com.bigzip.plugin.support.ui.FileQueue
Creates a button with the label "Add All", mnemonic 'd', and which calls calls the doAddAllAction method when clicked.
createDefaultAddButton() - Method in class com.bigzip.plugin.support.ui.FileQueue
Creates a button with the label "Add", mnemonic 'a', and which calls calls the doAddAction method when clicked.
createDefaultApproveButton() - Method in class com.bigzip.plugin.support.ui.DirectoryChooser
Creates a button with the label "Select", mnemonic 's', and which calls the doApproveAction method when clicked.
createDefaultApproveButton() - Method in class com.bigzip.plugin.support.ui.FileQueue
Creates a button with the label "Ok", mnemonic 'o', and which calls the doApproveAction method when clicked.
createDefaultCancelButton() - Method in class com.bigzip.plugin.support.ui.DirectoryChooser
Creates a button with the label "Cancel", mnemonic 'c', and which calls the doCancelAction method when clicked.
createDefaultCancelButton() - Method in class com.bigzip.plugin.support.ui.FileQueue
Creates a button with the label "Cancel", mnemonic 'c', and which calls the doCancelAction method when clicked.
createDefaultGoHomeButton() - Method in class com.bigzip.plugin.support.ui.DirectoryChooser
Creates a button with the default 'go home' icon for the current look'n'feel, mnemonic 'c', and which calls the doGoHomeAction method when clicked.
createDefaultGoHomeButton() - Method in class com.bigzip.plugin.support.ui.FileQueue
Creates a button with the default 'go home' icon for the current look'n'feel, mnemonic 'c', and which calls the doGoHomeAction method when clicked.
createDefaultInfoButton() - Static method in class com.bigzip.plugin.support.ui.StatusBarHelper
Creates a default button with an information image and tool tip that can be placed into the status bar.
createDefaultNewDirectoryButton() - Method in class com.bigzip.plugin.support.ui.DirectoryChooser
Creates a button with the default 'new folder' icon for the current look'n'feel, mnemonic 'n', and which calls the doNewDirectoryAction method when clicked.
createDefaultRemoveAllButton() - Method in class com.bigzip.plugin.support.ui.FileQueue
Creates a button with the label "Remove All", mnemonic 'e', and which calls the doRemoveAllAction method when clicked.
createDefaultRemoveButton() - Method in class com.bigzip.plugin.support.ui.FileQueue
Creates a button with the label "Remove", mnemonic 'r', and which calls the doRemoveAction method when clicked.
createDialog(String, boolean) - Static method in class com.bigzip.plugin.support.ui.WindowUtilities
Produces a dialog component with the parent (BiGZiP Frame) allocated to it.
createDirectoryColumn() - Method in class com.bigzip.plugin.support.ui.FileQueue
Creates a table column that is setup to display the directory path of file in the queue table.
createFilenameColumn() - Method in class com.bigzip.plugin.support.ui.FileQueue
Creates a table column that is setup to display the filename of the files in a table.
createInstance() - Method in interface com.bigzip.plugin.compression.engine.Compressor
Creates a new instance of the implemented Deflation class.
createInstance() - Method in interface com.bigzip.plugin.compression.engine.Decompressor
Creates a new instance of the implemented Decompressor class.
createInstance() - Method in class com.bigzip.plugin.compression.io.NullCompression
Creates a new instance of the implemented Compressor class.
createInstance() - Method in class com.bigzip.plugin.compression.io.NullDecompression
Creates a new instance of the implemented Decompressor class.
createNew(File) - Method in interface com.bigzip.plugin.BiGZiPPlugin
Creates a new archive file.
createNewTemporaryFile() - Static method in class com.bigzip.plugin.ArchiveModel
 
createOptionsColumn() - Method in class com.bigzip.plugin.support.ui.FileQueue
Creates a table column that is setup to display the options associated with a file in the queue table.
createTypeColumn() - Method in class com.bigzip.plugin.support.ui.FileQueue
Creates a table column that is setup to display the type icon for a file.
CriticalRuntimeException - exception com.bigzip.CriticalRuntimeException.
This is a RuntimeException derived class which will evoke the an exception dialog in order to alert the user of a critical problem in a BiGZiP plugin or BiGZiP itself.
CriticalRuntimeException(String) - Constructor for class com.bigzip.CriticalRuntimeException
Raises the exception dialog with the given message.
CROSSHAIR_CURSOR - Static variable in class com.bigzip.plugin.support.ui.WindowUtilities
 

D

DataSorter - interface com.bigzip.plugin.DataSorter.
Archive plugin's provide an implementation of this plugin when a column is sortable.
DateColumn - class com.bigzip.plugin.support.table.DateColumn.
The DateColumn displays a column of Date objects in the entry table.
DateColumn() - Constructor for class com.bigzip.plugin.support.table.DateColumn
Creates a new DateColumn with no column heading.
DateColumn(String) - Constructor for class com.bigzip.plugin.support.table.DateColumn
Creates a new DateColumn with the specified heading.
DateRenderer - class com.bigzip.plugin.support.table.DateRenderer.
Renders a cell in the entry table containing a date.
DateRenderer() - Constructor for class com.bigzip.plugin.support.table.DateRenderer
 
DateSorter - class com.bigzip.plugin.support.table.DateSorter.
 
DateSorter() - Constructor for class com.bigzip.plugin.support.table.DateSorter
 
decomp - Variable in class com.bigzip.plugin.compression.io.CompressionStream
Decompressor for this stream.
Decompressor - interface com.bigzip.plugin.compression.engine.Decompressor.
 
DEFAULT_CURSOR - Static variable in class com.bigzip.plugin.support.ui.WindowUtilities
 
deflate() - Method in class com.bigzip.plugin.compression.io.CompressionStream
Writes next block of compressed data to the random access stream.
deflate(byte[]) - Method in interface com.bigzip.plugin.compression.engine.Compressor
Fills specified buffer with compressed data.
deflate(byte[]) - Method in class com.bigzip.plugin.compression.io.NullCompression
Fills specified buffer with compressed data.
deflate(byte[], int, int) - Method in interface com.bigzip.plugin.compression.engine.Compressor
Fills specified buffer with compressed data.
deflate(byte[], int, int) - Method in class com.bigzip.plugin.compression.io.NullCompression
Fills specified buffer with compressed data.
deleteAllChildren() - Method in class com.bigzip.Settings
Deletes all the child Settings objects under this Settings object.
deleteChild(String) - Method in class com.bigzip.Settings
Deletes the child with the specified id from this Settings object.
DETAILS_PROPERTY - Static variable in class com.bigzip.plugin.ArchiveEntry
This is the property key used in PropertyChangeEvents when one of the details changes.
DirectoryChooser - class com.bigzip.plugin.support.ui.DirectoryChooser.
The DirectoryChooser is used to allow the user to select a directory in the file system.
DirectoryChooser() - Constructor for class com.bigzip.plugin.support.ui.DirectoryChooser
Creates a new directory chooser with user's working directory selected by default.
DirectoryChooser(File) - Constructor for class com.bigzip.plugin.support.ui.DirectoryChooser
Creates a new directory chooser with directory refered to by the given path selected by default.
DirectoryChooser(Frame, File) - Constructor for class com.bigzip.plugin.support.ui.DirectoryChooser
Creates a new directory chooser with directory refered to by the given path selected by default.
DirectoryChooser(Frame, String) - Constructor for class com.bigzip.plugin.support.ui.DirectoryChooser
Creates a new directory chooser with directory refered to by the given path selected by default.
DirectoryChooser(String) - Constructor for class com.bigzip.plugin.support.ui.DirectoryChooser
Creates a new directory chooser with directory refered to by the given path selected by default.
directoryChooserPane - Variable in class com.bigzip.plugin.support.ui.DirectoryChooser
This is the directory chooser pane.
directoryChooserPane - Variable in class com.bigzip.plugin.support.ui.FileQueue
This is the directory chooser pane.
doAddAction() - Method in class com.bigzip.plugin.support.ui.FileQueue
Performs the standard response to the add button being clicked.
doAddAllAction() - Method in class com.bigzip.plugin.support.ui.FileQueue
Performs the standard response to the add all button being clicked.
doApproveAction() - Method in class com.bigzip.plugin.support.ui.DirectoryChooser
Performs the standard response to the approve button being clicked.
doApproveAction() - Method in class com.bigzip.plugin.support.ui.FileQueue
Performs the standard response to the approve button being clicked.
doCancelAction() - Method in class com.bigzip.plugin.support.ui.DirectoryChooser
Performs the standard response to the cancel button being clicked.
doCancelAction() - Method in class com.bigzip.plugin.support.ui.FileQueue
Performs the standard response to the cancel button being clicked.
doCreateNewDirectoryAction() - Method in class com.bigzip.plugin.support.ui.DirectoryChooser
Performs the standard response to the new directory button being clicked.
doGoHomeAction() - Method in class com.bigzip.plugin.support.ui.DirectoryChooser
Performs the standard response to the go home button being clicked.
doGoHomeAction() - Method in class com.bigzip.plugin.support.ui.FileQueue
Performs the standard response to the go home button being clicked.
doRemoveAction() - Method in class com.bigzip.plugin.support.ui.FileQueue
Performs the standard response to the remove all button being clicked.
doRemoveAllAction() - Method in class com.bigzip.plugin.support.ui.FileQueue
Performs the standard response to the remove button being clicked.
dosToJavaTime(long) - Static method in class com.bigzip.plugin.compression.CompressionToolBox
 
DoublePrecisionColumn - class com.bigzip.plugin.support.table.DoublePrecisionColumn.
The DoublePrecisionColumn displays a column of double-precision floating-point numbers in the entry table.
DoublePrecisionColumn() - Constructor for class com.bigzip.plugin.support.table.DoublePrecisionColumn
Creates a new DoublePrecisionColumn with no column heading.
DoublePrecisionColumn(String) - Constructor for class com.bigzip.plugin.support.table.DoublePrecisionColumn
Creates a new DoublePrecisionColumn with the specified heading.
DoublePrecisionRenderer - class com.bigzip.plugin.support.table.DoublePrecisionRenderer.
 
DoublePrecisionRenderer() - Constructor for class com.bigzip.plugin.support.table.DoublePrecisionRenderer
 
DoublePrecisionSorter - class com.bigzip.plugin.support.table.DoublePrecisionSorter.
 
DoublePrecisionSorter() - Constructor for class com.bigzip.plugin.support.table.DoublePrecisionSorter
 
doubleValue() - Method in class com.bigzip.plugin.support.Ratio
Returns the double value of this Ratio.

E

E_RESIZE_CURSOR - Static variable in class com.bigzip.plugin.support.ui.WindowUtilities
 
EDITABLE_PROPERTY - Static variable in class com.bigzip.plugin.ColumnInfo
 
EDITOR_PROPERTY - Static variable in class com.bigzip.plugin.ColumnInfo
 
EncapsulatedRuntimeException - exception com.bigzip.EncapsulatedRuntimeException.
The purpose of the EncapsulatedRuntimeExcpetion is to 're-package' an exception as a runtime exception and evoke the critical exception dialog box.
EncapsulatedRuntimeException(Throwable) - Constructor for class com.bigzip.EncapsulatedRuntimeException
 
end() - Method in interface com.bigzip.plugin.compression.engine.Compressor
Discards unprocessed input and frees internal data.
end() - Method in interface com.bigzip.plugin.compression.engine.Decompressor
Discards unprocessed input and frees internal data.
end() - Method in class com.bigzip.plugin.compression.io.NullCompression
Discards unprocessed input and frees internal data.
end() - Method in class com.bigzip.plugin.compression.io.NullDecompression
Discards unprocessed input and frees internal data.
ensureOpen() - Method in class com.bigzip.plugin.compression.io.AbstractStream
Check to make sure that this stream has not been closed
ensureOpen() - Method in class com.bigzip.plugin.compression.io.IOStream
Check to make sure that this stream has not been closed
enterInformationMode(String) - Static method in class com.bigzip.plugin.support.ui.StatusBarHelper
Replaces the current mode with an Information Style status bar.
enterInformationMode(String, JComponent) - Static method in class com.bigzip.plugin.support.ui.StatusBarHelper
Replaces the current mode with an Information Style status bar.
enterProgressMode() - Static method in class com.bigzip.plugin.support.ui.StatusBarHelper
Replaces the current mode with a Progress Style status bar.
enterProgressMode(float) - Static method in class com.bigzip.plugin.support.ui.StatusBarHelper
Replaces the current mode with a Progress Style status bar.
enterProgressMode(float, JComponent) - Static method in class com.bigzip.plugin.support.ui.StatusBarHelper
Replaces the current mode with a Progress Style status bar.
enterProgressMode(int) - Static method in class com.bigzip.plugin.support.ui.StatusBarHelper
Replaces the current mode with a Progress Style status bar.
enterProgressMode(int, JComponent) - Static method in class com.bigzip.plugin.support.ui.StatusBarHelper
Replaces the current mode with a Progress Style status bar.
ENTRIES_PROPERTY - Static variable in class com.bigzip.plugin.ArchiveModel
 
ENTRY_COUNT_PROPERTY - Static variable in class com.bigzip.plugin.ArchiveModel
 
ENTRY_ID_PROPERTY - Static variable in class com.bigzip.plugin.ArchiveEntry
This is the property key used in PropertyChangeEvents when the entry id changes.
ENTRY_TYPE_PROPERTY - Static variable in class com.bigzip.plugin.ArchiveEntry
This is the property key used in PropertyChangeEvents when the entry type changes.
EntryData - interface com.bigzip.plugin.compression.data.EntryData.
 
entryEOF - Variable in class com.bigzip.plugin.compression.io.ArchiveStream
this flag is set to true after EOF has reached for one entry
equals(Ratio) - Method in class com.bigzip.plugin.support.Ratio
Returns the result of comparing this Ratio's numerator and denominator with the Ratio parsed.
ERROR_OPTION - Static variable in class com.bigzip.plugin.support.ui.DirectoryChooser
Return value if an error occured.
ERROR_OPTION - Static variable in class com.bigzip.plugin.support.ui.FileQueue
Return value if an error occured.
exitMode() - Static method in class com.bigzip.plugin.support.ui.StatusBarHelper
Ends the current status mode session and restores the previous session.

F

fileChooserTable - Variable in class com.bigzip.plugin.support.ui.FileQueue
This is the table which lists the files in directory so that a user can add one/them to the queue.
FileQueue - class com.bigzip.plugin.support.ui.FileQueue.
The FileQueue allows a user to select a multitude of files.
FileQueue() - Constructor for class com.bigzip.plugin.support.ui.FileQueue
Creates a new file queue with user's working directory open by default.
FileQueue(File) - Constructor for class com.bigzip.plugin.support.ui.FileQueue
Creates a new file queue with directory refered to by the given path open by default.
FileQueue(Frame, File) - Constructor for class com.bigzip.plugin.support.ui.FileQueue
Creates a new file queue with directory refered to by the given path open by default.
FileQueue(Frame, String) - Constructor for class com.bigzip.plugin.support.ui.FileQueue
Creates a new file queue with directory refered to by the given path open by default.
FileQueue(String) - Constructor for class com.bigzip.plugin.support.ui.FileQueue
Creates a new file queue with directory refered to by the given path open by default.
FileQueueAccessory - interface com.bigzip.plugin.support.ui.FileQueueAccessory.
This interface is implemented for adding an accessory to a file queue.
FileQueueEntry - class com.bigzip.plugin.support.ui.FileQueueEntry.
This is an information container for each of the files added to a file queue.
FileQueueEntry(TypeField, String, File, Object) - Constructor for class com.bigzip.plugin.support.ui.FileQueueEntry
Creates a new FileQueueEntry.
fill() - Method in class com.bigzip.plugin.compression.io.CompressionStream
Fills input buffer with more data to decompress.
findFirstExistingParent(File) - Static method in class com.bigzip.plugin.support.ui.DirectoryChooser
Finds the first parent directory in the directory hierarchy that exists for a given path.
finish() - Method in interface com.bigzip.plugin.compression.engine.Compressor
When called, indicates that compression should end with the current contents of the input buffer.
finish() - Method in class com.bigzip.plugin.compression.io.AbstractStream
Used as a means to flush any data before either closing or performing a new operation.
finish() - Method in class com.bigzip.plugin.compression.io.NullCompression
When called, indicates that compression should end with the current contents of the input buffer.
finish() - Method in class com.bigzip.plugin.compression.io.CompressionStream
Finishes writing compressed data to the random access stream without closing the underlying stream.
finish() - Method in class com.bigzip.plugin.compression.io.IOStream
Required only to catch the the calls to super by inhereting streams.
finished() - Method in interface com.bigzip.plugin.compression.engine.Compressor
Returns true if the end of the compressed data output stream has been reached.
finished() - Method in interface com.bigzip.plugin.compression.engine.Decompressor
Return true if the end of the compressed data stream has been reached.
finished() - Method in class com.bigzip.plugin.compression.io.NullCompression
Returns true if the end of the compressed data output stream has been reached.
finished() - Method in class com.bigzip.plugin.compression.io.NullDecompression
Return true if the end of the compressed data stream has been reached.
finished() - Method in class com.bigzip.plugin.support.ui.SwingWorker
 
firePropertyChange(String, Object, Object) - Method in class com.bigzip.plugin.ColumnInfo
Fires a property change event to all the registered listeners.
firePropertyChange(String, Object, Object) - Method in class com.bigzip.plugin.ArchiveEntry
Fires a property change event to all the registered listeners.
firePropertyChangeEvent(String, Object, Object) - Method in class com.bigzip.plugin.ArchiveModel
Fires a PropertyChangeEvent at the listeners registered with this Archive.
floatValue() - Method in class com.bigzip.plugin.support.Ratio
Returns the float value of this Ratio.

G

get() - Method in class com.bigzip.plugin.support.ui.SwingWorker
 
getAccelerator() - Method in class com.bigzip.plugin.ArchiveAction
 
getAccessory() - Method in class com.bigzip.plugin.support.ui.DirectoryChooser
Retrieves the accessory component displayed in the directory chooser.
getAccessory() - Method in class com.bigzip.plugin.support.ui.FileQueue
Retrieves the accessory component displayed in the file queue.
getAction(int) - Method in class com.bigzip.plugin.ArchiveModel
 
getActions() - Method in class com.bigzip.plugin.ArchiveModel
 
getAllEntries() - Method in class com.bigzip.plugin.ArchiveAction
 
getAnimatedIcon() - Method in class com.bigzip.plugin.ArchiveAction
 
getAnimatedMediumIcon() - Method in class com.bigzip.plugin.ArchiveAction
 
getApproveButtonMnemonic() - Method in class com.bigzip.plugin.support.ui.DirectoryChooser
Retrieves the the approve button's mnemonic.
getApproveButtonMnemonic() - Method in class com.bigzip.plugin.support.ui.FileQueue
Retrieves the the approve button's mnemonic.
getApproveButtonText() - Method in class com.bigzip.plugin.support.ui.DirectoryChooser
Retrieves the text that appears in the approve button.
getApproveButtonText() - Method in class com.bigzip.plugin.support.ui.FileQueue
Retrieves the text that appears in the approve button.
getApproveButtonToolTipText() - Method in class com.bigzip.plugin.support.ui.DirectoryChooser
Retrieves the approve button's tooltip text.
getApproveButtonToolTipText() - Method in class com.bigzip.plugin.support.ui.FileQueue
Retrieves the approve button's tooltip text.
getArchiveTitle() - Method in class com.bigzip.plugin.ArchiveModel
Returns the title of the archive.
getChecksum() - Method in interface com.bigzip.plugin.compression.data.EntryData
Returns the checksum of the uncompressed entry data, or -1 if not known.
getChecksum() - Method in class com.bigzip.plugin.compression.io.CheckedStream
Returns the Checksum for this output stream.
getChild(String) - Method in class com.bigzip.Settings
Returns the settings object for this child with the given id.
getColumnInfo() - Method in class com.bigzip.plugin.ArchiveModel
 
getComment() - Method in interface com.bigzip.plugin.compression.data.ArchiveData
 
getComment() - Method in interface com.bigzip.plugin.compression.data.EntryData
 
getCommonClass() - Method in class com.bigzip.plugin.ColumnInfo
Returns a reference to the most common class for the information to be displayed in the column.
getComponent() - Method in interface com.bigzip.plugin.support.ui.FileQueueAccessory
Retrieves the UI componenet of the accessory to display in the file queue.
getCompressedSize() - Method in class com.bigzip.plugin.ArchiveEntry
Returns the compressed size of the entry.
getCompressedSize() - Method in interface com.bigzip.plugin.compression.data.EntryData
Returns the size of the compressed entry data, or -1 if not known.
getCompressor() - Method in class com.bigzip.plugin.compression.io.CompressionStream
 
getCurrentDirectory() - Method in class com.bigzip.plugin.support.ui.DirectoryChooser
Retrieves the currently selected directory.
getCurrentDirectory() - Method in class com.bigzip.plugin.support.ui.FileQueue
Retrieves the currently open directory.
getCustomizer() - Method in class com.bigzip.SettingsCustomizer
Returns a customizer that will allow the user to edit the settings in a settings object through the preferences dialog box.
getCustomizer() - Method in class com.bigzip.Settings
Returns the settings customizer UI component that the preferences dialog box can display to allow the user to customize this settings object.
getDateFormater() - Method in class com.bigzip.plugin.support.table.DateRenderer
Retreives the current DateFormat object.
getDateFormater() - Method in class com.bigzip.plugin.support.table.DateColumn
Retreives the current DateFormat object associated with this DateColumn.
getDecompressor() - Method in class com.bigzip.plugin.compression.io.CompressionStream
 
getDefaultDirectoryIcon() - Static method in class com.bigzip.plugin.support.ui.WindowUtilities
Returns the standard icon used for files.
getDenominator() - Method in class com.bigzip.plugin.support.Ratio
Provides access to the denominator.
getDetail(int) - Method in class com.bigzip.plugin.ArchiveEntry
Returns a specified details of the entry.
getDetails() - Method in class com.bigzip.plugin.ArchiveEntry
 
getDirectory() - Method in class com.bigzip.plugin.support.ui.FileQueueEntry
Retrieves the directory of the queued file.
getEditor() - Method in class com.bigzip.plugin.ColumnInfo
 
getEntries() - Method in class com.bigzip.plugin.ArchiveModel
Returns the list of entries in the archive.
getEntryCount() - Method in class com.bigzip.plugin.ArchiveModel
 
getEntryId() - Method in class com.bigzip.plugin.ArchiveEntry
 
getExtensions() - Method in interface com.bigzip.plugin.BiGZiPPlugin
Returns an array of extensions handled by the archive format.
getFileFilters() - Method in interface com.bigzip.plugin.BiGZiPPlugin
Return the file filters for use in new and open file dialogs.
getFilename() - Method in class com.bigzip.plugin.support.ui.FileQueueEntry
Retrieves the name of the queued file.
getFileName() - Method in class com.bigzip.plugin.ArchiveModel
 
getFilePointer() - Method in class com.bigzip.plugin.compression.io.AbstractStream
Returns the current offset in this file.
getFilePointer() - Method in class com.bigzip.plugin.compression.io.IOStream
Returns the current offset in this file.
getHeading() - Method in class com.bigzip.plugin.ColumnInfo
 
getHelpSet() - Method in interface com.bigzip.plugin.BiGZiPPlugin
 
getHelpSet(String) - Static method in class com.bigzip.ResourceLocator
Loads a HelpSet from the file system so that it may be incorperated into BiGZiP's help when a plugin is loaded.
getIconForFile(String) - Static method in class com.bigzip.plugin.support.ui.WindowUtilities
Returns the associated icon for a given file.
getIconForType(String) - Static method in class com.bigzip.plugin.support.ui.WindowUtilities
Returns the associated icon for a given file extension.
getJustification() - Method in class com.bigzip.plugin.support.table.DateRenderer
Retreives the current justification setting.
getJustification() - Method in class com.bigzip.plugin.support.table.NumberColumn
Retreives the current justification setting for this column.
getJustification() - Method in class com.bigzip.plugin.support.table.NumberRenderer
Retreives the current justification setting.
getJustification() - Method in class com.bigzip.plugin.support.table.DoublePrecisionColumn
Retreives the current justification setting for this column.
getJustification() - Method in class com.bigzip.plugin.support.table.DateColumn
Retreives the current justification setting for this column.
getLargeIcon() - Method in class com.bigzip.plugin.ArchiveAction
 
getLargeIcon() - Method in interface com.bigzip.plugin.BiGZiPPlugin
 
getLocalizedMessage() - Method in class com.bigzip.EncapsulatedRuntimeException
 
getLongDescription() - Method in class com.bigzip.plugin.ArchiveAction
 
getMaximumFractionDigits() - Method in class com.bigzip.plugin.support.table.DoublePrecisionColumn
Retrieves the maximum number of digits to be displayed after the decimal point.
getMaximumIntegerDigits() - Method in class com.bigzip.plugin.support.table.DoublePrecisionColumn
Retrieves the maximum number of digits to be displayed before the decimal point.
getMaximumWidth() - Method in class com.bigzip.plugin.ColumnInfo
 
getMediumIcon() - Method in class com.bigzip.plugin.ArchiveAction
 
getMenuItem() - Method in class com.bigzip.plugin.ArchiveAction
Returns the menu item to be used in the menu.
getMessage() - Method in class com.bigzip.EncapsulatedRuntimeException
 
getMinimumFractionDigits() - Method in class com.bigzip.plugin.support.table.DoublePrecisionColumn
Retrieves the minimum number of digits to be displayed after the decimal point.
getMinimumIntegerDigits() - Method in class com.bigzip.plugin.support.table.DoublePrecisionColumn
Retrieves the minimum number of digits to be displayed before the decimal point.
getMinimumWidth() - Method in class com.bigzip.plugin.ColumnInfo
 
getMnemonic() - Method in class com.bigzip.plugin.ArchiveAction
 
getName() - Method in class com.bigzip.plugin.ArchiveAction
 
getName() - Method in interface com.bigzip.plugin.compression.data.EntryData
Returns the name of the entry.
getName() - Method in interface com.bigzip.plugin.compression.engine.Compressor
 
getName() - Method in interface com.bigzip.plugin.compression.engine.Decompressor
 
getName() - Method in class com.bigzip.plugin.compression.io.NullCompression
 
getName() - Method in class com.bigzip.plugin.compression.io.NullDecompression
 
getNumberFormater() - Method in class com.bigzip.plugin.support.table.NumberColumn
Retreives the current NumberFormat object associated with this column.
getNumberFormater() - Method in class com.bigzip.plugin.support.table.NumberRenderer
Retreives the current NumberFormat object.
getNumberFormater() - Method in class com.bigzip.plugin.support.table.DoublePrecisionColumn
Retreives the current NumberFormat object associated with this column.
getNumberOfEntries() - Method in interface com.bigzip.plugin.compression.data.ArchiveData
 
getNumerator() - Method in class com.bigzip.plugin.support.Ratio
Provides access to the numerator.
getOptions() - Method in class com.bigzip.plugin.support.ui.FileQueueEntry
Retrieves the momento object retrieved from the file queue accessory at the time the file was queued, or null if the file queue has no accessory.
getOptions() - Method in interface com.bigzip.plugin.support.ui.FileQueueAccessory
Retrieves a momento of the options for associating with files added to the queue.
getParentFrame() - Static method in class com.bigzip.plugin.support.ui.WindowUtilities
Use this method when producing frames or dialogs that require a parent to be set.
getPath() - Method in class com.bigzip.plugin.support.ui.FileQueueEntry
Retrieves a full path to the queued file.
getPathname() - Method in class com.bigzip.plugin.ArchiveEntry
 
getPluginCompany() - Method in interface com.bigzip.plugin.BiGZiPPlugin
 
getPluginDescription() - Method in interface com.bigzip.plugin.BiGZiPPlugin
 
getPluginMajorVersion() - Method in interface com.bigzip.plugin.BiGZiPPlugin
 
getPluginMinorVersion() - Method in interface com.bigzip.plugin.BiGZiPPlugin
 
getPluginName() - Method in interface com.bigzip.plugin.BiGZiPPlugin
 
getPreferredWidth() - Method in class com.bigzip.plugin.ColumnInfo
 
getPropertiesDialog() - Method in class com.bigzip.plugin.ArchiveModel
Returns a dialog box that allows the user to view and optionally modify properties of the archive.
getRandomAccessFile() - Method in class com.bigzip.plugin.compression.io.IOStream
Provides access the specified underlying random access stream.
getReciprocal() - Method in class com.bigzip.plugin.support.Ratio
Returns the reciprocal of the current instance of ratio.
getRegistrationSettings() - Method in interface com.bigzip.plugin.BiGZiPPlugin
 
getRemaining() - Method in interface com.bigzip.plugin.compression.engine.Decompressor
Returns the total number of bytes remaining in the input buffer.
getRemaining() - Method in class com.bigzip.plugin.compression.io.NullDecompression
Returns the total number of bytes remaining in the input buffer.
getRenderer() - Method in class com.bigzip.plugin.ColumnInfo
 
getSelectedEntries() - Method in class com.bigzip.plugin.ArchiveAction
 
getSelectedEntries() - Method in class com.bigzip.plugin.support.ui.FileQueue
Retrieves the files selected in the queue table.
getSetting(String) - Method in class com.bigzip.Settings
Retrieve the setting with the given name from this Settings object.
getSetting(String, String) - Method in class com.bigzip.Settings
Retrieve the setting with the given name from this Settings object.
getSettingAsBoolean(String, boolean) - Method in class com.bigzip.Settings
Retrieves a boolean setting with the given name from this Settings object.
getSettingAsByte(String, byte) - Method in class com.bigzip.Settings
Retrieves a byte-sized setting with the given name from this Settings object.
getSettingAsCharacter(String, char) - Method in class com.bigzip.Settings
Retrieves a char-sized setting with the given name from this Settings object.
getSettingAsDouble(String, double) - Method in class com.bigzip.Settings
Retrieves a double-sized setting with the given name from this Settings object.
getSettingAsFloat(String, float) - Method in class com.bigzip.Settings
Retrieves a float-sized setting with the given name from this Settings object.
getSettingAsInt(String, int) - Method in class com.bigzip.Settings
Retrieves an int-sized setting with the given name from this Settings object.
getSettingAsLong(String, long) - Method in class com.bigzip.Settings
Retrieves a long-sized setting with the given name from this Settings object.
getSettingAsShort(String, short) - Method in class com.bigzip.Settings
Retrieves a short-sized setting with the given name from this Settings object.
getSettings() - Method in class com.bigzip.SettingsCustomizer
Returns the settings object for which this class provides a customizer.
getSettings() - Method in interface com.bigzip.plugin.BiGZiPPlugin
 
getShortDescription() - Method in class com.bigzip.plugin.ArchiveAction
 
getSmallIcon() - Method in class com.bigzip.plugin.ArchiveAction
 
getSmallIcon() - Method in interface com.bigzip.plugin.BiGZiPPlugin
 
getSorter() - Method in class com.bigzip.plugin.ColumnInfo
 
getSystemIconResource(String) - Static method in class com.bigzip.ResourceLocator
Retreives an image icon from the specified system resource.
getSystemResource(String) - Static method in class com.bigzip.ResourceLocator
Retreives a URL that can access the specified system resource.
getSystemResourceAsStream(String) - Static method in class com.bigzip.ResourceLocator
Retreives a stream containing the specified system resource.
getTime() - Method in interface com.bigzip.plugin.compression.data.EntryData
Returns the modification time of the entry, or -1 if not specified.
getToolbarButton() - Method in class com.bigzip.plugin.ArchiveAction
Returns the button to be used on the toolbar.
getTotalCompressedSize() - Method in class com.bigzip.plugin.ArchiveModel
Returns the sum of the sizes of the files compressed in the archive.
getTotalIn() - Method in interface com.bigzip.plugin.compression.engine.Compressor
Returns the total number of bytes input so far.
getTotalIn() - Method in interface com.bigzip.plugin.compression.engine.Decompressor
Returns the total number of bytes input so far.
getTotalIn() - Method in class com.bigzip.plugin.compression.io.NullCompression
Returns the total number of bytes input so far.
getTotalIn() - Method in class com.bigzip.plugin.compression.io.NullDecompression
Returns the total number of bytes input so far.
getTotalOut() - Method in interface com.bigzip.plugin.compression.engine.Compressor
Returns the total number of bytes output so far.
getTotalOut() - Method in interface com.bigzip.plugin.compression.engine.Decompressor
Returns the total number of bytes output so far.
getTotalOut() - Method in class com.bigzip.plugin.compression.io.NullCompression
Returns the total number of bytes output so far.
getTotalOut() - Method in class com.bigzip.plugin.compression.io.NullDecompression
Returns the total number of bytes output so far.
getTotalUncompressedSize() - Method in class com.bigzip.plugin.ArchiveModel
Returns the total size of the files in the archive if the archive was completly uncompressed.
getType() - Method in class com.bigzip.plugin.support.ui.TypeField
Returns the file extention.
getType() - Method in class com.bigzip.plugin.support.ui.FileQueueEntry
Retrieves the type of the queued file.
getUncompressedSize() - Method in class com.bigzip.plugin.ArchiveEntry
Returns the compressed size of the entry.
getUncompressedSize() - Method in interface com.bigzip.plugin.compression.data.EntryData
Returns the uncompressed size of the entry data, or -1 if not known.
getUserIconResource(String) - Static method in class com.bigzip.ResourceLocator
Retrieves an image icon from an image file in the bigzip directory in the current user's home directory or a subdirectory of the user's bigzip directory.
getUserResource(String) - Static method in class com.bigzip.ResourceLocator
Retrieves File object to access a file in the bigzip directory in the current user's home directory or a subdirectory of the user's bigzip directory.
getUTF8Bytes(String) - Static method in class com.bigzip.plugin.compression.CompressionToolBox
 
getUTF8String(byte[], int, int) - Static method in class com.bigzip.plugin.compression.CompressionToolBox
Fetches a UTF8-encoded String from the specified byte array.
getVersion() - Method in interface com.bigzip.plugin.compression.engine.Compressor
 
getVersion() - Method in interface com.bigzip.plugin.compression.engine.Decompressor
 
getVersion() - Method in class com.bigzip.plugin.compression.io.NullCompression
return version number of the engine, in this case "0".
getVersion() - Method in class com.bigzip.plugin.compression.io.NullDecompression
return version number of the engine, in this case "0".
getVolumeNumber() - Method in interface com.bigzip.plugin.compression.data.ArchiveData
 
goHomeButton - Variable in class com.bigzip.plugin.support.ui.DirectoryChooser
This is the 'Go Home' button.
goHomeButton - Variable in class com.bigzip.plugin.support.ui.FileQueue
This is the button to open the user's home directory in the directory chooser pane.

H

HAND_CURSOR - Static variable in class com.bigzip.plugin.support.ui.WindowUtilities
 
hasChild(String) - Method in class com.bigzip.Settings
Tests if a child with the given childId exists in this Settings object.
hashCode() - Method in interface com.bigzip.plugin.compression.data.EntryData
Returns the hash code value for this entry.
HEADING_PROPERTY - Static variable in class com.bigzip.plugin.ColumnInfo
 
HELP_PATH - Static variable in class com.bigzip.ResourceLocator
This is the standard location for help files.

I

ICON - Static variable in class com.bigzip.plugin.ArchiveAction
 
ignoreDirectoryChangeNotifications - Variable in class com.bigzip.plugin.support.ui.DirectoryChooser
Indicates if directory change notifications should be ignored.
ignoreFieldChangeNotifications - Variable in class com.bigzip.plugin.support.ui.DirectoryChooser
Indicates if change notifications in the path field should be ignored.
IMAGE_PATH - Static variable in class com.bigzip.ResourceLocator
This is the standard location where general images are stored.
incrementProgressIndicatorValue() - Static method in class com.bigzip.plugin.support.ui.StatusBarHelper
Increments the progress bar by 1.
incrementProgressIndicatorValue(int) - Static method in class com.bigzip.plugin.support.ui.StatusBarHelper
Increments the progress bar by a specified value.
INFINITY_LIMIT - Static variable in class com.bigzip.plugin.support.Ratio
The largest reciprocal value of type ratio.
inflate(byte[]) - Method in interface com.bigzip.plugin.compression.engine.Decompressor
Uncompresses bytes into specified buffer.
inflate(byte[]) - Method in class com.bigzip.plugin.compression.io.NullDecompression
Uncompresses bytes into specified buffer.
inflate(byte[], int, int) - Method in interface com.bigzip.plugin.compression.engine.Decompressor
Uncompresses bytes into specified buffer.
inflate(byte[], int, int) - Method in class com.bigzip.plugin.compression.io.NullDecompression
Uncompresses bytes into specified buffer.
intValue() - Method in class com.bigzip.plugin.support.Ratio
Returns the integer value of this Ratio.
IOStream - class com.bigzip.plugin.compression.io.IOStream.
This class is used for writing to and reading from data files.
IOStream(RandomAccessFile) - Constructor for class com.bigzip.plugin.compression.io.IOStream
Creates an IO stream built on top of the specified underlying random access stream.
IOStream(RandomAccessFile, int, int) - Constructor for class com.bigzip.plugin.compression.io.IOStream
Creates an IO stream built on top of the specified underlying random access stream.
isApproved() - Method in class com.bigzip.plugin.support.ui.DirectoryChooser
Tests if the directory chooser was approved.
isApproved() - Method in class com.bigzip.plugin.support.ui.FileQueue
Tests if the directory chooser was approved.
isClosed() - Method in class com.bigzip.plugin.compression.io.AbstractStream
 
isClosed() - Method in class com.bigzip.plugin.compression.io.IOStream
 
isDirectory() - Method in class com.bigzip.plugin.ArchiveEntry
Returns the entry type, File or Directory.
isDirectory() - Method in interface com.bigzip.plugin.compression.data.EntryData
Returns true if this is a directory entry.
isDirectory() - Method in class com.bigzip.plugin.support.ui.TypeField
Returns whether or not the entry is a directory.
isEditable() - Method in class com.bigzip.plugin.ColumnInfo
 
isEncrypted() - Method in class com.bigzip.plugin.ArchiveEntry
 
isEncrypted() - Method in interface com.bigzip.plugin.compression.data.EntryData
 
isEntryEOF() - Method in class com.bigzip.plugin.compression.io.ArchiveStream
 
isInfinity() - Method in class com.bigzip.plugin.support.Ratio
Checks to see if the numerator and denominator satifies an infinity result.
isResizable() - Method in class com.bigzip.plugin.ColumnInfo
 
isSeparatorBefore() - Method in class com.bigzip.plugin.ArchiveAction
 
isSortable() - Method in class com.bigzip.plugin.ColumnInfo
 
isSwingWorkerThread(Thread) - Static method in class com.bigzip.plugin.support.ui.SwingWorker
 
isUndefined() - Method in class com.bigzip.plugin.support.Ratio
Checks to see if the numerator and denominator satifies an undefined result.
isZero() - Method in class com.bigzip.plugin.support.Ratio
Checks to see if the numerator and denominator satifies a zero result.

J

javaToDosTime(long) - Static method in class com.bigzip.plugin.compression.CompressionToolBox
 

L

len - Variable in class com.bigzip.plugin.compression.io.CompressionStream
Length of input buffer.
length() - Method in class com.bigzip.plugin.compression.io.AbstractStream
Returns the length of this file.
length() - Method in class com.bigzip.plugin.compression.io.IOStream
Returns the length of this file.
LITTLE_ENDIAN - Static variable in class com.bigzip.plugin.compression.io.IOStream
 
LONG32_INT16 - Static variable in class com.bigzip.plugin.compression.io.IOStream
 
LONG64_INT32 - Static variable in class com.bigzip.plugin.compression.io.IOStream
 
longValue() - Method in class com.bigzip.plugin.support.Ratio
Returns the long value of this Ratio.

M

MAX_VALUE - Static variable in class com.bigzip.plugin.support.Ratio
The largest value of type ratio.
MAXIMUM_WIDTH_PROPERTY - Static variable in class com.bigzip.plugin.ColumnInfo
 
MIN_VALUE - Static variable in class com.bigzip.plugin.support.Ratio
The smallest value of type ratio.
MINIMUM_WIDTH_PROPERTY - Static variable in class com.bigzip.plugin.ColumnInfo
 
MNEMONIC - Static variable in class com.bigzip.plugin.ArchiveAction
 
MOVE_CURSOR - Static variable in class com.bigzip.plugin.support.ui.WindowUtilities
 

N

N_RESIZE_CURSOR - Static variable in class com.bigzip.plugin.support.ui.WindowUtilities
 
NE_RESIZE_CURSOR - Static variable in class com.bigzip.plugin.support.ui.WindowUtilities
 
needsDictionary() - Method in interface com.bigzip.plugin.compression.engine.Decompressor
Returns true if a preset dictionary is needed for decompression.
needsDictionary() - Method in class com.bigzip.plugin.compression.io.NullDecompression
Returns true if a preset dictionary is needed for decompression.
needsInput() - Method in interface com.bigzip.plugin.compression.engine.Compressor
Returns true if the input data buffer is empty and setInput() should be called in order to provide more input.
needsInput() - Method in interface com.bigzip.plugin.compression.engine.Decompressor
Returns true if no data remains in the input buffer.
needsInput() - Method in class com.bigzip.plugin.compression.io.NullCompression
Returns true if the input data buffer is empty and setInput() should be called in order to provide more input.
needsInput() - Method in class com.bigzip.plugin.compression.io.NullDecompression
Returns true if no data remains in the input buffer.
newDirectoryButton - Variable in class com.bigzip.plugin.support.ui.DirectoryChooser
This is the 'New Directory' button.
NullCompression - class com.bigzip.plugin.compression.io.NullCompression.
 
NullCompression() - Constructor for class com.bigzip.plugin.compression.io.NullCompression
 
NullDecompression - class com.bigzip.plugin.compression.io.NullDecompression.
 
NullDecompression() - Constructor for class com.bigzip.plugin.compression.io.NullDecompression
 
NumberColumn - class com.bigzip.plugin.support.table.NumberColumn.
The NumberColumn displays a column of whole numbers in the entry table.
NumberColumn() - Constructor for class com.bigzip.plugin.support.table.NumberColumn
Creates a new NumberColumn with no column heading.
NumberColumn(String) - Constructor for class com.bigzip.plugin.support.table.NumberColumn
Creates a new NumberColumn with the specified heading.
NumberRenderer - class com.bigzip.plugin.support.table.NumberRenderer.
Renders a cell in the entry table containing a number.
NumberRenderer() - Constructor for class com.bigzip.plugin.support.table.NumberRenderer
 
NumberSorter - class com.bigzip.plugin.support.table.NumberSorter.
 
NumberSorter() - Constructor for class com.bigzip.plugin.support.table.NumberSorter
 
NW_RESIZE_CURSOR - Static variable in class com.bigzip.plugin.support.ui.WindowUtilities
 

O

ONE_VALUE - Static variable in class com.bigzip.plugin.support.Ratio
The value for which type ratio.
openExisting(File) - Method in interface com.bigzip.plugin.BiGZiPPlugin
Opens an existing archive file.

P

parent - Variable in class com.bigzip.plugin.support.ui.DirectoryChooser
This is the parent of the chooser.
parent - Variable in class com.bigzip.plugin.support.ui.FileQueue
This is the parent of the chooser.
pathField - Variable in class com.bigzip.plugin.support.ui.DirectoryChooser
This is field where the user may directly enter a path.
PATHNAME_PROPERTY - Static variable in class com.bigzip.plugin.ArchiveEntry
This is the propery key used in PropertyChangeEvents when the pathname of the file changes.
PercentColumn - class com.bigzip.plugin.support.table.PercentColumn.
The PercentColumn displays a column of percentages in the entry table.
PercentColumn() - Constructor for class com.bigzip.plugin.support.table.PercentColumn
Creates a new PercentColumn with no column heading.
PercentColumn(String) - Constructor for class com.bigzip.plugin.support.table.PercentColumn
Creates a new PercentColumn with the specified heading.
PREFERRED_WIDTH_PROPERTY - Static variable in class com.bigzip.plugin.ColumnInfo
 
printStackTrace() - Method in class com.bigzip.EncapsulatedRuntimeException
 
printStackTrace(PrintStream) - Method in class com.bigzip.EncapsulatedRuntimeException
 
printStackTrace(PrintWriter) - Method in class com.bigzip.EncapsulatedRuntimeException
 

Q

queueFiles - Variable in class com.bigzip.plugin.support.ui.FileQueue
This is the list of FileQueueEntry objects that each hold a file and its accessory options for the files added to the queue.
queueTable - Variable in class com.bigzip.plugin.support.ui.FileQueue
This is the table which displays the FileQueueEntry objects in the queueFiles vector.
quickSort(int[], int, int) - Static method in class com.bigzip.plugin.compression.CompressionToolBox
Standard QuickSort routine that checks to see if it should perform a bubble sort first before going into a quick sort.

R

Ratio - class com.bigzip.plugin.support.Ratio.
The Ratio class wraps a value of a fraction made in an object.
Ratio(Number) - Constructor for class com.bigzip.plugin.support.Ratio
Creates an instance of ratio with the value of numerator / 1.
Ratio(Number, Number) - Constructor for class com.bigzip.plugin.support.Ratio
Creates an instance of ratio with the value of numerator / denominator.
read() - Method in class com.bigzip.plugin.compression.io.AbstractStream
Reads a byte of data from this file.
read() - Method in class com.bigzip.plugin.compression.io.CheckedStream
Reads a byte.
read() - Method in class com.bigzip.plugin.compression.io.CompressionStream
Reads a byte of uncompressed data.
read() - Method in class com.bigzip.plugin.compression.io.ArchiveStream
 
read() - Method in class com.bigzip.plugin.compression.io.IOStream
Reads the next byte of data from this random access stream.
read(byte[]) - Method in class com.bigzip.plugin.compression.io.AbstractStream
Reads up to b.length bytes of data from this file into an array of bytes.
read(byte[], int, int) - Method in class com.bigzip.plugin.compression.io.AbstractStream
Reads up to len bytes of data from this file into an array of bytes.
read(byte[], int, int) - Method in class com.bigzip.plugin.compression.io.CheckedStream
Reads into an array of bytes.
read(byte[], int, int) - Method in class com.bigzip.plugin.compression.io.CompressionStream
Reads uncompressed data into an array of bytes.
read(byte[], int, int) - Method in class com.bigzip.plugin.compression.io.ArchiveStream
 
read(byte[], int, int) - Method in class com.bigzip.plugin.compression.io.IOStream
Reads up to len bytes of data from this random access stream into an array of bytes.
readBoolean() - Method in class com.bigzip.plugin.compression.io.AbstractStream
Reads a boolean from this file.
readBoolean() - Method in class com.bigzip.plugin.compression.io.IOStream
Reads a boolean from this file.
readByte() - Method in class com.bigzip.plugin.compression.io.AbstractStream
Reads a signed 8-bit value from this file.
readByte() - Method in class com.bigzip.plugin.compression.io.IOStream
Reads a signed 8-bit value from this file.
readChar() - Method in class com.bigzip.plugin.compression.io.AbstractStream
Reads a Unicode character from this file.
readChar() - Method in class com.bigzip.plugin.compression.io.IOStream
Reads a Unicode character from this file.
readDirect(byte[]) - Method in class com.bigzip.plugin.compression.io.AbstractStream
 
readDirect(byte[], int, int) - Method in class com.bigzip.plugin.compression.io.AbstractStream
 
readDirect(byte[], int, int) - Method in class com.bigzip.plugin.compression.io.CheckedStream
Reads into an array of bytes bypassing the compression stream.
readDirect(byte[], int, int) - Method in class com.bigzip.plugin.compression.io.IOStream
 
readDouble() - Method in class com.bigzip.plugin.compression.io.AbstractStream
Reads a double from this file.
readDouble() - Method in class com.bigzip.plugin.compression.io.IOStream
Reads a double from this file.
readFloat() - Method in class com.bigzip.plugin.compression.io.AbstractStream
Reads a float from this file.
readFloat() - Method in class com.bigzip.plugin.compression.io.IOStream
Reads a float from this file.
readFully(byte[], int, int) - Method in class com.bigzip.plugin.compression.io.AbstractStream
Reads exactly len bytes from this file into the byte array.
readFully(byte[], int, int) - Method in class com.bigzip.plugin.compression.io.CompressionStream
Reads data that is not compressed into an array of bytes.
readFully(byte[], int, int) - Method in class com.bigzip.plugin.compression.io.IOStream
Reads exactly len bytes from this file into the byte array.
readInt() - Method in class com.bigzip.plugin.compression.io.AbstractStream
Reads a signed 32 or 16-bit integer from this file.
readInt() - Method in class com.bigzip.plugin.compression.io.IOStream
Reads a signed 32/16-bit integer from this file.
readInt(byte[], int) - Method in class com.bigzip.plugin.compression.io.AbstractStream
Reads a signed 32/16-bit integer from a buffer.
readInt(byte[], int) - Method in class com.bigzip.plugin.compression.io.IOStream
Reads a signed 32/16-bit integer from a buffer.
readLine() - Method in class com.bigzip.plugin.compression.io.AbstractStream
Reads the next line of text from this file.
readLine() - Method in class com.bigzip.plugin.compression.io.IOStream
Reads the next line of text from this file.
readLong() - Method in class com.bigzip.plugin.compression.io.AbstractStream
Reads a signed 64 or 32-bit integer from this file.
readLong() - Method in class com.bigzip.plugin.compression.io.IOStream
Reads a signed 64/32-bit long from this file.
readLong(byte[], int) - Method in class com.bigzip.plugin.compression.io.AbstractStream
Reads a signed 64/32-bit long from a buffer.
readLong(byte[], int) - Method in class com.bigzip.plugin.compression.io.IOStream
Reads a signed 64/32-bit long from a buffer.
readShort() - Method in class com.bigzip.plugin.compression.io.AbstractStream
Reads a signed 16-bit number from this file.
readShort() - Method in class com.bigzip.plugin.compression.io.IOStream
Reads a signed 16-bit number from this file.
readUnsignedByte() - Method in class com.bigzip.plugin.compression.io.AbstractStream
Reads an unsigned 8-bit number from this file.
readUnsignedByte() - Method in class com.bigzip.plugin.compression.io.IOStream
Reads an unsigned 8-bit number from this file.
readUnsignedShort() - Method in class com.bigzip.plugin.compression.io.AbstractStream
Reads an unsigned 16-bit number from this file.
readUnsignedShort() - Method in class com.bigzip.plugin.compression.io.IOStream
Reads an unsigned 16-bit number from this file.
readUTF() - Method in class com.bigzip.plugin.compression.io.AbstractStream
Reads in a string from this file.
readUTF() - Method in class com.bigzip.plugin.compression.io.IOStream
Reads in a string from this file.
reciprocal() - Method in class com.bigzip.plugin.support.Ratio
The reciprocal of the current values are stored in the current object.
removeAllButton - Variable in class com.bigzip.plugin.support.ui.FileQueue
This button removes all the queued files from the queue.
removeButton - Variable in class com.bigzip.plugin.support.ui.FileQueue
This buttom removes the file selected in the queue table.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.bigzip.Settings
Unregisters a listener from this Settings object.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.bigzip.plugin.ColumnInfo
Removes a registered listener from the list of listenered to be notified when a change occurs in the object.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.bigzip.plugin.ArchiveModel
Removes a previously added PropertyChangeListener object from the list of listeners notified of changes in this object.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.bigzip.plugin.ArchiveEntry
Removes a registered listener from the list of listenered to be notified when a change occurs in the object.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.bigzip.plugin.support.ui.DirectoryChooser
Unregisters a listener from being notified when the user chooses a directory.
RENDERER_PROPERTY - Static variable in class com.bigzip.plugin.ColumnInfo
 
reset() - Method in interface com.bigzip.plugin.compression.engine.Compressor
Resets deflater so that a new set of input data can be processed.
reset() - Method in interface com.bigzip.plugin.compression.engine.Decompressor
Resets inflater so that a new set of input data can be processed.
reset() - Method in class com.bigzip.plugin.compression.io.NullCompression
Resets deflater so that a new set of input data can be processed.
reset() - Method in class com.bigzip.plugin.compression.io.NullDecompression
Resets inflater so that a new set of input data can be processed.
resetEngine() - Method in class com.bigzip.plugin.compression.io.CompressionStream
Retrieves new instances of the compressor and decompressor.
RESIZABLE_PROPERTY - Static variable in class com.bigzip.plugin.ColumnInfo
 
RESOURCE_PATH - Static variable in class com.bigzip.ResourceLocator
This is the standard location where resources are stored.
ResourceLocator - class com.bigzip.ResourceLocator.
The ResourceLocator is used to load resources (icons, images, help files, etc.) in a way that is independant of location and user preferences.
ResourceLocator() - Constructor for class com.bigzip.ResourceLocator
 
ReturnToTableMode() - Static method in class com.bigzip.plugin.support.ui.StatusBarHelper
Ends all sessions stored in the buffer and returns to the original mode, which is the Table Mode.

S

S_RESIZE_CURSOR - Static variable in class com.bigzip.plugin.support.ui.WindowUtilities
 
saveRegistrationSettings() - Method in class com.bigzip.plugin.ArchiveModel
Saves the user registration settings.
SE_RESIZE_CURSOR - Static variable in class com.bigzip.plugin.support.ui.WindowUtilities
 
seek(long) - Method in class com.bigzip.plugin.compression.io.AbstractStream
Sets the file-pointer offset, measured from the beginning of this file, at which the next read or write occurs.
seek(long) - Method in class com.bigzip.plugin.compression.io.IOStream
Sets the file-pointer offset, measured from the beginning of this file, at which the next read or write occurs.
SEPARATOR_BEFORE - Static variable in class com.bigzip.plugin.ArchiveAction
 
setAccelerator(KeyStroke) - Method in class com.bigzip.plugin.ArchiveAction
Sets the accelerator for the action.
setAccessory(FileQueueAccessory) - Method in class com.bigzip.plugin.support.ui.FileQueue
Sets the accessory to display in the directory chooser.
setAccessory(JComponent) - Method in class com.bigzip.plugin.support.ui.DirectoryChooser
Sets the accessory to display in the directory chooser.
setActions(ArchiveAction[]) - Method in class com.bigzip.plugin.ArchiveModel
Sets the actions available for this plugin.
setAnimatedIcon(Image) - Method in class com.bigzip.plugin.ArchiveAction
Sets the large animated icon that will represent the action.
setAnimatedIcon(ImageIcon) - Method in class com.bigzip.plugin.ArchiveAction
Sets the large animated icon that will represent the action.
setAnimatedIcon(String) - Method in class com.bigzip.plugin.ArchiveAction
Sets the large animated icon that will represent the action.
setApproveButtonMnemonic(char) - Method in class com.bigzip.plugin.support.ui.DirectoryChooser
Sets the approve button's mnemonic.
setApproveButtonMnemonic(char) - Method in class com.bigzip.plugin.support.ui.FileQueue
Sets the approve button's mnemonic.
setApproveButtonText(String) - Method in class com.bigzip.plugin.support.ui.DirectoryChooser
Sets the text that appears in the approve button.
setApproveButtonText(String) - Method in class com.bigzip.plugin.support.ui.FileQueue
Sets the text that appears in the approve button.
setApproveButtonToolTipText(String) - Method in class com.bigzip.plugin.support.ui.DirectoryChooser
Sets the approve button's tooltip text.
setApproveButtonToolTipText(String) - Method in class com.bigzip.plugin.support.ui.FileQueue
Sets the approve button's tooltip text.
setArchiveTitle(String) - Method in class com.bigzip.plugin.ArchiveModel
Sets the archive's title.
setChecksum(long) - Method in interface com.bigzip.plugin.compression.data.EntryData
Returns the checksum of the uncompressed entry data, or -1 if not known.
setClientStream(AbstractStream) - Method in class com.bigzip.plugin.compression.io.AbstractStream
Assigns a new stream client
setClosed(boolean) - Method in class com.bigzip.plugin.compression.io.AbstractStream
Sets the closed status of the file.
setClosed(boolean) - Method in class com.bigzip.plugin.compression.io.IOStream
Sets the closed status of the file.
setColumnInfo(ColumnInfo[]) - Method in class com.bigzip.plugin.ArchiveModel
Sets the list of ColumnInfo objects that describes each of the extra table columns.
setComment(String) - Method in interface com.bigzip.plugin.compression.data.ArchiveData
Sets the optional comment string for the archive.
setComment(String) - Method in interface com.bigzip.plugin.compression.data.EntryData
Sets the optional comment string for the entry.
setCommonClass(Class) - Method in class com.bigzip.plugin.ColumnInfo
Sets the most common class for the column.
setCompressedSize(long) - Method in class com.bigzip.plugin.ArchiveEntry
Sets the compressed size of the entry.
setCompressedSize(long) - Method in interface com.bigzip.plugin.compression.data.EntryData
Sets the compressed size of the entry data.
setCompressor(Compressor) - Method in class com.bigzip.plugin.compression.io.CompressionStream
Assigns a new compressing engine.
setCurrentDirectory(File) - Method in class com.bigzip.plugin.support.ui.DirectoryChooser
Sets the currently selected directory.
setCurrentDirectory(File) - Method in class com.bigzip.plugin.support.ui.FileQueue
Sets the currently open directory.
setCursor(int) - Static method in class com.bigzip.plugin.support.ui.WindowUtilities
Provides access to changing the cursor with respect to the parent frame.
setCustomizer(SettingsCustomizer) - Method in class com.bigzip.Settings
Associate a settings customizer with this Settings obeject.
setDateFormater(DateFormat) - Method in class com.bigzip.plugin.support.table.DateRenderer
Associates a new DateFormat object with this renderer.
setDateFormater(DateFormat) - Method in class com.bigzip.plugin.support.table.DateColumn
Associates a new DateFormat object with this DateColumn.
setDecompressor(Decompressor) - Method in class com.bigzip.plugin.compression.io.CompressionStream
Assigns a new compressing engine.
setDenominator(Number) - Method in class com.bigzip.plugin.support.Ratio
Allocates a new denominator.
setDetails(Object[]) - Method in class com.bigzip.plugin.ArchiveEntry
Sets the details of the entry.
setDictionary(byte[]) - Method in interface com.bigzip.plugin.compression.engine.Compressor
Sets preset dictionary for compression.
setDictionary(byte[]) - Method in interface com.bigzip.plugin.compression.engine.Decompressor
Sets the preset dictionary to the given array of bytes.
setDictionary(byte[]) - Method in class com.bigzip.plugin.compression.io.NullCompression
Sets preset dictionary for compression.
setDictionary(byte[]) - Method in class com.bigzip.plugin.compression.io.NullDecompression
Sets the preset dictionary to the given array of bytes.
setDictionary(byte[], int, int) - Method in interface com.bigzip.plugin.compression.engine.Compressor
Sets preset dictionary for compression.
setDictionary(byte[], int, int) - Method in interface com.bigzip.plugin.compression.engine.Decompressor
Sets the preset dictionary to the given array of bytes.
setDictionary(byte[], int, int) - Method in class com.bigzip.plugin.compression.io.NullCompression
Sets preset dictionary for compression.
setDictionary(byte[], int, int) - Method in class com.bigzip.plugin.compression.io.NullDecompression
Sets the preset dictionary to the given array of bytes.
setDirectory(boolean) - Method in class com.bigzip.plugin.ArchiveEntry
Set the entry type to a Directory in stead of a File.
setDirectory(boolean) - Method in class com.bigzip.plugin.support.ui.TypeField
Sets the entry to represent a directory.
setDirectory(File) - Method in class com.bigzip.plugin.support.ui.FileQueueEntry
Sets the directory of this queued file.
setEditable(boolean) - Method in class com.bigzip.plugin.ColumnInfo
Sets whether the cells in the column are editable.
setEditor(TableCellEditor) - Method in class com.bigzip.plugin.ColumnInfo
Sets the editor to be used for editing cells in the column.
setEncrypted(boolean) - Method in class com.bigzip.plugin.ArchiveEntry
Set the encryption status of the entry.
setEncrypted(boolean) - Method in interface com.bigzip.plugin.compression.data.EntryData
Sets the the encyption state of the entry.
setEntries(ArchiveEntry[]) - Method in class com.bigzip.plugin.ArchiveModel
Sets the list of entries in the archive.
setEntryCount(int) - Method in class com.bigzip.plugin.ArchiveModel
Sets the number of entries for the archive.
setEntryEOF(boolean) - Method in class com.bigzip.plugin.compression.io.ArchiveStream
Resets the entryEOF state so that the next entry can be read.
setEntryId(long) - Method in class com.bigzip.plugin.ArchiveEntry
Sets the entry id.
setEntryTablePane(EntryTablePane) - Method in class com.bigzip.plugin.ArchiveAction
Sets the entry table pane used in BiGZiP.
setFilename(String) - Method in class com.bigzip.plugin.ArchiveModel
Sets the name of the file that this archive model represents.
setFilename(String) - Method in class com.bigzip.plugin.support.ui.FileQueueEntry
Sets the filename of this queued file.
setFrame(BiGZiPFrame) - Static method in class com.bigzip.plugin.support.ui.WindowUtilities
Used by the BiGZiP GUI to set the parent frame.
setFrame(BiGZiPFrame) - Static method in class com.bigzip.plugin.support.ui.StatusBarHelper
Used by BiGZiP's GUI subsystem.
setHeading(String) - Method in class com.bigzip.plugin.ColumnInfo
Sets the label to be used in the heading for the column.
setIcon(Image) - Method in class com.bigzip.plugin.ArchiveAction
Sets the large icon that will represent the action.
setIcon(ImageIcon) - Method in class com.bigzip.plugin.ArchiveAction
Sets the large icon that will represent the action.
setIcon(String) - Method in class com.bigzip.plugin.ArchiveAction
Sets the large icon that will represent the action.
setInformationText(String) - Static method in class com.bigzip.plugin.support.ui.StatusBarHelper
Sets the text with in the Information status bar.
setInput(byte[]) - Method in interface com.bigzip.plugin.compression.engine.Compressor
Sets input data for compression.
setInput(byte[]) - Method in interface com.bigzip.plugin.compression.engine.Decompressor
Sets input data for decompression.
setInput(byte[]) - Method in class com.bigzip.plugin.compression.io.NullCompression
Sets input data for compression.
setInput(byte[]) - Method in class com.bigzip.plugin.compression.io.NullDecompression
Sets input data for decompression.
setInput(byte[], int, int) - Method in interface com.bigzip.plugin.compression.engine.Compressor
Sets input data for compression.
setInput(byte[], int, int) - Method in interface com.bigzip.plugin.compression.engine.Decompressor
Sets input data for decompression.
setInput(byte[], int, int) - Method in class com.bigzip.plugin.compression.io.NullCompression
Sets input data for compression.
setInput(byte[], int, int) - Method in class com.bigzip.plugin.compression.io.NullDecompression
Sets input data for decompression.
setJustification(int) - Method in class com.bigzip.plugin.support.table.DateRenderer
Sets the justification for the date.
setJustification(int) - Method in class com.bigzip.plugin.support.table.NumberColumn
Sets the justification for the numbers in the column.
setJustification(int) - Method in class com.bigzip.plugin.support.table.NumberRenderer
Sets the justification for the number.
setJustification(int) - Method in class com.bigzip.plugin.support.table.DoublePrecisionColumn
Sets the justification for the numbers in the column.
setJustification(int) - Method in class com.bigzip.plugin.support.table.DateColumn
Sets the justification for the date in the column.
setLevel(int) - Method in interface com.bigzip.plugin.compression.engine.Compressor
Sets the current compression level to the specified value.
setLevel(int) - Method in class com.bigzip.plugin.compression.io.NullCompression
Sets the current compression level to the specified value.
setLocationRelativeTo(Component) - Static method in class com.bigzip.plugin.support.ui.WindowUtilities
Sets the location of the dialog relative to the specified component.
setLocationRelativeTo(Component, Component) - Static method in class com.bigzip.plugin.support.ui.WindowUtilities
Sets the location of the child relative to the specified parent.
setLongDescription(String) - Method in class com.bigzip.plugin.ArchiveAction
Sets the long description provided by the action.
setMaximumFractionDigits(int) - Method in class com.bigzip.plugin.support.table.DoublePrecisionColumn
Sets the maximum number of digits to be displayed after the decimal point.
setMaximumIntegerDigits(int) - Method in class com.bigzip.plugin.support.table.DoublePrecisionColumn
Sets the maximum number of digits to be displayed before the decimal point.
setMaximumWidth(int) - Method in class com.bigzip.plugin.ColumnInfo
Sets the maximum width.
setMinimumFractionDigits(int) - Method in class com.bigzip.plugin.support.table.DoublePrecisionColumn
Sets the minimum number of digits to be displayed after the decimal point.
setMinimumIntegerDigits(int) - Method in class com.bigzip.plugin.support.table.DoublePrecisionColumn
Sets the minimum number of digits to be displayed before the decimal point.
setMinimumWidth(int) - Method in class com.bigzip.plugin.ColumnInfo
Sets the minimum width.
setMnemonic(char) - Method in class com.bigzip.plugin.ArchiveAction
Sets the mnemonic used in the menu bar.
setName(String) - Method in class com.bigzip.plugin.ArchiveAction
Sets the label of the action.
setNumberFormater(NumberFormat) - Method in class com.bigzip.plugin.support.table.NumberColumn
Associates a new NumberFormat object with this column.
setNumberFormater(NumberFormat) - Method in class com.bigzip.plugin.support.table.NumberRenderer
Associates a new NumberFormat object with this renderer.
setNumberFormater(NumberFormat) - Method in class com.bigzip.plugin.support.table.DoublePrecisionColumn
Associates a new NumberFormat object with this column.
setNumberOfEntries(int) - Method in interface com.bigzip.plugin.compression.data.ArchiveData
Assigns the number of entries in this archive volume.
setNumerator(Number) - Method in class com.bigzip.plugin.support.Ratio
Allocates a new numerator.
setOptions(Object) - Method in class com.bigzip.plugin.support.ui.FileQueueEntry
Sets the momento object of this queued file.
setPathname(String) - Method in class com.bigzip.plugin.ArchiveEntry
Sets the pathname of the entry.
setPreferredWidth(int) - Method in class com.bigzip.plugin.ColumnInfo
Sets the preferred width.
setProgressIndicatorLargeLimit(float) - Static method in class com.bigzip.plugin.support.ui.StatusBarHelper
Sets the maximum value of the progress bar.
setProgressIndicatorLargeValue(float) - Static method in class com.bigzip.plugin.support.ui.StatusBarHelper
Sets the current value of the progress bar.
setProgressIndicatorText(String) - Static method in class com.bigzip.plugin.support.ui.StatusBarHelper
Sets the text within the actual prograss bar component.
setProgressIndicatorValue(int) - Static method in class com.bigzip.plugin.support.ui.StatusBarHelper
Sets the progress bar to the specified value.
setProgressText(String) - Static method in class com.bigzip.plugin.support.ui.StatusBarHelper
Sets the text field on the left side of the status bar to the specified text.
setPropertiesDialog(JDialog) - Method in class com.bigzip.plugin.ArchiveModel
Sets the dialog that provides access to the archive's properties.
setRandomAccessFile(RandomAccessFile) - Method in class com.bigzip.plugin.compression.io.IOStream
Assigns a different IO stream built on top of the specified underlying random access stream.
setRegistrationSettings(Settings) - Method in interface com.bigzip.plugin.BiGZiPPlugin
BiGZiP calls this method to pass a registration settings object to the plugin.
setRenderer(TableCellRenderer) - Method in class com.bigzip.plugin.ColumnInfo
Sets the renderer to be used for displaying information in the cells in a column.
setResizable(boolean) - Method in class com.bigzip.plugin.ColumnInfo
Sets whether the column can be resized by the user.
setSeparatorBefore(boolean) - Method in class com.bigzip.plugin.ArchiveAction
Sets if a separator is to be placed before the action on the menu bar.
setSetting(String, String) - Method in class com.bigzip.Settings
Sets a setting with the given name in this Settings object.
setSettingAsBoolean(String, boolean) - Method in class com.bigzip.Settings
Sets a boolean-sized setting with the given name in this Settings object.
setSettingAsByte(String, byte) - Method in class com.bigzip.Settings
Sets a byte-sized setting with the given name in this Settings object.
setSettingAsCharacter(String, char) - Method in class com.bigzip.Settings
Sets a char-sized setting with the given name in this Settings object.
setSettingAsDouble(String, double) - Method in class com.bigzip.Settings
Sets a double-sized setting with the given name in this Settings object.
setSettingAsFloat(String, float) - Method in class com.bigzip.Settings
Sets a float-sized setting with the given name in this Settings object.
setSettingAsInt(String, int) - Method in class com.bigzip.Settings
Sets an int-sized setting with the given name in this Settings object.
setSettingAsLong(String, long) - Method in class com.bigzip.Settings
Sets a long-sized setting with the given name in this Settings object.
setSettingAsShort(String, short) - Method in class com.bigzip.Settings
Sets a short-sized setting with the given name in this Settings object.
setSettings(Settings) - Method in class com.bigzip.SettingsCustomizer
Initialises the settings object to be customized.
setSettings(Settings) - Method in interface com.bigzip.plugin.BiGZiPPlugin
BiGZiP calls this method to pass a settings object to the plugin.
setSettings(Settings) - Static method in class com.bigzip.plugin.ArchiveModel
 
setShortDescription(String) - Method in class com.bigzip.plugin.ArchiveAction
Sets the short description provided by the action.
setSortable(boolean) - Method in class com.bigzip.plugin.ColumnInfo
Sets whether the column can be sorted.
setSorter(DataSorter) - Method in class com.bigzip.plugin.ColumnInfo
Sets the sorter to be used when the column is sorted.
setStrategy(int) - Method in interface com.bigzip.plugin.compression.engine.Compressor
Sets the compression strategy to the specified value.
setStrategy(int) - Method in class com.bigzip.plugin.compression.io.NullCompression
Sets the compression strategy to the specified value.
setTime(long) - Method in interface com.bigzip.plugin.compression.data.EntryData
Sets the modification date and time of the entry.
Settings - class com.bigzip.Settings.
A individual Settings object is passed to each plugin.
Settings() - Constructor for class com.bigzip.Settings
 
SettingsCustomizer - class com.bigzip.SettingsCustomizer.
This class provide the BiGZip preferences dialog box with the facilities to customise a settings object.
SettingsCustomizer() - Constructor for class com.bigzip.SettingsCustomizer
 
setTotalCompressedSize(long) - Method in class com.bigzip.plugin.ArchiveModel
Sets the total compressed size.
setTotalUncompressedSize(long) - Method in class com.bigzip.plugin.ArchiveModel
Sets the total uncompressed size.
setType(String) - Method in class com.bigzip.plugin.support.ui.TypeField
Stores the file extention.
setType(TypeField) - Method in class com.bigzip.plugin.support.ui.FileQueueEntry
Sets the type of this queued file.
setUncompressedSize(long) - Method in class com.bigzip.plugin.ArchiveEntry
Sets the uncompressed size of the entry.
setUncompressedSize(long) - Method in interface com.bigzip.plugin.compression.data.EntryData
Sets the uncompressed size of the entry data.
setValue(Object) - Method in class com.bigzip.plugin.support.table.DateRenderer
Sets and formats the text to be rendered in the cell.
setValue(Object) - Method in class com.bigzip.plugin.support.table.NumberRenderer
Sets and formats the text to be rendered in the cell.
setValue(Object) - Method in class com.bigzip.plugin.support.table.DoublePrecisionRenderer
Sets and formats the text to be rendered in the cell.
setVolumeNumber(int) - Method in interface com.bigzip.plugin.compression.data.ArchiveData
Assigns the volume number of this archive.
show(Window) - Static method in class com.bigzip.plugin.support.ui.WindowUtilities
Displays a window component on screen by packing it, setting it relative to the parent (BiGZiP Frame) and then showing it.
showDialog() - Method in class com.bigzip.plugin.support.ui.DirectoryChooser
Shows the directory chooser to the user.
showDialog() - Method in class com.bigzip.plugin.support.ui.FileQueue
Shows the file queue to the user.
showDirectoryChooser(Frame) - Static method in class com.bigzip.plugin.support.ui.DirectoryChooser
Shows the standard directory chooser with the user's home directory initially selected.
showDirectoryChooser(Frame, File) - Static method in class com.bigzip.plugin.support.ui.DirectoryChooser
Shows the standard directory chooser.
showDirectoryChooser(Frame, File, JComponent) - Static method in class com.bigzip.plugin.support.ui.DirectoryChooser
Shows the standard directory chooser with a custom accessory.
showDirectoryChooser(Frame, File, String) - Static method in class com.bigzip.plugin.support.ui.DirectoryChooser
Shows the standard directory chooser with a custom dialog box title.
showDirectoryChooser(Frame, File, String, JComponent) - Static method in class com.bigzip.plugin.support.ui.DirectoryChooser
Shows the standard directory chooser with a custom dialog box title and accessory.
showDirectoryChooser(Frame, File, String, JComponent, String, char, String) - Static method in class com.bigzip.plugin.support.ui.DirectoryChooser
Shows the standard directory chooser with a custom dialog box title, accessory and approve button.
showDirectoryChooser(Frame, String) - Static method in class com.bigzip.plugin.support.ui.DirectoryChooser
Shows the standard directory chooser.
showDirectoryChooser(Frame, String, JComponent) - Static method in class com.bigzip.plugin.support.ui.DirectoryChooser
Shows the standard directory chooser with a custom accessory.
showDirectoryChooser(Frame, String, String) - Static method in class com.bigzip.plugin.support.ui.DirectoryChooser
Shows the standard directory chooser with a custom dialog box title.
showDirectoryChooser(Frame, String, String, JComponent) - Static method in class com.bigzip.plugin.support.ui.DirectoryChooser
Shows the standard directory chooser with a custom dialog box title and accessory.
showDirectoryChooser(Frame, String, String, JComponent, String, char, String) - Static method in class com.bigzip.plugin.support.ui.DirectoryChooser
Shows the standard directory chooser with a custom dialog box title, accessory and approve button.
showErrorDialog(String, String) - Static method in class com.bigzip.plugin.support.ui.WindowUtilities
Displays an error dialog component on the screen.
showFileQueue(Frame) - Static method in class com.bigzip.plugin.support.ui.FileQueue
Shows the standard file queue with the user's home directory initially opened.
showFileQueue(Frame, File) - Static method in class com.bigzip.plugin.support.ui.FileQueue
Shows the standard file queue.
showFileQueue(Frame, File, FileQueueAccessory) - Static method in class com.bigzip.plugin.support.ui.FileQueue
Shows the standard file queue with a custom accessory.
showFileQueue(Frame, File, String) - Static method in class com.bigzip.plugin.support.ui.FileQueue
Shows the standard file queue with a custom dialog box title.
showFileQueue(Frame, File, String, FileQueueAccessory) - Static method in class com.bigzip.plugin.support.ui.FileQueue
Shows the standard file queue with a custom dialog box title and accessory.
showFileQueue(Frame, File, String, FileQueueAccessory, String, char, String) - Static method in class com.bigzip.plugin.support.ui.FileQueue
Shows the standard file queue with a custom dialog box title, accessory and approve button.
showFileQueue(Frame, String) - Static method in class com.bigzip.plugin.support.ui.FileQueue
Shows the standard file queue.
showFileQueue(Frame, String, FileQueueAccessory) - Static method in class com.bigzip.plugin.support.ui.FileQueue
Shows the standard file queue with a custom accessory.
showFileQueue(Frame, String, String) - Static method in class com.bigzip.plugin.support.ui.FileQueue
Shows the standard file queue with a custom dialog box title.
showFileQueue(Frame, String, String, FileQueueAccessory) - Static method in class com.bigzip.plugin.support.ui.FileQueue
Shows the standard file queue with a custom dialog box title and accessory.
skipBytes(int) - Method in class com.bigzip.plugin.compression.io.AbstractStream
Skips exactly n bytes of input.
skipBytes(int) - Method in class com.bigzip.plugin.compression.io.CompressionStream
Skips specified number of bytes of uncompressed data.
skipBytes(int) - Method in class com.bigzip.plugin.compression.io.ArchiveStream
Skips specified number of bytes in the current entry.
skipBytes(int) - Method in class com.bigzip.plugin.compression.io.IOStream
Attempts to skip over n bytes of input discarding the skipped bytes.
SORTABLE_PROPERTY - Static variable in class com.bigzip.plugin.ColumnInfo
 
SORTER_PROPERTY - Static variable in class com.bigzip.plugin.ColumnInfo
 
startWorker() - Method in class com.bigzip.plugin.support.ui.SwingWorker
 
StatusBarHelper - class com.bigzip.plugin.support.ui.StatusBarHelper.
StatusBarHelper gives control over the status bar located on bottom of the GUI.
StatusBarHelper() - Constructor for class com.bigzip.plugin.support.ui.StatusBarHelper
 
SW_RESIZE_CURSOR - Static variable in class com.bigzip.plugin.support.ui.WindowUtilities
 
SwingWorker - class com.bigzip.plugin.support.ui.SwingWorker.
 
SwingWorker() - Constructor for class com.bigzip.plugin.support.ui.SwingWorker
 

T

toString() - Method in class com.bigzip.EncapsulatedRuntimeException
 
toString() - Method in interface com.bigzip.plugin.compression.data.EntryData
 
toString() - Method in class com.bigzip.plugin.support.Ratio
Returns the string equivalent of the numerator and denominator.
TOTAL_COMPRESSED_SIZE_PROPERTY - Static variable in class com.bigzip.plugin.ArchiveModel
 
TOTAL_UNCOMPRESSED_SIZE_PROPERTY - Static variable in class com.bigzip.plugin.ArchiveModel
 
TypeField - class com.bigzip.plugin.support.ui.TypeField.
This object is used to help the UI and the user identify the nature of the selected item being parsed from a file chooser table.
TypeField() - Constructor for class com.bigzip.plugin.support.ui.TypeField
Creates a new TypeField entry.
TypeField(String, boolean) - Constructor for class com.bigzip.plugin.support.ui.TypeField
Creates a new TypeField entry.
typeRenderer - Variable in class com.bigzip.plugin.support.ui.FileQueue
This is a column renderer which used in the tables to render an icon to represent the types of the files in the table.

U

UNCOMPRESSED_SIZE - Static variable in class com.bigzip.plugin.ArchiveEntry
This is the property key used in PropertyChangeEvents when the uncompressed size changes.
UNDEFINED - Static variable in class com.bigzip.plugin.support.Ratio
The value for which type ratio.
updateDirectoryChooser() - Method in class com.bigzip.plugin.support.ui.DirectoryChooser
Synchronizes the selection in the directory chooser pane with the path field.
updatePathField() - Method in class com.bigzip.plugin.support.ui.DirectoryChooser
Synchronizes the paht field with the selection in the directory chooser.

V

verifyCustomizer(JComponent) - Method in class com.bigzip.SettingsCustomizer
Verifies the settings in the component.

W

W_RESIZE_CURSOR - Static variable in class com.bigzip.plugin.support.ui.WindowUtilities
 
WAIT_CURSOR - Static variable in class com.bigzip.plugin.support.ui.WindowUtilities
 
WindowUtilities - class com.bigzip.plugin.support.ui.WindowUtilities.
 
WindowUtilities() - Constructor for class com.bigzip.plugin.support.ui.WindowUtilities
 
write(byte[]) - Method in class com.bigzip.plugin.compression.io.AbstractStream
Writes b.length bytes from the specified byte array starting at offset off to this file.
write(byte[]) - Method in class com.bigzip.plugin.compression.io.IOStream
Writes b.length bytes to this random access stream.
write(byte[], int, int) - Method in class com.bigzip.plugin.compression.io.AbstractStream
Writes len bytes from the specified byte array starting at offset off to this file.
write(byte[], int, int) - Method in class com.bigzip.plugin.compression.io.CheckedStream
Writes an array of bytes.
write(byte[], int, int) - Method in class com.bigzip.plugin.compression.io.CompressionStream
Writes an array of bytes to the compressed random access stream.
write(byte[], int, int) - Method in class com.bigzip.plugin.compression.io.ArchiveStream
 
write(byte[], int, int) - Method in class com.bigzip.plugin.compression.io.IOStream
Writes len bytes from the specified byte array starting at offset off to this random access stream.
write(int) - Method in class com.bigzip.plugin.compression.io.AbstractStream
Writes the specified byte to this file.
write(int) - Method in class com.bigzip.plugin.compression.io.CheckedStream
Writes a byte.
write(int) - Method in class com.bigzip.plugin.compression.io.CompressionStream
Writes a byte to the compressed random access stream.
write(int) - Method in class com.bigzip.plugin.compression.io.ArchiveStream
 
write(int) - Method in class com.bigzip.plugin.compression.io.IOStream
Writes the specified byte to this random access stream.
writeBoolean(boolean) - Method in class com.bigzip.plugin.compression.io.AbstractStream
Writes a boolean to the file as a 1-byte value.
writeBoolean(boolean) - Method in class com.bigzip.plugin.compression.io.IOStream
Writes a boolean to the file as a 1-byte value.
writeByte(int) - Method in class com.bigzip.plugin.compression.io.AbstractStream
Writes a byte to the file as a 1-byte value.
writeByte(int) - Method in class com.bigzip.plugin.compression.io.IOStream
Writes a byte to the file as a 1-byte value.
writeBytes(String) - Method in class com.bigzip.plugin.compression.io.AbstractStream
Writes the string to the file as a sequence of bytes.
writeBytes(String) - Method in class com.bigzip.plugin.compression.io.IOStream
Writes the string to the file as a sequence of bytes.
writeChar(int) - Method in class com.bigzip.plugin.compression.io.AbstractStream
Writes a char to the file as a 2-byte value, high byte first.
writeChar(int) - Method in class com.bigzip.plugin.compression.io.IOStream
Writes a char to the file as a 2-byte value, high byte first.
writeChars(String) - Method in class com.bigzip.plugin.compression.io.AbstractStream
Writes a string to the file as a sequence of characters.
writeChars(String) - Method in class com.bigzip.plugin.compression.io.IOStream
Writes a string to the file as a sequence of characters.
writeDirect(byte[]) - Method in class com.bigzip.plugin.compression.io.AbstractStream
 
writeDirect(byte[], int, int) - Method in class com.bigzip.plugin.compression.io.AbstractStream
 
writeDirect(byte[], int, int) - Method in class com.bigzip.plugin.compression.io.CheckedStream
Writes an array of bytes bypassing the compression stream.
writeDirect(byte[], int, int) - Method in class com.bigzip.plugin.compression.io.IOStream
 
writeDouble(double) - Method in class com.bigzip.plugin.compression.io.AbstractStream
Converts the double argument to a long using the doubleToLongBits method in class Double, and then writes that long value to the file as an 8 or 4-byte quantity, high byte first.
writeDouble(double) - Method in class com.bigzip.plugin.compression.io.IOStream
Converts the double argument to a long using the doubleToLongBits method in class Double, and then writes that long value to the file as an 8 or 4-byte quantity, high byte first.
writeFloat(float) - Method in class com.bigzip.plugin.compression.io.AbstractStream
Converts the float argument to an int using the floatToIntBits method in class Float, and then writes that int value to the file as a 4 or 2-byte quantity, high byte first.
writeFloat(float) - Method in class com.bigzip.plugin.compression.io.IOStream
Converts the float argument to an int using the floatToIntBits method in class Float, and then writes that int value to the file as a 4 or 2-byte quantity, high byte first.
writeFully(byte[], int, int) - Method in class com.bigzip.plugin.compression.io.AbstractStream
Writes len bytes from the specified byte array starting at offset off to this random access stream.
writeFully(byte[], int, int) - Method in class com.bigzip.plugin.compression.io.IOStream
Writes len bytes from the specified byte array starting at offset off to this random access stream.
writeInt(int) - Method in class com.bigzip.plugin.compression.io.AbstractStream
Writes an int to the file as four bytes, high byte first.
writeInt(int) - Method in class com.bigzip.plugin.compression.io.IOStream
Writes an int to the file.
writeLong(long) - Method in class com.bigzip.plugin.compression.io.AbstractStream
Writes a long to the file as eight bytes, high byte first.
writeLong(long) - Method in class com.bigzip.plugin.compression.io.IOStream
Writes a long to the file.
writeShort(int) - Method in class com.bigzip.plugin.compression.io.AbstractStream
Writes a short to the file as two bytes, high byte first.
writeShort(int) - Method in class com.bigzip.plugin.compression.io.IOStream
Writes a short to the file as two bytes, high byte first.
writeUTF(String) - Method in class com.bigzip.plugin.compression.io.AbstractStream
Writes a string to the file using UTF-8 encoding in a machine-independent manner.
writeUTF(String) - Method in class com.bigzip.plugin.compression.io.IOStream
Writes a string to the file using UTF-8 encoding in a machine-independent manner.

Z

ZERO_LIMIT - Static variable in class com.bigzip.plugin.support.Ratio
The smallest reciprocal value of type ratio.
ZERO_VALUE - Static variable in class com.bigzip.plugin.support.Ratio
The value for which type ratio.

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