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

A

add(ArchiveEntry, InputStream) - Method in class org.apache.commons.compress.changes.ChangeSet
 
addExtraField(ZipExtraField) - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
Adds an extra fields - replacing an already present extra field of the same type.
addExtraField(ZipExtraField) - Method in class org.apache.commons.compress.archivers.zip.ZipEntry
Adds an extra fields - replacing an already present extra field of the same type.
ArArchiveEntry - Class in org.apache.commons.compress.archivers.ar
 
ArArchiveEntry(String, long) - Constructor for class org.apache.commons.compress.archivers.ar.ArArchiveEntry
 
ArArchiveEntry(String, long, int, int, int, long) - Constructor for class org.apache.commons.compress.archivers.ar.ArArchiveEntry
 
ArArchiveInputStream - Class in org.apache.commons.compress.archivers.ar
 
ArArchiveInputStream(InputStream) - Constructor for class org.apache.commons.compress.archivers.ar.ArArchiveInputStream
 
ArArchiveOutputStream - Class in org.apache.commons.compress.archivers.ar
 
ArArchiveOutputStream(OutputStream) - Constructor for class org.apache.commons.compress.archivers.ar.ArArchiveOutputStream
 
ArchiveEntry - Interface in org.apache.commons.compress.archivers
Represents an entry of an archive.
ArchiveException - Exception in org.apache.commons.compress.archivers
Archiver related Exception
ArchiveException() - Constructor for exception org.apache.commons.compress.archivers.ArchiveException
 
ArchiveException(String) - Constructor for exception org.apache.commons.compress.archivers.ArchiveException
 
ArchiveException(String, Exception) - Constructor for exception org.apache.commons.compress.archivers.ArchiveException
 
ArchiveInputStream - Class in org.apache.commons.compress.archivers
 
ArchiveInputStream() - Constructor for class org.apache.commons.compress.archivers.ArchiveInputStream
 
ArchiveOutputStream - Class in org.apache.commons.compress.archivers
 
ArchiveOutputStream() - Constructor for class org.apache.commons.compress.archivers.ArchiveOutputStream
 
ArchiveStreamFactory - Class in org.apache.commons.compress.archivers
 
ArchiveStreamFactory() - Constructor for class org.apache.commons.compress.archivers.ArchiveStreamFactory
 
AsiExtraField - Class in org.apache.commons.compress.archivers.zip
Adds Unix file permission and UID/GID fields as well as symbolic link handling.
AsiExtraField() - Constructor for class org.apache.commons.compress.archivers.zip.AsiExtraField
 
asSet() - Method in class org.apache.commons.compress.changes.ChangeSet
 
available() - Method in class org.apache.commons.compress.archivers.tar.TarInputStream
Get the available data that can be read from the current entry in the archive.

B

BZip2CompressorInputStream - Class in org.apache.commons.compress.compressors.bzip2
An input stream that decompresses from the BZip2 format (without the file header chars) to be read as any other stream.
BZip2CompressorInputStream(InputStream) - Constructor for class org.apache.commons.compress.compressors.bzip2.BZip2CompressorInputStream
 
BZip2CompressorOutputStream - Class in org.apache.commons.compress.compressors.bzip2
An output stream that compresses into the BZip2 format (without the file header chars) into another stream.
BZip2CompressorOutputStream(OutputStream) - Constructor for class org.apache.commons.compress.compressors.bzip2.BZip2CompressorOutputStream
 
BZip2CompressorOutputStream(OutputStream, int) - Constructor for class org.apache.commons.compress.compressors.bzip2.BZip2CompressorOutputStream
 

C

CFH_SIG - Static variable in class org.apache.commons.compress.archivers.zip.ZipOutputStream
central file header signature
CHANGE_TYPE_ADD - Static variable in class org.apache.commons.compress.changes.ChangeSet
 
CHANGE_TYPE_DELETE - Static variable in class org.apache.commons.compress.changes.ChangeSet
 
ChangeSet - Class in org.apache.commons.compress.changes
 
ChangeSet() - Constructor for class org.apache.commons.compress.changes.ChangeSet
 
ChangeWorker - Class in org.apache.commons.compress.changes
Performs the operations of a change set
CLEARMASK - Static variable in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorOutputStream
 
clone() - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
Overwrite clone
clone() - Method in class org.apache.commons.compress.archivers.zip.ZipEntry
Overwrite clone
close() - Method in class org.apache.commons.compress.archivers.ar.ArArchiveOutputStream
 
close() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveOutputStream
 
close() - Method in class org.apache.commons.compress.archivers.tar.TarInputStream
Closes this stream.
close() - Method in class org.apache.commons.compress.archivers.tar.TarOutputStream
Ends the TAR archive and closes the underlying OutputStream.
close() - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
 
close() - Method in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorOutputStream
 
close() - Method in class org.apache.commons.compress.compressors.gzip.GzipCompressorOutputStream
 
closeArchiveEntry() - Method in class org.apache.commons.compress.archivers.ar.ArArchiveOutputStream
 
closeArchiveEntry() - Method in class org.apache.commons.compress.archivers.ArchiveOutputStream
 
closeArchiveEntry() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveOutputStream
 
closeArchiveEntry() - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
 
