- G_SIZE - Static variable in interface org.apache.commons.compress.compressors.bzip2.BZip2Constants
-
- generateMTFValues() - Method in class org.apache.commons.compress.compressors.bzip2.BZip2OutputStream
-
- getAndMoveToFrontDecode() - Method in class org.apache.commons.compress.compressors.bzip2.BZip2InputStream
-
- getBlockSize() - Method in class org.apache.commons.compress.archivers.tar.TarBuffer
-
Get the TAR Buffer's block size.
- 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.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.
- getCheckSum() - Method in class org.apache.commons.compress.archivers.tar.TarEntry
-
Get this entry's checksum.
- getCheckSumOctalBytes(long, byte[], int, int) - Static method in class org.apache.commons.compress.archivers.tar.TarUtils
-
Parse the checksum octal integer from a header buffer.
- 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.
- getCurrentBlockNum() - Method in class org.apache.commons.compress.archivers.tar.TarBuffer
-
Get the current block number, zero based.
- getCurrentRecordNum() - Method in class org.apache.commons.compress.archivers.tar.TarBuffer
-
Get the current record number, within the current block, zero based.
- getDefaultFileExtension() - Method in class org.apache.commons.compress.archivers.tar.TarArchive
-
- getDefaultFileExtension() - Method in class org.apache.commons.compress.archivers.zip.ZipArchive
-
- getDefaultFileExtension() - Method in class org.apache.commons.compress.compressors.bzip2.BZip2Compressor
-
- getDirectoryEntries() - Method in class org.apache.commons.compress.archivers.tar.TarEntry
-
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.ZipEntry
-
Retrieves the external file attributes.
- getExtraFields() - Method in class org.apache.commons.compress.archivers.zip.ZipEntry
-
Retrieves extra fields.
- getFile() - Method in class org.apache.commons.compress.archivers.tar.TarEntry
-
Get this entry's file.
- getFinalCRC() - Method in class org.apache.commons.compress.compressors.bzip2.CRC
-
- getGroupId() - Method in class org.apache.commons.compress.archivers.tar.TarEntry
-
Deprecated.
Use getGroupID() instead
- getGroupID() - Method in class org.apache.commons.compress.archivers.tar.TarEntry
-
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.TarEntry
-
Get this entry's group name.
- getHeader() - Method in class org.apache.commons.compress.archivers.tar.TarArchive
-
- getHeader() - Method in class org.apache.commons.compress.archivers.zip.ZipArchive
-
- getHeader() - Method in class org.apache.commons.compress.compressors.bzip2.BZip2Compressor
-
- 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.ZipEntry
-
Retrieves the internal file attributes.
- 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.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.
- getLongOctalBytes(long, byte[], int, int) - Static method in class org.apache.commons.compress.archivers.tar.TarUtils
-
Parse an octal long integer from a header buffer.
- getMode() - Method in class org.apache.commons.compress.archivers.tar.TarEntry
-
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.TarEntry
-
Set this entry's modification time.
- getName() - Method in class org.apache.commons.compress.archivers.tar.TarArchive
-
- getName() - Method in class org.apache.commons.compress.archivers.tar.TarEntry
-
Get this entry's name.
- getName() - Method in class org.apache.commons.compress.archivers.zip.ZipArchive
-
- getName() - Method in class org.apache.commons.compress.compressors.bzip2.BZip2Compressor
-
- getNameBytes(StringBuffer, byte[], int, int) - Static method in class org.apache.commons.compress.archivers.tar.TarUtils
-
Determine the number of bytes in an entry name.
- getNextEntry() - Method in class org.apache.commons.compress.archivers.tar.TarInputStream
-
Get the next entry in this tar archive.
- getOctalBytes(long, byte[], int, int) - Static method in class org.apache.commons.compress.archivers.tar.TarUtils
-
Parse an octal integer from a header buffer.
- getPackedInput(InputStream) - Method in class org.apache.commons.compress.compressors.bzip2.BZip2Compressor
-
Skips the 'BZ' header bytes.
- getPackedOutput(OutputStream) - Method in class org.apache.commons.compress.compressors.bzip2.BZip2Compressor
-
Writes a 'BZ' header to the output stream, and creates a
BZip2OutputStream object ready for use, as required by the
BZip2OutputStream class.
- getRecordSize() - Method in class org.apache.commons.compress.archivers.tar.TarBuffer
-
Get the TAR Buffer's record size.
- 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.tar.TarEntry
-
Get this entry's file size.
- getUserId() - Method in class org.apache.commons.compress.archivers.tar.TarEntry
-
Deprecated.
Use getUserID() instead
- getUserID() - Method in class org.apache.commons.compress.archivers.tar.TarEntry
-
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.TarEntry
-
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.
- GIDLEN - Static variable in class org.apache.commons.compress.archivers.tar.TarEntry
-
The length of the group id field in a header buffer.
- GNAMELEN - Static variable in class org.apache.commons.compress.archivers.tar.TarEntry
-
The length of the group name field in a header buffer.
- GNU_LONGLINK - Static variable in class org.apache.commons.compress.archivers.tar.TarEntry
-
The name of the GNU tar entry which contains a long name.
- GREATER_ICOST - Static variable in class org.apache.commons.compress.compressors.bzip2.BZip2OutputStream
-
- m_allowableBlockSize - Variable in class org.apache.commons.compress.compressors.bzip2.BZip2OutputStream
-
- m_assemBuf - Variable in class org.apache.commons.compress.archivers.tar.TarOutputStream
-
- m_assemLen - Variable in class org.apache.commons.compress.archivers.tar.TarOutputStream
-
- m_base - Variable in class org.apache.commons.compress.compressors.bzip2.BZip2InputStream
-
- m_block - Variable in class org.apache.commons.compress.compressors.bzip2.BZip2OutputStream
-
- m_blockBuffer - Variable in class org.apache.commons.compress.archivers.tar.TarBuffer
-
- m_blockCRC - Variable in class org.apache.commons.compress.compressors.bzip2.BZip2OutputStream
-
- m_blockRandomised - Variable in class org.apache.commons.compress.compressors.bzip2.BZip2InputStream
-
- m_blockRandomised - Variable in class org.apache.commons.compress.compressors.bzip2.BZip2OutputStream
-
- m_blockSize - Variable in class org.apache.commons.compress.archivers.tar.TarBuffer
-
- m_blockSize100k - Variable in class org.apache.commons.compress.compressors.bzip2.BZip2InputStream
-
- m_blockSize100k - Variable in class org.apache.commons.compress.compressors.bzip2.BZip2OutputStream
-
- m_bsBuff - Variable in class org.apache.commons.compress.compressors.bzip2.BZip2InputStream
-
- m_bsBuff - Variable in class org.apache.commons.compress.compressors.bzip2.BZip2OutputStream
-
- m_bsLive - Variable in class org.apache.commons.compress.compressors.bzip2.BZip2InputStream
-
- m_bsLive - Variable in class org.apache.commons.compress.compressors.bzip2.BZip2OutputStream
-
- m_bsStream - Variable in class org.apache.commons.compress.compressors.bzip2.BZip2OutputStream
-
- m_buffer - Variable in class org.apache.commons.compress.archivers.tar.TarInputStream
-
- m_buffer - Variable in class org.apache.commons.compress.archivers.tar.TarOutputStream
-
- m_cdLength - Variable in class org.apache.commons.compress.archivers.zip.ZipOutputStream
-
Length of central directory.
- m_cdOffset - Variable in class org.apache.commons.compress.archivers.zip.ZipOutputStream
-
Start of central directory.
- m_centralData - Variable in class org.apache.commons.compress.archivers.zip.UnrecognizedExtraField
-
Extra field data in central directory - without Header-ID or length
specifier.
- m_checkSum - Variable in class org.apache.commons.compress.archivers.tar.TarEntry
-
The entry's modification time.
- m_closed - Variable in class org.apache.commons.compress.compressors.bzip2.BZip2OutputStream
-
- m_combinedCRC - Variable in class org.apache.commons.compress.compressors.bzip2.BZip2OutputStream
-
- m_comment - Variable in class org.apache.commons.compress.archivers.zip.ZipOutputStream
-
The file comment.
- m_compressedSize - Variable in class org.apache.commons.compress.archivers.zip.ZipEntry
-
Helper for JDK 1.1 <-> 1.2 incompatibility.
- m_computedBlockCRC - Variable in class org.apache.commons.compress.compressors.bzip2.BZip2InputStream
-
- m_computedCombinedCRC - Variable in class org.apache.commons.compress.compressors.bzip2.BZip2InputStream
-
- m_crc - Variable in class org.apache.commons.compress.archivers.zip.AsiExtraField
-
Instance used to calculate checksums.
- m_crc - Variable in class org.apache.commons.compress.archivers.zip.ZipOutputStream
-
CRC instance to avoid parsing DEFLATED data twice.
- m_crc - Variable in class org.apache.commons.compress.compressors.bzip2.BZip2InputStream
-
- m_crc - Variable in class org.apache.commons.compress.compressors.bzip2.BZip2OutputStream
-
- m_currBlkIdx - Variable in class org.apache.commons.compress.archivers.tar.TarBuffer
-
- m_currBytes - Variable in class org.apache.commons.compress.archivers.tar.TarOutputStream
-
- m_currentChar - Variable in class org.apache.commons.compress.compressors.bzip2.BZip2InputStream
-
- m_currentChar - Variable in class org.apache.commons.compress.compressors.bzip2.BZip2OutputStream
-
- m_currEntry - Variable in class org.apache.commons.compress.archivers.tar.TarInputStream
-
- m_currentState - Variable in class org.apache.commons.compress.compressors.bzip2.BZip2InputStream
-
- m_currRecIdx - Variable in class org.apache.commons.compress.archivers.tar.TarBuffer
-
- m_currSize - Variable in class org.apache.commons.compress.archivers.tar.TarOutputStream
-
- m_dataStart - Variable in class org.apache.commons.compress.archivers.zip.ZipOutputStream
-
Data for current entry started here.
- m_dd - Variable in class org.apache.commons.compress.compressors.bzip2.BZip2OutputStream.StackElem
-
- m_debug - Variable in class org.apache.commons.compress.archivers.tar.TarBuffer
-
- m_debug - Variable in class org.apache.commons.compress.archivers.tar.TarInputStream
-
- m_devMajor - Variable in class org.apache.commons.compress.archivers.tar.TarEntry
-
The entry's group name.
- m_devMinor - Variable in class org.apache.commons.compress.archivers.tar.TarEntry
-
The entry's major device number.
- m_dirFlag - Variable in class org.apache.commons.compress.archivers.zip.AsiExtraField
-
Is this an entry for a directory?
- m_encoding - Variable in class org.apache.commons.compress.archivers.zip.ZipOutputStream
-
The encoding to use for filenames and the file comment.
- m_entries - Variable in class org.apache.commons.compress.archivers.zip.ZipOutputStream
-
List of ZipEntries written so far.
- m_entry - Variable in class org.apache.commons.compress.archivers.zip.ZipOutputStream
-
Current entry.
- m_entryOffset - Variable in class org.apache.commons.compress.archivers.tar.TarInputStream
-
- m_entrySize - Variable in class org.apache.commons.compress.archivers.tar.TarInputStream
-
- m_externalAttributes - Variable in class org.apache.commons.compress.archivers.zip.ZipEntry
-
- m_extraFields - Variable in class org.apache.commons.compress.archivers.zip.ZipEntry
-
- m_file - Variable in class org.apache.commons.compress.archivers.tar.TarEntry
-
The entry's minor device number.
- m_firstAttempt - Variable in class org.apache.commons.compress.compressors.bzip2.BZip2OutputStream
-
- m_ftab - Variable in class org.apache.commons.compress.compressors.bzip2.BZip2OutputStream
-
- m_gid - Variable in class org.apache.commons.compress.archivers.zip.AsiExtraField
-
Group ID.
- m_globalCrc - Variable in class org.apache.commons.compress.compressors.bzip2.CRC
-
- m_groupID - Variable in class org.apache.commons.compress.archivers.tar.TarEntry
-
The entry's user id.
- m_groupName - Variable in class org.apache.commons.compress.archivers.tar.TarEntry
-
The entry's user name.
- m_hasHitEOF - Variable in class org.apache.commons.compress.archivers.tar.TarInputStream
-
- m_headerID - Variable in class org.apache.commons.compress.archivers.zip.UnrecognizedExtraField
-
The Header-ID.
- m_hh - Variable in class org.apache.commons.compress.compressors.bzip2.BZip2OutputStream.StackElem
-
- m_incs - Variable in class org.apache.commons.compress.compressors.bzip2.BZip2OutputStream
-
- m_input - Variable in class org.apache.commons.compress.archivers.tar.TarBuffer
-
- m_input - Variable in class org.apache.commons.compress.compressors.bzip2.BZip2InputStream
-
- m_internalAttributes - Variable in class org.apache.commons.compress.archivers.zip.ZipEntry
-
- m_inUse - Variable in class org.apache.commons.compress.compressors.bzip2.BZip2InputStream
-
- m_inUse - Variable in class org.apache.commons.compress.compressors.bzip2.BZip2OutputStream
-
- m_last - Variable in class org.apache.commons.compress.compressors.bzip2.BZip2InputStream
-
- m_last - Variable in class org.apache.commons.compress.compressors.bzip2.BZip2OutputStream
-
- m_level - Variable in class org.apache.commons.compress.archivers.zip.ZipOutputStream
-
Compression level for next entry.
- m_limit - Variable in class org.apache.commons.compress.compressors.bzip2.BZip2InputStream
-
- m_link - Variable in class org.apache.commons.compress.archivers.zip.AsiExtraField
-
File this entry points to, if it is a symbolic link.
- m_linkFlag - Variable in class org.apache.commons.compress.archivers.tar.TarEntry
-
The entry's checksum.
- m_linkName - Variable in class org.apache.commons.compress.archivers.tar.TarEntry
-
The entry's link flag.
- m_ll - Variable in class org.apache.commons.compress.compressors.bzip2.BZip2OutputStream.StackElem
-
- m_ll8 - Variable in class org.apache.commons.compress.compressors.bzip2.BZip2InputStream
-
- m_localData - Variable in class org.apache.commons.compress.archivers.zip.UnrecognizedExtraField
-
Extra field data in local file data - without Header-ID or length
specifier.
- m_longFileMode - Variable in class org.apache.commons.compress.archivers.tar.TarOutputStream
-
- m_magic - Variable in class org.apache.commons.compress.archivers.tar.TarEntry
-
The entry's link name.
- m_method - Variable in class org.apache.commons.compress.archivers.zip.ZipOutputStream
-
Default compression method for next entry.
- m_minLens - Variable in class org.apache.commons.compress.compressors.bzip2.BZip2InputStream
-
- m_mode - Variable in class org.apache.commons.compress.archivers.tar.TarEntry
-
- m_mode - Variable in class org.apache.commons.compress.archivers.zip.AsiExtraField
-
Standard Unix stat(2) file mode.
- m_modTime - Variable in class org.apache.commons.compress.archivers.tar.TarEntry
-
The entry's size.
- m_mtfFreq - Variable in class org.apache.commons.compress.compressors.bzip2.BZip2OutputStream
-
- m_name - Variable in class org.apache.commons.compress.archivers.tar.TarEntry
-
The entry's name.
- m_nInUse - Variable in class org.apache.commons.compress.compressors.bzip2.BZip2InputStream
-
- m_nInUse - Variable in class org.apache.commons.compress.compressors.bzip2.BZip2OutputStream
-
- m_nMTF - Variable in class org.apache.commons.compress.compressors.bzip2.BZip2OutputStream
-
- m_offsets - Variable in class org.apache.commons.compress.archivers.zip.ZipOutputStream
-
Holds the offsets of the LFH starts for each entry
- m_oneBuf - Variable in class org.apache.commons.compress.archivers.tar.TarInputStream
-
- m_oneBuf - Variable in class org.apache.commons.compress.archivers.tar.TarOutputStream
-
- m_origPtr - Variable in class org.apache.commons.compress.compressors.bzip2.BZip2InputStream
-
- m_origPtr - Variable in class org.apache.commons.compress.compressors.bzip2.BZip2OutputStream
-
- m_output - Variable in class org.apache.commons.compress.archivers.tar.TarBuffer
-
- m_perm - Variable in class org.apache.commons.compress.compressors.bzip2.BZip2InputStream
-
- m_quadrant - Variable in class org.apache.commons.compress.compressors.bzip2.BZip2OutputStream
-
- m_readBuf - Variable in class org.apache.commons.compress.archivers.tar.TarInputStream
-
- m_recordBuf - Variable in class org.apache.commons.compress.archivers.tar.TarOutputStream
-
- m_recordSize - Variable in class org.apache.commons.compress.archivers.tar.TarBuffer
-
- m_recsPerBlock - Variable in class org.apache.commons.compress.archivers.tar.TarBuffer
-
- m_rNToGo - Variable in class org.apache.commons.compress.compressors.bzip2.BZip2InputStream
-
- m_rTPos - Variable in class org.apache.commons.compress.compressors.bzip2.BZip2InputStream
-
- m_runLength - Variable in class org.apache.commons.compress.compressors.bzip2.BZip2OutputStream
-
- m_selector - Variable in class org.apache.commons.compress.compressors.bzip2.BZip2InputStream
-
- m_selector - Variable in class org.apache.commons.compress.compressors.bzip2.BZip2OutputStream
-
- m_selectorMtf - Variable in class org.apache.commons.compress.compressors.bzip2.BZip2InputStream
-
- m_selectorMtf - Variable in class org.apache.commons.compress.compressors.bzip2.BZip2OutputStream
-
- m_seqToUnseq - Variable in class org.apache.commons.compress.compressors.bzip2.BZip2InputStream
-
- m_seqToUnseq - Variable in class org.apache.commons.compress.compressors.bzip2.BZip2OutputStream
-
- m_size - Variable in class org.apache.commons.compress.archivers.tar.TarEntry
-
The entry's group id.
- m_storedBlockCRC - Variable in class org.apache.commons.compress.compressors.bzip2.BZip2InputStream
-
- m_storedCombinedCRC - Variable in class org.apache.commons.compress.compressors.bzip2.BZip2InputStream
-
- m_streamEnd - Variable in class org.apache.commons.compress.compressors.bzip2.BZip2InputStream
-
- m_szptr - Variable in class org.apache.commons.compress.compressors.bzip2.BZip2OutputStream
-
- m_tPos - Variable in class org.apache.commons.compress.compressors.bzip2.BZip2InputStream
-
- m_tt - Variable in class org.apache.commons.compress.compressors.bzip2.BZip2InputStream
-
- m_uid - Variable in class org.apache.commons.compress.archivers.zip.AsiExtraField
-
User ID.
- m_unseqToSeq - Variable in class org.apache.commons.compress.compressors.bzip2.BZip2InputStream
-
- m_unseqToSeq - Variable in class org.apache.commons.compress.compressors.bzip2.BZip2OutputStream
-
- m_unzftab - Variable in class org.apache.commons.compress.compressors.bzip2.BZip2InputStream
-
- m_userID - Variable in class org.apache.commons.compress.archivers.tar.TarEntry
-
The entry's permission mode.
- m_userName - Variable in class org.apache.commons.compress.archivers.tar.TarEntry
-
The entry's magic tag.
- m_value - Variable in class org.apache.commons.compress.archivers.zip.ZipLong
-
- m_value - Variable in class org.apache.commons.compress.archivers.zip.ZipShort
-
- m_workDone - Variable in class org.apache.commons.compress.compressors.bzip2.BZip2OutputStream
-
- m_workFactor - Variable in class org.apache.commons.compress.compressors.bzip2.BZip2OutputStream
-
- m_workLimit - Variable in class org.apache.commons.compress.compressors.bzip2.BZip2OutputStream
-
- m_written - Variable in class org.apache.commons.compress.archivers.zip.ZipOutputStream
-
Count the bytes written to out.
- m_zptr - Variable in class org.apache.commons.compress.compressors.bzip2.BZip2OutputStream
-
- MAGICLEN - Static variable in class org.apache.commons.compress.archivers.tar.TarEntry
-
The length of the magic field in a header buffer.
- mainSort() - Method in class org.apache.commons.compress.compressors.bzip2.BZip2OutputStream
-
- makeMaps() - Method in class org.apache.commons.compress.compressors.bzip2.BZip2InputStream
-
- makeMaps() - Method in class org.apache.commons.compress.compressors.bzip2.BZip2OutputStream
-
- 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.
- MAX_ALPHA_SIZE - Static variable in interface org.apache.commons.compress.compressors.bzip2.BZip2Constants
-
- MAX_CODE_LEN - Static variable in interface org.apache.commons.compress.compressors.bzip2.BZip2Constants
-
- MAX_SELECTORS - Static variable in interface org.apache.commons.compress.compressors.bzip2.BZip2Constants
-
- med3(char, char, char) - Method in class org.apache.commons.compress.compressors.bzip2.BZip2OutputStream
-
- 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.
- MODELEN - Static variable in class org.apache.commons.compress.archivers.tar.TarEntry
-
The length of the mode field in a header buffer.
- MODTIMELEN - Static variable in class org.apache.commons.compress.archivers.tar.TarEntry
-
The length of the modification time field in a header buffer.
- moveToFrontCodeAndSend() - Method in class org.apache.commons.compress.compressors.bzip2.BZip2OutputStream
-
- sendMTFValues() - Method in class org.apache.commons.compress.compressors.bzip2.BZip2OutputStream
-
- 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.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.TarBuffer
-
Set the debugging flag for the buffer.
- setDebug(boolean) - Method in class org.apache.commons.compress.archivers.tar.TarInputStream
-
Sets the debugging flag.
- setDecompressStructureSizes(int) - Method in class org.apache.commons.compress.compressors.bzip2.BZip2InputStream
-
- 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.ZipEntry
-
Sets the external file attributes.
- 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.ZipEntry
-
Replaces all currently attached extra fields with the new array.
- setGroupID(int) - Method in class org.apache.commons.compress.archivers.tar.TarEntry
-
Set this entry's group id.
- setGroupId(int) - Method in class org.apache.commons.compress.archivers.tar.TarEntry
-
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.TarEntry
-
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.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.BZip2OutputStream
-
- 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.TarEntry
-
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.TarEntry
-
Set this entry's modification time.
- setModTime(Date) - Method in class org.apache.commons.compress.archivers.tar.TarEntry
-
Set this entry's modification time.
- setName(String) - Method in class org.apache.commons.compress.archivers.tar.TarEntry
-
Set this entry's name.
- setSize(long) - Method in class org.apache.commons.compress.archivers.tar.TarEntry
-
Set this entry's file size.
- setupBlock() - Method in class org.apache.commons.compress.compressors.bzip2.BZip2InputStream
-
- setupNoRandPartA() - Method in class org.apache.commons.compress.compressors.bzip2.BZip2InputStream
-
- setupNoRandPartB() - Method in class org.apache.commons.compress.compressors.bzip2.BZip2InputStream
-
- setupNoRandPartC() - Method in class org.apache.commons.compress.compressors.bzip2.BZip2InputStream
-
- setupRandPartA() - Method in class org.apache.commons.compress.compressors.bzip2.BZip2InputStream
-
- setupRandPartB() - Method in class org.apache.commons.compress.compressors.bzip2.BZip2InputStream
-
- setupRandPartC() - Method in class org.apache.commons.compress.compressors.bzip2.BZip2InputStream
-
- setUserID(int) - Method in class org.apache.commons.compress.archivers.tar.TarEntry
-
Set this entry's user id.
- setUserId(int) - Method in class org.apache.commons.compress.archivers.tar.TarEntry
-
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.TarEntry
-
Set this entry's user name.
- simpleSort(int, int, int) - Method in class org.apache.commons.compress.compressors.bzip2.BZip2OutputStream
-
- SIZELEN - Static variable in class org.apache.commons.compress.archivers.tar.TarEntry
-
The length of the size field in a header buffer.
- skip(int) - Method in class org.apache.commons.compress.archivers.tar.TarInputStream
-
Skip bytes in the input buffer.
- skipRecord() - Method in class org.apache.commons.compress.archivers.tar.TarBuffer
-
Skip over a record on the input stream.
- SMALL_THRESH - Static variable in class org.apache.commons.compress.compressors.bzip2.BZip2OutputStream
-
- START_BLOCK_STATE - Static variable in class org.apache.commons.compress.compressors.bzip2.BZip2InputStream
-
- STORED - Static variable in class org.apache.commons.compress.archivers.zip.ZipOutputStream
-
Compression method for deflated entries.
- TarArchive - Class in org.apache.commons.compress.archivers.tar
-
Archive-Implementation for Tar.
- TarArchive() - Constructor for class org.apache.commons.compress.archivers.tar.TarArchive
-
This Archive should be instantiated in the Archive-Interface.
- TarBuffer - Class in org.apache.commons.compress.archivers.tar
-
The TarBuffer class implements the tar archive concept of a buffered input
stream.
- TarBuffer(InputStream) - Constructor for class org.apache.commons.compress.archivers.tar.TarBuffer
-
- TarBuffer(InputStream, int) - Constructor for class org.apache.commons.compress.archivers.tar.TarBuffer
-
- TarBuffer(InputStream, int, int) - Constructor for class org.apache.commons.compress.archivers.tar.TarBuffer
-
- TarBuffer(OutputStream) - Constructor for class org.apache.commons.compress.archivers.tar.TarBuffer
-
- TarBuffer(OutputStream, int) - Constructor for class org.apache.commons.compress.archivers.tar.TarBuffer
-
- TarBuffer(OutputStream, int, int) - Constructor for class org.apache.commons.compress.archivers.tar.TarBuffer
-
- TarEntry - Class in org.apache.commons.compress.archivers.tar
-
This class represents an entry in a Tar archive.
- TarEntry(String) - Constructor for class org.apache.commons.compress.archivers.tar.TarEntry
-
Construct an entry with only a name.
- TarEntry(String, byte) - Constructor for class org.apache.commons.compress.archivers.tar.TarEntry
-
Construct an entry with a name an a link flag.
- TarEntry(File) - Constructor for class org.apache.commons.compress.archivers.tar.TarEntry
-
Construct an entry for a file.
- TarEntry(byte[]) - Constructor for class org.apache.commons.compress.archivers.tar.TarEntry
-
Construct an entry from an archive's header bytes.
- TarEntry() - Constructor for class org.apache.commons.compress.archivers.tar.TarEntry
-
Construct an empty entry and prepares the header values.
- 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.
- TarUtils - Class in org.apache.commons.compress.archivers.tar
-
This class provides static utility methods to work with byte streams.
- TarUtils() - Constructor for class org.apache.commons.compress.archivers.tar.TarUtils
-
- TMAGIC - Static variable in class org.apache.commons.compress.archivers.tar.TarEntry
-
The magic tag representing a POSIX tar archive.
- toDosTime(Date) - Static method in class org.apache.commons.compress.archivers.zip.ZipOutputStream
-
Convert a Date object to a DOS date/time field.
- 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.ZipOutputStream
-
Writes bytes to ZIP entry.
- write(int) - Method in class org.apache.commons.compress.compressors.bzip2.BZip2OutputStream
-
modified by Oliver Merkel, 010128
- writeBlock() - Method in class org.apache.commons.compress.archivers.tar.TarBuffer
-
Write a TarBuffer block to the archive.
- writeCentralDirectoryEnd() - Method in class org.apache.commons.compress.archivers.zip.ZipOutputStream
-
Writes the "End of central dir record"
- writeCentralFileHeader(ZipEntry) - Method in class org.apache.commons.compress.archivers.zip.ZipOutputStream
-
Writes the central file header entry
- writeDataDescriptor(ZipEntry) - 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.TarEntry
-
Write an entry's header information to a header buffer.
- writeEOFRecord() - Method in class org.apache.commons.compress.archivers.tar.TarOutputStream
-
Write an EOF (end of archive) record to the tar archive.
- writeLocalFileHeader(ZipEntry) - Method in class org.apache.commons.compress.archivers.zip.ZipOutputStream
-
Writes the local file header entry
- writeRecord(byte[]) - Method in class org.apache.commons.compress.archivers.tar.TarBuffer
-
Write an archive record to the archive.
- writeRecord(byte[], int) - Method in class org.apache.commons.compress.archivers.tar.TarBuffer
-
Write an archive record to the archive, where the record may be inside of
a larger array buffer.
- writeRun() - Method in class org.apache.commons.compress.compressors.bzip2.BZip2OutputStream
-
- z - Variable in class org.apache.commons.compress.compressors.bzip2.BZip2InputStream
-
- ZERO - Static variable in class org.apache.commons.compress.archivers.zip.ZipOutputStream
-
Helper, a 0 as ZipShort.
- ZipArchive - Class in org.apache.commons.compress.archivers.zip
-
Archive-Implementation for Zip.
- ZipArchive() - Constructor for class org.apache.commons.compress.archivers.zip.ZipArchive
-
This Archive should be instantiated in the Archive-Interface.
- 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.