closeEntry() - Method in class org.apache.commons.compress.archivers.tar.TarOutputStream
Close an entry.
closeEntry() - Method in class org.apache.commons.compress.archivers.zip.ZipOutputStream
Writes all necessary data for this entry.
compareByteArrays(byte[], byte[]) - Static method in class org.apache.commons.compress.utils.CompressUtils
Compares one byte array to another
CompressorException - Exception in org.apache.commons.compress.compressors
 
CompressorException() - Constructor for exception org.apache.commons.compress.compressors.CompressorException
 
CompressorException(String, Throwable) - Constructor for exception org.apache.commons.compress.compressors.CompressorException
 
CompressorException(String) - Constructor for exception org.apache.commons.compress.compressors.CompressorException
 
CompressorException(Throwable) - Constructor for exception org.apache.commons.compress.compressors.CompressorException
 
CompressorInputStream - Class in org.apache.commons.compress.compressors
 
CompressorInputStream() - Constructor for class org.apache.commons.compress.compressors.CompressorInputStream
 
CompressorOutputStream - Class in org.apache.commons.compress.compressors
 
CompressorOutputStream() - Constructor for class org.apache.commons.compress.compressors.CompressorOutputStream
 
CompressorStreamFactory - Class in org.apache.commons.compress.compressors
 
CompressorStreamFactory() - Constructor for class org.apache.commons.compress.compressors.CompressorStreamFactory
 
CompressUtils - Class in org.apache.commons.compress.utils
 
CompressUtils() - Constructor for class org.apache.commons.compress.utils.CompressUtils
 
copy(InputStream, OutputStream) - Static method in class org.apache.commons.compress.utils.IOUtils
Copies the content of a InputStream into an OutputStream
copy(InputStream, OutputStream, int) - Static method in class org.apache.commons.compress.utils.IOUtils
 
copyEntryContents(OutputStream) - Method in class org.apache.commons.compress.archivers.tar.TarInputStream
Copies the contents of the current tar archive entry directly into an output stream.
copyEntryContents(InputStream) - Method in class org.apache.commons.compress.archivers.tar.TarOutputStream
Copies the contents of the specified stream into current tar archive entry.
createArchiveInputStream(String, InputStream) - Method in class org.apache.commons.compress.archivers.ArchiveStreamFactory
 
createArchiveInputStream(InputStream) - Method in class org.apache.commons.compress.archivers.ArchiveStreamFactory
 
createArchiveOutputStream(String, OutputStream) - Method in class org.apache.commons.compress.archivers.ArchiveStreamFactory
 
createCompressorInputStream(String, InputStream) - Method in class org.apache.commons.compress.compressors.CompressorStreamFactory
 
createCompressorOutputStream(String, OutputStream) - Method in class org.apache.commons.compress.compressors.CompressorStreamFactory
 
createExtraField(ZipShort) - Static method in class org.apache.commons.compress.archivers.zip.ExtraFieldUtils
Create an instance of the approriate ExtraField, falls back to UnrecognizedExtraField.

D

DD_SIG - Static variable in class org.apache.commons.compress.archivers.zip.ZipOutputStream
data descriptor signature
debug(String) - Method in class org.apache.commons.compress.archivers.tar.TarInputStream
Utility method to do debugging.
DEFAULT_DIR_PERM - Static variable in interface org.apache.commons.compress.archivers.zip.UnixStat
Default permissions for directories.
DEFAULT_FILE_PERM - Static variable in interface org.apache.commons.compress.archivers.zip.UnixStat
Default permissions for plain files.
DEFAULT_LINK_PERM - Static variable in interface org.apache.commons.compress.archivers.zip.UnixStat
Default permissions for symbolic links.
DEFLATED - Static variable in class org.apache.commons.compress.archivers.zip.ZipOutputStream
Compression method for deflated entries.
delete(String) - Method in class org.apache.commons.compress.changes.ChangeSet
 
DEPTH_THRESH - Static variable in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorOutputStream
 
DIR_FLAG - Static variable in interface org.apache.commons.compress.archivers.zip.UnixStat
Indicates directories.

E

EOCD_SIG - Static variable in class org.apache.commons.compress.archivers.zip.ZipOutputStream
end of central dir signature
equals(TarArchiveEntry) - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
Determine if the two entries are equal.
equals(Object) - Method in class org.apache.commons.compress.archivers.zip.ZipLong
Override to make two instances with same value equal.
equals(Object) - Method in class org.apache.commons.compress.archivers.zip.ZipShort
Override to make two instances with same value equal.
ExtraFieldUtils - Class in org.apache.commons.compress.archivers.zip
ZipExtraField related methods
ExtraFieldUtils() - Constructor for class org.apache.commons.compress.archivers.zip.ExtraFieldUtils
 

F

FILE_FLAG - Static variable in interface org.apache.commons.compress.archivers.zip.UnixStat
Indicates plain files.
finalize() - Method in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorOutputStream
 
finish() - Method in class org.apache.commons.compress.archivers.tar.TarOutputStream
Ends the TAR archive without closing the underlying OutputStream.
finish() - Method in class org.apache.commons.compress.archivers.zip.ZipOutputStream
Finishs writing the contents and closes this as well as the underlying stream.
flush() - Method in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorOutputStream
 

G

getBytes() - Method in class org.apache.commons.compress.archivers.zip.ZipLong
Get value as two bytes in big endian byte order.
getBytes(String) - Method in class org.apache.commons.compress.archivers.zip.ZipOutputStream
Retrieve the bytes for the given String in the encoding set for this Stream.
getBytes() - Method in class org.apache.commons.compress.archivers.zip.ZipShort
Get value as two bytes in big endian byte order.
getCentralDirectoryData() - Method in class org.apache.commons.compress.archivers.zip.AsiExtraField
Delegate to local file data.
getCentralDirectoryData() - Method in class org.apache.commons.compress.archivers.zip.UnrecognizedExtraField
Get the central directory data.
getCentralDirectoryData() - Method in interface org.apache.commons.compress.archivers.zip.ZipExtraField
The actual data to put central directory - without Header-ID or length specifier.
getCentralDirectoryExtra() - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
Retrieves the extra data for the central directory.
getCentralDirectoryExtra() - Method in class org.apache.commons.compress.archivers.zip.ZipEntry
Retrieves the extra data for the central directory.
getCentralDirectoryLength() - Method in class org.apache.commons.compress.archivers.zip.AsiExtraField
Delegate to local file data.
getCentralDirectoryLength() - Method in class org.apache.commons.compress.archivers.zip.UnrecognizedExtraField
Get the length of the central directory in bytes.
getCentralDirectoryLength() - Method in interface org.apache.commons.compress.archivers.zip.ZipExtraField
Length of the extra field in the central directory - without Header-ID or length specifier.
getCertificates() - Method in class org.apache.commons.compress.archivers.jar.JarArchiveEntry
 
getCheckSum() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
Get this entry's checksum.
getCompressedSize() - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
Override to make this class work in JDK 1.1 like a 1.2 class.
getCompressedSize() - Method in class org.apache.commons.compress.archivers.zip.ZipEntry
Override to make this class work in JDK 1.1 like a 1.2 class.
getDefaultFileExtension() - Method in class org.apache.commons.compress.archivers.ar.ArArchiveOutputStream
 
getDefaultFileExtension() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveOutputStream
 
getDefaultFileExtension() - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
 
getDirectoryEntries() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
If this entry represents a file, and the file is a directory, return an array of TarEntries for this entry's children.
getEncoding() - Method in class org.apache.commons.compress.archivers.zip.ZipOutputStream
The encoding to use for filenames and the file comment.
getExternalAttributes() - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
Retrieves the external file attributes.
getExternalAttributes() - Method in class org.apache.commons.compress.archivers.zip.ZipEntry
Retrieves the external file attributes.
getExtraFields() - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
Retrieves extra fields.
getExtraFields() - Method in class org.apache.commons.compress.archivers.zip.ZipEntry
Retrieves extra fields.
getFile() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
Get this entry's file.
getGroupId() - Method in class org.apache.commons.compress.archivers.ar.ArArchiveEntry
 
getGroupId() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
Deprecated. Use getGroupID() instead
getGroupID() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
Get this entry's group id.
getGroupID() - Method in class org.apache.commons.compress.archivers.zip.AsiExtraField
Get the group id.
getGroupId() - Method in class org.apache.commons.compress.archivers.zip.AsiExtraField
Deprecated. Use getGroupID() instead
getGroupName() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
Get this entry's group name.
getHeader() - Method in class org.apache.commons.compress.archivers.ar.ArArchiveOutputStream
 
getHeader() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveOutputStream
 
getHeader() - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
 
getHeaderID() - Method in class org.apache.commons.compress.archivers.zip.AsiExtraField
The Header-ID.
getHeaderID() - Method in class org.apache.commons.compress.archivers.zip.UnrecognizedExtraField
Get the HeaderID.
getHeaderID() - Method in interface org.apache.commons.compress.archivers.zip.ZipExtraField
The Header-ID.
getInternalAttributes() - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
Retrieves the internal file attributes.
getInternalAttributes() - Method in class org.apache.commons.compress.archivers.zip.ZipEntry
Retrieves the internal file attributes.
getLastModified() - Method in class org.apache.commons.compress.archivers.ar.ArArchiveEntry
 
getLength() - Method in class org.apache.commons.compress.archivers.ar.ArArchiveEntry
 
getLinkedFile() - Method in class org.apache.commons.compress.archivers.zip.AsiExtraField
Name of linked file
getLocalFileDataData() - Method in class org.apache.commons.compress.archivers.zip.AsiExtraField
The actual data to put into local file data - without Header-ID or length specifier.
getLocalFileDataData() - Method in class org.apache.commons.compress.archivers.zip.UnrecognizedExtraField
Get the local file data.
getLocalFileDataData() - Method in interface org.apache.commons.compress.archivers.zip.ZipExtraField
The actual data to put into local file data - without Header-ID or length specifier.
getLocalFileDataExtra() - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
Retrieves the extra data for the local file data.
getLocalFileDataExtra() - Method in class org.apache.commons.compress.archivers.zip.ZipEntry
Retrieves the extra data for the local file data.
getLocalFileDataLength() - Method in class org.apache.commons.compress.archivers.zip.AsiExtraField
Length of the extra field in the local file data - without Header-ID or length specifier.
getLocalFileDataLength() - Method in class org.apache.commons.compress.archivers.zip.UnrecognizedExtraField
Get the length of local file data in bytes.
getLocalFileDataLength() - Method in interface org.apache.commons.compress.archivers.zip.ZipExtraField
Length of the extra field in the local file data - without Header-ID or length specifier.
getManifestAttributes() - Method in class org.apache.commons.compress.archivers.jar.JarArchiveEntry
 
getMode() - Method in class org.apache.commons.compress.archivers.ar.ArArchiveEntry
 
getMode() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
Get this entry's mode.
getMode() - Method in class org.apache.commons.compress.archivers.zip.AsiExtraField
File mode of this file.
getMode(int) - Method in class org.apache.commons.compress.archivers.zip.AsiExtraField
Get the file mode for given permissions with the correct file type.
getModTime() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
Set this entry's modification time.
getName() - Method in class org.apache.commons.compress.archivers.ar.ArArchiveEntry
 
getName() - Method in class org.apache.commons.compress.archivers.ar.ArArchiveOutputStream
 
getName() - Method in interface org.apache.commons.compress.archivers.ArchiveEntry
 
getName() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
Get this entry's name.
getName() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveOutputStream
 
getName() - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
 
getNextEntry() - Method in class org.apache.commons.compress.archivers.ar.ArArchiveInputStream
 
getNextEntry() - Method in class org.apache.commons.compress.archivers.ArchiveInputStream
Returns the next Archive Entry in this Stream.
getNextEntry() - Method in class org.apache.commons.compress.archivers.jar.JarArchiveInputStream
 
getNextEntry() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveInputStream
 
getNextEntry() - Method in class org.apache.commons.compress.archivers.tar.TarInputStream
Get the next entry in this tar archive.
getNextEntry() - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveInputStream
 
getRecordSize() - Method in class org.apache.commons.compress.archivers.tar.TarInputStream
Get the record size being used by this stream's TarBuffer.
getRecordSize() - Method in class org.apache.commons.compress.archivers.tar.TarOutputStream
Get the record size being used by this stream's TarBuffer.
getSize() - Method in class org.apache.commons.compress.archivers.ar.ArArchiveEntry
 
getSize() - Method in interface org.apache.commons.compress.archivers.ArchiveEntry
 
getSize() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
Get this entry's file size.
getUserId() - Method in class org.apache.commons.compress.archivers.ar.ArArchiveEntry
 
getUserId() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
Deprecated. Use getUserID() instead
getUserID() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
Get this entry's user id.
getUserId() - Method in class org.apache.commons.compress.archivers.zip.AsiExtraField
Deprecated. Use getUserID()
getUserID() - Method in class org.apache.commons.compress.archivers.zip.AsiExtraField
Get the user id.
getUserName() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
Get this entry's user name.
getValue() - Method in class org.apache.commons.compress.archivers.zip.ZipLong
Get value as Java int.
getValue() - Method in class org.apache.commons.compress.archivers.zip.ZipShort
Get value as Java int.
GREATER_ICOST - Static variable in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorOutputStream
 
GzipCompressorInputStream - Class in org.apache.commons.compress.compressors.gzip
 
GzipCompressorInputStream(InputStream) - Constructor for class org.apache.commons.compress.compressors.gzip.GzipCompressorInputStream
 
GzipCompressorOutputStream - Class in org.apache.commons.compress.compressors.gzip
 
GzipCompressorOutputStream(OutputStream) - Constructor for class org.apache.commons.compress.compressors.gzip.GzipCompressorOutputStream
 

H

hashCode() - Method in class org.apache.commons.compress.archivers.zip.ZipLong
Override to make two instances with same value equal.
hashCode() - Method in class org.apache.commons.compress.archivers.zip.ZipShort
Override to make two instances with same value equal.
hbMakeCodeLengths(char[], int[], int, int) - Static method in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorOutputStream
 

I

IOUtils - Class in org.apache.commons.compress.utils
 
IOUtils() - Constructor for class org.apache.commons.compress.utils.IOUtils
 
isDescendent(TarArchiveEntry) - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
Determine if the given entry is a descendant of this entry.
isDirectory() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
Return whether or not this entry represents a directory.
isDirectory() - Method in class org.apache.commons.compress.archivers.zip.AsiExtraField
Is this entry a directory?
isGNULongNameEntry() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
Indicate if this entry is a GNU long name block
isLink() - Method in class org.apache.commons.compress.archivers.zip.AsiExtraField
Is this entry a symbolic link?

J

JarArchiveEntry - Class in org.apache.commons.compress.archivers.jar
 
JarArchiveEntry(ZipEntry) - Constructor for class org.apache.commons.compress.archivers.jar.JarArchiveEntry
 
JarArchiveEntry(String) - Constructor for class org.apache.commons.compress.archivers.jar.JarArchiveEntry
 
JarArchiveEntry(ZipArchiveEntry) - Constructor for class org.apache.commons.compress.archivers.jar.JarArchiveEntry
 
JarArchiveEntry(JarEntry) - Constructor for class org.apache.commons.compress.archivers.jar.JarArchiveEntry
 
JarArchiveInputStream - Class in org.apache.commons.compress.archivers.jar
 
JarArchiveInputStream(InputStream) - Constructor for class org.apache.commons.compress.archivers.jar.JarArchiveInputStream
 
JarArchiveOutputStream - Class in org.apache.commons.compress.archivers.jar
 
JarArchiveOutputStream(OutputStream) - Constructor for class org.apache.commons.compress.archivers.jar.JarArchiveOutputStream
 

L

LESSER_ICOST - Static variable in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorOutputStream
 
LFH_SIG - Static variable in class org.apache.commons.compress.archivers.zip.ZipOutputStream
local file header signature
LINK_FLAG - Static variable in interface org.apache.commons.compress.archivers.zip.UnixStat
Indicates symbolic links.
LONGFILE_ERROR - Static variable in class org.apache.commons.compress.archivers.tar.TarOutputStream
Flag to indicate that an error should be generated if an attempt is made to write an entry that exceeds the 100 char POSIX limit.
LONGFILE_GNU - Static variable in class org.apache.commons.compress.archivers.tar.TarOutputStream
Flag to indicate that entry name should be formatted according to GNU tar extension if an attempt is made to write an entry that exceeds the 100 char POSIX limit.
LONGFILE_TRUNCATE - Static variable in class org.apache.commons.compress.archivers.tar.TarOutputStream
Flag to indicate that entry name should be truncated if an attempt is made to write an entry that exceeds the 100 char POSIX limit.

M

mark(int) - Method in class org.apache.commons.compress.archivers.tar.TarInputStream
Since we do not support marking just yet, we do nothing.
markSupported() - Method in class org.apache.commons.compress.archivers.tar.TarInputStream
Since we do not support marking just yet, we return false.
matches(byte[]) - Static method in class org.apache.commons.compress.archivers.ar.ArArchiveInputStream
 
matches(byte[]) - Static method in class org.apache.commons.compress.archivers.jar.JarArchiveInputStream
 
matches(byte[]) - Static method in class org.apache.commons.compress.archivers.tar.TarArchiveInputStream
 
matches(byte[]) - Static method in class org.apache.commons.compress.archivers.zip.ZipArchiveInputStream
 
mergeCentralDirectoryData(ZipExtraField[]) - Static method in class org.apache.commons.compress.archivers.zip.ExtraFieldUtils
Merges the central directory fields of the given ZipExtraFields.
mergeLocalFileDataData(ZipExtraField[]) - Static method in class org.apache.commons.compress.archivers.zip.ExtraFieldUtils
Merges the local file data fields of the given ZipExtraFields.
move(String, String) - Method in class org.apache.commons.compress.changes.ChangeSet
 

N

NAMELEN - Static variable in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
The length of the name field in a header buffer.

O

org.apache.commons.compress.archivers - package org.apache.commons.compress.archivers
 
org.apache.commons.compress.archivers.ar - package org.apache.commons.compress.archivers.ar
 
org.apache.commons.compress.archivers.jar - package org.apache.commons.compress.archivers.jar
 
org.apache.commons.compress.archivers.tar - package org.apache.commons.compress.archivers.tar
 
org.apache.commons.compress.archivers.zip - package org.apache.commons.compress.archivers.zip
 
org.apache.commons.compress.changes - package org.apache.commons.compress.changes
 
org.apache.commons.compress.compressors - package org.apache.commons.compress.compressors
 
org.apache.commons.compress.compressors.bzip2 - package org.apache.commons.compress.compressors.bzip2
 
org.apache.commons.compress.compressors.gzip - package org.apache.commons.compress.compressors.gzip
 
org.apache.commons.compress.utils - package org.apache.commons.compress.utils
 

P

parse(byte[]) - Static method in class org.apache.commons.compress.archivers.zip.ExtraFieldUtils
Split the array into ExtraFields and populate them with the give data.
parseFromLocalFileData(byte[], int, int) - Method in class org.apache.commons.compress.archivers.zip.AsiExtraField
Populate data from this array as if it was in local file data.
parseFromLocalFileData(byte[], int, int) - Method in class org.apache.commons.compress.archivers.zip.UnrecognizedExtraField
Parse LocalFiledata out of supplied buffer.
parseFromLocalFileData(byte[], int, int) - Method in interface org.apache.commons.compress.archivers.zip.ZipExtraField
Populate data from this array as if it was in local file data.
perform(ChangeSet, ArchiveInputStream, ArchiveOutputStream) - Static method in class org.apache.commons.compress.changes.ChangeWorker
TODO
PERM_MASK - Static variable in interface org.apache.commons.compress.archivers.zip.UnixStat
Bits used for permissions (and sticky bit)
putArchiveEntry(ArchiveEntry) - Method in class org.apache.commons.compress.archivers.ar.ArArchiveOutputStream
 
putArchiveEntry(ArchiveEntry) - Method in class org.apache.commons.compress.archivers.ArchiveOutputStream
 
putArchiveEntry(ArchiveEntry) - Method in class org.apache.commons.compress.archivers.jar.JarArchiveOutputStream
 
putArchiveEntry(ArchiveEntry) - Method in class org.apache.commons.compress.archivers.tar.TarArchiveOutputStream
 
putArchiveEntry(ArchiveEntry) - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
 
putNextEntry(TarArchiveEntry) - Method in class org.apache.commons.compress.archivers.tar.TarOutputStream
Put an entry on the output stream.
putNextEntry(ZipArchiveEntry) - Method in class org.apache.commons.compress.archivers.zip.ZipOutputStream
Begin writing next entry.

Q

QSORT_STACK_SIZE - Static variable in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorOutputStream
 

R

read() - Method in class org.apache.commons.compress.archivers.ar.ArArchiveInputStream
 
read(byte[], int, int) - Method in class org.apache.commons.compress.archivers.ar.ArArchiveInputStream
 
read(byte[], int, int) - Method in class org.apache.commons.compress.archivers.tar.TarArchiveInputStream
 
read() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveInputStream
 
read() - Method in class org.apache.commons.compress.archivers.tar.TarInputStream
Reads a byte from the current tar archive entry.
read(byte[]) - Method in class org.apache.commons.compress.archivers.tar.TarInputStream
Reads bytes from the current tar archive entry.
read(byte[], int, int) - Method in class org.apache.commons.compress.archivers.tar.TarInputStream
Reads bytes from the current tar archive entry.
read(byte[], int, int) - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveInputStream
 
read() - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveInputStream
 
read() - Method in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorInputStream
 
read() - Method in class org.apache.commons.compress.compressors.gzip.GzipCompressorInputStream
 
ReflectionUtils - Class in org.apache.commons.compress.utils
 
ReflectionUtils() - Constructor for class org.apache.commons.compress.utils.ReflectionUtils
 
register(Class) - Static method in class org.apache.commons.compress.archivers.zip.ExtraFieldUtils
Register a ZipExtraField implementation.
registerArchiveInputStream(String, Class) - Method in class org.apache.commons.compress.archivers.ArchiveStreamFactory
 
registerArchiveOutputStream(String, Class) - Method in class org.apache.commons.compress.archivers.ArchiveStreamFactory
 
registerClazz(Map, String, Class, Class) - Static method in class org.apache.commons.compress.utils.ReflectionUtils
 
registerInputStream(String, Class) - Method in class org.apache.commons.compress.compressors.CompressorStreamFactory
 
registerOutputStream(String, Class) - Method in class org.apache.commons.compress.compressors.CompressorStreamFactory
 
removeExtraField(ZipShort) - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
Remove an extra fields.
removeExtraField(ZipShort) - Method in class org.apache.commons.compress.archivers.zip.ZipEntry
Remove an extra fields.
reset() - Method in class org.apache.commons.compress.archivers.tar.TarInputStream
Since we do not support marking just yet, we do nothing.

S

setBufferDebug(boolean) - Method in class org.apache.commons.compress.archivers.tar.TarOutputStream
Sets the debugging flag in this stream's TarBuffer.
setCentralDirectoryData(byte[]) - Method in class org.apache.commons.compress.archivers.zip.UnrecognizedExtraField
Set the central directory data
setComment(String) - Method in class org.apache.commons.compress.archivers.zip.ZipOutputStream
Set the file comment.
setComprSize(long) - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
Make this class work in JDK 1.1 like a 1.2 class.
setComprSize(long) - Method in class org.apache.commons.compress.archivers.zip.ZipEntry
Make this class work in JDK 1.1 like a 1.2 class.
setDebug(boolean) - Method in class org.apache.commons.compress.archivers.tar.TarInputStream
Sets the debugging flag.
setDirectory(boolean) - Method in class org.apache.commons.compress.archivers.zip.AsiExtraField
Indicate whether this entry is a directory.
setEncoding(String) - Method in class org.apache.commons.compress.archivers.zip.ZipOutputStream
The encoding to use for filenames and the file comment.
setExternalAttributes(long) - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
Sets the external file attributes.
setExternalAttributes(long) - Method in class org.apache.commons.compress.archivers.zip.ZipEntry
Sets the external file attributes.
setExtra(byte[]) - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
Throws an Exception if extra data cannot be parsed into extra fields.
setExtra() - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
Unfortunately java.util.zip.ZipOutputStream seems to access the extra data directly, so overriding getExtra doesn't help - we need to modify super's data directly.
setExtra(byte[]) - Method in class org.apache.commons.compress.archivers.zip.ZipEntry
Throws an Exception if extra data cannot be parsed into extra fields.
setExtra() - Method in class org.apache.commons.compress.archivers.zip.ZipEntry
Unfortunately java.util.zip.ZipOutputStream seems to access the extra data directly, so overriding getExtra doesn't help - we need to modify super's data directly.
setExtraFields(ZipExtraField[]) - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
Replaces all currently attached extra fields with the new array.
setExtraFields(ZipExtraField[]) - Method in class org.apache.commons.compress.archivers.zip.ZipEntry
Replaces all currently attached extra fields with the new array.
setGroupID(int) - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
Set this entry's group id.
setGroupId(int) - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
Deprecated. Use setGroupID() instead
setGroupId(int) - Method in class org.apache.commons.compress.archivers.zip.AsiExtraField
Set the group id.
setGroupName(String) - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
Set this entry's group name.
setHeaderID(ZipShort) - Method in class org.apache.commons.compress.archivers.zip.UnrecognizedExtraField
Set the header ID.
setInternalAttributes(int) - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
Sets the internal file attributes.
setInternalAttributes(int) - Method in class org.apache.commons.compress.archivers.zip.ZipEntry
Sets the internal file attributes.
setLevel(int) - Method in class org.apache.commons.compress.archivers.zip.ZipOutputStream
Sets the compression level for subsequent entries.
setLinkedFile(String) - Method in class org.apache.commons.compress.archivers.zip.AsiExtraField
Indicate that this entry is a symbolic link to the given filename.
setLocalFileDataData(byte[]) - Method in class org.apache.commons.compress.archivers.zip.UnrecognizedExtraField
Set the local file data.
setLongFileMode(int) - Method in class org.apache.commons.compress.archivers.tar.TarOutputStream
Set the mode used to work with entrys exceeding 100 chars (and thus break the POSIX standard).
SETMASK - Static variable in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorOutputStream
 
setMethod(int) - Method in class org.apache.commons.compress.archivers.zip.ZipOutputStream
Sets the default compression method for subsequent entries.
setMode(int) - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
Set the mode for this entry
setMode(int) - Method in class org.apache.commons.compress.archivers.zip.AsiExtraField
File mode of this file.
setModTime(long) - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
Set this entry's modification time.
setModTime(Date) - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
Set this entry's modification time.
setName(String) - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
Set this entry's name.
setSize(long) - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
Set this entry's file size.
setUserID(int) - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
Set this entry's user id.
setUserId(int) - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
Deprecated. Use setUserID() instead
setUserId(int) - Method in class org.apache.commons.compress.archivers.zip.AsiExtraField
Deprecated. Use setUserID(int)
setUserID(int) - Method in class org.apache.commons.compress.archivers.zip.AsiExtraField
Set the user id.
setUserName(String) - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
Set this entry's user name.
skip(int) - Method in class org.apache.commons.compress.archivers.tar.TarInputStream
Skip bytes in the input buffer.
SMALL_THRESH - Static variable in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorOutputStream
 
STORED - Static variable in class org.apache.commons.compress.archivers.zip.ZipOutputStream
Compression method for deflated entries.

T

TarArchiveEntry - Class in org.apache.commons.compress.archivers.tar
This class represents an entry in a Tar archive.
TarArchiveEntry(String) - Constructor for class org.apache.commons.compress.archivers.tar.TarArchiveEntry
Construct an entry with only a name.
TarArchiveEntry(String, byte) - Constructor for class org.apache.commons.compress.archivers.tar.TarArchiveEntry
Construct an entry with a name an a link flag.
TarArchiveEntry(File) - Constructor for class org.apache.commons.compress.archivers.tar.TarArchiveEntry
Construct an entry for a file.
TarArchiveEntry(byte[]) - Constructor for class org.apache.commons.compress.archivers.tar.TarArchiveEntry
Construct an entry from an archive's header bytes.
TarArchiveInputStream - Class in org.apache.commons.compress.archivers.tar
 
TarArchiveInputStream(InputStream) - Constructor for class org.apache.commons.compress.archivers.tar.TarArchiveInputStream
 
TarArchiveOutputStream - Class in org.apache.commons.compress.archivers.tar
 
TarArchiveOutputStream(OutputStream) - Constructor for class org.apache.commons.compress.archivers.tar.TarArchiveOutputStream
 
TarInputStream - Class in org.apache.commons.compress.archivers.tar
The TarInputStream reads a UNIX tar archive as an InputStream.
TarInputStream(InputStream) - Constructor for class org.apache.commons.compress.archivers.tar.TarInputStream
Construct a TarInputStream using specified input stream and default block and record sizes.
TarInputStream(InputStream, int) - Constructor for class org.apache.commons.compress.archivers.tar.TarInputStream
Construct a TarInputStream using specified input stream, block size and default record sizes.
TarInputStream(InputStream, int, int) - Constructor for class org.apache.commons.compress.archivers.tar.TarInputStream
Construct a TarInputStream using specified input stream, block size and record sizes.
TarOutputStream - Class in org.apache.commons.compress.archivers.tar
The TarOutputStream writes a UNIX tar archive as an OutputStream.
TarOutputStream(OutputStream) - Constructor for class org.apache.commons.compress.archivers.tar.TarOutputStream
Construct a TarOutputStream using specified input stream and default block and record sizes.
TarOutputStream(OutputStream, int) - Constructor for class org.apache.commons.compress.archivers.tar.TarOutputStream
Construct a TarOutputStream using specified input stream, block size and default record sizes.
TarOutputStream(OutputStream, int, int) - Constructor for class org.apache.commons.compress.archivers.tar.TarOutputStream
Construct a TarOutputStream using specified input stream, block size and record sizes.
toDosTime(Date) - Static method in class org.apache.commons.compress.archivers.zip.ZipOutputStream
Convert a Date object to a DOS date/time field.

U

UnixStat - Interface in org.apache.commons.compress.archivers.zip
Constants from stat.h on Unix systems.
UnrecognizedExtraField - Class in org.apache.commons.compress.archivers.zip
Simple placeholder for all those extra fields we don't want to deal with.
UnrecognizedExtraField() - Constructor for class org.apache.commons.compress.archivers.zip.UnrecognizedExtraField
 

W

write(int) - Method in class org.apache.commons.compress.archivers.ar.ArArchiveOutputStream
 
write(byte[], int, int) - Method in class org.apache.commons.compress.archivers.ar.ArArchiveOutputStream
 
write(byte[]) - Method in class org.apache.commons.compress.archivers.ar.ArArchiveOutputStream
 
write(byte[], int, int) - Method in class org.apache.commons.compress.archivers.tar.TarArchiveOutputStream
 
write(int) - Method in class org.apache.commons.compress.archivers.tar.TarArchiveOutputStream
 
write(int) - Method in class org.apache.commons.compress.archivers.tar.TarOutputStream
Writes a byte to the current tar archive entry.
write(byte[]) - Method in class org.apache.commons.compress.archivers.tar.TarOutputStream
Writes bytes to the current tar archive entry.
write(byte[], int, int) - Method in class org.apache.commons.compress.archivers.tar.TarOutputStream
Writes bytes to the current tar archive entry.
write(byte[], int, int) - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
 
write(int) - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
 
write(byte[], int, int) - Method in class org.apache.commons.compress.archivers.zip.ZipOutputStream
Writes bytes to ZIP entry.
write(int) - Method in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorOutputStream
modified by Oliver Merkel, 010128
write(int) - Method in class org.apache.commons.compress.compressors.gzip.GzipCompressorOutputStream
 
writeCentralDirectoryEnd() - Method in class org.apache.commons.compress.archivers.zip.ZipOutputStream
Writes the "End of central dir record"
writeCentralFileHeader(ZipArchiveEntry) - Method in class org.apache.commons.compress.archivers.zip.ZipOutputStream
Writes the central file header entry
writeDataDescriptor(ZipArchiveEntry) - Method in class org.apache.commons.compress.archivers.zip.ZipOutputStream
Writes the data descriptor entry
writeEntryHeader(byte[]) - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
Write an entry's header information to a header buffer.
writeLocalFileHeader(ZipArchiveEntry) - Method in class org.apache.commons.compress.archivers.zip.ZipOutputStream
Writes the local file header entry

Z

ZipArchiveEntry - Class in org.apache.commons.compress.archivers.zip
Extension that adds better handling of extra fields and provides access to the internal and external file attributes.
ZipArchiveEntry(String) - Constructor for class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
Creates a new zip entry with the specified name.
ZipArchiveEntry(ZipEntry) - Constructor for class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
Creates a new zip entry with fields taken from the specified zip entry.
ZipArchiveEntry(ZipArchiveEntry) - Constructor for class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
Creates a new zip entry with fields taken from the specified zip entry.
ZipArchiveInputStream - Class in org.apache.commons.compress.archivers.zip
 
ZipArchiveInputStream(InputStream) - Constructor for class org.apache.commons.compress.archivers.zip.ZipArchiveInputStream
 
ZipArchiveOutputStream - Class in org.apache.commons.compress.archivers.zip
 
ZipArchiveOutputStream(OutputStream) - Constructor for class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
 
ZipEntry - Class in org.apache.commons.compress.archivers.zip
Extension that adds better handling of extra fields and provides access to the internal and external file attributes.
ZipEntry(String) - Constructor for class org.apache.commons.compress.archivers.zip.ZipEntry
Creates a new zip entry with the specified name.
ZipEntry(ZipEntry) - Constructor for class org.apache.commons.compress.archivers.zip.ZipEntry
Creates a new zip entry with fields taken from the specified zip entry.
ZipEntry(ZipEntry) - Constructor for class org.apache.commons.compress.archivers.zip.ZipEntry
Creates a new zip entry with fields taken from the specified zip entry.
ZipExtraField - Interface in org.apache.commons.compress.archivers.zip
General format of extra field data.
ZipLong - Class in org.apache.commons.compress.archivers.zip
Utility class that represents a four byte integer with conversion rules for the big endian byte order of ZIP files.
ZipLong(long) - Constructor for class org.apache.commons.compress.archivers.zip.ZipLong
Create instance from a number.
ZipLong(byte[]) - Constructor for class org.apache.commons.compress.archivers.zip.ZipLong
Create instance from bytes.
ZipLong(byte[], int) - Constructor for class org.apache.commons.compress.archivers.zip.ZipLong
Create instance from the four bytes starting at offset.
ZipOutputStream - Class in org.apache.commons.compress.archivers.zip
Reimplementation of java.util.zip.ZipOutputStream that does handle the extended functionality of this package, especially internal/external file attributes and extra fields with different layouts for local file data and central directory entries.
ZipOutputStream(OutputStream) - Constructor for class org.apache.commons.compress.archivers.zip.ZipOutputStream
Creates a new ZIP OutputStream filtering the underlying stream.
ZipShort - Class in org.apache.commons.compress.archivers.zip
Utility class that represents a two byte integer with conversion rules for the big endian byte order of ZIP files.
ZipShort(int) - Constructor for class org.apache.commons.compress.archivers.zip.ZipShort
Create instance from a number.
ZipShort(byte[]) - Constructor for class org.apache.commons.compress.archivers.zip.ZipShort
Create instance from bytes.
ZipShort(byte[], int) - Constructor for class org.apache.commons.compress.archivers.zip.ZipShort
Create instance from the two bytes starting at offset.

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