Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- AbstractLZ77CompressorInputStream - Class in org.apache.commons.compress.compressors.lz77support
-
Encapsulates code common to LZ77 decompressors.
- AbstractLZ77CompressorInputStream(InputStream, int) - Constructor for class org.apache.commons.compress.compressors.lz77support.AbstractLZ77CompressorInputStream
-
Creates a new LZ77 input stream.
- AbstractUnicodeExtraField - Class in org.apache.commons.compress.archivers.zip
-
A common base class for Unicode extra information extra fields.
- AbstractUnicodeExtraField() - Constructor for class org.apache.commons.compress.archivers.zip.AbstractUnicodeExtraField
- AbstractUnicodeExtraField(String, byte[]) - Constructor for class org.apache.commons.compress.archivers.zip.AbstractUnicodeExtraField
-
Assemble as unicode extension from the name/comment and encoding of the original zip entry.
- AbstractUnicodeExtraField(String, byte[], int, int) - Constructor for class org.apache.commons.compress.archivers.zip.AbstractUnicodeExtraField
-
Assemble as unicode extension from the name/comment and encoding of the original zip entry.
- accept(int) - Method in interface org.apache.commons.compress.utils.ByteUtils.ByteConsumer
-
The contract is similar to
OutputStream.write(int)
, consume the lower eight bytes of the int as a byte. - accept(int) - Method in class org.apache.commons.compress.utils.ByteUtils.OutputStreamByteConsumer
- accept(Closeable) - Method in interface org.apache.commons.compress.archivers.examples.CloseableConsumer
-
Callback that is informed about a closable resource that has been wrapped around a passed in stream or channel by Expander or Archiver when Expander or Archiver no longer need them.
- accept(LZ77Compressor.Block) - Method in interface org.apache.commons.compress.compressors.lz77support.LZ77Compressor.Callback
-
Consumes a block.
- acceptableOptions - Variable in class org.apache.commons.compress.archivers.sevenz.CoderBase
- ACCESS_TIME_BIT - Static variable in class org.apache.commons.compress.archivers.zip.X5455_ExtendedTimestamp
-
The bit set inside the flags by when the lasr access time is present in this extra field.
- accessDate - Variable in class org.apache.commons.compress.archivers.sevenz.SevenZArchiveEntry
- accessTime - Variable in class org.apache.commons.compress.archivers.zip.X000A_NTFS
- accessTime - Variable in class org.apache.commons.compress.archivers.zip.X5455_ExtendedTimestamp
- active - Variable in class org.apache.commons.compress.archivers.dump.DumpArchiveInputStream
- add(byte) - Method in class org.apache.commons.compress.compressors.deflate64.HuffmanDecoder.DecodingMemory
- add(byte[], int, int) - Method in class org.apache.commons.compress.compressors.deflate64.HuffmanDecoder.DecodingMemory
- add(ArchiveEntry, InputStream) - Method in class org.apache.commons.compress.changes.ChangeSet
-
Adds a new archive entry to the archive.
- add(ArchiveEntry, InputStream, boolean) - Method in class org.apache.commons.compress.changes.ChangeSet
-
Adds a new archive entry to the archive.
- addAddition(Change) - Method in class org.apache.commons.compress.changes.ChangeSet
-
Adds an addition change.
- addAll(Collection<T>, Iterator<? extends T>) - Static method in class org.apache.commons.compress.utils.Iterators
-
Adds all the elements in the source
iterator
to the targetcollection
. - addArchiveEntry(ZipArchiveEntryRequest) - Method in class org.apache.commons.compress.archivers.zip.ScatterZipOutputStream
-
Add an archive entry to this scatter stream.
- addArchiveEntry(ZipArchiveEntryRequestSupplier) - Method in class org.apache.commons.compress.archivers.zip.ParallelScatterZipCreator
-
Adds an archive entry to this archive.
- addArchiveEntry(ZipArchiveEntry, InputStreamSupplier) - Method in class org.apache.commons.compress.archivers.zip.ParallelScatterZipCreator
-
Adds an archive entry to this archive.
- addAsFirstExtraField(ZipExtraField) - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
-
Adds an extra field - replacing an already present extra field of the same type.
- addBackReference(LZ77Compressor.BackReference) - Method in class org.apache.commons.compress.compressors.lz4.BlockLZ4CompressorOutputStream
- addDecoder(String, InputStream, long, Coder, byte[], int) - Static method in class org.apache.commons.compress.archivers.sevenz.Coders
- addDeletion(Change) - Method in class org.apache.commons.compress.changes.ChangeSet
-
Adds an delete change.
- addedFromChangeSet - Variable in class org.apache.commons.compress.changes.ChangeSetResults
- addedFromChangeSet(String) - Method in class org.apache.commons.compress.changes.ChangeSetResults
-
Adds the name of a file to the result list which has been copied from the changeset to the target stream
- addedFromStream - Variable in class org.apache.commons.compress.changes.ChangeSetResults
- addedFromStream(String) - Method in class org.apache.commons.compress.changes.ChangeSetResults
-
Adds the name of a file to the result list which has been copied from the source stream to the target stream.
- addEncoder(OutputStream, SevenZMethod, Object) - Static method in class org.apache.commons.compress.archivers.sevenz.Coders
- addEntry(int, byte) - Method in class org.apache.commons.compress.archivers.zip.UnshrinkingInputStream
- addEntry(int, byte) - Method in class org.apache.commons.compress.compressors.lzw.LZWInputStream
-
Add a new entry to the dictionary.
- addEntry(int, byte) - Method in class org.apache.commons.compress.compressors.z.ZCompressorInputStream
-
Add a new entry to the dictionary.
- addEntry(int, byte, int) - Method in class org.apache.commons.compress.compressors.lzw.LZWInputStream
-
Adds a new entry if the maximum table size hasn't been exceeded and returns the new index.
- addExtraField(ZipExtraField) - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
-
Adds an extra field - replacing an already present extra field of the same type.
- additionalCountingStreams - Variable in class org.apache.commons.compress.archivers.sevenz.SevenZOutputFile
- additionalSizes - Variable in class org.apache.commons.compress.archivers.sevenz.SevenZOutputFile
- addLeaf(int, int, int, int) - Method in class org.apache.commons.compress.archivers.zip.BinaryTree
-
Adds a leaf to the tree.
- addLiteral(LZ77Compressor.LiteralBlock) - Method in class org.apache.commons.compress.compressors.lz4.BlockLZ4CompressorOutputStream.Pair
- addLiteralBlock(LZ77Compressor.LiteralBlock) - Method in class org.apache.commons.compress.compressors.lz4.BlockLZ4CompressorOutputStream
- addPaxHeader(String, String) - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
-
add a PAX header to this entry.
- addPaxHeaderForBigNumber(Map<String, String>, String, long, long) - Method in class org.apache.commons.compress.archivers.tar.TarArchiveOutputStream
- addPaxHeadersForBigNumbers(Map<String, String>, TarArchiveEntry) - Method in class org.apache.commons.compress.archivers.tar.TarArchiveOutputStream
- addPaxHeadersForNonAsciiNames - Variable in class org.apache.commons.compress.archivers.tar.TarArchiveOutputStream
- ADDR - Enum constant in enum org.apache.commons.compress.archivers.dump.DumpArchiveConstants.SEGMENT_TYPE
- addRawArchiveEntry(ZipArchiveEntry, InputStream) - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
-
Adds an archive entry with a raw input stream.
- addRepeatOfPreviousCode() - Method in class org.apache.commons.compress.compressors.lzw.LZWInputStream
-
Add entry for repeat of previousCode we haven't added, yet.
- addSizes(byte[]) - Method in class org.apache.commons.compress.archivers.zip.Zip64ExtendedInformationExtraField
- addUnicodeExtraFields(ZipArchiveEntry, boolean, ByteBuffer) - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
-
Adds UnicodeExtra fields for name and file comment if mode is ALWAYS or the data cannot be encoded using the configured encoding.
- adjustToLong(int) - Static method in class org.apache.commons.compress.archivers.zip.ZipUtil
-
Assumes a negative integer really is a positive integer that has wrapped around and re-creates the original value.
- AED_SIG - Static variable in class org.apache.commons.compress.archivers.zip.ZipLong
-
Archive extra data record signature.
- AES_ENCRYPTED - Enum constant in enum org.apache.commons.compress.archivers.zip.ZipMethod
-
Compression Method 99 for AES encryption.
- AES128 - Enum constant in enum org.apache.commons.compress.archivers.zip.PKWareExtraHeader.EncryptionAlgorithm
- AES192 - Enum constant in enum org.apache.commons.compress.archivers.zip.PKWareExtraHeader.EncryptionAlgorithm
- AES256 - Enum constant in enum org.apache.commons.compress.archivers.zip.PKWareExtraHeader.EncryptionAlgorithm
- AES256SHA256 - Enum constant in enum org.apache.commons.compress.archivers.sevenz.SevenZMethod
-
AES encryption with a key length of 256 bit using SHA256 for hashes - only supported when reading
- AES256SHA256Decoder - Class in org.apache.commons.compress.archivers.sevenz
- AES256SHA256Decoder() - Constructor for class org.apache.commons.compress.archivers.sevenz.AES256SHA256Decoder
- algId - Variable in class org.apache.commons.compress.archivers.zip.X0017_StrongEncryptionHeader
- alignment - Variable in class org.apache.commons.compress.archivers.zip.ResourceAlignmentExtraField
- alignment - Variable in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
- alignmentBoundary - Variable in class org.apache.commons.compress.archivers.cpio.CpioArchiveEntry
-
The boundary to which the header and data elements are aligned: 0, 2 or 4 bytes
- alignWithByteBoundary() - Method in class org.apache.commons.compress.utils.BitInputStream
-
Drops bits until the next bits will be read from a byte boundary.
- ALLOW_METHOD_MESSAGE_CHANGE_FLAG - Static variable in class org.apache.commons.compress.archivers.zip.ResourceAlignmentExtraField
- allowableBlockSize - Variable in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorOutputStream
- allowMethodChange - Variable in class org.apache.commons.compress.archivers.zip.ResourceAlignmentExtraField
- allowMethodChange() - Method in class org.apache.commons.compress.archivers.zip.ResourceAlignmentExtraField
-
Indicates whether method change is allowed when re-compressing the zip file.
- allowStoredEntriesWithDataDescriptor - Variable in class org.apache.commons.compress.archivers.zip.ZipArchiveInputStream
-
Whether the stream will try to read STORED entries that use a data descriptor.
- ALTNAME - Static variable in class org.apache.commons.compress.archivers.arj.MainHeader.Flags
- Always - Enum constant in enum org.apache.commons.compress.archivers.zip.Zip64Mode
-
Use Zip64 extensions for all entries, even if it is clear it is not required.
- ALWAYS - Static variable in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream.UnicodeExtraFieldPolicy
-
Always create Unicode extra fields.
- AlwaysWithCompatibility - Enum constant in enum org.apache.commons.compress.archivers.zip.Zip64Mode
-
Always use Zip64 extensions for LFH and central directory as
Zip64Mode.Always
did, and at the meantime encode the relative offset of LFH and disk number start as needed in CFH asZip64Mode.AsNeeded
did. - AMIGA - Static variable in class org.apache.commons.compress.archivers.arj.ArjArchiveEntry.HostOs
- AMIGA - Static variable in class org.apache.commons.compress.archivers.arj.MainHeader.HostOS
- APK_SIGNING_BLOCK_MAGIC - Static variable in class org.apache.commons.compress.archivers.zip.ZipArchiveInputStream
- appendToBlockDependencyBuffer(byte[], int, int) - Method in class org.apache.commons.compress.compressors.lz4.FramedLZ4CompressorInputStream
- appendToBlockDependencyBuffer(byte[], int, int) - Method in class org.apache.commons.compress.compressors.lz4.FramedLZ4CompressorOutputStream
- APPLE_GS - Static variable in class org.apache.commons.compress.archivers.arj.ArjArchiveEntry.HostOs
- APPLE_GS - Static variable in class org.apache.commons.compress.archivers.arj.MainHeader.HostOS
- applyPaxHeadersToCurrentEntry(Map<String, String>, List<TarArchiveStructSparse>) - Method in class org.apache.commons.compress.archivers.tar.TarArchiveInputStream
- applyPaxHeadersToCurrentEntry(Map<String, String>, List<TarArchiveStructSparse>) - Method in class org.apache.commons.compress.archivers.tar.TarFile
-
Update the current entry with the read pax headers
- AR - Static variable in class org.apache.commons.compress.archivers.ArchiveStreamFactory
-
Constant (value "ar") used to identify the AR archive format.
- ArArchiveEntry - Class in org.apache.commons.compress.archivers.ar
-
Represents an archive entry in the "ar" format.
- ArArchiveEntry(File, String) - Constructor for class org.apache.commons.compress.archivers.ar.ArArchiveEntry
-
Creates a new instance using the attributes of the given file
- ArArchiveEntry(String, long) - Constructor for class org.apache.commons.compress.archivers.ar.ArArchiveEntry
-
Create a new instance using a couple of default values.
- ArArchiveEntry(String, long, int, int, int, long) - Constructor for class org.apache.commons.compress.archivers.ar.ArArchiveEntry
-
Create a new instance.
- ArArchiveEntry(Path, String, LinkOption...) - Constructor for class org.apache.commons.compress.archivers.ar.ArArchiveEntry
-
Creates a new instance using the attributes of the given file
- ArArchiveInputStream - Class in org.apache.commons.compress.archivers.ar
-
Implements the "ar" archive format as an input stream.
- ArArchiveInputStream(InputStream) - Constructor for class org.apache.commons.compress.archivers.ar.ArArchiveInputStream
-
Constructs an Ar input stream with the referenced stream
- ArArchiveOutputStream - Class in org.apache.commons.compress.archivers.ar
-
Implements the "ar" archive format as an output stream.
- ArArchiveOutputStream(OutputStream) - Constructor for class org.apache.commons.compress.archivers.ar.ArArchiveOutputStream
- archive - Variable in class org.apache.commons.compress.archivers.sevenz.SevenZFile
- archive - Variable in class org.apache.commons.compress.archivers.tar.TarFile
- archive - Variable in class org.apache.commons.compress.archivers.zip.ZipFile
-
The actual data source.
- archive - Variable in class org.apache.commons.compress.archivers.zip.ZipFile.BoundedFileChannelInputStream
- Archive - Class in org.apache.commons.compress.archivers.sevenz
- Archive() - Constructor for class org.apache.commons.compress.archivers.sevenz.Archive
- ARCHIVE_TOO_BIG_MESSAGE - Static variable in exception org.apache.commons.compress.archivers.zip.Zip64RequiredException
- 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(String) - Constructor for exception org.apache.commons.compress.archivers.ArchiveException
-
Constructs a new exception with the specified detail message.
- ArchiveException(String, Exception) - Constructor for exception org.apache.commons.compress.archivers.ArchiveException
-
Constructs a new exception with the specified detail message and cause.
- ArchiveInputStream - Class in org.apache.commons.compress.archivers
-
Archive input streams MUST override the
InputStream.read(byte[], int, int)
- orArchiveInputStream.read()
- method so that reading from the stream generates EOF for the end of data in each entry as well as at the end of the file proper. - ArchiveInputStream() - Constructor for class org.apache.commons.compress.archivers.ArchiveInputStream
- ArchiveInputStreamIterator(ArchiveInputStream) - Constructor for class org.apache.commons.compress.changes.ChangeSetPerformer.ArchiveInputStreamIterator
- archiveInputStreamProviders - Variable in class org.apache.commons.compress.archivers.ArchiveStreamFactory
- archiveName - Variable in class org.apache.commons.compress.archivers.zip.ZipFile
-
File name of actual source.
- ArchiveOutputStream - Class in org.apache.commons.compress.archivers
-
Archive output stream implementations are expected to override the
OutputStream.write(byte[], int, int)
method to improve performance. - ArchiveOutputStream() - Constructor for class org.apache.commons.compress.archivers.ArchiveOutputStream
- archiveOutputStreamProviders - Variable in class org.apache.commons.compress.archivers.ArchiveStreamFactory
- Archiver - Class in org.apache.commons.compress.archivers.examples
-
Provides a high level API for creating archives.
- Archiver() - Constructor for class org.apache.commons.compress.archivers.examples.Archiver
- Archiver.ArchiverFileVisitor - Class in org.apache.commons.compress.archivers.examples
- ArchiverFileVisitor(ArchiveOutputStream, Path, LinkOption...) - Constructor for class org.apache.commons.compress.archivers.examples.Archiver.ArchiverFileVisitor
- archiverVersionNumber - Variable in class org.apache.commons.compress.archivers.arj.LocalFileHeader
- archiverVersionNumber - Variable in class org.apache.commons.compress.archivers.arj.MainHeader
- archiveSize - Variable in class org.apache.commons.compress.archivers.arj.MainHeader
- ArchiveStatistics() - Constructor for class org.apache.commons.compress.archivers.sevenz.SevenZFile.ArchiveStatistics
- ArchiveStreamFactory - Class in org.apache.commons.compress.archivers
-
Factory to create Archive[In|Out]putStreams from names or the first bytes of the InputStream.
- ArchiveStreamFactory() - Constructor for class org.apache.commons.compress.archivers.ArchiveStreamFactory
-
Create an instance using the platform default encoding.
- ArchiveStreamFactory(String) - Constructor for class org.apache.commons.compress.archivers.ArchiveStreamFactory
-
Create an instance using the specified encoding.
- ArchiveStreamProvider - Interface in org.apache.commons.compress.archivers
-
Creates Archive
ArchiveInputStream
s andArchiveOutputStream
s. - ArchiveUtils - Class in org.apache.commons.compress.utils
-
Generic Archive utilities
- ArchiveUtils() - Constructor for class org.apache.commons.compress.utils.ArchiveUtils
-
Private constructor to prevent instantiation of this utility class.
- ARJ - Static variable in class org.apache.commons.compress.archivers.ArchiveStreamFactory
-
Constant (value "arj") used to identify the ARJ archive format.
- ARJ_MAGIC_1 - Static variable in class org.apache.commons.compress.archivers.arj.ArjArchiveInputStream
- ARJ_MAGIC_2 - Static variable in class org.apache.commons.compress.archivers.arj.ArjArchiveInputStream
- ArjArchiveEntry - Class in org.apache.commons.compress.archivers.arj
-
An entry in an ARJ archive.
- ArjArchiveEntry() - Constructor for class org.apache.commons.compress.archivers.arj.ArjArchiveEntry
- ArjArchiveEntry(LocalFileHeader) - Constructor for class org.apache.commons.compress.archivers.arj.ArjArchiveEntry
- ArjArchiveEntry.HostOs - Class in org.apache.commons.compress.archivers.arj
-
The known values for HostOs.
- ArjArchiveInputStream - Class in org.apache.commons.compress.archivers.arj
-
Implements the "arj" archive format as an InputStream.
- ArjArchiveInputStream(InputStream) - Constructor for class org.apache.commons.compress.archivers.arj.ArjArchiveInputStream
-
Constructs the ArjInputStream, taking ownership of the inputStream that is passed in, and using the CP437 character encoding.
- ArjArchiveInputStream(InputStream, String) - Constructor for class org.apache.commons.compress.archivers.arj.ArjArchiveInputStream
-
Constructs the ArjInputStream, taking ownership of the inputStream that is passed in.
- arjFlags - Variable in class org.apache.commons.compress.archivers.arj.LocalFileHeader
- arjFlags - Variable in class org.apache.commons.compress.archivers.arj.MainHeader
- arjFlags2 - Variable in class org.apache.commons.compress.archivers.arj.MainHeader
- ARJPROT - Static variable in class org.apache.commons.compress.archivers.arj.MainHeader.Flags
- arjProtectionFactor - Variable in class org.apache.commons.compress.archivers.arj.MainHeader
- array() - Method in class org.apache.commons.compress.utils.SeekableInMemoryByteChannel
-
Obtains the array backing this channel.
- ASCII - Static variable in class org.apache.commons.compress.archivers.tar.TarArchiveOutputStream
- 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
-
Constructor for AsiExtraField.
- asInt(byte[], int, int) - Method in class org.apache.commons.compress.archivers.ar.ArArchiveInputStream
- asInt(byte[], int, int, boolean) - Method in class org.apache.commons.compress.archivers.ar.ArArchiveInputStream
- asInt(byte[], int, int, int) - Method in class org.apache.commons.compress.archivers.ar.ArArchiveInputStream
- asInt(byte[], int, int, int, boolean) - Method in class org.apache.commons.compress.archivers.ar.ArArchiveInputStream
- asLong(byte[], int, int) - Method in class org.apache.commons.compress.archivers.ar.ArArchiveInputStream
- AsNeeded - Enum constant in enum org.apache.commons.compress.archivers.zip.Zip64Mode
-
Use Zip64 extensions for all entries where they are required, don't use them for entries that clearly don't require them.
- assembleData() - Method in class org.apache.commons.compress.archivers.zip.AbstractUnicodeExtraField
- assertDynamicLengthFits(String, int, int, int) - Method in class org.apache.commons.compress.archivers.zip.X0017_StrongEncryptionHeader
- assertFitsIntoNonNegativeInt(String, long) - Static method in class org.apache.commons.compress.archivers.sevenz.SevenZFile
- assertMinimalLength(int, int) - Method in class org.apache.commons.compress.archivers.zip.PKWareExtraHeader
- assertSplitSignature(List<SeekableByteChannel>) - Method in class org.apache.commons.compress.archivers.zip.ZipSplitReadOnlySeekableByteChannel
-
Based on the zip specification:
- assertValidity(int) - Method in class org.apache.commons.compress.archivers.sevenz.SevenZFile.ArchiveStatistics
- ATARI_ST - Static variable in class org.apache.commons.compress.archivers.arj.ArjArchiveEntry.HostOs
- ATARI_ST - Static variable in class org.apache.commons.compress.archivers.arj.MainHeader.HostOS
- atime - Variable in class org.apache.commons.compress.archivers.dump.DumpArchiveEntry
- ATIMELEN_GNU - Static variable in interface org.apache.commons.compress.archivers.tar.TarConstants
-
The length of the access time field in an old GNU header buffer.
- ATIMELEN_XSTAR - Static variable in interface org.apache.commons.compress.archivers.tar.TarConstants
-
The length of the access time field in a xstar header buffer.
- available() - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveInputStream
-
Returns 0 after EOF has reached for the current entry data, otherwise always return 1.
- available() - Method in class org.apache.commons.compress.archivers.dump.TapeInputStream
- available() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveInputStream
-
Get the available data that can be read from the current entry in the archive.
- available() - Method in class org.apache.commons.compress.archivers.zip.CircularBuffer
-
Tells if a new byte can be read from the buffer.
- available() - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveInputStream.BoundedInputStream
- available() - Method in class org.apache.commons.compress.compressors.deflate.DeflateCompressorInputStream
- available() - Method in class org.apache.commons.compress.compressors.deflate64.Deflate64CompressorInputStream
- available() - Method in class org.apache.commons.compress.compressors.deflate64.HuffmanDecoder
- available() - Method in class org.apache.commons.compress.compressors.deflate64.HuffmanDecoder.DecoderState
- available() - Method in class org.apache.commons.compress.compressors.deflate64.HuffmanDecoder.HuffmanCodes
- available() - Method in class org.apache.commons.compress.compressors.deflate64.HuffmanDecoder.InitialState
- available() - Method in class org.apache.commons.compress.compressors.deflate64.HuffmanDecoder.UncompressedState
- available() - Method in class org.apache.commons.compress.compressors.lz77support.AbstractLZ77CompressorInputStream
- available() - Method in class org.apache.commons.compress.compressors.lzma.LZMACompressorInputStream
- available() - Method in class org.apache.commons.compress.compressors.snappy.FramedSnappyCompressorInputStream
- available() - Method in class org.apache.commons.compress.compressors.xz.XZCompressorInputStream
B
- BACK_REFERENCE - Enum constant in enum org.apache.commons.compress.compressors.lz77support.LZ77Compressor.Block.BlockType
- BACK_REFERENCE_SIZE_MASK - Static variable in class org.apache.commons.compress.compressors.lz4.BlockLZ4CompressorInputStream
- backingStore - Variable in class org.apache.commons.compress.archivers.zip.ScatterZipOutputStream
- backingStoreSupplier - Variable in class org.apache.commons.compress.archivers.zip.ParallelScatterZipCreator
- BackReference(int, int) - Constructor for class org.apache.commons.compress.compressors.lz77support.LZ77Compressor.BackReference
- backReferenceLength() - Method in class org.apache.commons.compress.compressors.lz4.BlockLZ4CompressorOutputStream.Pair
- backReferenceOffset - Variable in class org.apache.commons.compress.compressors.lz77support.AbstractLZ77CompressorInputStream
-
Offset of the current back-reference.
- BACKUP - Static variable in class org.apache.commons.compress.archivers.arj.LocalFileHeader.Flags
- BACKUP - Static variable in class org.apache.commons.compress.archivers.arj.MainHeader.Flags
- base - Variable in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorInputStream.Data
- BASE_SIZE - Static variable in class org.apache.commons.compress.archivers.zip.ResourceAlignmentExtraField
- BASEBLOCKSIZE - Static variable in interface org.apache.commons.compress.compressors.bzip2.BZip2Constants
- BCJ_ARM_FILTER - Enum constant in enum org.apache.commons.compress.archivers.sevenz.SevenZMethod
-
BCJ ARM platform.
- BCJ_ARM_THUMB_FILTER - Enum constant in enum org.apache.commons.compress.archivers.sevenz.SevenZMethod
-
BCJ ARM Thumb platform.
- BCJ_IA64_FILTER - Enum constant in enum org.apache.commons.compress.archivers.sevenz.SevenZMethod
-
BCJ I64 platform.
- BCJ_PPC_FILTER - Enum constant in enum org.apache.commons.compress.archivers.sevenz.SevenZMethod
-
BCJ PowerPC platform.
- BCJ_SPARC_FILTER - Enum constant in enum org.apache.commons.compress.archivers.sevenz.SevenZMethod
-
BCJ Sparc platform.
- BCJ_X86_FILTER - Enum constant in enum org.apache.commons.compress.archivers.sevenz.SevenZMethod
-
BCJ x86 platform version 1.
- BCJDecoder(FilterOptions) - Constructor for class org.apache.commons.compress.archivers.sevenz.Coders.BCJDecoder
- BEST_EFFORT - Enum constant in enum org.apache.commons.compress.archivers.zip.ZipArchiveEntry.ExtraFieldParsingMode
-
Try to parse as many extra fields as possible and wrap unknown extra fields as well as supported extra fields that cannot be parsed in
UnrecognizedExtraField
. - BIGNUMBER_ERROR - Static variable in class org.apache.commons.compress.archivers.tar.TarArchiveOutputStream
-
Fail if a big number (e.g.
- BIGNUMBER_POSIX - Static variable in class org.apache.commons.compress.archivers.tar.TarArchiveOutputStream
-
POSIX/PAX extensions are used to store big numbers in the archive.
- BIGNUMBER_STAR - Static variable in class org.apache.commons.compress.archivers.tar.TarArchiveOutputStream
-
star/GNU tar/BSD tar extensions are used to store big number in the archive.
- bigNumberMode - Variable in class org.apache.commons.compress.archivers.tar.TarArchiveOutputStream
- bigToLong(BigInteger) - Static method in class org.apache.commons.compress.archivers.zip.ZipUtil
-
Converts a BigInteger into a long, and blows up (NumberFormatException) if the BigInteger is too big.
- bin - Variable in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorInputStream
- BINARY - Static variable in class org.apache.commons.compress.archivers.arj.LocalFileHeader.FileTypes
- BinaryTree - Class in org.apache.commons.compress.archivers.zip
-
Binary tree of positive values.
- BinaryTree(int) - Constructor for class org.apache.commons.compress.archivers.zip.BinaryTree
- BinaryTreeNode(int) - Constructor for class org.apache.commons.compress.compressors.deflate64.HuffmanDecoder.BinaryTreeNode
- BindPair - Class in org.apache.commons.compress.archivers.sevenz
- BindPair() - Constructor for class org.apache.commons.compress.archivers.sevenz.BindPair
- bindPairs - Variable in class org.apache.commons.compress.archivers.sevenz.Folder
- bindPairSize() - Method in class org.apache.commons.compress.archivers.sevenz.SevenZFile.ArchiveStatistics
- bit0_modifyTimePresent - Variable in class org.apache.commons.compress.archivers.zip.X5455_ExtendedTimestamp
- bit1_accessTimePresent - Variable in class org.apache.commons.compress.archivers.zip.X5455_ExtendedTimestamp
- bit2_createTimePresent - Variable in class org.apache.commons.compress.archivers.zip.X5455_ExtendedTimestamp
- BitInputStream - Class in org.apache.commons.compress.utils
-
Reads bits from an InputStream.
- BitInputStream(InputStream, ByteOrder) - Constructor for class org.apache.commons.compress.utils.BitInputStream
-
Constructor taking an InputStream and its bit arrangement.
- bitlen - Variable in class org.apache.commons.compress.archivers.zip.X0017_StrongEncryptionHeader
- bits - Variable in class org.apache.commons.compress.archivers.zip.ExplodingInputStream
-
The stream of bits read from the input stream
- bits - Variable in class org.apache.commons.compress.compressors.deflate64.HuffmanDecoder.BinaryTreeNode
- BITS - Enum constant in enum org.apache.commons.compress.archivers.dump.DumpArchiveConstants.SEGMENT_TYPE
- bitsAvailable() - Method in class org.apache.commons.compress.utils.BitInputStream
-
Returns an estimate of the number of bits that can be read from this input stream without blocking by the next invocation of a method for this input stream.
- bitsCached - Variable in class org.apache.commons.compress.utils.BitInputStream
- bitsCached() - Method in class org.apache.commons.compress.utils.BitInputStream
-
Returns the number of bits that can be read from this input stream without reading from the underlying input stream at all.
- bitsCachedSize - Variable in class org.apache.commons.compress.utils.BitInputStream
- BitStream - Class in org.apache.commons.compress.archivers.zip
-
Iterates over the bits of an InputStream.
- BitStream(InputStream) - Constructor for class org.apache.commons.compress.archivers.zip.BitStream
- BLKDEV - Enum constant in enum org.apache.commons.compress.archivers.dump.DumpArchiveEntry.TYPE
- block - Variable in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorOutputStream.Data
- Block() - Constructor for class org.apache.commons.compress.compressors.lz77support.LZ77Compressor.Block
- BLOCK_CHECKSUM_MASK - Static variable in class org.apache.commons.compress.compressors.lz4.FramedLZ4CompressorInputStream
- BLOCK_INDEPENDENCE_MASK - Static variable in class org.apache.commons.compress.compressors.lz4.FramedLZ4CompressorInputStream
- BLOCK_MAX_SIZE_MASK - Static variable in class org.apache.commons.compress.compressors.lz4.FramedLZ4CompressorInputStream
- BLOCK_MODE_MASK - Static variable in class org.apache.commons.compress.compressors.z.ZCompressorInputStream
- BLOCK_SIZE - Static variable in interface org.apache.commons.compress.archivers.cpio.CpioConstants
-
The default block size.
- BLOCK_SIZE_UNSPECIFIED - Static variable in class org.apache.commons.compress.archivers.tar.TarArchiveOutputStream
- blockBuffer - Variable in class org.apache.commons.compress.archivers.dump.DumpArchiveInputStream
- blockBuffer - Variable in class org.apache.commons.compress.archivers.dump.TapeInputStream
- blockCRC - Variable in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorOutputStream
- blockData - Variable in class org.apache.commons.compress.compressors.lz4.FramedLZ4CompressorOutputStream
- blockDependencyBuffer - Variable in class org.apache.commons.compress.compressors.lz4.FramedLZ4CompressorInputStream
- blockDependencyBuffer - Variable in class org.apache.commons.compress.compressors.lz4.FramedLZ4CompressorOutputStream
- blockHash - Variable in class org.apache.commons.compress.compressors.lz4.FramedLZ4CompressorInputStream
- blockHash - Variable in class org.apache.commons.compress.compressors.lz4.FramedLZ4CompressorOutputStream
- blockLength - Variable in class org.apache.commons.compress.compressors.deflate64.HuffmanDecoder.UncompressedState
- BlockLZ4CompressorInputStream - Class in org.apache.commons.compress.compressors.lz4
-
CompressorInputStream for the LZ4 block format.
- BlockLZ4CompressorInputStream(InputStream) - Constructor for class org.apache.commons.compress.compressors.lz4.BlockLZ4CompressorInputStream
-
Creates a new LZ4 input stream.
- BlockLZ4CompressorInputStream.State - Enum in org.apache.commons.compress.compressors.lz4
- BlockLZ4CompressorOutputStream - Class in org.apache.commons.compress.compressors.lz4
-
CompressorOutputStream for the LZ4 block format.
- BlockLZ4CompressorOutputStream(OutputStream) - Constructor for class org.apache.commons.compress.compressors.lz4.BlockLZ4CompressorOutputStream
-
Creates a new LZ4 output stream.
- BlockLZ4CompressorOutputStream(OutputStream, Parameters) - Constructor for class org.apache.commons.compress.compressors.lz4.BlockLZ4CompressorOutputStream
-
Creates a new LZ4 output stream.
- BlockLZ4CompressorOutputStream.Pair - Class in org.apache.commons.compress.compressors.lz4
- blockMode - Variable in class org.apache.commons.compress.compressors.z.ZCompressorInputStream
- blockRandomised - Variable in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorInputStream
- blockSize - Variable in class org.apache.commons.compress.archivers.cpio.CpioArchiveInputStream
- blockSize - Variable in class org.apache.commons.compress.archivers.cpio.CpioArchiveOutputStream
- blockSize - Variable in class org.apache.commons.compress.archivers.dump.TapeInputStream
- blockSize - Variable in class org.apache.commons.compress.archivers.tar.TarArchiveInputStream
-
The size of a block
- blockSize - Variable in class org.apache.commons.compress.archivers.tar.TarFile
- blockSize - Variable in class org.apache.commons.compress.compressors.lz4.FramedLZ4CompressorOutputStream.Parameters
- blockSize - Variable in class org.apache.commons.compress.compressors.snappy.FramedSnappyCompressorInputStream
- blockSize - Variable in class org.apache.commons.compress.utils.FixedLengthBlockOutputStream
- BlockSize(int, int) - Constructor for enum org.apache.commons.compress.compressors.lz4.FramedLZ4CompressorOutputStream.BlockSize
- blockSize100k - Variable in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorInputStream
-
always: in the range 0 ..
- blockSize100k - Variable in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorOutputStream
-
Always: in the range 0 ..
- blockSort() - Method in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorOutputStream
- blockSort(BZip2CompressorOutputStream.Data, int) - Method in class org.apache.commons.compress.compressors.bzip2.BlockSort
- BlockSort - Class in org.apache.commons.compress.compressors.bzip2
-
Encapsulates the Burrows-Wheeler sorting algorithm needed by
BZip2CompressorOutputStream
. - BlockSort(BZip2CompressorOutputStream.Data) - Constructor for class org.apache.commons.compress.compressors.bzip2.BlockSort
- blockSorter - Variable in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorOutputStream
- blockStart - Variable in class org.apache.commons.compress.compressors.lz77support.LZ77Compressor
- BlockType() - Constructor for enum org.apache.commons.compress.compressors.lz77support.LZ77Compressor.Block.BlockType
- BoundedArchiveInputStream - Class in org.apache.commons.compress.utils
-
NIO backed bounded input stream for reading a predefined amount of data from.
- BoundedArchiveInputStream(long, long) - Constructor for class org.apache.commons.compress.utils.BoundedArchiveInputStream
-
Create a new bounded input stream.
- BoundedFileChannelInputStream(long, long) - Constructor for class org.apache.commons.compress.archivers.zip.ZipFile.BoundedFileChannelInputStream
- BoundedInputStream - Class in org.apache.commons.compress.utils
-
A stream that limits reading from a wrapped stream to a given number of bytes.
- BoundedInputStream(InputStream, long) - Constructor for class org.apache.commons.compress.archivers.zip.ZipArchiveInputStream.BoundedInputStream
-
Creates a new
BoundedInputStream
that wraps the given input stream and limits it to a certain size. - BoundedInputStream(InputStream, long) - Constructor for class org.apache.commons.compress.utils.BoundedInputStream
-
Creates the stream that will at most read the given amount of bytes from the given stream.
- BoundedSeekableByteChannelInputStream - Class in org.apache.commons.compress.archivers.sevenz
- BoundedSeekableByteChannelInputStream - Class in org.apache.commons.compress.utils
-
InputStream that delegates requests to the underlying SeekableByteChannel, making sure that only bytes from a certain range can be read.
- BoundedSeekableByteChannelInputStream(long, long, SeekableByteChannel) - Constructor for class org.apache.commons.compress.utils.BoundedSeekableByteChannelInputStream
-
Create a bounded stream on the underlying
SeekableByteChannel
- BoundedSeekableByteChannelInputStream(SeekableByteChannel, long) - Constructor for class org.apache.commons.compress.archivers.sevenz.BoundedSeekableByteChannelInputStream
- BoundedTarEntryInputStream(TarArchiveEntry, SeekableByteChannel) - Constructor for class org.apache.commons.compress.archivers.tar.TarFile.BoundedTarEntryInputStream
- brLength - Variable in class org.apache.commons.compress.compressors.lz4.BlockLZ4CompressorOutputStream.Pair
- brOffset - Variable in class org.apache.commons.compress.compressors.lz4.BlockLZ4CompressorOutputStream.Pair
- BROTLI - Static variable in class org.apache.commons.compress.compressors.CompressorStreamFactory
-
Constant (value "br") used to identify the BROTLI compression algorithm.
- bs - Variable in class org.apache.commons.compress.archivers.zip.StreamCompressor.ScatterGatherBackingStoreCompressor
- bsBuff - Variable in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorOutputStream
- BSD_LONGNAME_PATTERN - Static variable in class org.apache.commons.compress.archivers.ar.ArArchiveInputStream
- BSD_LONGNAME_PREFIX - Static variable in class org.apache.commons.compress.archivers.ar.ArArchiveInputStream
- BSD_LONGNAME_PREFIX_LEN - Static variable in class org.apache.commons.compress.archivers.ar.ArArchiveInputStream
- bsFinishedWithStream() - Method in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorOutputStream
- bsGetBit(BitInputStream) - Static method in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorInputStream
- bsGetInt(BitInputStream) - Static method in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorInputStream
- bsGetUByte(BitInputStream) - Static method in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorInputStream
- bsLive - Variable in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorOutputStream
- bsPutInt(int) - Method in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorOutputStream
- bsPutUByte(int) - Method in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorOutputStream
- bsR(BitInputStream, int) - Static method in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorInputStream
-
read bits from the input stream
- bsW(int, int) - Method in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorOutputStream
- buf - Variable in class org.apache.commons.compress.archivers.zip.ZipArchiveInputStream
-
Buffer used to read from the wrapped stream.
- buf - Variable in class org.apache.commons.compress.compressors.gzip.GzipCompressorInputStream
- buf - Variable in class org.apache.commons.compress.compressors.lz77support.AbstractLZ77CompressorInputStream
-
Buffer to write decompressed bytes to for back-references, will be three times windowSize big.
- BUF_SIZE - Static variable in class org.apache.commons.compress.archivers.sevenz.SevenZOutputFile.OutputStreamWrapper
- BUF_SIZE - Static variable in class org.apache.commons.compress.compressors.lz4.XXHash32
- buffer - Variable in class org.apache.commons.compress.archivers.sevenz.BoundedSeekableByteChannelInputStream
- buffer - Variable in class org.apache.commons.compress.archivers.sevenz.SevenZOutputFile.OutputStreamWrapper
- buffer - Variable in class org.apache.commons.compress.archivers.zip.CircularBuffer
-
The buffer
- buffer - Variable in class org.apache.commons.compress.archivers.zip.ExplodingInputStream
-
Output buffer holding the decompressed data
- buffer - Variable in class org.apache.commons.compress.compressors.lz4.XXHash32
- buffer - Variable in class org.apache.commons.compress.compressors.snappy.FramedSnappyCompressorOutputStream
- buffer - Variable in class org.apache.commons.compress.utils.FixedLengthBlockOutputStream
- BUFFER_SIZE - Static variable in class org.apache.commons.compress.archivers.zip.StreamCompressor
- BUFFER_SIZE - Static variable in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
- BufferAtATimeOutputChannel(OutputStream) - Constructor for class org.apache.commons.compress.utils.FixedLengthBlockOutputStream.BufferAtATimeOutputChannel
- bufferContainsSignature(ByteArrayOutputStream, int, int, int) - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveInputStream
-
Checks whether the current buffer contains the signature of a "data descriptor", "local file header" or "central directory entry".
- bufferSize - Variable in class org.apache.commons.compress.compressors.gzip.GzipParameters
- bufUsed - Variable in class org.apache.commons.compress.compressors.gzip.GzipCompressorInputStream
- build() - Method in class org.apache.commons.compress.archivers.sevenz.SevenZFileOptions.Builder
-
Create the
SevenZFileOptions
. - build() - Method in class org.apache.commons.compress.compressors.lz77support.Parameters.Builder
-
Creates the
Parameters
instance. - buildDecoderStack(Folder, long, int, SevenZArchiveEntry) - Method in class org.apache.commons.compress.archivers.sevenz.SevenZFile
- buildDecodingStream(int, boolean) - Method in class org.apache.commons.compress.archivers.sevenz.SevenZFile
-
Build the decoding stream for the entry to be read.
- builder() - Static method in class org.apache.commons.compress.archivers.sevenz.SevenZFileOptions
-
Obtains a builder for SevenZFileOptions.
- builder(int) - Static method in class org.apache.commons.compress.compressors.lz77support.Parameters
-
Initializes the builder for the compressor's parameters with a
minBackReferenceLength
of 3 andmax*Length
equal towindowSize - 1
. - Builder() - Constructor for class org.apache.commons.compress.archivers.sevenz.SevenZFileOptions.Builder
- Builder(int) - Constructor for class org.apache.commons.compress.compressors.lz77support.Parameters.Builder
- buildFromLastSplitSegment(File) - Static method in class org.apache.commons.compress.archivers.zip.ZipSplitReadOnlySeekableByteChannel
-
Concatenates zip split files from the last segment(the extension SHOULD be .zip)
- buildMessage(long, int) - Static method in exception org.apache.commons.compress.MemoryLimitException
- buildSparseInputStreams() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveInputStream
-
Build the input streams consisting of all-zero input streams and non-zero input streams.
- buildSparseInputStreams() - Method in class org.apache.commons.compress.archivers.tar.TarFile
-
Build the input streams consisting of all-zero input streams and non-zero input streams.
- buildTree(int[]) - Static method in class org.apache.commons.compress.compressors.deflate64.HuffmanDecoder
- byId(byte[]) - Static method in enum org.apache.commons.compress.archivers.sevenz.SevenZMethod
- BYTE_1 - Static variable in class org.apache.commons.compress.archivers.zip.ZipEightByteInteger
- BYTE_1_MASK - Static variable in class org.apache.commons.compress.archivers.zip.ZipEightByteInteger
- BYTE_1_SHIFT - Static variable in class org.apache.commons.compress.archivers.zip.ZipEightByteInteger
- BYTE_2 - Static variable in class org.apache.commons.compress.archivers.zip.ZipEightByteInteger
- BYTE_2_MASK - Static variable in class org.apache.commons.compress.archivers.zip.ZipEightByteInteger
- BYTE_2_SHIFT - Static variable in class org.apache.commons.compress.archivers.zip.ZipEightByteInteger
- BYTE_3 - Static variable in class org.apache.commons.compress.archivers.zip.ZipEightByteInteger
- BYTE_3_MASK - Static variable in class org.apache.commons.compress.archivers.zip.ZipEightByteInteger
- BYTE_3_SHIFT - Static variable in class org.apache.commons.compress.archivers.zip.ZipEightByteInteger
- BYTE_4 - Static variable in class org.apache.commons.compress.archivers.zip.ZipEightByteInteger
- BYTE_4_MASK - Static variable in class org.apache.commons.compress.archivers.zip.ZipEightByteInteger
- BYTE_4_SHIFT - Static variable in class org.apache.commons.compress.archivers.zip.ZipEightByteInteger
- BYTE_5 - Static variable in class org.apache.commons.compress.archivers.zip.ZipEightByteInteger
- BYTE_5_MASK - Static variable in class org.apache.commons.compress.archivers.zip.ZipEightByteInteger
- BYTE_5_SHIFT - Static variable in class org.apache.commons.compress.archivers.zip.ZipEightByteInteger
- BYTE_6 - Static variable in class org.apache.commons.compress.archivers.zip.ZipEightByteInteger
- BYTE_6_MASK - Static variable in class org.apache.commons.compress.archivers.zip.ZipEightByteInteger
- BYTE_6_SHIFT - Static variable in class org.apache.commons.compress.archivers.zip.ZipEightByteInteger
- BYTE_7 - Static variable in class org.apache.commons.compress.archivers.zip.ZipEightByteInteger
- BYTE_7_MASK - Static variable in class org.apache.commons.compress.archivers.zip.ZipEightByteInteger
- BYTE_7_SHIFT - Static variable in class org.apache.commons.compress.archivers.zip.ZipEightByteInteger
- BYTE_MASK - Static variable in class org.apache.commons.compress.archivers.ArchiveInputStream
- BYTE_MASK - Static variable in class org.apache.commons.compress.archivers.ArchiveOutputStream
- BYTE_MASK - Static variable in class org.apache.commons.compress.archivers.tar.TarUtils
- BYTE_MASK - Static variable in class org.apache.commons.compress.archivers.zip.ZipConstants
-
Masks last eight bits
- BYTE_SHIFT - Static variable in class org.apache.commons.compress.archivers.zip.ZipFile
- byteArray2long(byte[], boolean) - Static method in class org.apache.commons.compress.archivers.cpio.CpioUtil
-
Converts a byte array to a long.
- byteOrder - Variable in class org.apache.commons.compress.utils.BitInputStream
- bytesRead - Variable in class org.apache.commons.compress.archivers.ArchiveInputStream
-
holds the number of bytes read in this stream
- bytesRead - Variable in class org.apache.commons.compress.archivers.dump.TapeInputStream
- bytesRead - Variable in class org.apache.commons.compress.archivers.zip.ZipArchiveInputStream.CurrentEntry
-
Number of bytes of entry content read by the client if the entry is STORED.
- bytesRead - Variable in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream.CurrentEntry
-
Number of bytes read for the current entry (can't rely on Deflater#getBytesRead) when using DEFLATED.
- bytesRead - Variable in class org.apache.commons.compress.compressors.CompressorInputStream
- bytesRead - Variable in class org.apache.commons.compress.utils.CountingInputStream
- bytesReadFromStream - Variable in class org.apache.commons.compress.archivers.zip.ZipArchiveInputStream.CurrentEntry
-
Number of bytes of entry content read from the stream.
- bytesRemaining - Variable in class org.apache.commons.compress.archivers.sevenz.BoundedSeekableByteChannelInputStream
- bytesRemaining - Variable in class org.apache.commons.compress.compressors.lz77support.AbstractLZ77CompressorInputStream
-
Number of bytes still to be read from the current literal or back-reference.
- bytesRemaining - Variable in class org.apache.commons.compress.utils.BoundedInputStream
- bytesRemaining - Variable in class org.apache.commons.compress.utils.ChecksumVerifyingInputStream
- bytesWritten - Variable in class org.apache.commons.compress.archivers.ArchiveOutputStream
-
holds the number of bytes written to this stream
- bytesWritten - Variable in class org.apache.commons.compress.utils.CountingOutputStream
- ByteUtils - Class in org.apache.commons.compress.utils
-
Utility methods for reading and writing bytes.
- ByteUtils() - Constructor for class org.apache.commons.compress.utils.ByteUtils
- ByteUtils.ByteConsumer - Interface in org.apache.commons.compress.utils
-
Used to consume bytes.
- ByteUtils.ByteSupplier - Interface in org.apache.commons.compress.utils
-
Used to supply bytes.
- ByteUtils.InputStreamByteSupplier - Class in org.apache.commons.compress.utils
-
ByteUtils.ByteSupplier
based onInputStream
. - ByteUtils.OutputStreamByteConsumer - Class in org.apache.commons.compress.utils
-
ByteUtils.ByteConsumer
based onOutputStream
. - BZIP2 - Enum constant in enum org.apache.commons.compress.archivers.sevenz.SevenZMethod
-
BZIP2
- BZIP2 - Enum constant in enum org.apache.commons.compress.archivers.zip.ZipMethod
-
Compression Method 12 for bzip2.
- BZIP2 - Static variable in class org.apache.commons.compress.compressors.CompressorStreamFactory
-
Constant (value "bzip2") used to identify the BZIP2 compression algorithm.
- BZip2CompressorInputStream - Class in org.apache.commons.compress.compressors.bzip2
-
An input stream that decompresses from the BZip2 format to be read as any other stream.
- BZip2CompressorInputStream(InputStream) - Constructor for class org.apache.commons.compress.compressors.bzip2.BZip2CompressorInputStream
-
Constructs a new BZip2CompressorInputStream which decompresses bytes read from the specified stream.
- BZip2CompressorInputStream(InputStream, boolean) - Constructor for class org.apache.commons.compress.compressors.bzip2.BZip2CompressorInputStream
-
Constructs a new BZip2CompressorInputStream which decompresses bytes read from the specified stream.
- BZip2CompressorInputStream.Data - Class in org.apache.commons.compress.compressors.bzip2
- BZip2CompressorOutputStream - Class in org.apache.commons.compress.compressors.bzip2
-
An output stream that compresses into the BZip2 format into another stream.
- BZip2CompressorOutputStream(OutputStream) - Constructor for class org.apache.commons.compress.compressors.bzip2.BZip2CompressorOutputStream
-
Constructs a new
BZip2CompressorOutputStream
with a blocksize of 900k. - BZip2CompressorOutputStream(OutputStream, int) - Constructor for class org.apache.commons.compress.compressors.bzip2.BZip2CompressorOutputStream
-
Constructs a new
BZip2CompressorOutputStream
with specified blocksize. - BZip2CompressorOutputStream.Data - Class in org.apache.commons.compress.compressors.bzip2
- BZip2Constants - Interface in org.apache.commons.compress.compressors.bzip2
-
Constants for both the compress and decompress BZip2 classes.
- BZIP2Decoder() - Constructor for class org.apache.commons.compress.archivers.sevenz.Coders.BZIP2Decoder
- BZip2Utils - Class in org.apache.commons.compress.compressors.bzip2
-
Utility code for the BZip2 compression format.
- BZip2Utils() - Constructor for class org.apache.commons.compress.compressors.bzip2.BZip2Utils
-
Private constructor to prevent instantiation of this utility class.
- BZLIB - Enum constant in enum org.apache.commons.compress.archivers.dump.DumpArchiveConstants.COMPRESSION_TYPE
C
- C_IRGRP - Static variable in interface org.apache.commons.compress.archivers.cpio.CpioConstants
-
Permits a file's group to read the file
- C_IROTH - Static variable in interface org.apache.commons.compress.archivers.cpio.CpioConstants
-
Permits others to read the file
- C_IRUSR - Static variable in interface org.apache.commons.compress.archivers.cpio.CpioConstants
-
Permits the owner of a file to read the file
- C_ISBLK - Static variable in interface org.apache.commons.compress.archivers.cpio.CpioConstants
-
Defines a block device
- C_ISCHR - Static variable in interface org.apache.commons.compress.archivers.cpio.CpioConstants
-
Defines a character device
- C_ISDIR - Static variable in interface org.apache.commons.compress.archivers.cpio.CpioConstants
-
Defines a directory
- C_ISFIFO - Static variable in interface org.apache.commons.compress.archivers.cpio.CpioConstants
-
Defines a pipe
- C_ISGID - Static variable in interface org.apache.commons.compress.archivers.cpio.CpioConstants
-
Set group ID
- C_ISLNK - Static variable in interface org.apache.commons.compress.archivers.cpio.CpioConstants
-
Defines a symbolic link
- C_ISNWK - Static variable in interface org.apache.commons.compress.archivers.cpio.CpioConstants
-
HP/UX network special (C_ISCTG)
- C_ISREG - Static variable in interface org.apache.commons.compress.archivers.cpio.CpioConstants
-
Defines a regular file
- C_ISSOCK - Static variable in interface org.apache.commons.compress.archivers.cpio.CpioConstants
-
Defines a socket
- C_ISUID - Static variable in interface org.apache.commons.compress.archivers.cpio.CpioConstants
-
Set user ID
- C_ISVTX - Static variable in interface org.apache.commons.compress.archivers.cpio.CpioConstants
-
On directories, restricted deletion flag.
- C_IWGRP - Static variable in interface org.apache.commons.compress.archivers.cpio.CpioConstants
-
Permits a file's group to write to the file
- C_IWOTH - Static variable in interface org.apache.commons.compress.archivers.cpio.CpioConstants
-
Permits others to write to the file
- C_IWUSR - Static variable in interface org.apache.commons.compress.archivers.cpio.CpioConstants
-
Permits the owner of a file to write to the file
- C_IXGRP - Static variable in interface org.apache.commons.compress.archivers.cpio.CpioConstants
-
Permits a file's group to execute the file or to search the directory
- C_IXOTH - Static variable in interface org.apache.commons.compress.archivers.cpio.CpioConstants
-
Permits others to execute the file or to search the directory
- C_IXUSR - Static variable in interface org.apache.commons.compress.archivers.cpio.CpioConstants
-
Permits the owner of a file to execute the file or to search the directory
- cacheBytesRead(ByteArrayOutputStream, int, int, int) - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveInputStream
-
If the last read bytes could hold a data descriptor and an incomplete signature then save the last bytes to the front of the buffer and cache everything in front of the potential data descriptor into the given ByteArrayOutputStream.
- CACHED_AVAILABLE - Enum constant in enum org.apache.commons.compress.compressors.lzma.LZMAUtils.CachedAvailability
- CACHED_AVAILABLE - Enum constant in enum org.apache.commons.compress.compressors.xz.XZUtils.CachedAvailability
- CACHED_UNAVAILABLE - Enum constant in enum org.apache.commons.compress.compressors.lzma.LZMAUtils.CachedAvailability
- CACHED_UNAVAILABLE - Enum constant in enum org.apache.commons.compress.compressors.xz.XZUtils.CachedAvailability
- CachedAvailability() - Constructor for enum org.apache.commons.compress.compressors.lzma.LZMAUtils.CachedAvailability
- CachedAvailability() - Constructor for enum org.apache.commons.compress.compressors.xz.XZUtils.CachedAvailability
- cachedLZMAAvailability - Static variable in class org.apache.commons.compress.compressors.lzma.LZMAUtils
- cachedXZAvailability - Static variable in class org.apache.commons.compress.compressors.xz.XZUtils
- calculateChecksum(byte[]) - Static method in class org.apache.commons.compress.archivers.dump.DumpArchiveUtil
-
Calculate checksum for buffer.
- calculateStreamMap(Archive) - Method in class org.apache.commons.compress.archivers.sevenz.SevenZFile
- calendarInstance - Variable in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
- callback - Variable in class org.apache.commons.compress.compressors.lz77support.LZ77Compressor
- canAcceptOptions(Object) - Method in class org.apache.commons.compress.archivers.sevenz.CoderBase
- canBeWritten(int) - Method in class org.apache.commons.compress.compressors.lz4.BlockLZ4CompressorOutputStream.Pair
- canEncode(String) - Method in class org.apache.commons.compress.archivers.zip.NioZipEncoding
- canEncode(String) - Method in interface org.apache.commons.compress.archivers.zip.ZipEncoding
-
Check, whether the given string may be losslessly encoded using this encoding.
- canHandleEntryData(ZipArchiveEntry) - Static method in class org.apache.commons.compress.archivers.zip.ZipUtil
-
Whether this library is able to read or write the given entry.
- canReadEntryData(ArchiveEntry) - Method in class org.apache.commons.compress.archivers.ArchiveInputStream
-
Whether this stream is able to read the given entry.
- canReadEntryData(ArchiveEntry) - Method in class org.apache.commons.compress.archivers.arj.ArjArchiveInputStream
- canReadEntryData(ArchiveEntry) - Method in class org.apache.commons.compress.archivers.tar.TarArchiveInputStream
-
Whether this class is able to read the given entry.
- canReadEntryData(ArchiveEntry) - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveInputStream
-
Whether this class is able to read the given entry.
- canReadEntryData(ZipArchiveEntry) - Method in class org.apache.commons.compress.archivers.zip.ZipFile
-
Whether this class is able to read the given entry.
- canWriteEntryData(ArchiveEntry) - Method in class org.apache.commons.compress.archivers.ArchiveOutputStream
-
Whether this stream is able to write the given entry.
- canWriteEntryData(ArchiveEntry) - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
-
Whether this stream is able to write the given entry.
- catchUpMissedInserts() - Method in class org.apache.commons.compress.compressors.lz77support.LZ77Compressor
- causedUseOfZip64 - Variable in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream.CurrentEntry
-
Whether current entry was the first one using ZIP64 features.
- cdata - Variable in class org.apache.commons.compress.archivers.dump.DumpArchiveEntry.TapeSegmentHeader
- cdDiskNumberStart - Variable in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
-
Disk number start of central directory.
- cdLength - Variable in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
-
Length of central directory.
- cdOffset - Variable in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
-
Start of central directory.
- CENATT - Static variable in class org.apache.commons.compress.archivers.jar.JarArchiveEntry
- CENATX - Static variable in class org.apache.commons.compress.archivers.jar.JarArchiveEntry
- CENCOM - Static variable in class org.apache.commons.compress.archivers.jar.JarArchiveEntry
- CENCRC - Static variable in class org.apache.commons.compress.archivers.jar.JarArchiveEntry
- CENDSK - Static variable in class org.apache.commons.compress.archivers.jar.JarArchiveEntry
- CENEXT - Static variable in class org.apache.commons.compress.archivers.jar.JarArchiveEntry
- CENFLG - Static variable in class org.apache.commons.compress.archivers.jar.JarArchiveEntry
- CENHDR - Static variable in class org.apache.commons.compress.archivers.jar.JarArchiveEntry
- CENHOW - Static variable in class org.apache.commons.compress.archivers.jar.JarArchiveEntry
- CENLEN - Static variable in class org.apache.commons.compress.archivers.jar.JarArchiveEntry
- CENNAM - Static variable in class org.apache.commons.compress.archivers.jar.JarArchiveEntry
- CENOFF - Static variable in class org.apache.commons.compress.archivers.jar.JarArchiveEntry
- CENSIG - Static variable in class org.apache.commons.compress.archivers.jar.JarArchiveEntry
- CENSIZ - Static variable in class org.apache.commons.compress.archivers.jar.JarArchiveEntry
- CENTIM - Static variable in class org.apache.commons.compress.archivers.jar.JarArchiveEntry
- centralData - Variable in class org.apache.commons.compress.archivers.zip.PKWareExtraHeader
-
Extra field data in central directory - without Header-ID or length specifier.
- centralData - Variable in class org.apache.commons.compress.archivers.zip.UnrecognizedExtraField
-
Extra field data in central directory - without Header-ID or length specifier.
- centralDirectoryData - Variable in class org.apache.commons.compress.archivers.zip.UnparseableExtraFieldData
- centralDirectoryStartDiskNumber - Variable in class org.apache.commons.compress.archivers.zip.ZipFile
- centralDirectoryStartOffset - Variable in class org.apache.commons.compress.archivers.zip.ZipFile
- centralDirectoryStartRelativeOffset - Variable in class org.apache.commons.compress.archivers.zip.ZipFile
- CENVEM - Static variable in class org.apache.commons.compress.archivers.jar.JarArchiveEntry
- CENVER - Static variable in class org.apache.commons.compress.archivers.jar.JarArchiveEntry
- certificates - Variable in class org.apache.commons.compress.archivers.jar.JarArchiveEntry
- CFD_DISK_OFFSET - Static variable in class org.apache.commons.compress.archivers.zip.ZipFile
-
Offset of the field that holds the disk number of the first central directory entry inside the "End of central directory record" relative to the start of the "End of central directory record".
- CFD_LOCATOR_OFFSET - Static variable in class org.apache.commons.compress.archivers.zip.ZipFile
-
Offset of the field that holds the location of the first central directory entry inside the "End of central directory record" relative to the start of the "End of central directory record".
- CFD_LOCATOR_RELATIVE_OFFSET - Static variable in class org.apache.commons.compress.archivers.zip.ZipFile
-
Offset of the field that holds the location of the first central directory entry inside the "End of central directory record" relative to the "number of the disk with the start of the central directory".
- CFH - Static variable in class org.apache.commons.compress.archivers.zip.ZipArchiveInputStream
- CFH_COMMENT_LENGTH_OFFSET - Static variable in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
- CFH_COMPRESSED_SIZE_OFFSET - Static variable in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
- CFH_CRC_OFFSET - Static variable in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
- CFH_DISK_NUMBER_OFFSET - Static variable in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
- CFH_EXTERNAL_ATTRIBUTES_OFFSET - Static variable in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
- CFH_EXTRA_LENGTH_OFFSET - Static variable in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
- CFH_FILENAME_LENGTH_OFFSET - Static variable in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
- CFH_FILENAME_OFFSET - Static variable in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
- CFH_GPB_OFFSET - Static variable in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
- CFH_INTERNAL_ATTRIBUTES_OFFSET - Static variable in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
- CFH_LEN - Static variable in class org.apache.commons.compress.archivers.zip.ZipArchiveInputStream
- CFH_LEN - Static variable in class org.apache.commons.compress.archivers.zip.ZipFile
-
Length of a "central directory" entry structure without file name, extra fields or comment.
- CFH_LFH_OFFSET - Static variable in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
- CFH_METHOD_OFFSET - Static variable in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
- CFH_ORIGINAL_SIZE_OFFSET - Static variable in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
- CFH_SIG - Static variable in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
-
central file header signature
- CFH_SIG - Static variable in class org.apache.commons.compress.archivers.zip.ZipFile
- CFH_SIG - Static variable in class org.apache.commons.compress.archivers.zip.ZipLong
-
Central File Header Signature
- CFH_SIG_OFFSET - Static variable in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
- CFH_TIME_OFFSET - Static variable in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
- CFH_VERSION_MADE_BY_OFFSET - Static variable in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
- CFH_VERSION_NEEDED_OFFSET - Static variable in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
- cfhBbuf - Variable in class org.apache.commons.compress.archivers.zip.ZipFile
- cfhBuf - Variable in class org.apache.commons.compress.archivers.zip.ZipFile
- cftab - Variable in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorInputStream.Data
- Change - Class in org.apache.commons.compress.changes
-
Change holds meta information about a change.
- Change(String, int) - Constructor for class org.apache.commons.compress.changes.Change
-
Constructor.
- Change(ArchiveEntry, InputStream, boolean) - Constructor for class org.apache.commons.compress.changes.Change
-
Construct a change which adds an entry.
- changes - Variable in class org.apache.commons.compress.changes.ChangeSet
- changes - Variable in class org.apache.commons.compress.changes.ChangeSetPerformer
- ChangeSet - Class in org.apache.commons.compress.changes
-
ChangeSet collects and performs changes to an archive.
- ChangeSet() - Constructor for class org.apache.commons.compress.changes.ChangeSet
- ChangeSetPerformer - Class in org.apache.commons.compress.changes
-
Performs ChangeSet operations on a stream.
- ChangeSetPerformer(ChangeSet) - Constructor for class org.apache.commons.compress.changes.ChangeSetPerformer
-
Constructs a ChangeSetPerformer with the changes from this ChangeSet
- ChangeSetPerformer.ArchiveEntryIterator - Interface in org.apache.commons.compress.changes
-
Used in perform to abstract out getting entries and streams for those entries.
- ChangeSetPerformer.ArchiveInputStreamIterator - Class in org.apache.commons.compress.changes
- ChangeSetPerformer.ZipFileIterator - Class in org.apache.commons.compress.changes
- ChangeSetResults - Class in org.apache.commons.compress.changes
-
Stores the results of an performed ChangeSet operation.
- ChangeSetResults() - Constructor for class org.apache.commons.compress.changes.ChangeSetResults
- channel - Variable in class org.apache.commons.compress.archivers.sevenz.BoundedSeekableByteChannelInputStream
- channel - Variable in class org.apache.commons.compress.archivers.sevenz.SevenZFile
- channel - Variable in class org.apache.commons.compress.archivers.sevenz.SevenZOutputFile
- channel - Variable in class org.apache.commons.compress.archivers.tar.TarFile.BoundedTarEntryInputStream
- channel - Variable in class org.apache.commons.compress.archivers.zip.StreamCompressor.SeekableByteChannelCompressor
- channel - Variable in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
-
Optional random access output.
- channel - Variable in class org.apache.commons.compress.utils.BoundedSeekableByteChannelInputStream
- channels - Variable in class org.apache.commons.compress.utils.MultiReadOnlySeekableByteChannel
- CHAPTER_LABEL - Static variable in class org.apache.commons.compress.archivers.arj.LocalFileHeader.FileTypes
- characters - Variable in class org.apache.commons.compress.compressors.lzw.LZWInputStream
- charset - Variable in class org.apache.commons.compress.archivers.zip.NioZipEncoding
- CharsetAccessor - Interface in org.apache.commons.compress.archivers.zip
-
An interface added to allow access to the character set associated with an
NioZipEncoding
, without requiring a new method to be added toZipEncoding
. - charsetName - Variable in class org.apache.commons.compress.archivers.arj.ArjArchiveInputStream
- CharsetNames - Class in org.apache.commons.compress.utils
-
Character encoding names required of every implementation of the Java platform.
- CharsetNames() - Constructor for class org.apache.commons.compress.utils.CharsetNames
- Charsets - Class in org.apache.commons.compress.utils
-
Charsets required of every implementation of the Java platform.
- Charsets() - Constructor for class org.apache.commons.compress.utils.Charsets
- checkBounds(int, int, String) - Static method in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorInputStream
- checkEntryIsInitialized(Map<Integer, SevenZArchiveEntry>, int) - Method in class org.apache.commons.compress.archivers.sevenz.SevenZFile
- checkIfNeedsZip64(Zip64Mode) - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
-
Verifies the sizes aren't too big in the Zip64Mode.Never case and returns whether the entry would require a Zip64 extra field.
- checkNewFormat() - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveEntry
-
Checks if the method is allowed for the defined format.
- checkOldFormat() - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveEntry
-
Checks if the method is allowed for the defined format.
- checkReadLength(int) - Static method in class org.apache.commons.compress.utils.ByteUtils
- checkRequestedFeatures(ZipArchiveEntry) - Static method in class org.apache.commons.compress.archivers.zip.ZipUtil
-
Checks whether the entry requires features not (yet) supported by the library and throws an exception if it does.
- checksig(byte[], byte[]) - Static method in class org.apache.commons.compress.archivers.zip.ZipArchiveInputStream
- checksum - Variable in class org.apache.commons.compress.compressors.snappy.FramedSnappyCompressorInputStream
- checksum - Variable in class org.apache.commons.compress.compressors.snappy.FramedSnappyCompressorOutputStream
- checksum - Variable in class org.apache.commons.compress.utils.ChecksumCalculatingInputStream
- checksum - Variable in class org.apache.commons.compress.utils.ChecksumVerifyingInputStream
- CHECKSUM - Static variable in class org.apache.commons.compress.archivers.dump.DumpArchiveConstants
- ChecksumCalculatingInputStream - Class in org.apache.commons.compress.utils
-
A stream that calculates the checksum of the data read.
- ChecksumCalculatingInputStream(Checksum, InputStream) - Constructor for class org.apache.commons.compress.utils.ChecksumCalculatingInputStream
- checkSumOK - Variable in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
-
If the header checksum is reasonably correct.
- ChecksumVerifyingInputStream - Class in org.apache.commons.compress.utils
-
A stream that verifies the checksum of the data read once the stream is exhausted.
- ChecksumVerifyingInputStream(Checksum, InputStream, long, long) - Constructor for class org.apache.commons.compress.utils.ChecksumVerifyingInputStream
- checksumWithCompressedChunks - Variable in enum org.apache.commons.compress.compressors.snappy.FramedSnappyDialect
- chksum - Variable in class org.apache.commons.compress.archivers.cpio.CpioArchiveEntry
- CHKSUM_OFFSET - Static variable in interface org.apache.commons.compress.archivers.tar.TarConstants
-
Offset of the checksum field within header record.
- CHKSUMLEN - Static variable in interface org.apache.commons.compress.archivers.tar.TarConstants
-
The length of the checksum field in a header buffer.
- chooseBlockSize(long) - Static method in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorOutputStream
-
Chooses a blocksize based on the given length of the data to compress.
- CHRDEV - Enum constant in enum org.apache.commons.compress.archivers.dump.DumpArchiveEntry.TYPE
- CircularBuffer - Class in org.apache.commons.compress.archivers.zip
-
Circular byte buffer.
- CircularBuffer(int) - Constructor for class org.apache.commons.compress.archivers.zip.CircularBuffer
- clearBitCache() - Method in class org.apache.commons.compress.utils.BitInputStream
-
Clears the cache of bits that have been read from the underlying stream but not yet provided via
BitInputStream.readBits(int)
. - clearCode - Variable in class org.apache.commons.compress.compressors.lzw.LZWInputStream
- clearEntries() - Method in class org.apache.commons.compress.compressors.z.ZCompressorInputStream
- clearExtraPaxHeaders() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
-
clear all extra PAX headers.
- CLEARMASK - Static variable in class org.apache.commons.compress.compressors.bzip2.BlockSort
- clearUnusedBlocks() - Method in class org.apache.commons.compress.compressors.lz4.BlockLZ4CompressorOutputStream
- clearUnusedBlocksAndPairs() - Method in class org.apache.commons.compress.compressors.lz4.BlockLZ4CompressorOutputStream
- clearUnusedPairs() - Method in class org.apache.commons.compress.compressors.lz4.BlockLZ4CompressorOutputStream
- CLI - Class in org.apache.commons.compress.archivers.sevenz
- CLI() - Constructor for class org.apache.commons.compress.archivers.sevenz.CLI
- CLI.Mode - Enum in org.apache.commons.compress.archivers.sevenz
- clone() - Method in class org.apache.commons.compress.archivers.zip.AsiExtraField
- clone() - Method in class org.apache.commons.compress.archivers.zip.GeneralPurposeBit
- clone() - Method in class org.apache.commons.compress.archivers.zip.X5455_ExtendedTimestamp
- clone() - Method in class org.apache.commons.compress.archivers.zip.X7875_NewUnix
- clone() - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
-
Overwrite clone.
- clone() - Method in class org.apache.commons.compress.archivers.zip.ZipLong
- clone() - Method in class org.apache.commons.compress.archivers.zip.ZipShort
- close() - Method in class org.apache.commons.compress.archivers.ar.ArArchiveInputStream
- close() - Method in class org.apache.commons.compress.archivers.ar.ArArchiveOutputStream
-
Calls finish if necessary, and then closes the OutputStream
- close() - Method in class org.apache.commons.compress.archivers.arj.ArjArchiveInputStream
- close() - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveInputStream
-
Closes the CPIO input stream.
- close() - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveOutputStream
-
Closes the CPIO output stream as well as the stream being filtered.
- close() - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveInputStream
-
Closes the stream for this entry.
- close() - Method in class org.apache.commons.compress.archivers.dump.TapeInputStream
-
Close the input stream.
- close() - Method in class org.apache.commons.compress.archivers.examples.CloseableConsumerAdapter
- close() - Method in class org.apache.commons.compress.archivers.sevenz.BoundedSeekableByteChannelInputStream
- close() - Method in class org.apache.commons.compress.archivers.sevenz.Coders.DeflateDecoder.DeflateDecoderInputStream
- close() - Method in class org.apache.commons.compress.archivers.sevenz.Coders.DeflateDecoder.DeflateDecoderOutputStream
- close() - Method in class org.apache.commons.compress.archivers.sevenz.SevenZFile
-
Closes the archive.
- close() - Method in class org.apache.commons.compress.archivers.sevenz.SevenZOutputFile
-
Closes the archive, calling
SevenZOutputFile.finish()
if necessary. - close() - Method in class org.apache.commons.compress.archivers.sevenz.SevenZOutputFile.OutputStreamWrapper
- close() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveInputStream
-
Closes this stream.
- close() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveOutputStream
-
Closes the underlying OutputStream.
- close() - Method in class org.apache.commons.compress.archivers.tar.TarFile
- close() - Method in class org.apache.commons.compress.archivers.zip.ExplodingInputStream
- close() - Method in class org.apache.commons.compress.archivers.zip.ScatterZipOutputStream
-
Closes this stream, freeing all resources involved in the creation of this stream.
- close() - Method in class org.apache.commons.compress.archivers.zip.ScatterZipOutputStream.ZipEntryWriter
- close() - Method in class org.apache.commons.compress.archivers.zip.StreamCompressor
- close() - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveInputStream
- close() - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
-
Closes this output stream and releases any system resources associated with the stream.
- close() - Method in class org.apache.commons.compress.archivers.zip.ZipFile
-
Closes the archive.
- close() - Method in class org.apache.commons.compress.archivers.zip.ZipSplitOutputStream
- close() - Method in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorInputStream
- close() - Method in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorOutputStream
- close() - Method in class org.apache.commons.compress.compressors.deflate.DeflateCompressorInputStream
- close() - Method in class org.apache.commons.compress.compressors.deflate.DeflateCompressorOutputStream
- close() - Method in class org.apache.commons.compress.compressors.deflate64.Deflate64CompressorInputStream
- close() - Method in class org.apache.commons.compress.compressors.deflate64.HuffmanDecoder
- close() - Method in class org.apache.commons.compress.compressors.gzip.GzipCompressorInputStream
-
Closes the input stream (unless it is System.in).
- close() - Method in class org.apache.commons.compress.compressors.gzip.GzipCompressorOutputStream
- close() - Method in class org.apache.commons.compress.compressors.lz4.BlockLZ4CompressorOutputStream
- close() - Method in class org.apache.commons.compress.compressors.lz4.FramedLZ4CompressorInputStream
- close() - Method in class org.apache.commons.compress.compressors.lz4.FramedLZ4CompressorOutputStream
- close() - Method in class org.apache.commons.compress.compressors.lz77support.AbstractLZ77CompressorInputStream
- close() - Method in class org.apache.commons.compress.compressors.lzma.LZMACompressorInputStream
- close() - Method in class org.apache.commons.compress.compressors.lzma.LZMACompressorOutputStream
- close() - Method in class org.apache.commons.compress.compressors.lzw.LZWInputStream
- close() - Method in class org.apache.commons.compress.compressors.snappy.FramedSnappyCompressorInputStream
- close() - Method in class org.apache.commons.compress.compressors.snappy.FramedSnappyCompressorOutputStream
- close() - Method in class org.apache.commons.compress.compressors.snappy.SnappyCompressorOutputStream
- close() - Method in class org.apache.commons.compress.compressors.xz.XZCompressorInputStream
- close() - Method in class org.apache.commons.compress.compressors.xz.XZCompressorOutputStream
- close() - Method in class org.apache.commons.compress.parallel.FileBasedScatterGatherBackingStore
- close() - Method in class org.apache.commons.compress.utils.BitInputStream
- close() - Method in class org.apache.commons.compress.utils.BoundedInputStream
- close() - Method in class org.apache.commons.compress.utils.ChecksumVerifyingInputStream
- close() - Method in class org.apache.commons.compress.utils.CloseShieldFilterInputStream
- close() - Method in class org.apache.commons.compress.utils.FixedLengthBlockOutputStream.BufferAtATimeOutputChannel
- close() - Method in class org.apache.commons.compress.utils.FixedLengthBlockOutputStream
- close() - Method in class org.apache.commons.compress.utils.MultiReadOnlySeekableByteChannel
- close() - Method in class org.apache.commons.compress.utils.SeekableInMemoryByteChannel
- closeable - Variable in class org.apache.commons.compress.archivers.examples.CloseableConsumerAdapter
- CloseableConsumer - Interface in org.apache.commons.compress.archivers.examples
-
Callback that is informed about a closable resource that has been wrapped around a passed in stream or channel by Expander or Archiver when Expander or Archiver no longer need them.
- CloseableConsumerAdapter - Class in org.apache.commons.compress.archivers.examples
- CloseableConsumerAdapter(CloseableConsumer) - Constructor for class org.apache.commons.compress.archivers.examples.CloseableConsumerAdapter
- closeAll() - Method in class org.apache.commons.compress.archivers.zip.ParallelScatterZipCreator
- closeArchiveEntry() - Method in class org.apache.commons.compress.archivers.ar.ArArchiveOutputStream
- closeArchiveEntry() - Method in class org.apache.commons.compress.archivers.ArchiveOutputStream
-
Closes the archive entry, writing any trailer information that may be required.
- closeArchiveEntry() - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveOutputStream
- closeArchiveEntry() - Method in class org.apache.commons.compress.archivers.sevenz.SevenZOutputFile
-
Closes the archive entry.
- closeArchiveEntry() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveOutputStream
-
Close an entry.
- closeArchiveEntry() - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
-
Writes all necessary data for this entry.
- closeCopiedEntry(boolean) - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
-
Writes all necessary data for this entry.
- closed - Variable in class org.apache.commons.compress.archivers.ar.ArArchiveInputStream
- closed - Variable in class org.apache.commons.compress.archivers.cpio.CpioArchiveInputStream
- closed - Variable in class org.apache.commons.compress.archivers.cpio.CpioArchiveOutputStream
- closed - Variable in class org.apache.commons.compress.archivers.tar.TarArchiveOutputStream
- closed - Variable in class org.apache.commons.compress.archivers.zip.ZipArchiveInputStream
-
Whether the stream has been closed.
- closed - Variable in class org.apache.commons.compress.archivers.zip.ZipFile
-
Whether the file is closed.
- closed - Variable in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorOutputStream
- closed - Variable in class org.apache.commons.compress.compressors.gzip.GzipCompressorOutputStream
-
Indicates if the stream has been closed
- closed - Variable in class org.apache.commons.compress.parallel.FileBasedScatterGatherBackingStore
- closed - Variable in class org.apache.commons.compress.utils.FixedLengthBlockOutputStream.BufferAtATimeOutputChannel
- closed - Variable in class org.apache.commons.compress.utils.FixedLengthBlockOutputStream
- closed - Variable in class org.apache.commons.compress.utils.SeekableInMemoryByteChannel
- closeDecoder() - Method in class org.apache.commons.compress.compressors.deflate64.Deflate64CompressorInputStream
- closeEntry() - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveInputStream
-
Closes the current CPIO entry and positions the stream for reading the next entry.
- closeEntry() - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveInputStream
-
Closes the current ZIP archive entry and positions the underlying stream to the beginning of the next entry.
- closeEntry(boolean, boolean) - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
- closeForWriting() - Method in class org.apache.commons.compress.parallel.FileBasedScatterGatherBackingStore
- closeForWriting() - Method in interface org.apache.commons.compress.parallel.ScatterGatherBackingStore
-
Closes this backing store for further writing.
- closeQuietly(Closeable) - Static method in class org.apache.commons.compress.utils.IOUtils
-
Closes the given Closeable and swallows any IOException that may occur.
- closeQuietly(ZipFile) - Static method in class org.apache.commons.compress.archivers.zip.ZipFile
-
close a zipfile quietly; throw no io fault, do nothing on a null parameter
- CloseShieldFilterInputStream - Class in org.apache.commons.compress.utils
-
Re-implements
FilterInputStream.close()
to do nothing. - CloseShieldFilterInputStream(InputStream) - Constructor for class org.apache.commons.compress.utils.CloseShieldFilterInputStream
- CLOSING_CONSUMER - Static variable in interface org.apache.commons.compress.archivers.examples.CloseableConsumer
-
Closes the passed in Closeable immediately.
- CLRI - Enum constant in enum org.apache.commons.compress.archivers.dump.DumpArchiveConstants.SEGMENT_TYPE
- code - Variable in enum org.apache.commons.compress.archivers.dump.DumpArchiveConstants.COMPRESSION_TYPE
- code - Variable in enum org.apache.commons.compress.archivers.dump.DumpArchiveConstants.SEGMENT_TYPE
- code - Variable in enum org.apache.commons.compress.archivers.dump.DumpArchiveEntry.PERMISSION
- code - Variable in enum org.apache.commons.compress.archivers.dump.DumpArchiveEntry.TYPE
- code - Variable in enum org.apache.commons.compress.archivers.zip.PKWareExtraHeader.EncryptionAlgorithm
- code - Variable in enum org.apache.commons.compress.archivers.zip.PKWareExtraHeader.HashAlgorithm
- code - Variable in enum org.apache.commons.compress.archivers.zip.ZipMethod
- CODE_LENGTHS_ORDER - Static variable in class org.apache.commons.compress.compressors.deflate64.HuffmanDecoder
-
When using dynamic huffman codes the order in which the values are stored follows the positioning below
- Coder - Class in org.apache.commons.compress.archivers.sevenz
- Coder() - Constructor for class org.apache.commons.compress.archivers.sevenz.Coder
- CODER_MAP - Static variable in class org.apache.commons.compress.archivers.sevenz.Coders
- CoderBase - Class in org.apache.commons.compress.archivers.sevenz
-
Base Codec class.
- CoderBase(Class<?>...) - Constructor for class org.apache.commons.compress.archivers.sevenz.CoderBase
- coders - Variable in class org.apache.commons.compress.archivers.sevenz.Folder
- Coders - Class in org.apache.commons.compress.archivers.sevenz
- Coders() - Constructor for class org.apache.commons.compress.archivers.sevenz.Coders
- Coders.BCJDecoder - Class in org.apache.commons.compress.archivers.sevenz
- Coders.BZIP2Decoder - Class in org.apache.commons.compress.archivers.sevenz
- Coders.CopyDecoder - Class in org.apache.commons.compress.archivers.sevenz
- Coders.Deflate64Decoder - Class in org.apache.commons.compress.archivers.sevenz
- Coders.DeflateDecoder - Class in org.apache.commons.compress.archivers.sevenz
- Coders.DeflateDecoder.DeflateDecoderInputStream - Class in org.apache.commons.compress.archivers.sevenz
- Coders.DeflateDecoder.DeflateDecoderOutputStream - Class in org.apache.commons.compress.archivers.sevenz
- coderSize() - Method in class org.apache.commons.compress.archivers.sevenz.SevenZFile.ArchiveStatistics
- codeSize - Variable in class org.apache.commons.compress.compressors.lzw.LZWInputStream
- codeToEnum - Static variable in enum org.apache.commons.compress.archivers.zip.PKWareExtraHeader.EncryptionAlgorithm
- codeToEnum - Static variable in enum org.apache.commons.compress.archivers.zip.PKWareExtraHeader.HashAlgorithm
- codeToEnum - Static variable in enum org.apache.commons.compress.archivers.zip.ZipMethod
- collectedBlockDependencyBytes - Variable in class org.apache.commons.compress.compressors.lz4.FramedLZ4CompressorOutputStream
- combinedCRC - Variable in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorOutputStream
- comment - Variable in class org.apache.commons.compress.archivers.arj.LocalFileHeader
- comment - Variable in class org.apache.commons.compress.archivers.arj.MainHeader
- comment - Variable in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
-
The file comment.
- comment - Variable in class org.apache.commons.compress.archivers.zip.ZipFile.NameAndComment
- comment - Variable in class org.apache.commons.compress.compressors.gzip.GzipParameters
- COMMENT - Enum constant in enum org.apache.commons.compress.archivers.zip.ZipArchiveEntry.CommentSource
-
The comment has been read from the archive using the encoding of the archive specified when creating the
ZipArchiveInputStream
orZipFile
(defaults to the platform's default encoding). - COMMENT_HEADER - Static variable in class org.apache.commons.compress.archivers.arj.LocalFileHeader.FileTypes
- commentSource - Variable in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
- CommentSource() - Constructor for enum org.apache.commons.compress.archivers.zip.ZipArchiveEntry.CommentSource
- compare(File, File) - Method in class org.apache.commons.compress.archivers.zip.ZipSplitReadOnlySeekableByteChannel.ZipSplitSegmentComparator
- complete() - Method in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorInputStream
- compress() - Method in class org.apache.commons.compress.compressors.lz77support.LZ77Compressor
- compress(byte[]) - Method in class org.apache.commons.compress.compressors.lz77support.LZ77Compressor
-
Feeds bytes into the compressor which in turn may emit zero or more blocks to the callback during the execution of this method.
- compress(byte[], int, int) - Method in class org.apache.commons.compress.compressors.lz77support.LZ77Compressor
-
Feeds bytes into the compressor which in turn may emit zero or more blocks to the callback during the execution of this method.
- COMPRESSED - Static variable in class org.apache.commons.compress.archivers.arj.LocalFileHeader.Methods
- COMPRESSED_CHUNK_TYPE - Static variable in class org.apache.commons.compress.compressors.snappy.FramedSnappyCompressorInputStream
- COMPRESSED_FASTER - Static variable in class org.apache.commons.compress.archivers.arj.LocalFileHeader.Methods
- COMPRESSED_FASTEST - Static variable in class org.apache.commons.compress.archivers.arj.LocalFileHeader.Methods
- COMPRESSED_MOST - Static variable in class org.apache.commons.compress.archivers.arj.LocalFileHeader.Methods
- compressedBytesRead - Variable in class org.apache.commons.compress.compressors.deflate64.Deflate64CompressorInputStream
- compressedBytesReadFromCurrentEntry - Variable in class org.apache.commons.compress.archivers.sevenz.SevenZFile
- compressedCount - Variable in class org.apache.commons.compress.archivers.zip.InflaterInputStreamWithStatistics
- compressedCrc - Variable in class org.apache.commons.compress.archivers.sevenz.SevenZArchiveEntry
- compressedCrc32 - Variable in class org.apache.commons.compress.archivers.sevenz.SevenZOutputFile
- CompressedEntry(ZipArchiveEntryRequest, long, long, long) - Constructor for class org.apache.commons.compress.archivers.zip.ScatterZipOutputStream.CompressedEntry
- compressedSize - Variable in class org.apache.commons.compress.archivers.arj.LocalFileHeader
- compressedSize - Variable in class org.apache.commons.compress.archivers.sevenz.SevenZArchiveEntry
- compressedSize - Variable in class org.apache.commons.compress.archivers.zip.ScatterZipOutputStream.CompressedEntry
- compressedSize - Variable in class org.apache.commons.compress.archivers.zip.Zip64ExtendedInformationExtraField
- COMPRESSION_TYPE(int) - Constructor for enum org.apache.commons.compress.archivers.dump.DumpArchiveConstants.COMPRESSION_TYPE
- compressionDoneAt - Variable in class org.apache.commons.compress.archivers.zip.ParallelScatterZipCreator
- compressionElapsed - Variable in class org.apache.commons.compress.archivers.zip.ScatterStatistics
- compressionLevel - Variable in class org.apache.commons.compress.archivers.zip.ParallelScatterZipCreator
- compressionLevel - Variable in class org.apache.commons.compress.compressors.deflate.DeflateParameters
- compressionLevel - Variable in class org.apache.commons.compress.compressors.gzip.GzipParameters
- compressor - Variable in class org.apache.commons.compress.compressors.lz4.BlockLZ4CompressorOutputStream
- compressor - Variable in class org.apache.commons.compress.compressors.snappy.SnappyCompressorOutputStream
- CompressorException - Exception in org.apache.commons.compress.compressors
-
Compressor related exception
- CompressorException(String) - Constructor for exception org.apache.commons.compress.compressors.CompressorException
-
Constructs a new exception with the specified detail message.
- CompressorException(String, Throwable) - Constructor for exception org.apache.commons.compress.compressors.CompressorException
-
Constructs a new exception with the specified detail message and cause.
- CompressorInputStream - Class in org.apache.commons.compress.compressors
- CompressorInputStream() - Constructor for class org.apache.commons.compress.compressors.CompressorInputStream
- compressorInputStreamProviders - Variable in class org.apache.commons.compress.compressors.CompressorStreamFactory
- CompressorOutputStream - Class in org.apache.commons.compress.compressors
- CompressorOutputStream() - Constructor for class org.apache.commons.compress.compressors.CompressorOutputStream
- compressorOutputStreamProviders - Variable in class org.apache.commons.compress.compressors.CompressorStreamFactory
- CompressorStreamFactory - Class in org.apache.commons.compress.compressors
-
Factory to create Compressor[In|Out]putStreams from names.
- CompressorStreamFactory() - Constructor for class org.apache.commons.compress.compressors.CompressorStreamFactory
-
Create an instance with the decompress Concatenated option set to false.
- CompressorStreamFactory(boolean) - Constructor for class org.apache.commons.compress.compressors.CompressorStreamFactory
-
Create an instance with the provided decompress Concatenated option.
- CompressorStreamFactory(boolean, int) - Constructor for class org.apache.commons.compress.compressors.CompressorStreamFactory
-
Create an instance with the provided decompress Concatenated option.
- CompressorStreamProvider - Interface in org.apache.commons.compress.compressors
-
Creates Compressor
CompressorInputStream
s andCompressorOutputStream
s. - compressSuffix - Variable in class org.apache.commons.compress.compressors.FileNameUtil
-
Map from common file name suffixes to the suffixes that identify compressed versions of those file types.
- computeCheckSum(byte[]) - Static method in class org.apache.commons.compress.archivers.tar.TarUtils
-
Compute the checksum of a tar entry header.
- computedBlockCRC - Variable in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorInputStream
- computedCombinedCRC - Variable in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorInputStream
- consumer - Variable in class org.apache.commons.compress.archivers.examples.CloseableConsumerAdapter
- consumer - Variable in class org.apache.commons.compress.compressors.snappy.FramedSnappyCompressorOutputStream
- consumer - Variable in class org.apache.commons.compress.compressors.snappy.SnappyCompressorOutputStream
- consumeRemainderOfLastBlock() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveInputStream
-
This method is invoked once the end of the archive is hit, it tries to consume the remaining bytes under the assumption that the tool creating this archive has padded the last block.
- consumeRemainderOfLastBlock() - Method in class org.apache.commons.compress.archivers.tar.TarFile
-
This method is invoked once the end of the archive is hit, it tries to consume the remaining bytes under the assumption that the tool creating this archive has padded the last block.
- CONTENT_CHECKSUM_MASK - Static variable in class org.apache.commons.compress.compressors.lz4.FramedLZ4CompressorInputStream
- CONTENT_SIZE_MASK - Static variable in class org.apache.commons.compress.compressors.lz4.FramedLZ4CompressorInputStream
- contentHash - Variable in class org.apache.commons.compress.compressors.lz4.FramedLZ4CompressorInputStream
- contentHash - Variable in class org.apache.commons.compress.compressors.lz4.FramedLZ4CompressorOutputStream
- contentMethods - Variable in class org.apache.commons.compress.archivers.sevenz.SevenZArchiveEntry
- contentMethods - Variable in class org.apache.commons.compress.archivers.sevenz.SevenZOutputFile
- convert16(byte[], int) - Static method in class org.apache.commons.compress.archivers.dump.DumpArchiveUtil
-
Read 2-byte integer from buffer.
- convert32(byte[], int) - Static method in class org.apache.commons.compress.archivers.dump.DumpArchiveUtil
-
Read 4-byte integer from buffer.
- convert64(byte[], int) - Static method in class org.apache.commons.compress.archivers.dump.DumpArchiveUtil
-
Read 8-byte integer from buffer.
- copy(byte[]) - Static method in class org.apache.commons.compress.archivers.zip.ZipUtil
-
Create a copy of the given array - or return null if the argument is null.
- copy(byte[], byte[], int) - Static method in class org.apache.commons.compress.archivers.zip.ZipUtil
- copy(int, int) - Method in class org.apache.commons.compress.archivers.zip.CircularBuffer
-
Copy a previous interval in the buffer to the current position.
- copy(File, OutputStream) - Static method in class org.apache.commons.compress.utils.IOUtils
-
Copies the source file to the given output stream.
- 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
-
Copies the content of a InputStream into an OutputStream
- COPY - Enum constant in enum org.apache.commons.compress.archivers.sevenz.SevenZMethod
-
no compression at all
- COPY_BUF_SIZE - Static variable in class org.apache.commons.compress.utils.IOUtils
- copyBuffer - Variable in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
- CopyDecoder() - Constructor for class org.apache.commons.compress.archivers.sevenz.Coders.CopyDecoder
- copyFromRunBuffer(byte[], int, int) - Method in class org.apache.commons.compress.compressors.deflate64.HuffmanDecoder.HuffmanCodes
- copyFromZipInputStream(InputStream) - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
- copyOf(ZipExtraField[], int) - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
- copyRange(InputStream, long, OutputStream) - Static method in class org.apache.commons.compress.utils.IOUtils
-
Copies part of the content of a InputStream into an OutputStream.
- copyRange(InputStream, long, OutputStream, int) - Static method in class org.apache.commons.compress.utils.IOUtils
-
Copies part of the content of a InputStream into an OutputStream
- copyRawEntries(ZipArchiveOutputStream, ZipArchiveEntryPredicate) - Method in class org.apache.commons.compress.archivers.zip.ZipFile
-
Transfer selected entries from this zipfile to a given #ZipArchiveOutputStream.
- copyStream(InputStream, ArchiveOutputStream, ArchiveEntry) - Method in class org.apache.commons.compress.changes.ChangeSetPerformer
-
Copies the ArchiveEntry to the Output stream
- count - Variable in class org.apache.commons.compress.archivers.dump.DumpArchiveEntry.TapeSegmentHeader
- count(int) - Method in class org.apache.commons.compress.archivers.ArchiveInputStream
-
Increments the counter of already read bytes.
- count(int) - Method in class org.apache.commons.compress.archivers.ArchiveOutputStream
-
Increments the counter of already written bytes.
- count(int) - Method in class org.apache.commons.compress.compressors.CompressorInputStream
-
Increments the counter of already read bytes.
- count(long) - Method in class org.apache.commons.compress.archivers.ArchiveInputStream
-
Increments the counter of already read bytes.
- count(long) - Method in class org.apache.commons.compress.archivers.ArchiveOutputStream
-
Increments the counter of already written bytes.
- count(long) - Method in class org.apache.commons.compress.compressors.CompressorInputStream
-
Increments the counter of already read bytes.
- count(long) - Method in class org.apache.commons.compress.utils.CountingInputStream
-
Increments the counter of already read bytes.
- count(long) - Method in class org.apache.commons.compress.utils.CountingOutputStream
-
Increments the counter of already written bytes.
- CountingInputStream - Class in org.apache.commons.compress.utils
-
Input stream that tracks the number of bytes read.
- CountingInputStream(InputStream) - Constructor for class org.apache.commons.compress.utils.CountingInputStream
- countingOut - Variable in class org.apache.commons.compress.archivers.tar.TarArchiveOutputStream
- CountingOutputStream - Class in org.apache.commons.compress.utils
-
Stream that tracks the number of bytes read.
- CountingOutputStream(OutputStream) - Constructor for class org.apache.commons.compress.utils.CountingOutputStream
- countingStream - Variable in class org.apache.commons.compress.compressors.deflate.DeflateCompressorInputStream
- countingStream - Variable in class org.apache.commons.compress.compressors.gzip.GzipCompressorInputStream
- countingStream - Variable in class org.apache.commons.compress.compressors.lzma.LZMACompressorInputStream
- countingStream - Variable in class org.apache.commons.compress.compressors.snappy.FramedSnappyCompressorInputStream
- countingStream - Variable in class org.apache.commons.compress.compressors.xz.XZCompressorInputStream
- CPIO - Static variable in class org.apache.commons.compress.archivers.ArchiveStreamFactory
-
Constant (value "cpio") used to identify the CPIO archive format.
- CPIO_TRAILER - Static variable in interface org.apache.commons.compress.archivers.cpio.CpioConstants
-
The special trailer marker
- CpioArchiveEntry - Class in org.apache.commons.compress.archivers.cpio
-
A cpio archive consists of a sequence of files.
- CpioArchiveEntry(short) - Constructor for class org.apache.commons.compress.archivers.cpio.CpioArchiveEntry
-
Creates a CpioArchiveEntry with a specified format.
- CpioArchiveEntry(short, File, String) - Constructor for class org.apache.commons.compress.archivers.cpio.CpioArchiveEntry
-
Creates a CpioArchiveEntry with a specified name for a specified file.
- CpioArchiveEntry(short, String) - Constructor for class org.apache.commons.compress.archivers.cpio.CpioArchiveEntry
-
Creates a CpioArchiveEntry with a specified name.
- CpioArchiveEntry(short, String, long) - Constructor for class org.apache.commons.compress.archivers.cpio.CpioArchiveEntry
-
Creates a CpioArchiveEntry with a specified name.
- CpioArchiveEntry(short, Path, String, LinkOption...) - Constructor for class org.apache.commons.compress.archivers.cpio.CpioArchiveEntry
-
Creates a CpioArchiveEntry with a specified name for a specified path.
- CpioArchiveEntry(File, String) - Constructor for class org.apache.commons.compress.archivers.cpio.CpioArchiveEntry
-
Creates a CpioArchiveEntry with a specified name for a specified file.
- CpioArchiveEntry(String) - Constructor for class org.apache.commons.compress.archivers.cpio.CpioArchiveEntry
-
Creates a CpioArchiveEntry with a specified name.
- CpioArchiveEntry(String, long) - Constructor for class org.apache.commons.compress.archivers.cpio.CpioArchiveEntry
-
Creates a CpioArchiveEntry with a specified name.
- CpioArchiveEntry(Path, String, LinkOption...) - Constructor for class org.apache.commons.compress.archivers.cpio.CpioArchiveEntry
-
Creates a CpioArchiveEntry with a specified name for a specified file.
- CpioArchiveInputStream - Class in org.apache.commons.compress.archivers.cpio
-
CpioArchiveInputStream is a stream for reading cpio streams.
- CpioArchiveInputStream(InputStream) - Constructor for class org.apache.commons.compress.archivers.cpio.CpioArchiveInputStream
-
Construct the cpio input stream with a blocksize of
BLOCK_SIZE
and expecting ASCII file names. - CpioArchiveInputStream(InputStream, int) - Constructor for class org.apache.commons.compress.archivers.cpio.CpioArchiveInputStream
-
Construct the cpio input stream with a blocksize of
BLOCK_SIZE
expecting ASCII file names. - CpioArchiveInputStream(InputStream, int, String) - Constructor for class org.apache.commons.compress.archivers.cpio.CpioArchiveInputStream
-
Construct the cpio input stream with a blocksize of
BLOCK_SIZE
. - CpioArchiveInputStream(InputStream, String) - Constructor for class org.apache.commons.compress.archivers.cpio.CpioArchiveInputStream
-
Construct the cpio input stream with a blocksize of
BLOCK_SIZE
. - CpioArchiveOutputStream - Class in org.apache.commons.compress.archivers.cpio
-
CpioArchiveOutputStream is a stream for writing CPIO streams.
- CpioArchiveOutputStream(OutputStream) - Constructor for class org.apache.commons.compress.archivers.cpio.CpioArchiveOutputStream
-
Construct the cpio output stream.
- CpioArchiveOutputStream(OutputStream, short) - Constructor for class org.apache.commons.compress.archivers.cpio.CpioArchiveOutputStream
-
Construct the cpio output stream with a specified format, a blocksize of
BLOCK_SIZE
and using ASCII as the file name encoding. - CpioArchiveOutputStream(OutputStream, short, int) - Constructor for class org.apache.commons.compress.archivers.cpio.CpioArchiveOutputStream
-
Construct the cpio output stream with a specified format using ASCII as the file name encoding.
- CpioArchiveOutputStream(OutputStream, short, int, String) - Constructor for class org.apache.commons.compress.archivers.cpio.CpioArchiveOutputStream
-
Construct the cpio output stream with a specified format using ASCII as the file name encoding.
- CpioArchiveOutputStream(OutputStream, String) - Constructor for class org.apache.commons.compress.archivers.cpio.CpioArchiveOutputStream
-
Construct the cpio output stream.
- CpioConstants - Interface in org.apache.commons.compress.archivers.cpio
-
All constants needed by CPIO.
- CpioUtil - Class in org.apache.commons.compress.archivers.cpio
-
Package private utility class for Cpio
- CpioUtil() - Constructor for class org.apache.commons.compress.archivers.cpio.CpioUtil
- crc - Variable in class org.apache.commons.compress.archivers.cpio.CpioArchiveInputStream
- crc - Variable in class org.apache.commons.compress.archivers.cpio.CpioArchiveOutputStream
- crc - Variable in class org.apache.commons.compress.archivers.sevenz.Folder
- crc - Variable in class org.apache.commons.compress.archivers.sevenz.SevenZArchiveEntry
- crc - Variable in class org.apache.commons.compress.archivers.zip.AsiExtraField
-
Instance used to calculate checksums.
- crc - Variable in class org.apache.commons.compress.archivers.zip.ScatterZipOutputStream.CompressedEntry
- crc - Variable in class org.apache.commons.compress.archivers.zip.StreamCompressor
- crc - Variable in class org.apache.commons.compress.archivers.zip.ZipArchiveInputStream.CurrentEntry
-
The checksum calculated as the current entry is read.
- crc - Variable in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorInputStream
- crc - Variable in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorOutputStream
- crc - Variable in class org.apache.commons.compress.compressors.gzip.GzipCompressorInputStream
- crc - Variable in class org.apache.commons.compress.compressors.gzip.GzipCompressorOutputStream
-
The checksum of the uncompressed data
- crc - Variable in class org.apache.commons.compress.compressors.snappy.PureJavaCrc32C
-
the current CRC value, bit-flipped
- CRC - Class in org.apache.commons.compress.compressors.bzip2
-
A simple class the hold and calculate the CRC for sanity checking of the data.
- CRC() - Constructor for class org.apache.commons.compress.compressors.bzip2.CRC
- CRC_UNKNOWN - Static variable in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
- crc32 - Variable in class org.apache.commons.compress.archivers.sevenz.SevenZOutputFile
- CRC32 - Enum constant in enum org.apache.commons.compress.archivers.zip.PKWareExtraHeader.HashAlgorithm
- crc32Table - Static variable in class org.apache.commons.compress.compressors.bzip2.CRC
- CRC32VerifyingInputStream - Class in org.apache.commons.compress.utils
-
A stream that verifies the CRC of the data read once the stream is exhausted.
- CRC32VerifyingInputStream(InputStream, long, int) - Constructor for class org.apache.commons.compress.utils.CRC32VerifyingInputStream
- CRC32VerifyingInputStream(InputStream, long, long) - Constructor for class org.apache.commons.compress.utils.CRC32VerifyingInputStream
- crcs - Variable in class org.apache.commons.compress.archivers.sevenz.SubStreamsInfo
- create(int, ScatterGatherBackingStore) - Static method in class org.apache.commons.compress.archivers.zip.StreamCompressor
-
Create a stream compressor with the given compression level.
- create(DataOutput, Deflater) - Static method in class org.apache.commons.compress.archivers.zip.StreamCompressor
-
Create a stream compressor with the given compression level.
- create(OutputStream) - Static method in class org.apache.commons.compress.archivers.zip.StreamCompressor
-
Create a stream compressor with the default compression level.
- create(OutputStream, Deflater) - Static method in class org.apache.commons.compress.archivers.zip.StreamCompressor
-
Create a stream compressor with the given compression level.
- create(String, File, File) - Method in class org.apache.commons.compress.archivers.examples.Archiver
-
Creates an archive
target
using the formatformat
by recursively including all files and directories indirectory
. - create(String, OutputStream, File) - Method in class org.apache.commons.compress.archivers.examples.Archiver
-
Deprecated.this method leaks resources
- create(String, OutputStream, File, CloseableConsumer) - Method in class org.apache.commons.compress.archivers.examples.Archiver
-
Creates an archive
target
using the formatformat
by recursively including all files and directories indirectory
. - create(String, SeekableByteChannel, File) - Method in class org.apache.commons.compress.archivers.examples.Archiver
-
Deprecated.this method leaks resources
- create(String, SeekableByteChannel, File, CloseableConsumer) - Method in class org.apache.commons.compress.archivers.examples.Archiver
-
Creates an archive
target
using the formatformat
by recursively including all files and directories indirectory
. - create(String, SeekableByteChannel, Path) - Method in class org.apache.commons.compress.archivers.examples.Archiver
-
Creates an archive
target
using the formatformat
by recursively including all files and directories indirectory
. - create(String, Path, Path) - Method in class org.apache.commons.compress.archivers.examples.Archiver
-
Creates an archive
target
using the formatformat
by recursively including all files and directories indirectory
. - create(SeekableByteChannel, Deflater) - Static method in class org.apache.commons.compress.archivers.zip.StreamCompressor
-
Create a stream compressor with the given compression level.
- create(ArchiveOutputStream, File) - Method in class org.apache.commons.compress.archivers.examples.Archiver
-
Creates an archive
target
by recursively including all files and directories indirectory
. - create(ArchiveOutputStream, Path) - Method in class org.apache.commons.compress.archivers.examples.Archiver
-
Creates an archive
target
by recursively including all files and directories indirectory
. - create(ArchiveOutputStream, Path, EnumSet<FileVisitOption>, LinkOption...) - Method in class org.apache.commons.compress.archivers.examples.Archiver
-
Creates an archive
target
by recursively including all files and directories indirectory
. - create(SevenZOutputFile, File) - Method in class org.apache.commons.compress.archivers.examples.Archiver
-
Creates an archive
target
by recursively including all files and directories indirectory
. - create(SevenZOutputFile, Path) - Method in class org.apache.commons.compress.archivers.examples.Archiver
-
Creates an archive
target
by recursively including all files and directories indirectory
. - create(ScatterGatherBackingStore) - Static method in class org.apache.commons.compress.archivers.zip.StreamCompressor
-
Create a stream compressor with the default compression level.
- CREATE_TIME_BIT - Static variable in class org.apache.commons.compress.archivers.zip.X5455_ExtendedTimestamp
-
The bit set inside the flags by when the original creation time is present in this extra field.
- createArchiveEntry(File, String) - Method in class org.apache.commons.compress.archivers.ar.ArArchiveOutputStream
- createArchiveEntry(File, String) - Method in class org.apache.commons.compress.archivers.ArchiveOutputStream
-
Create an archive entry using the inputFile and entryName provided.
- createArchiveEntry(File, String) - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveOutputStream
-
Creates a new ArchiveEntry.
- createArchiveEntry(File, String) - Method in class org.apache.commons.compress.archivers.sevenz.SevenZOutputFile
-
Create an archive entry using the inputFile and entryName provided.
- createArchiveEntry(File, String) - Method in class org.apache.commons.compress.archivers.tar.TarArchiveOutputStream
- createArchiveEntry(File, String) - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
-
Creates a new zip entry taking some information from the given file and using the provided name.
- createArchiveEntry(Path, String, LinkOption...) - Method in class org.apache.commons.compress.archivers.ar.ArArchiveOutputStream
-
Create an archive entry using the inputPath and entryName provided.
- createArchiveEntry(Path, String, LinkOption...) - Method in class org.apache.commons.compress.archivers.ArchiveOutputStream
-
Create an archive entry using the inputPath and entryName provided.
- createArchiveEntry(Path, String, LinkOption...) - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveOutputStream
-
Creates a new ArchiveEntry.
- createArchiveEntry(Path, String, LinkOption...) - Method in class org.apache.commons.compress.archivers.sevenz.SevenZOutputFile
-
Create an archive entry using the inputPath and entryName provided.
- createArchiveEntry(Path, String, LinkOption...) - Method in class org.apache.commons.compress.archivers.tar.TarArchiveOutputStream
- createArchiveEntry(Path, String, LinkOption...) - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
-
Creates a new zip entry taking some information from the given file and using the provided name.
- createArchiveInputStream(InputStream) - Method in class org.apache.commons.compress.archivers.ArchiveStreamFactory
-
Create an archive input stream from an input stream, autodetecting the archive type from the first few bytes of the stream.
- createArchiveInputStream(String[], InputStream) - Static method in class org.apache.commons.compress.archivers.Lister
- createArchiveInputStream(String, InputStream) - Method in class org.apache.commons.compress.archivers.ArchiveStreamFactory
-
Creates an archive input stream from an archiver name and an input stream.
- createArchiveInputStream(String, InputStream, String) - Method in class org.apache.commons.compress.archivers.ArchiveStreamFactory
- createArchiveInputStream(String, InputStream, String) - Method in interface org.apache.commons.compress.archivers.ArchiveStreamProvider
-
Creates an archive input stream from an archiver name and an input stream.
- createArchiveOutputStream(String, OutputStream) - Method in class org.apache.commons.compress.archivers.ArchiveStreamFactory
-
Creates an archive output stream from an archiver name and an output stream.
- createArchiveOutputStream(String, OutputStream, String) - Method in class org.apache.commons.compress.archivers.ArchiveStreamFactory
- createArchiveOutputStream(String, OutputStream, String) - Method in interface org.apache.commons.compress.archivers.ArchiveStreamProvider
-
Creates an archive output stream from an archiver name and an output stream.
- createBoundedInputStream(long, long) - Method in class org.apache.commons.compress.archivers.zip.ZipFile
-
Creates new BoundedInputStream, according to implementation of underlying archive channel.
- createCallable(ZipArchiveEntryRequestSupplier) - Method in class org.apache.commons.compress.archivers.zip.ParallelScatterZipCreator
-
Create a callable that will compress archive entry supplied by
ZipArchiveEntryRequestSupplier
. - createCallable(ZipArchiveEntry, InputStreamSupplier) - Method in class org.apache.commons.compress.archivers.zip.ParallelScatterZipCreator
-
Create a callable that will compress the given archive entry.
- createCentralFileHeader(ZipArchiveEntry) - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
- createCentralFileHeader(ZipArchiveEntry, ByteBuffer, ZipArchiveOutputStream.EntryMetaData, boolean) - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
-
Writes the central file header entry.
- createCompressorInputStream(InputStream) - Method in class org.apache.commons.compress.compressors.CompressorStreamFactory
-
Create an compressor input stream from an input stream, autodetecting the compressor type from the first few bytes of the stream.
- createCompressorInputStream(String, InputStream) - Method in class org.apache.commons.compress.compressors.CompressorStreamFactory
-
Creates a compressor input stream from a compressor name and an input stream.
- createCompressorInputStream(String, InputStream, boolean) - Method in class org.apache.commons.compress.compressors.CompressorStreamFactory
- createCompressorInputStream(String, InputStream, boolean) - Method in interface org.apache.commons.compress.compressors.CompressorStreamProvider
-
Creates a compressor input stream from a compressor name and an input stream.
- createCompressorOutputStream(String, OutputStream) - Method in class org.apache.commons.compress.compressors.CompressorStreamFactory
-
Creates an compressor output stream from an compressor name and an output stream.
- createCompressorOutputStream(String, OutputStream) - Method in interface org.apache.commons.compress.compressors.CompressorStreamProvider
-
Creates a compressor output stream from an compressor name and an output stream.
- createDeferred(ScatterGatherBackingStoreSupplier) - Method in class org.apache.commons.compress.archivers.zip.ParallelScatterZipCreator
- createExtraField(ZipShort) - Method in interface org.apache.commons.compress.archivers.zip.ExtraFieldParsingBehavior
-
Creates an instance of ZipExtraField for the given id.
- createExtraField(ZipShort) - Static method in class org.apache.commons.compress.archivers.zip.ExtraFieldUtils
-
Create an instance of the appropriate ExtraField, falls back to
UnrecognizedExtraField
. - createExtraField(ZipShort) - Method in enum org.apache.commons.compress.archivers.zip.ZipArchiveEntry.ExtraFieldParsingMode
- createExtraFieldNoDefault(ZipShort) - Static method in class org.apache.commons.compress.archivers.zip.ExtraFieldUtils
-
Create an instance of the appropriate ExtraField.
- createHuffmanDecodingTables(int, int) - Method in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorInputStream
-
Called by recvDecodingTables() exclusively.
- createLocalFileHeader(ZipArchiveEntry, ByteBuffer, boolean, boolean, long) - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
- createNewSplitSegmentFile(Integer) - Method in class org.apache.commons.compress.archivers.zip.ZipSplitOutputStream
-
Create the new zip split segment, the last zip segment should be .zip, and the zip split segments' suffix should be like .z01, .z02, .z03, ...
- createParameterBuilder() - Static method in class org.apache.commons.compress.compressors.lz4.BlockLZ4CompressorOutputStream
-
Returns a builder correctly configured for the LZ4 algorithm.
- createParameterBuilder(int) - Static method in class org.apache.commons.compress.compressors.snappy.SnappyCompressorOutputStream
-
Returns a builder correctly configured for the Snappy algorithm using the gven block size.
- createTime - Variable in class org.apache.commons.compress.archivers.zip.X000A_NTFS
- createTime - Variable in class org.apache.commons.compress.archivers.zip.X5455_ExtendedTimestamp
- createUnicodeExtraFields - Variable in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
-
whether to create UnicodePathExtraField-s for each entry.
- createZipArchiveEntryRequest(ZipArchiveEntry, InputStreamSupplier) - Static method in class org.apache.commons.compress.archivers.zip.ZipArchiveEntryRequest
-
Create a ZipArchiveEntryRequest
- creationDate - Variable in class org.apache.commons.compress.archivers.sevenz.SevenZArchiveEntry
- ctime - Variable in class org.apache.commons.compress.archivers.dump.DumpArchiveEntry
- CTIMELEN_GNU - Static variable in interface org.apache.commons.compress.archivers.tar.TarConstants
-
The length of the created time field in an old GNU header buffer.
- CTIMELEN_XSTAR - Static variable in interface org.apache.commons.compress.archivers.tar.TarConstants
-
The length of the created time field in a xstar header buffer.
- currBlkIdx - Variable in class org.apache.commons.compress.archivers.dump.TapeInputStream
- currBytes - Variable in class org.apache.commons.compress.archivers.tar.TarArchiveOutputStream
- current - Variable in class org.apache.commons.compress.archivers.zip.ZipArchiveInputStream
-
The entry that is currently being read.
- current - Variable in class org.apache.commons.compress.changes.ChangeSetPerformer.ZipFileIterator
- currentBlock - Variable in class org.apache.commons.compress.compressors.lz4.FramedLZ4CompressorInputStream
- currentChannelIdx - Variable in class org.apache.commons.compress.utils.MultiReadOnlySeekableByteChannel
- currentChar - Variable in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorOutputStream
- currentCompressedChunk - Variable in class org.apache.commons.compress.compressors.snappy.FramedSnappyCompressorInputStream
- currentEntry - Variable in class org.apache.commons.compress.archivers.ar.ArArchiveInputStream
- CurrentEntry() - Constructor for class org.apache.commons.compress.archivers.zip.ZipArchiveInputStream.CurrentEntry
- CurrentEntry(ZipArchiveEntry) - Constructor for class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream.CurrentEntry
- currentEntryHasOutstandingBytes() - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveInputStream
-
If the compressed size of the current entry is included in the entry header and there are any outstanding bytes in the underlying stream, then this returns true.
- currentEntryIndex - Variable in class org.apache.commons.compress.archivers.sevenz.SevenZFile
- currentFolderIndex - Variable in class org.apache.commons.compress.archivers.sevenz.SevenZFile
- currentFolderInputStream - Variable in class org.apache.commons.compress.archivers.sevenz.SevenZFile
- currentIndex - Variable in class org.apache.commons.compress.compressors.lz4.FramedLZ4CompressorOutputStream
- currentIndex - Variable in class org.apache.commons.compress.compressors.snappy.FramedSnappyCompressorOutputStream
- currentInputStream - Variable in class org.apache.commons.compress.archivers.arj.ArjArchiveInputStream
- currentLocalFileHeader - Variable in class org.apache.commons.compress.archivers.arj.ArjArchiveInputStream
- currentOutputStream - Variable in class org.apache.commons.compress.archivers.sevenz.SevenZOutputFile
- currentPosition - Variable in class org.apache.commons.compress.compressors.lz77support.LZ77Compressor
- currEntry - Variable in class org.apache.commons.compress.archivers.tar.TarArchiveInputStream
-
The meta-data about the current entry
- currEntry - Variable in class org.apache.commons.compress.archivers.tar.TarFile
-
The meta-data about the current entry
- currentSparseInputStreamIndex - Variable in class org.apache.commons.compress.archivers.tar.TarArchiveInputStream
-
the index of current input stream being read when reading sparse entries
- currentSparseInputStreamIndex - Variable in class org.apache.commons.compress.archivers.tar.TarFile.BoundedTarEntryInputStream
- currentSplitSegmentBytesWritten - Variable in class org.apache.commons.compress.archivers.zip.ZipSplitOutputStream
- currentSplitSegmentIndex - Variable in class org.apache.commons.compress.archivers.zip.ZipSplitOutputStream
- currentState - Variable in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorInputStream
- currName - Variable in class org.apache.commons.compress.archivers.tar.TarArchiveOutputStream
- currSize - Variable in class org.apache.commons.compress.archivers.tar.TarArchiveOutputStream
D
- data - Variable in class org.apache.commons.compress.archivers.zip.AbstractUnicodeExtraField
- data - Variable in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorInputStream
-
All memory intensive stuff.
- data - Variable in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorOutputStream
-
All memory intensive stuff.
- data - Variable in class org.apache.commons.compress.compressors.lz77support.LZ77Compressor.LiteralBlock
- data - Variable in class org.apache.commons.compress.utils.SeekableInMemoryByteChannel
- Data(int) - Constructor for class org.apache.commons.compress.compressors.bzip2.BZip2CompressorInputStream.Data
- Data(int) - Constructor for class org.apache.commons.compress.compressors.bzip2.BZip2CompressorOutputStream.Data
- DATA_DESCRIPTOR - Static variable in class org.apache.commons.compress.archivers.zip.UnsupportedZipFeatureException.Feature
-
The entry uses a data descriptor.
- DATA_DESCRIPTOR_FLAG - Static variable in class org.apache.commons.compress.archivers.zip.GeneralPurposeBit
-
Indicates that a data descriptor stored after the file contents will hold CRC and size information.
- DATA_DESCRIPTOR_MIN_VERSION - Static variable in class org.apache.commons.compress.archivers.zip.ZipConstants
-
ZIP specification version that introduced data descriptor method
- dataDescriptorFlag - Variable in class org.apache.commons.compress.archivers.zip.GeneralPurposeBit
- dataOffset - Variable in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
- dataOffset - Variable in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
- DataOutputCompressor(Deflater, DataOutput) - Constructor for class org.apache.commons.compress.archivers.zip.StreamCompressor.DataOutputCompressor
- dataStart - Variable in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream.CurrentEntry
-
Data for local header data
- dateTimeAccessed - Variable in class org.apache.commons.compress.archivers.arj.LocalFileHeader
- dateTimeCreated - Variable in class org.apache.commons.compress.archivers.arj.LocalFileHeader
- dateTimeCreated - Variable in class org.apache.commons.compress.archivers.arj.MainHeader
- dateTimeModified - Variable in class org.apache.commons.compress.archivers.arj.LocalFileHeader
- dateTimeModified - Variable in class org.apache.commons.compress.archivers.arj.MainHeader
- dateToZip(Date) - Static method in class org.apache.commons.compress.archivers.zip.X000A_NTFS
- dateToZipLong(Date) - Static method in class org.apache.commons.compress.archivers.zip.X5455_ExtendedTimestamp
-
Utility method converts java.util.Date (milliseconds since epoch) into a ZipLong (seconds since epoch).
- DD - Static variable in class org.apache.commons.compress.archivers.zip.ZipArchiveInputStream
- DD_SIG - Static variable in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
-
data descriptor signature
- DD_SIG - Static variable in class org.apache.commons.compress.archivers.zip.ZipLong
-
Data Descriptor signature.
- decode(byte[]) - Method in class org.apache.commons.compress.archivers.zip.NioZipEncoding
- decode(byte[]) - Method in interface org.apache.commons.compress.archivers.zip.ZipEncoding
- decode(byte[]) - Method in class org.apache.commons.compress.compressors.deflate64.HuffmanDecoder
- decode(byte[], int, int) - Method in class org.apache.commons.compress.compressors.deflate64.HuffmanDecoder
- decode(InputStream, int) - Static method in class org.apache.commons.compress.archivers.zip.BinaryTree
-
Decodes the packed binary tree from the specified stream.
- decode(String, InputStream, long, Coder, byte[], int) - Method in class org.apache.commons.compress.archivers.sevenz.AES256SHA256Decoder
- decode(String, InputStream, long, Coder, byte[], int) - Method in class org.apache.commons.compress.archivers.sevenz.CoderBase
- decode(String, InputStream, long, Coder, byte[], int) - Method in class org.apache.commons.compress.archivers.sevenz.Coders.BCJDecoder
- decode(String, InputStream, long, Coder, byte[], int) - Method in class org.apache.commons.compress.archivers.sevenz.Coders.BZIP2Decoder
- decode(String, InputStream, long, Coder, byte[], int) - Method in class org.apache.commons.compress.archivers.sevenz.Coders.CopyDecoder
- decode(String, InputStream, long, Coder, byte[], int) - Method in class org.apache.commons.compress.archivers.sevenz.Coders.Deflate64Decoder
- decode(String, InputStream, long, Coder, byte[], int) - Method in class org.apache.commons.compress.archivers.sevenz.Coders.DeflateDecoder
- decode(String, InputStream, long, Coder, byte[], int) - Method in class org.apache.commons.compress.archivers.sevenz.DeltaDecoder
- decode(String, InputStream, long, Coder, byte[], int) - Method in class org.apache.commons.compress.archivers.sevenz.LZMA2Decoder
- decode(String, InputStream, long, Coder, byte[], int) - Method in class org.apache.commons.compress.archivers.sevenz.LZMADecoder
- decode(ZipEncoding, byte[], int, int) - Static method in class org.apache.commons.compress.archivers.dump.DumpArchiveUtil
-
Decodes a byte array to a string.
- decodeNext(byte[], int, int) - Method in class org.apache.commons.compress.compressors.deflate64.HuffmanDecoder.HuffmanCodes
- decoder - Variable in class org.apache.commons.compress.compressors.deflate64.Deflate64CompressorInputStream
- DecoderState() - Constructor for class org.apache.commons.compress.compressors.deflate64.HuffmanDecoder.DecoderState
- DecodingMemory() - Constructor for class org.apache.commons.compress.compressors.deflate64.HuffmanDecoder.DecodingMemory
- DecodingMemory(int) - Constructor for class org.apache.commons.compress.compressors.deflate64.HuffmanDecoder.DecodingMemory
- decompressConcatenated - Variable in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorInputStream
- decompressConcatenated - Variable in class org.apache.commons.compress.compressors.CompressorStreamFactory
-
If true, decompress until the end of the input.
- decompressConcatenated - Variable in class org.apache.commons.compress.compressors.gzip.GzipCompressorInputStream
- decompressConcatenated - Variable in class org.apache.commons.compress.compressors.lz4.FramedLZ4CompressorInputStream
- decompressionMethodId - Variable in class org.apache.commons.compress.archivers.sevenz.Coder
- decompressNextSymbol() - Method in class org.apache.commons.compress.archivers.zip.UnshrinkingInputStream
- decompressNextSymbol() - Method in class org.apache.commons.compress.compressors.lzw.LZWInputStream
-
Read the next code and expand it.
- decompressNextSymbol() - Method in class org.apache.commons.compress.compressors.z.ZCompressorInputStream
-
Read the next code and expand it.
- decompressUntilEOF - Variable in class org.apache.commons.compress.compressors.CompressorStreamFactory
-
If true, decompress until the end of the input.
- def - Variable in class org.apache.commons.compress.archivers.zip.StreamCompressor
- def - Variable in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
-
This Deflater object is used for output.
- DEFAUL_MEMORY_LIMIT_IN_KB - Static variable in class org.apache.commons.compress.archivers.sevenz.SevenZFileOptions
- DEFAULT - Static variable in class org.apache.commons.compress.archivers.ArchiveStreamFactory
-
The singleton instance using the platform default encoding.
- DEFAULT - Static variable in class org.apache.commons.compress.archivers.sevenz.SevenZFileOptions
-
The default options.
- DEFAULT - Static variable in class org.apache.commons.compress.archivers.zip.JarMarker
- DEFAULT - Static variable in class org.apache.commons.compress.compressors.lz4.FramedLZ4CompressorOutputStream.Parameters
-
The default parameters of 4M block size, enabled content checksum, disabled block checksums and independent blocks.
- DEFAULT_BLKSIZE - Static variable in interface org.apache.commons.compress.archivers.tar.TarConstants
-
Default block size
- DEFAULT_BLOCK_SIZE - Static variable in class org.apache.commons.compress.compressors.snappy.SnappyCompressorInputStream
-
Default block size
- DEFAULT_CODE_SIZE - Static variable in class org.apache.commons.compress.compressors.lzw.LZWInputStream
- DEFAULT_COMPRESSION - Static variable in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
-
Default compression level for deflated entries.
- DEFAULT_DIR_MODE - Static variable in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
-
Default permissions bits for directories
- DEFAULT_DIR_PERM - Static variable in interface org.apache.commons.compress.archivers.zip.UnixStat
-
Default permissions for directories.
- DEFAULT_ENCODING - Static variable in class org.apache.commons.compress.archivers.tar.TarUtils
- DEFAULT_ENCODING - Static variable in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
-
default encoding for file names and comment.
- DEFAULT_FILE_MODE - Static variable in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
-
Default permissions bits for files
- DEFAULT_FILE_NAME - Static variable in class org.apache.commons.compress.archivers.sevenz.SevenZFile
- 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.
- DEFAULT_MODE - Static variable in class org.apache.commons.compress.archivers.ar.ArArchiveEntry
- DEFAULT_RCDSIZE - Static variable in interface org.apache.commons.compress.archivers.tar.TarConstants
-
Default record size
- DEFAULT_TRY_TO_RECOVER_BROKEN_ARCHIVES - Static variable in class org.apache.commons.compress.archivers.sevenz.SevenZFileOptions
- DEFAULT_USE_DEFAULTNAME_FOR_UNNAMED_ENTRIES - Static variable in class org.apache.commons.compress.archivers.sevenz.SevenZFileOptions
- DefaultBackingStoreSupplier() - Constructor for class org.apache.commons.compress.archivers.zip.ParallelScatterZipCreator.DefaultBackingStoreSupplier
- defaultExtension - Variable in class org.apache.commons.compress.compressors.FileNameUtil
-
The format's default extension.
- deferredBlockStreams - Variable in class org.apache.commons.compress.archivers.sevenz.SevenZFile
- deflate() - Method in class org.apache.commons.compress.archivers.zip.StreamCompressor
- deflate() - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
-
Writes next block of compressed data to the output stream.
- deflate() - Method in class org.apache.commons.compress.compressors.gzip.GzipCompressorOutputStream
- deflate(InputStream, int) - Method in class org.apache.commons.compress.archivers.zip.StreamCompressor
-
Deflate the given source using the supplied compression method
- DEFLATE - Enum constant in enum org.apache.commons.compress.archivers.sevenz.SevenZMethod
-
Deflate
- DEFLATE - Static variable in class org.apache.commons.compress.compressors.CompressorStreamFactory
-
Constant (value "deflate") used to identify the Deflate compress method.
- DEFLATE_MIN_VERSION - Static variable in class org.apache.commons.compress.archivers.zip.ZipConstants
-
ZIP specification version that introduced DEFLATE compression method.
- DEFLATE64 - Enum constant in enum org.apache.commons.compress.archivers.sevenz.SevenZMethod
-
Deflate64
- DEFLATE64 - Static variable in class org.apache.commons.compress.compressors.CompressorStreamFactory
-
Constant (value "deflate64") used to identify the Deflate64 compress method.
- Deflate64CompressorInputStream - Class in org.apache.commons.compress.compressors.deflate64
-
Deflate64 decompressor.
- Deflate64CompressorInputStream(InputStream) - Constructor for class org.apache.commons.compress.compressors.deflate64.Deflate64CompressorInputStream
-
Constructs a Deflate64CompressorInputStream.
- Deflate64CompressorInputStream(HuffmanDecoder) - Constructor for class org.apache.commons.compress.compressors.deflate64.Deflate64CompressorInputStream
- Deflate64Decoder() - Constructor for class org.apache.commons.compress.archivers.sevenz.Coders.Deflate64Decoder
- deflateBuffer - Variable in class org.apache.commons.compress.compressors.gzip.GzipCompressorOutputStream
-
The buffer receiving the compressed data from the deflater
- DeflateCompressorInputStream - Class in org.apache.commons.compress.compressors.deflate
-
Deflate decompressor.
- DeflateCompressorInputStream(InputStream) - Constructor for class org.apache.commons.compress.compressors.deflate.DeflateCompressorInputStream
-
Creates a new input stream that decompresses Deflate-compressed data from the specified input stream.
- DeflateCompressorInputStream(InputStream, DeflateParameters) - Constructor for class org.apache.commons.compress.compressors.deflate.DeflateCompressorInputStream
-
Creates a new input stream that decompresses Deflate-compressed data from the specified input stream.
- DeflateCompressorOutputStream - Class in org.apache.commons.compress.compressors.deflate
-
Deflate compressor.
- DeflateCompressorOutputStream(OutputStream) - Constructor for class org.apache.commons.compress.compressors.deflate.DeflateCompressorOutputStream
-
Creates a Deflate compressed output stream with the default parameters.
- DeflateCompressorOutputStream(OutputStream, DeflateParameters) - Constructor for class org.apache.commons.compress.compressors.deflate.DeflateCompressorOutputStream
-
Creates a Deflate compressed output stream with the specified parameters.
- DEFLATED - Enum constant in enum org.apache.commons.compress.archivers.zip.ZipMethod
-
Compression method 8 for compressed (deflated) entries.
- DEFLATED - Static variable in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
-
Compression method for deflated entries.
- DeflateDecoder() - Constructor for class org.apache.commons.compress.archivers.sevenz.Coders.DeflateDecoder
- DeflateDecoderInputStream(InflaterInputStream, Inflater) - Constructor for class org.apache.commons.compress.archivers.sevenz.Coders.DeflateDecoder.DeflateDecoderInputStream
- DeflateDecoderOutputStream(DeflaterOutputStream, Deflater) - Constructor for class org.apache.commons.compress.archivers.sevenz.Coders.DeflateDecoder.DeflateDecoderOutputStream
- DeflateParameters - Class in org.apache.commons.compress.compressors.deflate
-
Parameters for the Deflate compressor.
- DeflateParameters() - Constructor for class org.apache.commons.compress.compressors.deflate.DeflateParameters
- deflater - Variable in class org.apache.commons.compress.archivers.sevenz.Coders.DeflateDecoder.DeflateDecoderOutputStream
- deflater - Variable in class org.apache.commons.compress.compressors.deflate.DeflateCompressorOutputStream
- deflater - Variable in class org.apache.commons.compress.compressors.gzip.GzipCompressorOutputStream
-
Deflater used to compress the data
- DEFLATER_BLOCK_SIZE - Static variable in class org.apache.commons.compress.archivers.zip.StreamCompressor
- deflaterOutputStream - Variable in class org.apache.commons.compress.archivers.sevenz.Coders.DeflateDecoder.DeflateDecoderOutputStream
- deflateUntilInputIsNeeded() - Method in class org.apache.commons.compress.archivers.zip.StreamCompressor
- delete(String) - Method in class org.apache.commons.compress.changes.ChangeSet
-
Deletes the file with the file name from the archive.
- deleted - Variable in class org.apache.commons.compress.changes.ChangeSetResults
- deleted(String) - Method in class org.apache.commons.compress.changes.ChangeSetResults
-
Adds the file name of a recently deleted file to the result list.
- deleteDir(String) - Method in class org.apache.commons.compress.changes.ChangeSet
-
Deletes the directory tree from the archive.
- DELTA_FILTER - Enum constant in enum org.apache.commons.compress.archivers.sevenz.SevenZMethod
-
Delta filter.
- DeltaDecoder - Class in org.apache.commons.compress.archivers.sevenz
- DeltaDecoder() - Constructor for class org.apache.commons.compress.archivers.sevenz.DeltaDecoder
- DEPTH_THRESH - Static variable in class org.apache.commons.compress.compressors.bzip2.BlockSort
- DES - Enum constant in enum org.apache.commons.compress.archivers.zip.PKWareExtraHeader.EncryptionAlgorithm
- destroy() - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
-
Closes the underlying stream/file without finishing the archive, the result will likely be a corrupt archive.
- detect(InputStream) - Static method in class org.apache.commons.compress.archivers.ArchiveStreamFactory
-
Try to determine the type of Archiver
- detect(InputStream) - Static method in class org.apache.commons.compress.compressors.CompressorStreamFactory
-
Try to detect the type of compressor stream.
- detectFormat(File) - Static method in class org.apache.commons.compress.archivers.Lister
- DEVLEN - Static variable in interface org.apache.commons.compress.archivers.tar.TarConstants
-
The length of each of the device fields (major and minor) in a header buffer.
- devMajor - Variable in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
-
The entry's major device number.
- devMinor - Variable in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
-
The entry's minor device number.
- devname - Variable in class org.apache.commons.compress.archivers.dump.DumpArchiveSummary
- dialect - Variable in class org.apache.commons.compress.compressors.snappy.FramedSnappyCompressorInputStream
-
The dialect to expect
- dictionarySize - Variable in class org.apache.commons.compress.archivers.zip.ExplodingInputStream
-
The size of the sliding dictionary (4K or 8K)
- DIR_FLAG - Static variable in interface org.apache.commons.compress.archivers.zip.UnixStat
-
Indicates directories.
- directory - Variable in class org.apache.commons.compress.archivers.examples.Archiver.ArchiverFileVisitor
- DIRECTORY - Enum constant in enum org.apache.commons.compress.archivers.dump.DumpArchiveEntry.TYPE
- DIRECTORY - Static variable in class org.apache.commons.compress.archivers.arj.LocalFileHeader.FileTypes
- Dirent - Class in org.apache.commons.compress.archivers.dump
-
Directory entry.
- Dirent(int, int, int, String) - Constructor for class org.apache.commons.compress.archivers.dump.Dirent
-
Constructor
- dirFlag - Variable in class org.apache.commons.compress.archivers.zip.AsiExtraField
-
Is this an entry for a directory?
- diskNumberStart - Variable in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
- diskStart - Variable in class org.apache.commons.compress.archivers.zip.Zip64ExtendedInformationExtraField
- DISTANCE_TABLE - Static variable in class org.apache.commons.compress.compressors.deflate64.HuffmanDecoder
-
-------------------------------------------------------------------- idx xtra dist idx xtra dist idx xtra dist -------------------------------------------------------------------- 0 0 1 10 4 33-48 20 9 1025-1536 1 0 2 11 4 49-64 21 9 1537-2048 2 0 3 12 5 65-96 22 10 2049-3072 3 0 4 13 5 97-128 23 10 3073-4096 4 1 5,6 14 6 129-192 24 11 4097-6144 5 1 7,8 15 6 193-256 25 11 6145-8192 6 2 9-12 16 7 257-384 26 12 8193-12288 7 2 13-16 17 7 385-512 27 12 12289-16384 8 3 17-24 18 8 513-768 28 13 16385-24576 9 3 25-32 19 8 769-1024 29 13 24577-32768 30 14 32769-49152 31 14 49153-65536 --------------------------------------------------------------------
- distanceTree - Variable in class org.apache.commons.compress.archivers.zip.ExplodingInputStream
-
The binary tree containing the 64 encoded distances
- distanceTree - Variable in class org.apache.commons.compress.compressors.deflate64.HuffmanDecoder.HuffmanCodes
- doCompress(byte[], int, int) - Method in class org.apache.commons.compress.compressors.lz77support.LZ77Compressor
- DONT_CACHE - Enum constant in enum org.apache.commons.compress.compressors.lzma.LZMAUtils.CachedAvailability
- DONT_CACHE - Enum constant in enum org.apache.commons.compress.compressors.xz.XZUtils.CachedAvailability
- DOS - Static variable in class org.apache.commons.compress.archivers.arj.ArjArchiveEntry.HostOs
- DOS_TIME_MIN - Static variable in class org.apache.commons.compress.archivers.zip.ZipUtil
-
Smallest date/time ZIP can handle.
- dosToJavaTime(long) - Static method in class org.apache.commons.compress.archivers.zip.ZipUtil
-
Converts DOS time to Java time (number of milliseconds since epoch).
- DRACONIC - Enum constant in enum org.apache.commons.compress.archivers.zip.ZipArchiveEntry.ExtraFieldParsingMode
-
Throw an exception if any of the recognized extra fields cannot be parsed or any extra field violates the recommended pattern.
- drainCurrentEntryData() - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveInputStream
-
Read all data of the current entry from the underlying stream that hasn't been read, yet.
- DUMP - Static variable in class org.apache.commons.compress.archivers.ArchiveStreamFactory
-
Constant (value "dump") used to identify the Unix DUMP archive format.
- DUMP_SIGNATURE_SIZE - Static variable in class org.apache.commons.compress.archivers.ArchiveStreamFactory
- DumpArchiveConstants - Class in org.apache.commons.compress.archivers.dump
-
Various constants associated with dump archives.
- DumpArchiveConstants() - Constructor for class org.apache.commons.compress.archivers.dump.DumpArchiveConstants
- DumpArchiveConstants.COMPRESSION_TYPE - Enum in org.apache.commons.compress.archivers.dump
-
The type of compression.
- DumpArchiveConstants.SEGMENT_TYPE - Enum in org.apache.commons.compress.archivers.dump
-
The type of tape segment.
- DumpArchiveEntry - Class in org.apache.commons.compress.archivers.dump
-
This class represents an entry in a Dump archive.
- DumpArchiveEntry() - Constructor for class org.apache.commons.compress.archivers.dump.DumpArchiveEntry
-
Default constructor.
- DumpArchiveEntry(String, String) - Constructor for class org.apache.commons.compress.archivers.dump.DumpArchiveEntry
-
Constructor taking only file name.
- DumpArchiveEntry(String, String, int, DumpArchiveEntry.TYPE) - Constructor for class org.apache.commons.compress.archivers.dump.DumpArchiveEntry
-
Constructor taking name, inode and type.
- DumpArchiveEntry.PERMISSION - Enum in org.apache.commons.compress.archivers.dump
- DumpArchiveEntry.TapeSegmentHeader - Class in org.apache.commons.compress.archivers.dump
-
Archive entry as stored on tape.
- DumpArchiveEntry.TYPE - Enum in org.apache.commons.compress.archivers.dump
- DumpArchiveException - Exception in org.apache.commons.compress.archivers.dump
-
Dump Archive Exception
- DumpArchiveException() - Constructor for exception org.apache.commons.compress.archivers.dump.DumpArchiveException
- DumpArchiveException(String) - Constructor for exception org.apache.commons.compress.archivers.dump.DumpArchiveException
- DumpArchiveException(String, Throwable) - Constructor for exception org.apache.commons.compress.archivers.dump.DumpArchiveException
- DumpArchiveException(Throwable) - Constructor for exception org.apache.commons.compress.archivers.dump.DumpArchiveException
- DumpArchiveInputStream - Class in org.apache.commons.compress.archivers.dump
-
The DumpArchiveInputStream reads a UNIX dump archive as an InputStream.
- DumpArchiveInputStream(InputStream) - Constructor for class org.apache.commons.compress.archivers.dump.DumpArchiveInputStream
-
Constructor using the platform's default encoding for file names.
- DumpArchiveInputStream(InputStream, String) - Constructor for class org.apache.commons.compress.archivers.dump.DumpArchiveInputStream
-
Constructor.
- DumpArchiveSummary - Class in org.apache.commons.compress.archivers.dump
-
This class represents identifying information about a Dump archive volume.
- DumpArchiveSummary(byte[], ZipEncoding) - Constructor for class org.apache.commons.compress.archivers.dump.DumpArchiveSummary
- DumpArchiveUtil - Class in org.apache.commons.compress.archivers.dump
-
Various utilities for dump archives.
- DumpArchiveUtil() - Constructor for class org.apache.commons.compress.archivers.dump.DumpArchiveUtil
-
Private constructor to prevent instantiation.
- dumpDate - Variable in class org.apache.commons.compress.archivers.dump.DumpArchiveSummary
- DWORD - Static variable in class org.apache.commons.compress.archivers.zip.ZipConstants
-
length of a ZipEightByteInteger in bytes
- dwordBbuf - Variable in class org.apache.commons.compress.archivers.zip.ZipFile
- dwordBuf - Variable in class org.apache.commons.compress.archivers.zip.ZipFile
- DYNAMIC_CODES - Enum constant in enum org.apache.commons.compress.compressors.deflate64.HuffmanState
E
- eclass - Variable in class org.apache.commons.compress.compressors.bzip2.BlockSort
- EFS_FLAG - Static variable in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
-
Deprecated.use
GeneralPurposeBit.UFT8_NAMES_FLAG
instead - EMPTY_BYTE_ARRAY - Static variable in class org.apache.commons.compress.utils.ByteUtils
-
Empty array.
- EMPTY_FileVisitOption - Static variable in class org.apache.commons.compress.archivers.examples.Archiver
-
No
FileVisitOption
. - EMPTY_FOLDER_ARRAY - Static variable in class org.apache.commons.compress.archivers.sevenz.Folder
- EMPTY_LINK_OPTIONS - Static variable in class org.apache.commons.compress.utils.IOUtils
-
Empty array of of type
LinkOption
. - EMPTY_SEVEN_Z_ARCHIVE_ENTRY_ARRAY - Static variable in class org.apache.commons.compress.archivers.sevenz.SevenZArchiveEntry
- EMPTY_TAR_ARCHIVE_ENTRY_ARRAY - Static variable in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
- EMPTY_ZIP_ARCHIVE_ENTRY_ARRAY - Static variable in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
- EMPTY_ZIP_EXTRA_FIELD_ARRAY - Static variable in class org.apache.commons.compress.archivers.zip.ExtraFieldUtils
- encode() - Method in class org.apache.commons.compress.archivers.zip.GeneralPurposeBit
-
Encodes the set bits in a form suitable for ZIP archives.
- encode(byte[], int) - Method in class org.apache.commons.compress.archivers.zip.GeneralPurposeBit
-
Encodes the set bits in a form suitable for ZIP archives.
- encode(OutputStream, Object) - Method in class org.apache.commons.compress.archivers.sevenz.CoderBase
- encode(OutputStream, Object) - Method in class org.apache.commons.compress.archivers.sevenz.Coders.BCJDecoder
- encode(OutputStream, Object) - Method in class org.apache.commons.compress.archivers.sevenz.Coders.BZIP2Decoder
- encode(OutputStream, Object) - Method in class org.apache.commons.compress.archivers.sevenz.Coders.CopyDecoder
- encode(OutputStream, Object) - Method in class org.apache.commons.compress.archivers.sevenz.Coders.DeflateDecoder
- encode(OutputStream, Object) - Method in class org.apache.commons.compress.archivers.sevenz.DeltaDecoder
- encode(OutputStream, Object) - Method in class org.apache.commons.compress.archivers.sevenz.LZMA2Decoder
- encode(OutputStream, Object) - Method in class org.apache.commons.compress.archivers.sevenz.LZMADecoder
- encode(String) - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveOutputStream
-
Encodes the given string using the configured encoding.
- encode(String) - Method in class org.apache.commons.compress.archivers.zip.NioZipEncoding
- encode(String) - Method in interface org.apache.commons.compress.archivers.zip.ZipEncoding
-
Encode a file name or a comment to a byte array suitable for storing it to a serialized zip entry.
- encodeExtendedPaxHeadersContents(Map<String, String>) - Method in class org.apache.commons.compress.archivers.tar.TarArchiveOutputStream
- encodeFully(CharsetEncoder, CharBuffer, ByteBuffer) - Static method in class org.apache.commons.compress.archivers.zip.NioZipEncoding
- encodeSurrogate(CharBuffer, char) - Static method in class org.apache.commons.compress.archivers.zip.NioZipEncoding
- encoding - Variable in class org.apache.commons.compress.archivers.ArchiveStreamFactory
-
Entry encoding, null for the platform default.
- encoding - Variable in class org.apache.commons.compress.archivers.cpio.CpioArchiveInputStream
- encoding - Variable in class org.apache.commons.compress.archivers.cpio.CpioArchiveOutputStream
- encoding - Variable in class org.apache.commons.compress.archivers.dump.DumpArchiveInputStream
- encoding - Variable in class org.apache.commons.compress.archivers.tar.TarArchiveInputStream
- encoding - Variable in class org.apache.commons.compress.archivers.tar.TarArchiveOutputStream
- encoding - Variable in class org.apache.commons.compress.archivers.zip.ZipArchiveInputStream
- encoding - Variable in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
-
The encoding to use for file names and the file comment.
- encoding - Variable in class org.apache.commons.compress.archivers.zip.ZipFile
-
The encoding to use for file names and the file comment.
- ENCRYPTION - Static variable in class org.apache.commons.compress.archivers.zip.UnsupportedZipFeatureException.Feature
-
The entry is encrypted.
- ENCRYPTION_FLAG - Static variable in class org.apache.commons.compress.archivers.zip.GeneralPurposeBit
-
Indicates that the file is encrypted.
- EncryptionAlgorithm(int) - Constructor for enum org.apache.commons.compress.archivers.zip.PKWareExtraHeader.EncryptionAlgorithm
-
private constructor for enum style class.
- encryptionFlag - Variable in class org.apache.commons.compress.archivers.zip.GeneralPurposeBit
- encryptionVersion - Variable in class org.apache.commons.compress.archivers.arj.MainHeader
- end - Variable in class org.apache.commons.compress.utils.BoundedArchiveInputStream
- END - Enum constant in enum org.apache.commons.compress.archivers.dump.DumpArchiveConstants.SEGMENT_TYPE
- END_MARK - Static variable in class org.apache.commons.compress.compressors.lz4.FramedLZ4CompressorOutputStream
- endBlock() - Method in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorInputStream
- endBlock() - Method in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorOutputStream
- ENDCOM - Static variable in class org.apache.commons.compress.archivers.jar.JarArchiveEntry
- endCompression() - Method in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorOutputStream
- ENDHDR - Static variable in class org.apache.commons.compress.archivers.jar.JarArchiveEntry
- endOfBlock - Variable in class org.apache.commons.compress.compressors.deflate64.HuffmanDecoder.HuffmanCodes
- ENDOFF - Static variable in class org.apache.commons.compress.archivers.jar.JarArchiveEntry
- endReached - Variable in class org.apache.commons.compress.compressors.gzip.GzipCompressorInputStream
- endReached - Variable in class org.apache.commons.compress.compressors.lz4.FramedLZ4CompressorInputStream
- endReached - Variable in class org.apache.commons.compress.compressors.snappy.FramedSnappyCompressorInputStream
- endReached - Variable in class org.apache.commons.compress.compressors.snappy.SnappyCompressorInputStream
- ENDSIG - Static variable in class org.apache.commons.compress.archivers.jar.JarArchiveEntry
- ENDSIZ - Static variable in class org.apache.commons.compress.archivers.jar.JarArchiveEntry
- ENDSUB - Static variable in class org.apache.commons.compress.archivers.jar.JarArchiveEntry
- ENDTOT - Static variable in class org.apache.commons.compress.archivers.jar.JarArchiveEntry
- ENHANCED_DEFLATED - Enum constant in enum org.apache.commons.compress.archivers.zip.ZipMethod
-
Compression Method 9 for enhanced deflate.
- ensureCache(int) - Method in class org.apache.commons.compress.utils.BitInputStream
-
Fills the cache up to 56 bits
- ensureOpen() - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveInputStream
-
Check to make sure that this stream has not been closed
- ensureOpen() - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveOutputStream
-
Check to make sure that this stream has not been closed
- ensureOpen() - Method in class org.apache.commons.compress.utils.SeekableInMemoryByteChannel
- entries - Variable in class org.apache.commons.compress.archivers.tar.TarFile
- entries - Variable in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
-
List of ZipArchiveEntries written so far.
- entries - Variable in class org.apache.commons.compress.archivers.zip.ZipFile
-
List of entries in the order they appear inside the central directory.
- entriesRead - Variable in class org.apache.commons.compress.archivers.zip.ZipArchiveInputStream
- entry - Variable in class org.apache.commons.compress.archivers.cpio.CpioArchiveInputStream
- entry - Variable in class org.apache.commons.compress.archivers.cpio.CpioArchiveOutputStream
- entry - Variable in class org.apache.commons.compress.archivers.tar.TarFile.BoundedTarEntryInputStream
- entry - Variable in exception org.apache.commons.compress.archivers.zip.UnsupportedZipFeatureException
- entry - Variable in class org.apache.commons.compress.archivers.zip.ZipArchiveInputStream.CurrentEntry
-
Current ZIP entry.
- entry - Variable in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream.CurrentEntry
-
Current ZIP entry.
- entry - Variable in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
-
Current entry.
- entry - Variable in class org.apache.commons.compress.changes.Change
- Entry() - Constructor for class org.apache.commons.compress.archivers.zip.ZipFile.Entry
- entryBytesRead - Variable in class org.apache.commons.compress.archivers.cpio.CpioArchiveInputStream
- entryEncoding - Variable in class org.apache.commons.compress.archivers.ArchiveStreamFactory
-
Entry encoding, null for the default.
- entryEOF - Variable in class org.apache.commons.compress.archivers.cpio.CpioArchiveInputStream
- entryFormat - Variable in class org.apache.commons.compress.archivers.cpio.CpioArchiveOutputStream
-
See
CpioArchiveEntry(short)
for possible values. - EntryMetaData(long, boolean) - Constructor for class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream.EntryMetaData
- entryOffset - Variable in class org.apache.commons.compress.archivers.ar.ArArchiveInputStream
- entryOffset - Variable in class org.apache.commons.compress.archivers.ar.ArArchiveOutputStream
- entryOffset - Variable in class org.apache.commons.compress.archivers.dump.DumpArchiveInputStream
- entryOffset - Variable in class org.apache.commons.compress.archivers.tar.TarArchiveInputStream
-
How far into the entry the stream is at
- entryOffset - Variable in class org.apache.commons.compress.archivers.tar.TarFile.BoundedTarEntryInputStream
- entrySize - Variable in class org.apache.commons.compress.archivers.dump.DumpArchiveInputStream
- entrySize - Variable in class org.apache.commons.compress.archivers.tar.TarArchiveInputStream
-
Size of the current entry
- entrySize() - Method in class org.apache.commons.compress.archivers.sevenz.SevenZFile.ArchiveStatistics
- EntryStreamOffsets - Interface in org.apache.commons.compress.archivers
-
Provides information about ArchiveEntry stream offsets.
- EOCD_SIG - Static variable in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
-
end of central dir signature
- eocdLength - Variable in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
-
Length of end of central directory
- EOD - Enum constant in enum org.apache.commons.compress.compressors.lz77support.LZ77Compressor.Block.BlockType
- EOD() - Constructor for class org.apache.commons.compress.compressors.lz77support.LZ77Compressor.EOD
- EOF - Enum constant in enum org.apache.commons.compress.compressors.lz4.BlockLZ4CompressorInputStream.State
- EOF - Static variable in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorInputStream
- EPOCH_OFFSET - Static variable in class org.apache.commons.compress.archivers.zip.X000A_NTFS
- equals(Object) - Method in class org.apache.commons.compress.archivers.ar.ArArchiveEntry
- equals(Object) - Method in class org.apache.commons.compress.archivers.arj.ArjArchiveEntry
- equals(Object) - Method in class org.apache.commons.compress.archivers.arj.LocalFileHeader
- equals(Object) - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveEntry
- equals(Object) - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveEntry
- equals(Object) - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveSummary
- equals(Object) - Method in class org.apache.commons.compress.archivers.sevenz.SevenZArchiveEntry
- equals(Object) - Method in class org.apache.commons.compress.archivers.sevenz.SevenZMethodConfiguration
- equals(Object) - 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.tar.TarArchiveStructSparse
- equals(Object) - Method in class org.apache.commons.compress.archivers.zip.GeneralPurposeBit
- equals(Object) - Method in class org.apache.commons.compress.archivers.zip.X000A_NTFS
- equals(Object) - Method in class org.apache.commons.compress.archivers.zip.X5455_ExtendedTimestamp
- equals(Object) - Method in class org.apache.commons.compress.archivers.zip.X7875_NewUnix
- equals(Object) - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
- equals(Object) - Method in class org.apache.commons.compress.archivers.zip.ZipEightByteInteger
-
Override to make two instances with same value equal.
- equals(Object) - Method in class org.apache.commons.compress.archivers.zip.ZipFile.Entry
- 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.
- equals(TarArchiveEntry) - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
-
Determine if the two entries are equal.
- equalSevenZMethods(Iterable<? extends SevenZMethodConfiguration>, Iterable<? extends SevenZMethodConfiguration>) - Method in class org.apache.commons.compress.archivers.sevenz.SevenZArchiveEntry
- erdData - Variable in class org.apache.commons.compress.archivers.zip.X0017_StrongEncryptionHeader
- es - Variable in class org.apache.commons.compress.archivers.zip.ParallelScatterZipCreator
- estimateIncrementalEncodingSize(CharsetEncoder, int) - Static method in class org.apache.commons.compress.archivers.zip.NioZipEncoding
-
Estimate the size needed for remaining characters
- estimateInitialBufferSize(CharsetEncoder, int) - Static method in class org.apache.commons.compress.archivers.zip.NioZipEncoding
-
Estimate the initial encoded size (in bytes) for a character buffer.
- estimateSize() - Method in class org.apache.commons.compress.archivers.sevenz.SevenZFile.ArchiveStatistics
- evaluateType(byte[]) - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
-
Evaluate an entry's header format from a header buffer.
- exceptionMessage(byte[], int, int, int, byte) - Static method in class org.apache.commons.compress.archivers.tar.TarUtils
- expand(int, int) - Method in class org.apache.commons.compress.compressors.lz4.BlockLZ4CompressorOutputStream
- expand(File, File) - Method in class org.apache.commons.compress.archivers.examples.Expander
-
Expands
archive
intotargetDirectory
. - expand(InputStream, File) - Method in class org.apache.commons.compress.archivers.examples.Expander
-
Deprecated.this method leaks resources
- expand(InputStream, File, CloseableConsumer) - Method in class org.apache.commons.compress.archivers.examples.Expander
-
Expands
archive
intotargetDirectory
. - expand(String, File, File) - Method in class org.apache.commons.compress.archivers.examples.Expander
-
Expands
archive
intotargetDirectory
. - expand(String, InputStream, File) - Method in class org.apache.commons.compress.archivers.examples.Expander
-
Deprecated.this method leaks resources
- expand(String, InputStream, File, CloseableConsumer) - Method in class org.apache.commons.compress.archivers.examples.Expander
-
Expands
archive
intotargetDirectory
. - expand(String, SeekableByteChannel, File) - Method in class org.apache.commons.compress.archivers.examples.Expander
-
Deprecated.this method leaks resources
- expand(String, SeekableByteChannel, File, CloseableConsumer) - Method in class org.apache.commons.compress.archivers.examples.Expander
-
Expands
archive
intotargetDirectory
. - expand(ArchiveInputStream, File) - Method in class org.apache.commons.compress.archivers.examples.Expander
-
Expands
archive
intotargetDirectory
. - expand(Expander.ArchiveEntrySupplier, Expander.EntryWriter, File) - Method in class org.apache.commons.compress.archivers.examples.Expander
- expand(SevenZFile, File) - Method in class org.apache.commons.compress.archivers.examples.Expander
-
Expands
archive
intotargetDirectory
. - expand(TarFile, File) - Method in class org.apache.commons.compress.archivers.examples.Expander
-
Expands
archive
intotargetDirectory
. - expand(ZipFile, File) - Method in class org.apache.commons.compress.archivers.examples.Expander
-
Expands
archive
intotargetDirectory
. - expandCodeToOutputStack(int, boolean) - Method in class org.apache.commons.compress.compressors.lzw.LZWInputStream
-
Expands the entry with index code to the output stack and may create a new entry
- expandedBlocks - Variable in class org.apache.commons.compress.compressors.lz4.BlockLZ4CompressorOutputStream
- Expander - Class in org.apache.commons.compress.archivers.examples
-
Provides a high level API for expanding archives.
- Expander() - Constructor for class org.apache.commons.compress.archivers.examples.Expander
- Expander.ArchiveEntrySupplier - Interface in org.apache.commons.compress.archivers.examples
- Expander.EntryWriter - Interface in org.apache.commons.compress.archivers.examples
- expandFromList(byte[], int, int) - Method in class org.apache.commons.compress.compressors.lz4.BlockLZ4CompressorOutputStream
- EXPANDING_LEVEL_1 - Enum constant in enum org.apache.commons.compress.archivers.zip.ZipMethod
-
Reduced with compression factor 1.
- EXPANDING_LEVEL_2 - Enum constant in enum org.apache.commons.compress.archivers.zip.ZipMethod
-
Reduced with compression factor 2.
- EXPANDING_LEVEL_3 - Enum constant in enum org.apache.commons.compress.archivers.zip.ZipMethod
-
Reduced with compression factor 3.
- EXPANDING_LEVEL_4 - Enum constant in enum org.apache.commons.compress.archivers.zip.ZipMethod
-
Reduced with compression factor 4.
- expectBlockChecksum - Variable in class org.apache.commons.compress.compressors.lz4.FramedLZ4CompressorInputStream
- expectBlockDependency - Variable in class org.apache.commons.compress.compressors.lz4.FramedLZ4CompressorInputStream
- expectContentChecksum - Variable in class org.apache.commons.compress.compressors.lz4.FramedLZ4CompressorInputStream
- expectContentSize - Variable in class org.apache.commons.compress.compressors.lz4.FramedLZ4CompressorInputStream
- expectedChecksum - Variable in class org.apache.commons.compress.compressors.snappy.FramedSnappyCompressorInputStream
- expectedChecksum - Variable in class org.apache.commons.compress.utils.ChecksumVerifyingInputStream
- ExplodingInputStream - Class in org.apache.commons.compress.archivers.zip
-
The implode compression method was added to PKZIP 1.01 released in 1989.
- ExplodingInputStream(int, int, InputStream) - Constructor for class org.apache.commons.compress.archivers.zip.ExplodingInputStream
-
Create a new stream decompressing the content of the specified stream using the explode algorithm.
- EXTCRC - Static variable in class org.apache.commons.compress.archivers.jar.JarArchiveEntry
- extendedFilePosition - Variable in class org.apache.commons.compress.archivers.arj.LocalFileHeader
- extendedHeaderBytes - Variable in class org.apache.commons.compress.archivers.arj.MainHeader
- extendedHeaders - Variable in class org.apache.commons.compress.archivers.arj.LocalFileHeader
- externalAttributes - Variable in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
- EXTFILE - Static variable in class org.apache.commons.compress.archivers.arj.LocalFileHeader.Flags
- EXTHDR - Static variable in class org.apache.commons.compress.archivers.jar.JarArchiveEntry
- EXTLEN - Static variable in class org.apache.commons.compress.archivers.jar.JarArchiveEntry
- EXTRAFIELD_HEADER_SIZE - Static variable in interface org.apache.commons.compress.archivers.zip.ZipExtraField
-
Size of an extra field field header (id + length).
- ExtraFieldParsingBehavior - Interface in org.apache.commons.compress.archivers.zip
-
Controls details of parsing zip extra fields.
- ExtraFieldParsingMode(ExtraFieldUtils.UnparseableExtraField) - Constructor for enum org.apache.commons.compress.archivers.zip.ZipArchiveEntry.ExtraFieldParsingMode
- extraFields - Variable in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
- ExtraFieldUtils - Class in org.apache.commons.compress.archivers.zip
-
ZipExtraField related methods
- ExtraFieldUtils() - Constructor for class org.apache.commons.compress.archivers.zip.ExtraFieldUtils
- ExtraFieldUtils.UnparseableExtraField - Class in org.apache.commons.compress.archivers.zip
-
"enum" for the possible actions to take if the extra field cannot be parsed.
- extraPaxHeaders - Variable in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
-
Extra, user supplied pax headers
- EXTSIG - Static variable in class org.apache.commons.compress.archivers.jar.JarArchiveEntry
- EXTSIZ - Static variable in class org.apache.commons.compress.archivers.jar.JarArchiveEntry
F
- FACTORY - Static variable in class org.apache.commons.compress.archivers.Lister
- failForBigNumber(String, long, long) - Method in class org.apache.commons.compress.archivers.tar.TarArchiveOutputStream
- failForBigNumber(String, long, long, String) - Method in class org.apache.commons.compress.archivers.tar.TarArchiveOutputStream
- failForBigNumbers(TarArchiveEntry) - Method in class org.apache.commons.compress.archivers.tar.TarArchiveOutputStream
- failForBigNumberWithPosixMessage(String, long, long) - Method in class org.apache.commons.compress.archivers.tar.TarArchiveOutputStream
- FALLBACK_ENCODING - Static variable in class org.apache.commons.compress.archivers.tar.TarUtils
-
Encapsulates the algorithms used up to Commons Compress 1.3 as ZipEncoding.
- FALLBACK_QSORT_SMALL_THRESH - Static variable in class org.apache.commons.compress.compressors.bzip2.BlockSort
- FALLBACK_QSORT_STACK_SIZE - Static variable in class org.apache.commons.compress.compressors.bzip2.BlockSort
- fallbackQSort3(int[], int[], int, int) - Method in class org.apache.commons.compress.compressors.bzip2.BlockSort
- fallbackSimpleSort(int[], int[], int, int) - Method in class org.apache.commons.compress.compressors.bzip2.BlockSort
- fallbackSort(int[], byte[], int) - Method in class org.apache.commons.compress.compressors.bzip2.BlockSort
- fallbackSort(BZip2CompressorOutputStream.Data, int) - Method in class org.apache.commons.compress.compressors.bzip2.BlockSort
-
Adapt fallbackSort to the expected interface of the rest of the code, in particular deal with the fact that block starts at offset 1 (in libbzip2 1.0.6 it starts at 0).
- fallbackToUTF8 - Variable in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
-
Whether to encode non-encodable file names as UTF-8.
- FCOMMENT - Static variable in class org.apache.commons.compress.compressors.gzip.GzipCompressorInputStream
- FCOMMENT - Static variable in class org.apache.commons.compress.compressors.gzip.GzipCompressorOutputStream
-
Header flag indicating a comment follows the header
- Feature(String) - Constructor for class org.apache.commons.compress.archivers.zip.UnsupportedZipFeatureException.Feature
- FEXTRA - Static variable in class org.apache.commons.compress.compressors.gzip.GzipCompressorInputStream
- FHCRC - Static variable in class org.apache.commons.compress.compressors.gzip.GzipCompressorInputStream
- FIFO - Enum constant in enum org.apache.commons.compress.archivers.dump.DumpArchiveEntry.TYPE
- file - Variable in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
-
The entry's file reference
- FILE - Enum constant in enum org.apache.commons.compress.archivers.dump.DumpArchiveEntry.TYPE
- FILE_FLAG - Static variable in interface org.apache.commons.compress.archivers.zip.UnixStat
-
Indicates plain files.
- FILE_MODE_LEN - Static variable in class org.apache.commons.compress.archivers.ar.ArArchiveInputStream
- FILE_MODE_OFFSET - Static variable in class org.apache.commons.compress.archivers.ar.ArArchiveInputStream
- FILE_TYPE_FLAG - Static variable in interface org.apache.commons.compress.archivers.zip.UnixStat
-
Bits used to indicate the file system object type.
- fileAccessMode - Variable in class org.apache.commons.compress.archivers.arj.LocalFileHeader
- fileBased(File) - Static method in class org.apache.commons.compress.archivers.zip.ScatterZipOutputStream
-
Create a
ScatterZipOutputStream
with default compression level that is backed by a file - fileBased(File, int) - Static method in class org.apache.commons.compress.archivers.zip.ScatterZipOutputStream
-
Create a
ScatterZipOutputStream
that is backed by a file - FileBasedScatterGatherBackingStore - Class in org.apache.commons.compress.parallel
-
ScatterGatherBackingStore that is backed by a file.
- FileBasedScatterGatherBackingStore(File) - Constructor for class org.apache.commons.compress.parallel.FileBasedScatterGatherBackingStore
- fileBytesWritten - Variable in class org.apache.commons.compress.archivers.sevenz.SevenZOutputFile
- fileFolderIndex - Variable in class org.apache.commons.compress.archivers.sevenz.StreamMap
- fileFormat - Variable in class org.apache.commons.compress.archivers.cpio.CpioArchiveEntry
-
See
CpioArchiveEntry(short)
for possible values. - filename - Variable in class org.apache.commons.compress.compressors.gzip.GzipParameters
- fileName - Variable in class org.apache.commons.compress.archivers.sevenz.SevenZFile
- fileNameUtil - Static variable in class org.apache.commons.compress.compressors.bzip2.BZip2Utils
- fileNameUtil - Static variable in class org.apache.commons.compress.compressors.gzip.GzipUtils
- fileNameUtil - Static variable in class org.apache.commons.compress.compressors.lzma.LZMAUtils
- fileNameUtil - Static variable in class org.apache.commons.compress.compressors.xz.XZUtils
- FileNameUtil - Class in org.apache.commons.compress.compressors
-
File name mapping code for the compression formats.
- FileNameUtil(Map<String, String>, String) - Constructor for class org.apache.commons.compress.compressors.FileNameUtil
-
sets up the utility with a map of known compressed to uncompressed suffix mappings and the default extension of the format.
- FileNameUtils - Class in org.apache.commons.compress.utils
-
Generic file name utilities.
- FileNameUtils() - Constructor for class org.apache.commons.compress.utils.FileNameUtils
- filepos - Variable in class org.apache.commons.compress.archivers.dump.DumpArchiveInputStream
- files - Variable in class org.apache.commons.compress.archivers.sevenz.Archive
- files - Variable in class org.apache.commons.compress.archivers.sevenz.SevenZOutputFile
- filesize - Variable in class org.apache.commons.compress.archivers.cpio.CpioArchiveEntry
-
Number of bytes in the file
- fileSpecPosition - Variable in class org.apache.commons.compress.archivers.arj.LocalFileHeader
- fileSpecPosition - Variable in class org.apache.commons.compress.archivers.arj.MainHeader
- filesys - Variable in class org.apache.commons.compress.archivers.dump.DumpArchiveSummary
- fileType - Variable in class org.apache.commons.compress.archivers.arj.LocalFileHeader
- fileType - Variable in class org.apache.commons.compress.archivers.arj.MainHeader
- fileType(long) - Static method in class org.apache.commons.compress.archivers.cpio.CpioUtil
-
Extracts the file type bits from a mode.
- FileTypes() - Constructor for class org.apache.commons.compress.archivers.arj.LocalFileHeader.FileTypes
- fill() - Method in class org.apache.commons.compress.archivers.zip.InflaterInputStreamWithStatistics
- fill() - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveInputStream
- fill() - Method in class org.apache.commons.compress.compressors.snappy.SnappyCompressorInputStream
-
Try to fill the buffer with the next block of data.
- fill(long, long, char) - Method in class org.apache.commons.compress.archivers.ar.ArArchiveOutputStream
- fill(ZipExtraField, byte[], int, int, boolean) - Method in interface org.apache.commons.compress.archivers.zip.ExtraFieldParsingBehavior
-
Fills in the extra field data for a single extra field.
- fill(ZipExtraField, byte[], int, int, boolean) - Method in enum org.apache.commons.compress.archivers.zip.ZipArchiveEntry.ExtraFieldParsingMode
- fillAndMakeUnrecognizedOnError(ZipExtraField, byte[], int, int, boolean) - Static method in enum org.apache.commons.compress.archivers.zip.ZipArchiveEntry.ExtraFieldParsingMode
- fillBuffer() - Method in class org.apache.commons.compress.archivers.zip.ExplodingInputStream
-
Fill the sliding dictionary with more data.
- fillExtraField(ZipExtraField, byte[], int, int, boolean) - Static method in class org.apache.commons.compress.archivers.zip.ExtraFieldUtils
-
Fills in the extra field data into the given instance.
- fillGNUSparse0xData(Map<String, String>) - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
- fillGNUSparse1xData(Map<String, String>) - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
- fillNameMap() - Method in class org.apache.commons.compress.archivers.zip.ZipFile
- fillStarSparseData(Map<String, String>) - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
- finalBlock - Variable in class org.apache.commons.compress.compressors.deflate64.HuffmanDecoder
- finalize() - Method in class org.apache.commons.compress.archivers.zip.ZipFile
-
Ensures that the close method of this zipfile is called when there are no more references to it.
- finalize() - Method in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorOutputStream
-
Overridden to warn about an unclosed stream.
- find(int) - Static method in enum org.apache.commons.compress.archivers.dump.DumpArchiveConstants.COMPRESSION_TYPE
- find(int) - Static method in enum org.apache.commons.compress.archivers.dump.DumpArchiveConstants.SEGMENT_TYPE
- find(int) - Static method in enum org.apache.commons.compress.archivers.dump.DumpArchiveEntry.PERMISSION
- find(int) - Static method in enum org.apache.commons.compress.archivers.dump.DumpArchiveEntry.TYPE
- findArchiveStreamProviders() - Static method in class org.apache.commons.compress.archivers.ArchiveStreamFactory
- findAvailableArchiveInputStreamProviders() - Static method in class org.apache.commons.compress.archivers.ArchiveStreamFactory
-
Constructs a new sorted map from input stream provider names to provider objects.
- findAvailableArchiveOutputStreamProviders() - Static method in class org.apache.commons.compress.archivers.ArchiveStreamFactory
-
Constructs a new sorted map from output stream provider names to provider objects.
- findAvailableCompressorInputStreamProviders() - Static method in class org.apache.commons.compress.compressors.CompressorStreamFactory
-
Constructs a new sorted map from input stream provider names to provider objects.
- findAvailableCompressorOutputStreamProviders() - Static method in class org.apache.commons.compress.compressors.CompressorStreamFactory
-
Constructs a new sorted map from output stream provider names to provider objects.
- findBindPairForInStream(int) - Method in class org.apache.commons.compress.archivers.sevenz.Folder
- findBindPairForOutStream(int) - Method in class org.apache.commons.compress.archivers.sevenz.Folder
- findByMethod(SevenZMethod) - Static method in class org.apache.commons.compress.archivers.sevenz.Coders
- findCompressorStreamProviders() - Static method in class org.apache.commons.compress.compressors.CompressorStreamFactory
- findEocdRecord() - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveInputStream
-
Reads forward until the signature of the "End of central directory" record is found.
- findMatching(ZipShort, List<ZipExtraField>) - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
- findUnparseable(List<ZipExtraField>) - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
- finish() - Method in class org.apache.commons.compress.archivers.ar.ArArchiveOutputStream
- finish() - Method in class org.apache.commons.compress.archivers.ArchiveOutputStream
-
Finishes the addition of entries to this stream, without closing it.
- finish() - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveOutputStream
-
Finishes writing the contents of the CPIO output stream without closing the underlying stream.
- finish() - Method in class org.apache.commons.compress.archivers.sevenz.SevenZOutputFile
-
Finishes the addition of entries to this archive, without closing it.
- finish() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveOutputStream
-
Ends the TAR archive without closing the underlying OutputStream.
- finish() - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
-
Finishes the addition of entries to this stream, without closing it.
- finish() - Method in class org.apache.commons.compress.archivers.zip.ZipSplitOutputStream
-
The last zip split segment's suffix should be .zip
- finish() - Method in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorOutputStream
- finish() - Method in class org.apache.commons.compress.compressors.deflate.DeflateCompressorOutputStream
-
Finishes compression without closing the underlying stream.
- finish() - Method in class org.apache.commons.compress.compressors.gzip.GzipCompressorOutputStream
-
Finishes writing compressed data to the underlying stream without closing it.
- finish() - Method in class org.apache.commons.compress.compressors.lz4.BlockLZ4CompressorOutputStream
-
Compresses all remaining data and writes it to the stream, doesn't close the underlying stream.
- finish() - Method in class org.apache.commons.compress.compressors.lz4.FramedLZ4CompressorOutputStream
-
Compresses all remaining data and writes it to the stream, doesn't close the underlying stream.
- finish() - Method in class org.apache.commons.compress.compressors.lz77support.LZ77Compressor
-
Tells the compressor to process all remaining data and signal end of data to the callback.
- finish() - Method in class org.apache.commons.compress.compressors.lzma.LZMACompressorOutputStream
-
Finishes compression without closing the underlying stream.
- finish() - Method in class org.apache.commons.compress.compressors.snappy.FramedSnappyCompressorOutputStream
-
Compresses all remaining data and writes it to the stream, doesn't close the underlying stream.
- finish() - Method in class org.apache.commons.compress.compressors.snappy.SnappyCompressorOutputStream
-
Compresses all remaining data and writes it to the stream, doesn't close the underlying stream.
- finish() - Method in class org.apache.commons.compress.compressors.xz.XZCompressorOutputStream
-
Finishes compression without closing the underlying stream.
- finished - Variable in class org.apache.commons.compress.archivers.ar.ArArchiveOutputStream
-
indicates if this archive is finished
- finished - Variable in class org.apache.commons.compress.archivers.cpio.CpioArchiveOutputStream
-
indicates if this archive is finished
- finished - Variable in class org.apache.commons.compress.archivers.sevenz.SevenZOutputFile
- finished - Variable in class org.apache.commons.compress.archivers.tar.TarArchiveOutputStream
-
indicates if this archive is finished
- finished - Variable in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
-
indicates if this archive is finished.
- finished - Variable in class org.apache.commons.compress.archivers.zip.ZipSplitOutputStream
- finished - Variable in class org.apache.commons.compress.compressors.lz4.BlockLZ4CompressorOutputStream
- finished - Variable in class org.apache.commons.compress.compressors.lz4.FramedLZ4CompressorOutputStream
- finished - Variable in class org.apache.commons.compress.compressors.snappy.SnappyCompressorOutputStream
- firstAttempt - Variable in class org.apache.commons.compress.compressors.bzip2.BlockSort
- firstChapter - Variable in class org.apache.commons.compress.archivers.arj.LocalFileHeader
- firstrec - Variable in class org.apache.commons.compress.archivers.dump.DumpArchiveSummary
- FIXED_CODES - Enum constant in enum org.apache.commons.compress.compressors.deflate64.HuffmanState
- FIXED_DISTANCE - Static variable in class org.apache.commons.compress.compressors.deflate64.HuffmanDecoder
- FIXED_LITERALS - Static variable in class org.apache.commons.compress.compressors.deflate64.HuffmanDecoder
-
Huffman Fixed Literal / Distance tables for mode 1
- FixedLengthBlockOutputStream - Class in org.apache.commons.compress.utils
-
This class supports writing to an OutputStream or WritableByteChannel in fixed length blocks.
- FixedLengthBlockOutputStream(OutputStream, int) - Constructor for class org.apache.commons.compress.utils.FixedLengthBlockOutputStream
-
Create a fixed length block output stream with given destination stream and block size
- FixedLengthBlockOutputStream(WritableByteChannel, int) - Constructor for class org.apache.commons.compress.utils.FixedLengthBlockOutputStream
-
Create a fixed length block output stream with given destination writable byte channel and block size
- FixedLengthBlockOutputStream.BufferAtATimeOutputChannel - Class in org.apache.commons.compress.utils
-
Helper class to provide channel wrapper for arbitrary output stream that doesn't alter the size of writes.
- flags - Variable in class org.apache.commons.compress.archivers.dump.DumpArchiveSummary
- flags - Variable in class org.apache.commons.compress.archivers.zip.X0017_StrongEncryptionHeader
- flags - Variable in class org.apache.commons.compress.archivers.zip.X5455_ExtendedTimestamp
- Flags() - Constructor for class org.apache.commons.compress.archivers.arj.LocalFileHeader.Flags
- Flags() - Constructor for class org.apache.commons.compress.archivers.arj.MainHeader.Flags
- flush() - Method in class org.apache.commons.compress.archivers.sevenz.SevenZOutputFile.OutputStreamWrapper
- flush() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveOutputStream
- flush() - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
-
Flushes this output stream and forces any buffered output bytes to be written out to the stream.
- flush() - Method in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorOutputStream
- flush() - Method in class org.apache.commons.compress.compressors.deflate.DeflateCompressorOutputStream
-
Flushes the encoder and calls
outputStream.flush()
. - flush() - Method in class org.apache.commons.compress.compressors.gzip.GzipCompressorOutputStream
- flush() - Method in class org.apache.commons.compress.compressors.lzma.LZMACompressorOutputStream
-
Doesn't do anything as
LZMAOutputStream
doesn't support flushing. - flush() - Method in class org.apache.commons.compress.compressors.xz.XZCompressorOutputStream
-
Flushes the encoder and calls
outputStream.flush()
. - flush() - Method in class org.apache.commons.compress.utils.FlushShieldFilterOutputStream
- flushBackReference(int) - Method in class org.apache.commons.compress.compressors.lz77support.LZ77Compressor
- flushBlock() - Method in class org.apache.commons.compress.compressors.lz4.FramedLZ4CompressorOutputStream
- flushBlock() - Method in class org.apache.commons.compress.utils.FixedLengthBlockOutputStream
-
Potentially pads and then writes the current block to the underlying stream.
- flushBuffer() - Method in class org.apache.commons.compress.compressors.snappy.FramedSnappyCompressorOutputStream
- flushDeflater() - Method in class org.apache.commons.compress.archivers.zip.StreamCompressor
- flushDeflater() - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
-
Ensures all bytes sent to the deflater are written to the stream.
- flushLiteralBlock() - Method in class org.apache.commons.compress.compressors.lz77support.LZ77Compressor
- FlushShieldFilterOutputStream - Class in org.apache.commons.compress.utils
-
Re-implements
FilterOutputStream.flush()
to do nothing. - FlushShieldFilterOutputStream(OutputStream) - Constructor for class org.apache.commons.compress.utils.FlushShieldFilterOutputStream
- fmap - Variable in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorOutputStream.Data
- fmin(int, int) - Method in class org.apache.commons.compress.compressors.bzip2.BlockSort
- FNAME - Static variable in class org.apache.commons.compress.compressors.gzip.GzipCompressorInputStream
- FNAME - Static variable in class org.apache.commons.compress.compressors.gzip.GzipCompressorOutputStream
-
Header flag indicating a file name follows the header
- Folder - Class in org.apache.commons.compress.archivers.sevenz
-
The unit of solid compression.
- Folder() - Constructor for class org.apache.commons.compress.archivers.sevenz.Folder
- folderFirstFileIndex - Variable in class org.apache.commons.compress.archivers.sevenz.StreamMap
- folderFirstPackStreamIndex - Variable in class org.apache.commons.compress.archivers.sevenz.StreamMap
- folderHasCrc - Variable in class org.apache.commons.compress.archivers.sevenz.SevenZFile.ArchiveStatistics
- folders - Variable in class org.apache.commons.compress.archivers.sevenz.Archive
- folderSize() - Method in class org.apache.commons.compress.archivers.sevenz.SevenZFile.ArchiveStatistics
- forFiles(File...) - Static method in class org.apache.commons.compress.archivers.zip.ZipSplitReadOnlySeekableByteChannel
-
Concatenates the given files.
- forFiles(File...) - Static method in class org.apache.commons.compress.utils.MultiReadOnlySeekableByteChannel
-
Concatenates the given files.
- forFiles(File, Iterable<File>) - Static method in class org.apache.commons.compress.archivers.zip.ZipSplitReadOnlySeekableByteChannel
-
Concatenates the given files.
- format - Variable in exception org.apache.commons.compress.archivers.StreamingNotSupportedException
- format - Variable in class org.apache.commons.compress.archivers.zip.X0017_StrongEncryptionHeader
- FORMAT_NEW - Static variable in interface org.apache.commons.compress.archivers.cpio.CpioConstants
-
write/read a CpioArchiveEntry in the new format
- FORMAT_NEW_CRC - Static variable in interface org.apache.commons.compress.archivers.cpio.CpioConstants
-
write/read a CpioArchiveEntry in the new format with crc
- FORMAT_NEW_MASK - Static variable in interface org.apache.commons.compress.archivers.cpio.CpioConstants
-
Mask for both new formats
- FORMAT_OLD_ASCII - Static variable in interface org.apache.commons.compress.archivers.cpio.CpioConstants
-
write/read a CpioArchiveEntry in the old ascii format
- FORMAT_OLD_BINARY - Static variable in interface org.apache.commons.compress.archivers.cpio.CpioConstants
-
write/read a CpioArchiveEntry in the old binary format
- FORMAT_OLD_MASK - Static variable in interface org.apache.commons.compress.archivers.cpio.CpioConstants
-
Mask for both old formats
- FORMAT_OLDGNU - Static variable in interface org.apache.commons.compress.archivers.tar.TarConstants
-
GNU format as per before tar 1.12.
- FORMAT_POSIX - Static variable in interface org.apache.commons.compress.archivers.tar.TarConstants
-
Pure Posix format.
- FORMAT_XSTAR - Static variable in interface org.apache.commons.compress.archivers.tar.TarConstants
-
xstar format used by Jörg Schilling's star.
- formatBigIntegerBinary(long, byte[], int, int, boolean) - Static method in class org.apache.commons.compress.archivers.tar.TarUtils
- formatCheckSumOctalBytes(long, byte[], int, int) - Static method in class org.apache.commons.compress.archivers.tar.TarUtils
-
Writes an octal value into a buffer.
- formatLongBinary(long, byte[], int, int, boolean) - Static method in class org.apache.commons.compress.archivers.tar.TarUtils
- formatLongOctalBytes(long, byte[], int, int) - Static method in class org.apache.commons.compress.archivers.tar.TarUtils
-
Write an octal long integer into a buffer.
- formatLongOctalOrBinaryBytes(long, byte[], int, int) - Static method in class org.apache.commons.compress.archivers.tar.TarUtils
-
Write an long integer into a buffer as an octal string if this will fit, or as a binary number otherwise.
- formatNameBytes(String, byte[], int, int) - Static method in class org.apache.commons.compress.archivers.tar.TarUtils
-
Copy a name into a buffer.
- formatNameBytes(String, byte[], int, int, ZipEncoding) - Static method in class org.apache.commons.compress.archivers.tar.TarUtils
-
Copy a name into a buffer.
- formatOctalBytes(long, byte[], int, int) - Static method in class org.apache.commons.compress.archivers.tar.TarUtils
-
Write an octal integer into a buffer.
- formatUnsignedOctalString(long, byte[], int, int) - Static method in class org.apache.commons.compress.archivers.tar.TarUtils
-
Fill buffer with unsigned octal number, padded with leading zeroes.
- forOrderedSeekableByteChannels(SeekableByteChannel...) - Static method in class org.apache.commons.compress.archivers.zip.ZipSplitReadOnlySeekableByteChannel
-
Concatenates the given channels.
- forOrderedSeekableByteChannels(SeekableByteChannel, Iterable<SeekableByteChannel>) - Static method in class org.apache.commons.compress.archivers.zip.ZipSplitReadOnlySeekableByteChannel
-
Concatenates the given channels.
- forSeekableByteChannels(SeekableByteChannel...) - Static method in class org.apache.commons.compress.utils.MultiReadOnlySeekableByteChannel
-
Concatenates the given channels.
- FOUR_BYTE_COPY_TAG - Static variable in class org.apache.commons.compress.compressors.snappy.SnappyCompressorOutputStream
- FOUR_SIZE_BYTE_MARKER - Static variable in class org.apache.commons.compress.compressors.snappy.SnappyCompressorOutputStream
- fourBytesBuf - Variable in class org.apache.commons.compress.archivers.cpio.CpioArchiveInputStream
- fpop(int) - Method in class org.apache.commons.compress.compressors.bzip2.BlockSort
- fpush(int, int, int) - Method in class org.apache.commons.compress.compressors.bzip2.BlockSort
- FramedLZ4CompressorInputStream - Class in org.apache.commons.compress.compressors.lz4
-
CompressorInputStream for the LZ4 frame format.
- FramedLZ4CompressorInputStream(InputStream) - Constructor for class org.apache.commons.compress.compressors.lz4.FramedLZ4CompressorInputStream
-
Creates a new input stream that decompresses streams compressed using the LZ4 frame format and stops after decompressing the first frame.
- FramedLZ4CompressorInputStream(InputStream, boolean) - Constructor for class org.apache.commons.compress.compressors.lz4.FramedLZ4CompressorInputStream
-
Creates a new input stream that decompresses streams compressed using the LZ4 frame format.
- FramedLZ4CompressorOutputStream - Class in org.apache.commons.compress.compressors.lz4
-
CompressorOutputStream for the LZ4 frame format.
- FramedLZ4CompressorOutputStream(OutputStream) - Constructor for class org.apache.commons.compress.compressors.lz4.FramedLZ4CompressorOutputStream
-
Constructs a new output stream that compresses data using the LZ4 frame format using the default block size of 4MB.
- FramedLZ4CompressorOutputStream(OutputStream, FramedLZ4CompressorOutputStream.Parameters) - Constructor for class org.apache.commons.compress.compressors.lz4.FramedLZ4CompressorOutputStream
-
Constructs a new output stream that compresses data using the LZ4 frame format using the given block size.
- FramedLZ4CompressorOutputStream.BlockSize - Enum in org.apache.commons.compress.compressors.lz4
-
The block sizes supported by the format.
- FramedLZ4CompressorOutputStream.Parameters - Class in org.apache.commons.compress.compressors.lz4
-
Parameters of the LZ4 frame format.
- FramedSnappyCompressorInputStream - Class in org.apache.commons.compress.compressors.snappy
-
CompressorInputStream for the framing Snappy format.
- FramedSnappyCompressorInputStream(InputStream) - Constructor for class org.apache.commons.compress.compressors.snappy.FramedSnappyCompressorInputStream
-
Constructs a new input stream that decompresses snappy-framed-compressed data from the specified input stream using the
FramedSnappyDialect.STANDARD
dialect. - FramedSnappyCompressorInputStream(InputStream, int, FramedSnappyDialect) - Constructor for class org.apache.commons.compress.compressors.snappy.FramedSnappyCompressorInputStream
-
Constructs a new input stream that decompresses snappy-framed-compressed data from the specified input stream.
- FramedSnappyCompressorInputStream(InputStream, FramedSnappyDialect) - Constructor for class org.apache.commons.compress.compressors.snappy.FramedSnappyCompressorInputStream
-
Constructs a new input stream that decompresses snappy-framed-compressed data from the specified input stream.
- FramedSnappyCompressorOutputStream - Class in org.apache.commons.compress.compressors.snappy
-
CompressorOutputStream for the framing Snappy format.
- FramedSnappyCompressorOutputStream(OutputStream) - Constructor for class org.apache.commons.compress.compressors.snappy.FramedSnappyCompressorOutputStream
-
Constructs a new output stream that compresses snappy-framed-compressed data to the specified output stream.
- FramedSnappyCompressorOutputStream(OutputStream, Parameters) - Constructor for class org.apache.commons.compress.compressors.snappy.FramedSnappyCompressorOutputStream
-
Constructs a new output stream that compresses snappy-framed-compressed data to the specified output stream.
- FramedSnappyDialect - Enum in org.apache.commons.compress.compressors.snappy
-
Dialects of the framing format that
FramedSnappyCompressorInputStream
can deal with. - FramedSnappyDialect(boolean, boolean) - Constructor for enum org.apache.commons.compress.compressors.snappy.FramedSnappyDialect
- FRESERVED - Static variable in class org.apache.commons.compress.compressors.gzip.GzipCompressorInputStream
- fromDosTime(ZipLong) - Static method in class org.apache.commons.compress.archivers.zip.ZipUtil
-
Convert a DOS date/time field to a Date object.
- fromLittleEndian(byte[]) - Static method in class org.apache.commons.compress.utils.ByteUtils
-
Reads the given byte array as a little endian long.
- fromLittleEndian(byte[], int, int) - Static method in class org.apache.commons.compress.utils.ByteUtils
-
Reads the given byte array as a little endian long.
- fromLittleEndian(DataInput, int) - Static method in class org.apache.commons.compress.utils.ByteUtils
-
Reads the given number of bytes from the given input as little endian long.
- fromLittleEndian(InputStream, int) - Static method in class org.apache.commons.compress.utils.ByteUtils
-
Reads the given number of bytes from the given stream as a little endian long.
- fromLittleEndian(ByteUtils.ByteSupplier, int) - Static method in class org.apache.commons.compress.utils.ByteUtils
-
Reads the given number of bytes from the given supplier as a little endian long.
- FS_UFS2_MAGIC - Static variable in class org.apache.commons.compress.archivers.dump.DumpArchiveConstants
- fswap(int[], int, int) - Method in class org.apache.commons.compress.compressors.bzip2.BlockSort
-
swaps two values in fmap
- ftab - Variable in class org.apache.commons.compress.compressors.bzip2.BlockSort
- futures - Variable in class org.apache.commons.compress.archivers.zip.ParallelScatterZipCreator
- fvswap(int[], int, int, int) - Method in class org.apache.commons.compress.compressors.bzip2.BlockSort
-
swaps two intervals starting at yyp1 and yyp2 of length yyn inside fmap.
G
- G_SIZE - Static variable in interface org.apache.commons.compress.compressors.bzip2.BZip2Constants
- GARBLED - Static variable in class org.apache.commons.compress.archivers.arj.LocalFileHeader.Flags
- GARBLED - Static variable in class org.apache.commons.compress.archivers.arj.MainHeader.Flags
- GeneralPurposeBit - Class in org.apache.commons.compress.archivers.zip
-
Parser/encoder for the "general purpose bit" field in ZIP's local file and central directory headers.
- GeneralPurposeBit() - Constructor for class org.apache.commons.compress.archivers.zip.GeneralPurposeBit
- generateMTFValues() - Method in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorOutputStream
- generateMTFValues_yy - Variable in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorOutputStream.Data
- generation - Variable in class org.apache.commons.compress.archivers.dump.DumpArchiveEntry
- get() - Method in class org.apache.commons.compress.archivers.zip.CircularBuffer
-
Reads a byte from the buffer.
- get() - Method in class org.apache.commons.compress.archivers.zip.ParallelScatterZipCreator.DefaultBackingStoreSupplier
- get() - Method in interface org.apache.commons.compress.archivers.zip.ZipArchiveEntryRequestSupplier
-
Supply a
ZipArchiveEntryRequest
to be added to a parallel archive. - get() - Method in interface org.apache.commons.compress.parallel.InputStreamSupplier
-
Supply an input stream for a resource.
- get() - Method in interface org.apache.commons.compress.parallel.ScatterGatherBackingStoreSupplier
-
Create a ScatterGatherBackingStore.
- get(ByteBuffer, byte[]) - Static method in class org.apache.commons.compress.archivers.sevenz.SevenZFile
- getAccessDate() - Method in class org.apache.commons.compress.archivers.sevenz.SevenZArchiveEntry
-
Gets the access date.
- getAccessJavaTime() - Method in class org.apache.commons.compress.archivers.zip.X000A_NTFS
-
Returns the access time as a java.util.Date of this zip entry, or null if no such timestamp exists in the zip entry.
- getAccessJavaTime() - Method in class org.apache.commons.compress.archivers.zip.X5455_ExtendedTimestamp
-
Returns the access time as a java.util.Date of this zip entry, or null if no such timestamp exists in the zip entry.
- getAccessTime() - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveEntry
-
Returns the time the file was last accessed.
- getAccessTime() - Method in class org.apache.commons.compress.archivers.zip.X000A_NTFS
-
Returns the "File last access time" of this zip entry as a ZipEightByteInteger object, or
ZipEightByteInteger.ZERO
if no such timestamp exists in the zip entry. - getAccessTime() - Method in class org.apache.commons.compress.archivers.zip.X5455_ExtendedTimestamp
-
Returns the access time (seconds since epoch) of this zip entry as a ZipLong object, or null if no such timestamp exists in the zip entry.
- getActuallySkipped(long, long, long) - Method in class org.apache.commons.compress.archivers.tar.TarArchiveInputStream
-
For FileInputStream, the skip always return the number you input, so we need the available bytes to determine how many bytes are actually skipped
- getAddedFromChangeSet() - Method in class org.apache.commons.compress.changes.ChangeSetResults
-
Returns a list of file names which has been added from the changeset
- getAddedFromStream() - Method in class org.apache.commons.compress.changes.ChangeSetResults
-
Returns a list of file names which has been added from the original stream
- getAlgorithmByCode(int) - Static method in enum org.apache.commons.compress.archivers.zip.PKWareExtraHeader.EncryptionAlgorithm
-
Returns the EncryptionAlgorithm for the given code or null if the method is not known.
- getAlgorithmByCode(int) - Static method in enum org.apache.commons.compress.archivers.zip.PKWareExtraHeader.HashAlgorithm
-
Returns the HashAlgorithm for the given code or null if the method is not known.
- getAlignment() - Method in class org.apache.commons.compress.archivers.zip.ResourceAlignmentExtraField
-
Gets requested alignment.
- getAlignment() - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
-
Gets currently configured alignment.
- getAlignmentBoundary() - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveEntry
-
Gets the alignment boundary for this CPIO format
- getAllExtraFields() - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
- getAllExtraFieldsNoCopy() - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
-
Get all extra fields, including unparseable ones.
- getAndMoveToFrontDecode() - Method in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorInputStream
- getAndMoveToFrontDecode_yy - Variable in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorInputStream.Data
- getAndMoveToFrontDecode0() - Method in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorInputStream
- getArchiveComment() - Method in class org.apache.commons.compress.archivers.arj.ArjArchiveInputStream
-
Gets the archive's comment.
- getArchiveInputStreamProviders() - Method in class org.apache.commons.compress.archivers.ArchiveStreamFactory
- getArchiveName() - Method in class org.apache.commons.compress.archivers.arj.ArjArchiveInputStream
-
Gets the archive's recorded name.
- getArchiveOutputStreamProviders() - Method in class org.apache.commons.compress.archivers.ArchiveStreamFactory
- getAsByte() - Method in interface org.apache.commons.compress.utils.ByteUtils.ByteSupplier
-
The contract is similar to
InputStream.read()
, return the byte as an unsigned int, -1 if there are no more bytes. - getAsByte() - Method in class org.apache.commons.compress.utils.ByteUtils.InputStreamByteSupplier
- getBaseName(String) - Static method in class org.apache.commons.compress.utils.FileNameUtils
-
Returns the basename (i.e.
- getBlockSize() - Method in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorOutputStream
-
Returns the blocksize parameter specified at construction time.
- getBrotli() - Static method in class org.apache.commons.compress.compressors.CompressorStreamFactory
- getBSDLongName(String) - Method in class org.apache.commons.compress.archivers.ar.ArArchiveInputStream
-
Reads the real name from the current stream assuming the very first bytes to be read are the real file name.
- getBufferSize() - Method in class org.apache.commons.compress.compressors.gzip.GzipParameters
-
Gets size of the buffer used to retrieve compressed data.
- getBytes() - Method in class org.apache.commons.compress.archivers.zip.ZipEightByteInteger
-
Get value as eight bytes in big endian byte order.
- getBytes() - Method in class org.apache.commons.compress.archivers.zip.ZipLong
-
Get value as four bytes in big endian byte order.
- getBytes() - Method in class org.apache.commons.compress.archivers.zip.ZipShort
-
Get value as two bytes in big endian byte order.
- getBytes(int) - Static method in class org.apache.commons.compress.archivers.zip.ZipShort
-
Get value as two bytes in big endian byte order.
- getBytes(long) - Static method in class org.apache.commons.compress.archivers.zip.ZipEightByteInteger
-
Get value as eight bytes in big endian byte order.
- getBytes(long) - Static method in class org.apache.commons.compress.archivers.zip.ZipLong
-
Get value as four bytes in big endian byte order.
- getBytes(BigInteger) - Static method in class org.apache.commons.compress.archivers.zip.ZipEightByteInteger
-
Get value as eight bytes in big endian byte order.
- getBytesInflated() - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveInputStream
-
Get the number of bytes Inflater has actually processed.
- getBytesRead() - Method in class org.apache.commons.compress.archivers.ArchiveInputStream
-
Returns the current number of bytes read from this stream.
- getBytesRead() - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveInputStream
- getBytesRead() - Method in class org.apache.commons.compress.archivers.dump.TapeInputStream
-
Get number of bytes read.
- getBytesRead() - Method in class org.apache.commons.compress.archivers.zip.StreamCompressor
-
Return the number of bytes read from the source stream
- getBytesRead() - Method in class org.apache.commons.compress.compressors.CompressorInputStream
-
Returns the current number of bytes read from this stream.
- getBytesRead() - Method in class org.apache.commons.compress.compressors.deflate64.HuffmanDecoder
- getBytesRead() - Method in class org.apache.commons.compress.utils.BitInputStream
-
Returns the number of bytes read from the underlying stream.
- getBytesRead() - Method in class org.apache.commons.compress.utils.CountingInputStream
-
Returns the current number of bytes read from this stream.
- getBytesRemaining() - Method in class org.apache.commons.compress.utils.BoundedInputStream
- getBytesRemaining() - Method in class org.apache.commons.compress.utils.ChecksumVerifyingInputStream
- getBytesWritten() - Method in class org.apache.commons.compress.archivers.ArchiveOutputStream
-
Returns the current number of bytes written to this stream.
- getBytesWritten() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveOutputStream
- getBytesWritten() - Method in class org.apache.commons.compress.utils.CountingOutputStream
-
Returns the current number of bytes written to this stream.
- getBytesWrittenForLastEntry() - Method in class org.apache.commons.compress.archivers.zip.StreamCompressor
-
The number of bytes written to the output for the last entry
- getBzip2() - Static method in class org.apache.commons.compress.compressors.CompressorStreamFactory
- getCachedLZMAAvailability() - Static method in class org.apache.commons.compress.compressors.lzma.LZMAUtils
- getCachedXZAvailability() - Static method in class org.apache.commons.compress.compressors.xz.XZUtils
- getCdata(int) - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveEntry.TapeSegmentHeader
- getCentralDirectoryData() - Method in class org.apache.commons.compress.archivers.zip.AbstractUnicodeExtraField
- 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.JarMarker
-
The actual data to put central directory - without Header-ID or length specifier.
- getCentralDirectoryData() - Method in class org.apache.commons.compress.archivers.zip.PKWareExtraHeader
-
Get the central data.
- getCentralDirectoryData() - Method in class org.apache.commons.compress.archivers.zip.ResourceAlignmentExtraField
- getCentralDirectoryData() - Method in class org.apache.commons.compress.archivers.zip.UnparseableExtraFieldData
-
The actual data to put into central directory.
- getCentralDirectoryData() - Method in class org.apache.commons.compress.archivers.zip.UnrecognizedExtraField
-
Get the central data.
- getCentralDirectoryData() - Method in class org.apache.commons.compress.archivers.zip.X000A_NTFS
-
The actual data to put into central directory data - without Header-ID or length specifier.
- getCentralDirectoryData() - Method in class org.apache.commons.compress.archivers.zip.X5455_ExtendedTimestamp
-
The actual data to put into central directory data - without Header-ID or length specifier.
- getCentralDirectoryData() - Method in class org.apache.commons.compress.archivers.zip.X7875_NewUnix
-
The actual data to put into central directory data - without Header-ID or length specifier.
- getCentralDirectoryData() - Method in class org.apache.commons.compress.archivers.zip.Zip64ExtendedInformationExtraField
- getCentralDirectoryData() - Method in interface org.apache.commons.compress.archivers.zip.ZipExtraField
-
The actual data to put into 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.
- getCentralDirectoryLength() - Method in class org.apache.commons.compress.archivers.zip.AbstractUnicodeExtraField
- 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.JarMarker
-
Length of the extra field in the central directory - without Header-ID or length specifier.
- getCentralDirectoryLength() - Method in class org.apache.commons.compress.archivers.zip.PKWareExtraHeader
-
Get the central data length.
- getCentralDirectoryLength() - Method in class org.apache.commons.compress.archivers.zip.ResourceAlignmentExtraField
- getCentralDirectoryLength() - Method in class org.apache.commons.compress.archivers.zip.UnparseableExtraFieldData
-
Length of the complete extra field in the central directory.
- getCentralDirectoryLength() - Method in class org.apache.commons.compress.archivers.zip.UnrecognizedExtraField
-
Get the central data length.
- getCentralDirectoryLength() - Method in class org.apache.commons.compress.archivers.zip.X000A_NTFS
-
Length of the extra field in the local file data - without Header-ID or length specifier.
- getCentralDirectoryLength() - Method in class org.apache.commons.compress.archivers.zip.X5455_ExtendedTimestamp
-
Length of the extra field in the local file data - without Header-ID or length specifier.
- getCentralDirectoryLength() - Method in class org.apache.commons.compress.archivers.zip.X7875_NewUnix
-
Length of the extra field in the central directory data - without Header-ID or length specifier.
- getCentralDirectoryLength() - Method in class org.apache.commons.compress.archivers.zip.Zip64ExtendedInformationExtraField
- 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
-
Deprecated.since 1.5, not currently implemented
- getChanges() - Method in class org.apache.commons.compress.changes.ChangeSet
-
Returns the list of changes as a copy.
- getChar(ByteBuffer) - Static method in class org.apache.commons.compress.archivers.sevenz.SevenZFile
- getCharset() - Method in interface org.apache.commons.compress.archivers.zip.CharsetAccessor
-
Provides access to the character set associated with an object.
- getCharset() - Method in class org.apache.commons.compress.archivers.zip.NioZipEncoding
- getChksum() - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveEntry
-
Gets the checksum.
- getClearCode() - Method in class org.apache.commons.compress.compressors.lzw.LZWInputStream
- getCode() - Method in enum org.apache.commons.compress.archivers.zip.PKWareExtraHeader.EncryptionAlgorithm
-
the algorithm id.
- getCode() - Method in enum org.apache.commons.compress.archivers.zip.PKWareExtraHeader.HashAlgorithm
-
the hash algorithm ID.
- getCode() - Method in enum org.apache.commons.compress.archivers.zip.ZipMethod
-
the code of the compression method.
- getCodes(int[]) - Static method in class org.apache.commons.compress.compressors.deflate64.HuffmanDecoder
- getCodeSize() - Method in class org.apache.commons.compress.compressors.lzw.LZWInputStream
- getComment() - Method in class org.apache.commons.compress.compressors.gzip.GzipParameters
- getCommentSource() - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
-
The source of the comment field value.
- getCompressedCount() - Method in class org.apache.commons.compress.archivers.zip.ExplodingInputStream
- getCompressedCount() - Method in class org.apache.commons.compress.archivers.zip.InflaterInputStreamWithStatistics
- getCompressedCount() - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveInputStream
- getCompressedCount() - Method in class org.apache.commons.compress.archivers.zip.ZipFile.StoredStatisticsStream
- getCompressedCount() - Method in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorInputStream
- getCompressedCount() - Method in class org.apache.commons.compress.compressors.deflate.DeflateCompressorInputStream
- getCompressedCount() - Method in class org.apache.commons.compress.compressors.deflate64.Deflate64CompressorInputStream
- getCompressedCount() - Method in class org.apache.commons.compress.compressors.gzip.GzipCompressorInputStream
- getCompressedCount() - Method in class org.apache.commons.compress.compressors.lz4.FramedLZ4CompressorInputStream
- getCompressedCount() - Method in class org.apache.commons.compress.compressors.lz77support.AbstractLZ77CompressorInputStream
- getCompressedCount() - Method in class org.apache.commons.compress.compressors.lzma.LZMACompressorInputStream
- getCompressedCount() - Method in class org.apache.commons.compress.compressors.lzw.LZWInputStream
- getCompressedCount() - Method in class org.apache.commons.compress.compressors.snappy.FramedSnappyCompressorInputStream
- getCompressedCount() - Method in class org.apache.commons.compress.compressors.xz.XZCompressorInputStream
- getCompressedCount() - Method in interface org.apache.commons.compress.utils.InputStreamStatistics
- getCompressedCrc() - Method in class org.apache.commons.compress.archivers.sevenz.SevenZArchiveEntry
-
Deprecated.use getCompressedCrcValue instead.
- getCompressedCrcValue() - Method in class org.apache.commons.compress.archivers.sevenz.SevenZArchiveEntry
-
Gets the compressed CRC.
- getCompressedFilename(String) - Static method in class org.apache.commons.compress.compressors.bzip2.BZip2Utils
-
Maps the given file name to the name that the file should have after compression with bzip2.
- getCompressedFilename(String) - Method in class org.apache.commons.compress.compressors.FileNameUtil
-
Maps the given file name to the name that the file should have after compression.
- getCompressedFilename(String) - Static method in class org.apache.commons.compress.compressors.gzip.GzipUtils
-
Maps the given file name to the name that the file should have after compression with gzip.
- getCompressedFilename(String) - Static method in class org.apache.commons.compress.compressors.lzma.LZMAUtils
-
Maps the given file name to the name that the file should have after compression with lzma.
- getCompressedFilename(String) - Static method in class org.apache.commons.compress.compressors.xz.XZUtils
-
Maps the given file name to the name that the file should have after compression with xz.
- getCompressedSize() - Method in class org.apache.commons.compress.archivers.sevenz.SevenZArchiveEntry
-
Get this entry's compressed file size.
- getCompressedSize() - Method in class org.apache.commons.compress.archivers.zip.Zip64ExtendedInformationExtraField
-
The compressed size stored in this extra field.
- getCompressionElapsed() - Method in class org.apache.commons.compress.archivers.zip.ScatterStatistics
-
The number of milliseconds elapsed in the parallel compression phase
- getCompressionLevel() - Method in class org.apache.commons.compress.compressors.deflate.DeflateParameters
-
The compression level.
- getCompressionLevel() - Method in class org.apache.commons.compress.compressors.gzip.GzipParameters
- getCompressorInputStreamProviders() - Method in class org.apache.commons.compress.compressors.CompressorStreamFactory
- getCompressorOutputStreamProviders() - Method in class org.apache.commons.compress.compressors.CompressorStreamFactory
- getContentMethods() - Method in class org.apache.commons.compress.archivers.sevenz.SevenZArchiveEntry
-
Gets the (compression) methods to use for entry's content - the default is LZMA2.
- getContentMethods(SevenZArchiveEntry) - Method in class org.apache.commons.compress.archivers.sevenz.SevenZOutputFile
- getCount() - Method in class org.apache.commons.compress.archivers.ArchiveInputStream
-
Deprecated.this method may yield wrong results for large archives, use #getBytesRead instead
- getCount() - Method in class org.apache.commons.compress.archivers.ArchiveOutputStream
-
Deprecated.this method may yield wrong results for large archives, use #getBytesWritten instead
- getCount() - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveEntry.TapeSegmentHeader
- getCount() - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveInputStream
-
Deprecated.
- getCount() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveOutputStream
-
Deprecated.
- getCount() - Method in class org.apache.commons.compress.compressors.CompressorInputStream
-
Deprecated.this method may yield wrong results for large archives, use #getBytesRead instead
- getCrc() - Method in class org.apache.commons.compress.archivers.sevenz.SevenZArchiveEntry
-
Deprecated.use getCrcValue instead.
- getCrc32() - Method in class org.apache.commons.compress.archivers.zip.StreamCompressor
-
The crc32 of the last deflated file
- getCrcValue() - Method in class org.apache.commons.compress.archivers.sevenz.SevenZArchiveEntry
-
Gets the CRC.
- getCreateJavaTime() - Method in class org.apache.commons.compress.archivers.zip.X000A_NTFS
-
Returns the create time as a a java.util.Date of this zip entry, or null if no such timestamp exists in the zip entry.
- getCreateJavaTime() - Method in class org.apache.commons.compress.archivers.zip.X5455_ExtendedTimestamp
-
Returns the create time as a a java.util.Date of this zip entry, or null if no such timestamp exists in the zip entry.
- getCreateTime() - Method in class org.apache.commons.compress.archivers.zip.X000A_NTFS
-
Returns the "File creation time" of this zip entry as a ZipEightByteInteger object, or
ZipEightByteInteger.ZERO
if no such timestamp exists in the zip entry. - getCreateTime() - Method in class org.apache.commons.compress.archivers.zip.X5455_ExtendedTimestamp
-
Returns the create time (seconds since epoch) of this zip entry as a ZipLong object, or null if no such timestamp exists in the zip entry.
- getCreationDate() - Method in class org.apache.commons.compress.archivers.sevenz.SevenZArchiveEntry
-
Gets the creation date.
- getCreationTime() - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveEntry
-
Get file creation time.
- getCurrentEntry() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveInputStream
-
Get the current TAR Archive Entry that this input stream is processing
- getCurrentOutputStream() - Method in class org.apache.commons.compress.archivers.sevenz.SevenZOutputFile
- getCurrentSplitSegmentBytesWritten() - Method in class org.apache.commons.compress.archivers.zip.ZipSplitOutputStream
- getCurrentSplitSegmentIndex() - Method in class org.apache.commons.compress.archivers.zip.ZipSplitOutputStream
- getCurrentStream() - Method in class org.apache.commons.compress.archivers.sevenz.SevenZFile
- getData() - Method in class org.apache.commons.compress.compressors.lz77support.LZ77Compressor.LiteralBlock
-
The literal data.
- getDataOffset() - Method in interface org.apache.commons.compress.archivers.EntryStreamOffsets
-
Gets the offset of data stream within the archive file,
- getDataOffset() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
-
Gets the offset of data stream within the archive file,
- getDataOffset() - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
- getDataOffset(ZipArchiveEntry) - Method in class org.apache.commons.compress.archivers.zip.ZipFile
- getDataPadCount() - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveEntry
-
Gets the number of bytes needed to pad the data to the alignment boundary.
- getDecompressConcatenated() - Method in class org.apache.commons.compress.compressors.CompressorStreamFactory
- getDecompressUntilEOF() - Method in class org.apache.commons.compress.compressors.CompressorStreamFactory
- getDefaultName() - Method in class org.apache.commons.compress.archivers.sevenz.SevenZFile
-
Derives a default file name from the archive name - if known.
- getDeflate() - Static method in class org.apache.commons.compress.compressors.CompressorStreamFactory
- getDeflate64() - Static method in class org.apache.commons.compress.compressors.CompressorStreamFactory
- getDeleted() - Method in class org.apache.commons.compress.changes.ChangeSetResults
-
Returns a list of file names which has been deleted
- getDevice() - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveEntry
-
Gets the device id.
- getDeviceMaj() - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveEntry
-
Gets the major device id.
- getDeviceMin() - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveEntry
-
Gets the minor device id
- getDevMajor() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
-
Get this entry's major device number.
- getDevMinor() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
-
Get this entry's minor device number.
- getDevname() - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveSummary
-
Get the device name, e.g., /dev/sda3 or /dev/mapper/vg0-home.
- getDictionarySize(Coder) - Method in class org.apache.commons.compress.archivers.sevenz.LZMA2Decoder
- getDictionarySize(Coder) - Method in class org.apache.commons.compress.archivers.sevenz.LZMADecoder
- getDictSize(Object) - Method in class org.apache.commons.compress.archivers.sevenz.LZMA2Decoder
- 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.
- getDiskNumberStart() - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
-
The number of the split segment this entry starts at.
- getDiskStartNumber() - Method in class org.apache.commons.compress.archivers.zip.Zip64ExtendedInformationExtraField
-
The disk start number stored in this extra field.
- getDumpDate() - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveSummary
-
Get the date of this dump.
- getEclass() - Method in class org.apache.commons.compress.compressors.bzip2.BlockSort
- getEffectiveZip64Mode(ZipArchiveEntry) - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
-
If the mode is AsNeeded and the entry is a compressed entry of unknown size that gets written to a non-seekable stream then change the default to Never.
- getEncoding() - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
-
The encoding to use for file names and the file comment.
- getEncoding() - Method in class org.apache.commons.compress.archivers.zip.ZipFile
-
The encoding to use for file names and the file comment.
- getEncryptionAlgorithm() - Method in class org.apache.commons.compress.archivers.zip.X0017_StrongEncryptionHeader
-
Get encryption algorithm.
- getEntries() - Method in class org.apache.commons.compress.archivers.sevenz.SevenZFile
-
Returns a copy of meta-data of all archive entries.
- getEntries() - Method in class org.apache.commons.compress.archivers.tar.TarFile
-
Get all TAR Archive Entries from the TarFile
- getEntries() - Method in class org.apache.commons.compress.archivers.zip.ZipFile
-
Returns all entries.
- getEntries(String) - Method in class org.apache.commons.compress.archivers.zip.ZipFile
-
Returns all named entries in the same order they appear within the archive's central directory.
- getEntriesInPhysicalOrder() - Method in class org.apache.commons.compress.archivers.zip.ZipFile
-
Returns all entries in physical order.
- getEntriesInPhysicalOrder(String) - Method in class org.apache.commons.compress.archivers.zip.ZipFile
-
Returns all named entries in the same order their contents appear within the archive.
- getEntry() - Method in exception org.apache.commons.compress.archivers.zip.UnsupportedZipFeatureException
-
The entry using the unsupported feature.
- getEntry() - Method in class org.apache.commons.compress.changes.Change
- getEntry(String) - Method in class org.apache.commons.compress.archivers.zip.ZipFile
-
Returns a named entry - or
null
if no entry by that name exists. - getEntryEncoding() - Method in class org.apache.commons.compress.archivers.ArchiveStreamFactory
-
Returns the encoding to use for arj, jar, zip, dump, cpio and tar files, or null for the archiver default.
- getEntryEncoding(ZipArchiveEntry) - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
- getEntrySize() - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveEntry
-
Returns the size of the entry as read from the archive.
- getEntryTooBigMessage(ZipArchiveEntry) - Static method in exception org.apache.commons.compress.archivers.zip.Zip64RequiredException
-
Helper to format "entry too big" messages.
- getExtendedName(int) - Method in class org.apache.commons.compress.archivers.ar.ArArchiveInputStream
-
Get an extended name from the GNU extended name buffer.
- getExtension(String) - Static method in class org.apache.commons.compress.utils.FileNameUtils
-
Returns the extension (i.e.
- getExternalAttributes() - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
-
Retrieves the external file attributes.
- getExtraField(ZipShort) - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
-
Looks up an extra field by its header id.
- getExtraFields() - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
-
Retrieves all extra fields that have been parsed successfully.
- getExtraFields(boolean) - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
-
Retrieves extra fields.
- getExtraFields(ExtraFieldParsingBehavior) - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
-
Retrieves extra fields.
- getExtraPaxHeader(String) - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
-
get named extra PAX header
- getExtraPaxHeaders() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
-
get extra PAX Headers
- getFeature() - Method in exception org.apache.commons.compress.archivers.zip.UnsupportedZipFeatureException
-
The unsupported feature that has been used.
- getFile() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
-
Get this entry's file.
- getFilename() - Method in class org.apache.commons.compress.compressors.gzip.GzipParameters
- getFilesystem() - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveSummary
-
Get the last mountpoint, e.g., /home.
- getFinalCRC() - Method in class org.apache.commons.compress.compressors.bzip2.CRC
- getFirstRecord() - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveSummary
-
Get the inode of the first record on this volume.
- getFlags() - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveSummary
-
Get the miscellaneous flags.
- getFlags() - Method in class org.apache.commons.compress.archivers.zip.X5455_ExtendedTimestamp
-
Gets flags byte.
- getFormat() - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveEntry
-
Gets the format for this entry.
- getFormat() - Method in exception org.apache.commons.compress.archivers.StreamingNotSupportedException
-
Returns the format that has been requested/detected.
- getGeneralPurposeBit() - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
-
The "general purpose bit" field.
- getGeneralPurposeBits(boolean, boolean) - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
- getGeneration() - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveEntry
-
Return the generation of the file.
- getGID() - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveEntry
-
Gets the group id.
- getGID() - Method in class org.apache.commons.compress.archivers.zip.X7875_NewUnix
-
Gets the GID as a long.
- getGlobalCRC() - Method in class org.apache.commons.compress.compressors.bzip2.CRC
- getGroupId() - Method in class org.apache.commons.compress.archivers.ar.ArArchiveEntry
- getGroupId() - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveEntry
-
Return the group id
- getGroupId() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
-
Deprecated.use #getLongGroupId instead as group ids can be bigger than
Integer.MAX_VALUE
- getGroupId() - Method in class org.apache.commons.compress.archivers.zip.AsiExtraField
-
Get the group id.
- getGroupName() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
-
Get this entry's group name.
- getGzip() - Static method in class org.apache.commons.compress.compressors.CompressorStreamFactory
- getHasAccessDate() - Method in class org.apache.commons.compress.archivers.sevenz.SevenZArchiveEntry
-
Returns whether this entry has got an access date at all.
- getHasCrc() - Method in class org.apache.commons.compress.archivers.sevenz.SevenZArchiveEntry
-
Returns whether this entry has got a crc.
- getHasCreationDate() - Method in class org.apache.commons.compress.archivers.sevenz.SevenZArchiveEntry
-
Returns whether this entry has got a creation date at all.
- getHashAlgorithm() - Method in class org.apache.commons.compress.archivers.zip.X0015_CertificateIdForFile
-
Get hash algorithm.
- getHashAlgorithm() - Method in class org.apache.commons.compress.archivers.zip.X0016_CertificateIdForCentralDirectory
-
Get hash algorithm.
- getHashAlgorithm() - Method in class org.apache.commons.compress.archivers.zip.X0017_StrongEncryptionHeader
-
Get hash algorithm.
- getHasLastModifiedDate() - Method in class org.apache.commons.compress.archivers.sevenz.SevenZArchiveEntry
-
Returns whether this entry has got a last modified date at all.
- getHasWindowsAttributes() - Method in class org.apache.commons.compress.archivers.sevenz.SevenZArchiveEntry
-
Returns whether this entry has windows attributes.
- getHeaderCount() - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveEntry
-
Return the number of records in this segment.
- getHeaderHoles() - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveEntry
-
Return the number of sparse records in this segment.
- getHeaderId() - Method in class org.apache.commons.compress.archivers.zip.AsiExtraField
-
The Header-ID.
- getHeaderId() - Method in class org.apache.commons.compress.archivers.zip.JarMarker
-
The Header-ID.
- getHeaderId() - Method in class org.apache.commons.compress.archivers.zip.PKWareExtraHeader
-
Get the header id.
- getHeaderId() - Method in class org.apache.commons.compress.archivers.zip.ResourceAlignmentExtraField
- getHeaderId() - Method in class org.apache.commons.compress.archivers.zip.UnicodeCommentExtraField
- getHeaderId() - Method in class org.apache.commons.compress.archivers.zip.UnicodePathExtraField
- getHeaderId() - Method in class org.apache.commons.compress.archivers.zip.UnparseableExtraFieldData
-
The Header-ID.
- getHeaderId() - Method in class org.apache.commons.compress.archivers.zip.UnrecognizedExtraField
-
Get the header id.
- getHeaderId() - Method in class org.apache.commons.compress.archivers.zip.X000A_NTFS
-
The Header-ID.
- getHeaderId() - Method in class org.apache.commons.compress.archivers.zip.X5455_ExtendedTimestamp
-
The Header-ID.
- getHeaderId() - Method in class org.apache.commons.compress.archivers.zip.X7875_NewUnix
-
The Header-ID.
- getHeaderId() - Method in class org.apache.commons.compress.archivers.zip.Zip64ExtendedInformationExtraField
- getHeaderId() - Method in interface org.apache.commons.compress.archivers.zip.ZipExtraField
-
The Header-ID.
- getHeaderPadCount() - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveEntry
-
Deprecated.This method doesn't properly work for multi-byte encodings. And creates corrupt archives. Use
CpioArchiveEntry.getHeaderPadCount(Charset)
orCpioArchiveEntry.getHeaderPadCount(long)
in any case. - getHeaderPadCount(long) - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveEntry
-
Gets the number of bytes needed to pad the header to the alignment boundary.
- getHeaderPadCount(Charset) - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveEntry
-
Gets the number of bytes needed to pad the header to the alignment boundary.
- getHeaderSize() - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveEntry
-
Gets the header size for this CPIO format
- getHeaderType() - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveEntry
-
Return the type of the tape segment header.
- getHoles() - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveEntry.TapeSegmentHeader
- getHostname() - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveSummary
-
Get the hostname of the system where the dump was performed.
- getHostOs() - Method in class org.apache.commons.compress.archivers.arj.ArjArchiveEntry
-
The operating system the archive has been created on.
- getId() - Method in enum org.apache.commons.compress.archivers.sevenz.SevenZMethod
- getIndex() - Method in enum org.apache.commons.compress.compressors.lz4.FramedLZ4CompressorOutputStream.BlockSize
- getIno() - Method in class org.apache.commons.compress.archivers.dump.Dirent
-
Get ino.
- getIno() - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveEntry
-
Returns the ino of the entry.
- getIno() - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveEntry.TapeSegmentHeader
- getIno(byte[]) - Static method in class org.apache.commons.compress.archivers.dump.DumpArchiveUtil
-
Get the ino associated with this buffer.
- getInode() - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveEntry
-
Sets the inode.
- getInput() - Method in class org.apache.commons.compress.changes.Change
- getInputStream() - Method in interface org.apache.commons.compress.changes.ChangeSetPerformer.ArchiveEntryIterator
- getInputStream() - Method in class org.apache.commons.compress.changes.ChangeSetPerformer.ArchiveInputStreamIterator
- getInputStream() - Method in class org.apache.commons.compress.changes.ChangeSetPerformer.ZipFileIterator
- getInputStream() - Method in class org.apache.commons.compress.parallel.FileBasedScatterGatherBackingStore
- getInputStream() - Method in interface org.apache.commons.compress.parallel.ScatterGatherBackingStore
-
An input stream that contains the scattered payload
- getInputStream(SevenZArchiveEntry) - Method in class org.apache.commons.compress.archivers.sevenz.SevenZFile
-
Returns an InputStream for reading the contents of the given entry.
- getInputStream(TarArchiveEntry) - Method in class org.apache.commons.compress.archivers.tar.TarFile
-
Gets the input stream for the provided Tar Archive Entry.
- getInputStream(ZipArchiveEntry) - Method in class org.apache.commons.compress.archivers.zip.ZipFile
-
Returns an InputStream for reading the contents of the given entry.
- getInputStreamArchiveNames() - Method in class org.apache.commons.compress.archivers.ArchiveStreamFactory
- getInputStreamArchiveNames() - Method in interface org.apache.commons.compress.archivers.ArchiveStreamProvider
-
Gets all the input stream archive names for this provider
- getInputStreamCompressorNames() - Method in class org.apache.commons.compress.compressors.CompressorStreamFactory
- getInputStreamCompressorNames() - Method in interface org.apache.commons.compress.compressors.CompressorStreamProvider
-
Gets all the input stream compressor names for this provider
- getInstance() - Static method in class org.apache.commons.compress.archivers.zip.JarMarker
-
Since JarMarker is stateless we can always use the same instance.
- getInt(byte[], int) - Static method in class org.apache.commons.compress.compressors.lz4.XXHash32
- getInt(ByteBuffer) - Static method in class org.apache.commons.compress.archivers.sevenz.SevenZFile
- getInternalAttributes() - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
-
Retrieves the internal file attributes.
- getIntValue() - Method in class org.apache.commons.compress.archivers.zip.ZipLong
-
Get value as a (signed) java int
- getKey() - Method in class org.apache.commons.compress.archivers.zip.ExtraFieldUtils.UnparseableExtraField
-
Key of the action to take.
- getLabel() - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveSummary
-
Get dump label.
- getLastModified() - Method in class org.apache.commons.compress.archivers.ar.ArArchiveEntry
-
Last modified time in seconds since the epoch.
- getLastModifiedDate() - Method in class org.apache.commons.compress.archivers.ar.ArArchiveEntry
- getLastModifiedDate() - Method in interface org.apache.commons.compress.archivers.ArchiveEntry
-
Gets the last modified date of this entry.
- getLastModifiedDate() - Method in class org.apache.commons.compress.archivers.arj.ArjArchiveEntry
-
The last modified date of the entry.
- getLastModifiedDate() - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveEntry
- getLastModifiedDate() - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveEntry
-
The last modified date.
- getLastModifiedDate() - Method in class org.apache.commons.compress.archivers.sevenz.SevenZArchiveEntry
-
Gets the last modified date.
- getLastModifiedDate() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
- getLastModifiedDate() - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
-
Wraps
ZipEntry.getTime()
with aDate
as the entry's last modified date. - getLazyMatching() - Method in class org.apache.commons.compress.compressors.lz77support.Parameters
-
Gets whether to perform lazy matching.
- getLazyMatchingThreshold() - Method in class org.apache.commons.compress.compressors.lz77support.Parameters
-
Gets the threshold for lazy matching.
- getLength() - Method in class org.apache.commons.compress.archivers.ar.ArArchiveEntry
- getLength() - Method in class org.apache.commons.compress.compressors.lz77support.LZ77Compressor.BackReference
-
Provides the length of the back-reference.
- getLength() - Method in class org.apache.commons.compress.compressors.lz77support.LZ77Compressor.LiteralBlock
-
Length of literal block.
- getLevel() - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveSummary
-
Get the level of this dump.
- getLinkedFile() - Method in class org.apache.commons.compress.archivers.zip.AsiExtraField
-
Name of linked file
- getLinkName() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
-
Get this entry's link name.
- getLocalFileDataData() - Method in class org.apache.commons.compress.archivers.zip.AbstractUnicodeExtraField
- 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.JarMarker
-
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.PKWareExtraHeader
-
Get the local data.
- getLocalFileDataData() - Method in class org.apache.commons.compress.archivers.zip.ResourceAlignmentExtraField
- getLocalFileDataData() - Method in class org.apache.commons.compress.archivers.zip.UnparseableExtraFieldData
-
The actual data to put into local file data.
- getLocalFileDataData() - Method in class org.apache.commons.compress.archivers.zip.UnrecognizedExtraField
-
Get the local data.
- getLocalFileDataData() - Method in class org.apache.commons.compress.archivers.zip.X000A_NTFS
-
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.X5455_ExtendedTimestamp
-
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.X7875_NewUnix
-
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.Zip64ExtendedInformationExtraField
- 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.
- getLocalFileDataLength() - Method in class org.apache.commons.compress.archivers.zip.AbstractUnicodeExtraField
- 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.JarMarker
-
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.PKWareExtraHeader
-
Get the length of the local data.
- getLocalFileDataLength() - Method in class org.apache.commons.compress.archivers.zip.ResourceAlignmentExtraField
- getLocalFileDataLength() - Method in class org.apache.commons.compress.archivers.zip.UnparseableExtraFieldData
-
Length of the complete extra field in the local file data.
- getLocalFileDataLength() - Method in class org.apache.commons.compress.archivers.zip.UnrecognizedExtraField
-
Get the length of the local data.
- getLocalFileDataLength() - Method in class org.apache.commons.compress.archivers.zip.X000A_NTFS
-
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.X5455_ExtendedTimestamp
-
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.X7875_NewUnix
-
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.Zip64ExtendedInformationExtraField
- 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.
- getLocalHeaderOffset() - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
- getLong(ByteBuffer) - Static method in class org.apache.commons.compress.archivers.sevenz.SevenZFile
- getLongGroupId() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
-
Get this entry's group id.
- getLongNameData() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveInputStream
-
Get the next entry in this tar archive as longname data.
- getLongNameData() - Method in class org.apache.commons.compress.archivers.tar.TarFile
-
Get the next entry in this tar archive as longname data.
- getLongUserId() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
-
Get this entry's user id.
- getLongValue() - Method in class org.apache.commons.compress.archivers.zip.ZipEightByteInteger
-
Get value as Java long.
- getLongValue(byte[]) - Static method in class org.apache.commons.compress.archivers.zip.ZipEightByteInteger
-
Helper method to get the value as a Java long from an eight-byte array
- getLongValue(byte[], int) - Static method in class org.apache.commons.compress.archivers.zip.ZipEightByteInteger
-
Helper method to get the value as a Java long from eight bytes starting at given array offset
- getLZ4Block() - Static method in class org.apache.commons.compress.compressors.CompressorStreamFactory
- getLZ4Framed() - Static method in class org.apache.commons.compress.compressors.CompressorStreamFactory
- getLzma() - Static method in class org.apache.commons.compress.compressors.CompressorStreamFactory
- getManifestAttributes() - Method in class org.apache.commons.compress.archivers.jar.JarArchiveEntry
-
Deprecated.since 1.5, do not use; always returns null
- getMaxBackReferenceLength() - Method in class org.apache.commons.compress.compressors.lz77support.Parameters
-
Gets the maximal length of a back-reference found.
- getMaxCandidates() - Method in class org.apache.commons.compress.compressors.lz77support.Parameters
-
Gets the maximum number of back-reference candidates to consider.
- getMaxLiteralLength() - Method in class org.apache.commons.compress.compressors.lz77support.Parameters
-
Gets the maximal length of a literal block.
- getMaxMemoryLimitInKb() - Method in class org.apache.commons.compress.archivers.sevenz.SevenZFileOptions
-
Gets the maximum amount of memory to use for parsing the archive and during extraction.
- getMaxOffset() - Method in class org.apache.commons.compress.compressors.lz77support.Parameters
-
Gets the maximal offset of a back-reference found.
- getMemoryLimitInKb() - Method in exception org.apache.commons.compress.MemoryLimitException
- getMemoryNeededInKb() - Method in exception org.apache.commons.compress.MemoryLimitException
- getMergedFields() - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
- getMergingElapsed() - Method in class org.apache.commons.compress.archivers.zip.ScatterStatistics
-
The number of milliseconds elapsed in merging the results of the parallel compression, the IO phase
- getMessage() - Method in enum org.apache.commons.compress.archivers.sevenz.CLI.Mode
- getMetaData() - Method in class org.apache.commons.compress.compressors.gzip.GzipCompressorInputStream
-
Provides the stream's meta data - may change with each stream when decompressing concatenated streams.
- getMethod() - Method in class org.apache.commons.compress.archivers.arj.ArjArchiveEntry
- getMethod() - Method in class org.apache.commons.compress.archivers.sevenz.SevenZMethodConfiguration
-
The specified method.
- getMethod() - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
-
Returns the compression method of this entry, or -1 if the compression method has not been specified.
- getMethod() - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveEntryRequest
-
The compression method to use
- getMethodByCode(int) - Static method in enum org.apache.commons.compress.archivers.zip.ZipMethod
-
returns the
ZipMethod
for the given code or null if the method is not known. - getMinBackReferenceLength() - Method in class org.apache.commons.compress.compressors.lz77support.Parameters
-
Gets the minimal length of a back-reference found.
- getMode() - Method in class org.apache.commons.compress.archivers.ar.ArArchiveEntry
- getMode() - Method in class org.apache.commons.compress.archivers.arj.ArjArchiveEntry
-
File mode of this entry.
- getMode() - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveEntry
-
Gets the mode of this entry (e.g.
- getMode() - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveEntry
-
Return the access permissions on the entry.
- 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.
- getModificationTime() - Method in class org.apache.commons.compress.compressors.gzip.GzipParameters
- getModifyJavaTime() - Method in class org.apache.commons.compress.archivers.zip.X000A_NTFS
-
Returns the modify time as a java.util.Date of this zip entry, or null if no such timestamp exists in the zip entry.
- getModifyJavaTime() - Method in class org.apache.commons.compress.archivers.zip.X5455_ExtendedTimestamp
-
Returns the modify time as a java.util.Date of this zip entry, or null if no such timestamp exists in the zip entry.
- getModifyTime() - Method in class org.apache.commons.compress.archivers.zip.X000A_NTFS
-
Returns the "File last modification time" of this zip entry as a ZipEightByteInteger object, or
ZipEightByteInteger.ZERO
if no such timestamp exists in the zip entry. - getModifyTime() - Method in class org.apache.commons.compress.archivers.zip.X5455_ExtendedTimestamp
-
Returns the modify time (seconds since epoch) of this zip entry as a ZipLong object, or null if no such timestamp exists in the zip entry.
- getModTime() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
-
Get this entry's modification time.
- getName() - Method in class org.apache.commons.compress.archivers.ar.ArArchiveEntry
- getName() - Method in interface org.apache.commons.compress.archivers.ArchiveEntry
-
Gets the name of the entry in this archive.
- getName() - Method in class org.apache.commons.compress.archivers.arj.ArjArchiveEntry
-
Get this entry's name.
- getName() - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveEntry
-
Gets the name.
- getName() - Method in class org.apache.commons.compress.archivers.dump.Dirent
-
Get name of directory entry.
- getName() - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveEntry
-
Returns the name of the entry.
- getName() - Method in class org.apache.commons.compress.archivers.sevenz.SevenZArchiveEntry
-
Get this entry's name.
- 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.zip.ZipArchiveEntry
-
Get the name of the entry.
- getName(ZipArchiveEntry) - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
- getNameCRC32() - Method in class org.apache.commons.compress.archivers.zip.AbstractUnicodeExtraField
- getNameSource() - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
-
The source of the name field value.
- getNextArEntry() - Method in class org.apache.commons.compress.archivers.ar.ArArchiveInputStream
-
Returns the next AR entry in this stream.
- getNextCPIOEntry() - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveInputStream
-
Reads the next CPIO file entry and positions stream at the beginning of the entry data.
- getNextDumpEntry() - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveInputStream
-
Read the next entry.
- 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.arj.ArjArchiveInputStream
- getNextEntry() - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveInputStream
- getNextEntry() - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveInputStream
- getNextEntry() - Method in class org.apache.commons.compress.archivers.jar.JarArchiveInputStream
- getNextEntry() - Method in class org.apache.commons.compress.archivers.sevenz.SevenZFile
-
Returns the next Archive Entry in this archive.
- getNextEntry() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveInputStream
-
Returns the next Archive Entry in this Stream.
- getNextEntry() - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveInputStream
- getNextJarEntry() - Method in class org.apache.commons.compress.archivers.jar.JarArchiveInputStream
- getNextReadableEntry() - Method in interface org.apache.commons.compress.archivers.examples.Expander.ArchiveEntrySupplier
- getNextTarEntry() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveInputStream
-
Get the next entry in this tar archive.
- getNextTarEntry() - Method in class org.apache.commons.compress.archivers.tar.TarFile
-
Get the next entry in this tar archive.
- getNextZipEntry() - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveInputStream
- getNiceBackReferenceLength() - Method in class org.apache.commons.compress.compressors.lz77support.Parameters
-
Gets the length of a back-reference that is considered nice enough to stop searching for longer ones.
- getNlink() - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveEntry
-
Return the number of hard links to the entry.
- getNTRec() - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveSummary
-
Get the number of records per tape block.
- getNumberOfLinks() - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveEntry
-
Gets the number of links.
- getNumberOfShannonFanoTrees() - Method in class org.apache.commons.compress.archivers.zip.GeneralPurposeBit
-
Returns the number of trees used by the compression method 6 (imploding).
- getNumbytes() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveStructSparse
- getOffset() - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveEntry
-
Return the offset within the archive
- getOffset() - Method in exception org.apache.commons.compress.archivers.dump.InvalidFormatException
- getOffset() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveStructSparse
- getOffset() - Method in class org.apache.commons.compress.compressors.lz77support.LZ77Compressor.BackReference
-
Provides the offset of the back-reference.
- getOffset() - Method in class org.apache.commons.compress.compressors.lz77support.LZ77Compressor.LiteralBlock
-
Offset into data where the literal block starts.
- getOperatingSystem() - Method in class org.apache.commons.compress.compressors.gzip.GzipParameters
- getOptions() - Method in class org.apache.commons.compress.archivers.sevenz.SevenZMethodConfiguration
-
The specified options.
- getOptions(Object) - Method in class org.apache.commons.compress.archivers.sevenz.LZMA2Decoder
- getOptions(Object) - Method in class org.apache.commons.compress.archivers.sevenz.LZMADecoder
- getOptionsAsProperties(Object) - Method in class org.apache.commons.compress.archivers.sevenz.CoderBase
- getOptionsAsProperties(Object) - Method in class org.apache.commons.compress.archivers.sevenz.DeltaDecoder
- getOptionsAsProperties(Object) - Method in class org.apache.commons.compress.archivers.sevenz.LZMA2Decoder
- getOptionsAsProperties(Object) - Method in class org.apache.commons.compress.archivers.sevenz.LZMADecoder
- getOptionsFromCoder(Coder) - Method in class org.apache.commons.compress.archivers.sevenz.DeltaDecoder
- getOptionsFromCoder(Coder, InputStream) - Method in class org.apache.commons.compress.archivers.sevenz.CoderBase
- getOptionsFromCoder(Coder, InputStream) - Method in class org.apache.commons.compress.archivers.sevenz.DeltaDecoder
- getOptionsFromCoder(Coder, InputStream) - Method in class org.apache.commons.compress.archivers.sevenz.LZMA2Decoder
- getOptionsFromCoder(Coder, InputStream) - Method in class org.apache.commons.compress.archivers.sevenz.LZMADecoder
- getOrderedCoders() - Method in class org.apache.commons.compress.archivers.sevenz.Folder
-
Sorts Coders using bind pairs.
- getOrderedSparseHeaders() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
-
Get this entry's sparse headers ordered by offset with all empty sparse sections at the start filtered out.
- getOriginalName() - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveEntry
-
Returns the unmodified name of the entry.
- getOutputStreamArchiveNames() - Method in class org.apache.commons.compress.archivers.ArchiveStreamFactory
- getOutputStreamArchiveNames() - Method in interface org.apache.commons.compress.archivers.ArchiveStreamProvider
-
Gets all the output stream archive names for this provider
- getOutputStreamCompressorNames() - Method in class org.apache.commons.compress.compressors.CompressorStreamFactory
- getOutputStreamCompressorNames() - Method in interface org.apache.commons.compress.compressors.CompressorStreamProvider
-
Gets all the output stream compressor names for this provider
- getPack200() - Static method in class org.apache.commons.compress.compressors.CompressorStreamFactory
- getParentIno() - Method in class org.apache.commons.compress.archivers.dump.Dirent
-
Get ino of parent directory.
- getParseableExtraFields() - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
- getParseableExtraFieldsNoCopy() - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
- getPath() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
-
Get this entry's file.
- getPath(DumpArchiveEntry) - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveInputStream
-
Get full path for specified archive entry, or null if there's a gap.
- getPayloadStream() - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveEntryRequest
-
The payload that will be added to this zip entry
- getPermissions() - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveEntry
-
Returns the permissions on the entry.
- getPlatform() - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
-
Platform specification to put into the "version made by" part of the central file header.
- getPrefix(int) - Method in class org.apache.commons.compress.compressors.lzw.LZWInputStream
- getPrefixesLength() - Method in class org.apache.commons.compress.compressors.lzw.LZWInputStream
- getPreviousDumpDate() - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveSummary
-
Get the date of the previous dump at this level higher.
- getRawFlag() - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
-
The content of the flags field.
- getRawInputStream(ZipArchiveEntry) - Method in class org.apache.commons.compress.archivers.zip.ZipFile
-
Expose the raw stream of the archive entry (compressed form).
- getRawName() - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
-
Returns the raw bytes that made up the name before it has been converted using the configured or guessed encoding.
- getRealSize() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
-
Get this entry's real file size in case of a sparse file.
- getRecord() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveInputStream
-
Get the next record in this tar archive.
- getRecord() - Method in class org.apache.commons.compress.archivers.tar.TarFile
-
Get the next record in this tar archive.
- getRecordCount() - Method in class org.apache.commons.compress.archivers.zip.X0015_CertificateIdForFile
-
Get record count.
- getRecordCount() - Method in class org.apache.commons.compress.archivers.zip.X0016_CertificateIdForCentralDirectory
-
Get record count.
- getRecordCount() - Method in class org.apache.commons.compress.archivers.zip.X0017_StrongEncryptionHeader
-
Get record count.
- getRecordSize() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveInputStream
-
Get the record size being used by this stream's buffer.
- getRecordSize() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveOutputStream
-
Deprecated.
- getRelativeHeaderOffset() - Method in class org.apache.commons.compress.archivers.zip.Zip64ExtendedInformationExtraField
-
The relative header offset stored in this extra field.
- getRemoteDevice() - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveEntry
-
Gets the remote device id.
- getRemoteDeviceMaj() - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveEntry
-
Gets the remote major device id.
- getRemoteDeviceMin() - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveEntry
-
Gets the remote minor device id.
- getSimpleName() - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveEntry
-
Returns the path of the entry.
- getSingleton() - Static method in class org.apache.commons.compress.compressors.CompressorStreamFactory
- getSize() - Method in class org.apache.commons.compress.archivers.ar.ArArchiveEntry
- getSize() - Method in interface org.apache.commons.compress.archivers.ArchiveEntry
-
Gets the uncompressed size of this entry.
- getSize() - Method in class org.apache.commons.compress.archivers.arj.ArjArchiveEntry
-
Get this entry's file size.
- getSize() - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveEntry
-
Gets the filesize.
- getSize() - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveEntry
-
Returns the size of the entry.
- getSize() - Method in class org.apache.commons.compress.archivers.sevenz.SevenZArchiveEntry
-
Get this entry's file size.
- getSize() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
-
Get this entry's file size.
- getSize() - Method in class org.apache.commons.compress.archivers.zip.Zip64ExtendedInformationExtraField
-
The uncompressed size stored in this extra field.
- getSize() - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
-
Gets the uncompressed size of the entry data.
- getSize() - Method in enum org.apache.commons.compress.compressors.lz4.FramedLZ4CompressorOutputStream.BlockSize
- getSize() - Method in class org.apache.commons.compress.compressors.lz77support.AbstractLZ77CompressorInputStream
-
Get the uncompressed size of the stream
- getSize() - Method in class org.apache.commons.compress.compressors.snappy.SnappyCompressorInputStream
-
Get the uncompressed size of the stream
- getSlidingDictionarySize() - Method in class org.apache.commons.compress.archivers.zip.GeneralPurposeBit
-
Returns the sliding dictionary size used by the compression method 6 (imploding).
- getSnappyFramed() - Static method in class org.apache.commons.compress.compressors.CompressorStreamFactory
- getSnappyRaw() - Static method in class org.apache.commons.compress.compressors.CompressorStreamFactory
- getSparseHeaders() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
-
Get this entry's sparse headers
- getSparseHeaders() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveSparseEntry
-
Obtains information about the configuration for the sparse entry.
- getStatisticsForCurrentEntry() - Method in class org.apache.commons.compress.archivers.sevenz.SevenZFile
-
Provides statistics for bytes read from the current entry.
- getStatisticsMessage() - Method in class org.apache.commons.compress.archivers.zip.ParallelScatterZipCreator
-
Returns a message describing the overall statistics of the compression run
- getSummary() - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveInputStream
-
Return the archive summary information.
- getTableSize() - Method in class org.apache.commons.compress.compressors.lzw.LZWInputStream
- getTime() - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveEntry
-
Gets the time in seconds.
- getTotalBytesWritten() - Method in class org.apache.commons.compress.archivers.zip.StreamCompressor
-
The total number of bytes written to the output for all files
- getTryToRecoverBrokenArchives() - Method in class org.apache.commons.compress.archivers.sevenz.SevenZFileOptions
-
Whether
SevenZFile
shall try to recover from a certain type of broken archive. - getType() - Method in class org.apache.commons.compress.archivers.dump.Dirent
-
Get entry type.
- getType() - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveEntry
-
Get the type of the entry.
- getType() - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveEntry.TapeSegmentHeader
- getType() - Method in class org.apache.commons.compress.compressors.lz77support.LZ77Compressor.BackReference
- getType() - Method in class org.apache.commons.compress.compressors.lz77support.LZ77Compressor.Block
- getType() - Method in class org.apache.commons.compress.compressors.lz77support.LZ77Compressor.EOD
- getType() - Method in class org.apache.commons.compress.compressors.lz77support.LZ77Compressor.LiteralBlock
- getUID() - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveEntry
-
Gets the user id.
- getUID() - Method in class org.apache.commons.compress.archivers.zip.X7875_NewUnix
-
Gets the UID as a long.
- getUncompressedCount() - Method in class org.apache.commons.compress.archivers.zip.ExplodingInputStream
- getUncompressedCount() - Method in class org.apache.commons.compress.archivers.zip.InflaterInputStreamWithStatistics
- getUncompressedCount() - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveInputStream
- getUncompressedCount() - Method in class org.apache.commons.compress.archivers.zip.ZipFile.StoredStatisticsStream
- getUncompressedCount() - Method in class org.apache.commons.compress.compressors.CompressorInputStream
-
Returns the amount of raw or compressed bytes read by the stream.
- getUncompressedCount() - Method in interface org.apache.commons.compress.utils.InputStreamStatistics
- getUncompressedFilename(String) - Static method in class org.apache.commons.compress.compressors.bzip2.BZip2Utils
-
Maps the given name of a bzip2-compressed file to the name that the file should have after uncompression.
- getUncompressedFilename(String) - Method in class org.apache.commons.compress.compressors.FileNameUtil
-
Maps the given name of a compressed file to the name that the file should have after uncompression.
- getUncompressedFilename(String) - Static method in class org.apache.commons.compress.compressors.gzip.GzipUtils
-
Maps the given name of a gzip-compressed file to the name that the file should have after uncompression.
- getUncompressedFilename(String) - Static method in class org.apache.commons.compress.compressors.lzma.LZMAUtils
-
Maps the given name of a lzma-compressed file to the name that the file should have after uncompression.
- getUncompressedFilename(String) - Static method in class org.apache.commons.compress.compressors.xz.XZUtils
-
Maps the given name of a xz-compressed file to the name that the file should have after uncompression.
- getUnicodeName() - Method in class org.apache.commons.compress.archivers.zip.AbstractUnicodeExtraField
- getUnicodeStringIfOriginalMatches(AbstractUnicodeExtraField, byte[]) - Static method in class org.apache.commons.compress.archivers.zip.ZipUtil
-
If the stored CRC matches the one of the given name, return the Unicode name of the given field.
- getUnixMode() - Method in class org.apache.commons.compress.archivers.arj.ArjArchiveEntry
-
File mode of this entry as Unix stat value.
- getUnixMode() - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
-
Unix permission.
- getUnixSymlink(ZipArchiveEntry) - Method in class org.apache.commons.compress.archivers.zip.ZipFile
-
Convenience method to return the entry's content as a String if isUnixSymlink() returns true for it, otherwise returns null.
- getUnpackSize() - Method in class org.apache.commons.compress.archivers.sevenz.Folder
- getUnpackSizeForCoder(Coder) - Method in class org.apache.commons.compress.archivers.sevenz.Folder
- getUnparseableExtraFieldData() - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
-
Looks up extra field data that couldn't be parsed correctly.
- getUnparseableOnly() - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
- getUnsignedByte(ByteBuffer) - Static method in class org.apache.commons.compress.archivers.sevenz.SevenZFile
- getUseDefaultNameForUnnamedEntries() - Method in class org.apache.commons.compress.archivers.sevenz.SevenZFileOptions
-
Gets whether entries without a name should get their names set to the archive's default file name.
- getUserId() - Method in class org.apache.commons.compress.archivers.ar.ArArchiveEntry
- getUserId() - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveEntry
-
Return the user id.
- getUserId() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
-
Deprecated.use #getLongUserId instead as user ids can be bigger than
Integer.MAX_VALUE
- 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.ZipEightByteInteger
-
Get value as Java BigInteger.
- getValue() - Method in class org.apache.commons.compress.archivers.zip.ZipLong
-
Get value as Java long.
- getValue() - Method in class org.apache.commons.compress.archivers.zip.ZipShort
-
Get value as Java int.
- getValue() - Method in class org.apache.commons.compress.compressors.lz4.XXHash32
- getValue() - Method in class org.apache.commons.compress.compressors.snappy.PureJavaCrc32C
- getValue() - Method in class org.apache.commons.compress.utils.ChecksumCalculatingInputStream
-
Returns the calculated checksum.
- getValue(byte[]) - Static method in class org.apache.commons.compress.archivers.zip.ZipEightByteInteger
-
Helper method to get the value as a Java long from an eight-byte array
- getValue(byte[]) - Static method in class org.apache.commons.compress.archivers.zip.ZipLong
-
Helper method to get the value as a Java long from a four-byte array
- getValue(byte[]) - Static method in class org.apache.commons.compress.archivers.zip.ZipShort
-
Helper method to get the value as a java int from a two-byte array
- getValue(byte[], int) - Static method in class org.apache.commons.compress.archivers.zip.ZipEightByteInteger
-
Helper method to get the value as a Java BigInteger from eight bytes starting at given array offset
- getValue(byte[], int) - Static method in class org.apache.commons.compress.archivers.zip.ZipLong
-
Helper method to get the value as a Java long from four bytes starting at given array offset
- getValue(byte[], int) - Static method in class org.apache.commons.compress.archivers.zip.ZipShort
-
Helper method to get the value as a java int from two bytes starting at given array offset
- getVersionMadeBy() - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
-
The "version made by" field.
- getVersionRequired() - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
-
The "version required to expand" field.
- getVolume() - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveEntry
-
Return the tape volume where this file is located.
- getVolume() - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveEntry.TapeSegmentHeader
- getVolume() - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveSummary
-
Get volume (tape) number.
- getWindowsAttributes() - Method in class org.apache.commons.compress.archivers.sevenz.SevenZArchiveEntry
-
Gets the windows attributes.
- getWindowSize() - Method in class org.apache.commons.compress.compressors.lz77support.Parameters
-
Gets the size of the sliding window - this determines the maximum offset a back-reference can take.
- getXz() - Static method in class org.apache.commons.compress.compressors.CompressorStreamFactory
- getZ() - Static method in class org.apache.commons.compress.compressors.CompressorStreamFactory
- getZip64Extra(ZipArchiveEntry) - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
-
Get the existing ZIP64 extended information extra field or create a new one and add it to the entry.
- getZipArchiveEntry() - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveEntryRequest
-
Gets the underlying entry.
- getZipEncoding(String) - Static method in class org.apache.commons.compress.archivers.zip.ZipEncodingHelper
-
Instantiates a zip encoding.
- getZstandard() - Static method in class org.apache.commons.compress.compressors.CompressorStreamFactory
- gid - Variable in class org.apache.commons.compress.archivers.cpio.CpioArchiveEntry
- gid - Variable in class org.apache.commons.compress.archivers.dump.DumpArchiveEntry
- gid - Variable in class org.apache.commons.compress.archivers.zip.AsiExtraField
-
Group ID.
- gid - Variable in class org.apache.commons.compress.archivers.zip.X7875_NewUnix
- GIDLEN - Static variable in interface org.apache.commons.compress.archivers.tar.TarConstants
-
The length of the group id field in a header buffer.
- globalCrc - Variable in class org.apache.commons.compress.compressors.bzip2.CRC
- globalPaxHeaders - Variable in class org.apache.commons.compress.archivers.tar.TarArchiveInputStream
- globalPaxHeaders - Variable in class org.apache.commons.compress.archivers.tar.TarFile
- globalPosition - Variable in class org.apache.commons.compress.utils.MultiReadOnlySeekableByteChannel
- globalSparseHeaders - Variable in class org.apache.commons.compress.archivers.tar.TarArchiveInputStream
- globalSparseHeaders - Variable in class org.apache.commons.compress.archivers.tar.TarFile
- GNAMELEN - Static variable in interface org.apache.commons.compress.archivers.tar.TarConstants
-
The length of the group name field in a header buffer.
- GNU_LONGLINK - Static variable in interface org.apache.commons.compress.archivers.tar.TarConstants
-
The name of the GNU tar entry which contains a long name.
- GNU_LONGNAME_PATTERN - Static variable in class org.apache.commons.compress.archivers.ar.ArArchiveInputStream
- GNU_STRING_TABLE_NAME - Static variable in class org.apache.commons.compress.archivers.ar.ArArchiveInputStream
- gpb - Variable in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
- grabMode(String[]) - Static method in class org.apache.commons.compress.archivers.sevenz.CLI
- GREATER_ICOST - Static variable in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorOutputStream
- GROUP_EXEC - Enum constant in enum org.apache.commons.compress.archivers.dump.DumpArchiveEntry.PERMISSION
- GROUP_ID_LEN - Static variable in class org.apache.commons.compress.archivers.ar.ArArchiveInputStream
- GROUP_ID_OFFSET - Static variable in class org.apache.commons.compress.archivers.ar.ArArchiveInputStream
- GROUP_READ - Enum constant in enum org.apache.commons.compress.archivers.dump.DumpArchiveEntry.PERMISSION
- GROUP_WRITE - Enum constant in enum org.apache.commons.compress.archivers.dump.DumpArchiveEntry.PERMISSION
- groupId - Variable in class org.apache.commons.compress.archivers.ar.ArArchiveEntry
- groupId - Variable in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
-
The entry's group id.
- groupName - Variable in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
-
The entry's group name.
- growBufferBy(ByteBuffer, int) - Static method in class org.apache.commons.compress.archivers.zip.ZipEncodingHelper
- GZIP - Static variable in class org.apache.commons.compress.compressors.CompressorStreamFactory
-
Constant (value "gz") used to identify the GZIP compression algorithm.
- GzipCompressorInputStream - Class in org.apache.commons.compress.compressors.gzip
-
Input stream that decompresses .gz files.
- GzipCompressorInputStream(InputStream) - Constructor for class org.apache.commons.compress.compressors.gzip.GzipCompressorInputStream
-
Constructs a new input stream that decompresses gzip-compressed data from the specified input stream.
- GzipCompressorInputStream(InputStream, boolean) - Constructor for class org.apache.commons.compress.compressors.gzip.GzipCompressorInputStream
-
Constructs a new input stream that decompresses gzip-compressed data from the specified input stream.
- GzipCompressorOutputStream - Class in org.apache.commons.compress.compressors.gzip
-
Compressed output stream using the gzip format.
- GzipCompressorOutputStream(OutputStream) - Constructor for class org.apache.commons.compress.compressors.gzip.GzipCompressorOutputStream
-
Creates a gzip compressed output stream with the default parameters.
- GzipCompressorOutputStream(OutputStream, GzipParameters) - Constructor for class org.apache.commons.compress.compressors.gzip.GzipCompressorOutputStream
-
Creates a gzip compressed output stream with the specified parameters.
- GzipParameters - Class in org.apache.commons.compress.compressors.gzip
-
Parameters for the GZIP compressor.
- GzipParameters() - Constructor for class org.apache.commons.compress.compressors.gzip.GzipParameters
- GzipUtils - Class in org.apache.commons.compress.compressors.gzip
-
Utility code for the gzip compression format.
- GzipUtils() - Constructor for class org.apache.commons.compress.compressors.gzip.GzipUtils
-
Private constructor to prevent instantiation of this utility class.
H
- H_SHIFT - Static variable in class org.apache.commons.compress.compressors.lz77support.LZ77Compressor
- handleLongName(TarArchiveEntry, String, Map<String, String>, String, byte, String) - Method in class org.apache.commons.compress.archivers.tar.TarArchiveOutputStream
-
Handles long file or link names according to the longFileMode setting.
- handleSizesAndCrc(long, long, Zip64Mode) - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
-
Ensures the current entry's size and CRC information is set to the values just written, verifies it isn't too big in the Zip64Mode.Never case and returns whether the entry would require a Zip64 extra field.
- handleZip64Extra(ZipArchiveEntry, long, boolean) - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
-
If the entry needs Zip64 extra information inside the central directory then configure its data.
- hasAccessDate - Variable in class org.apache.commons.compress.archivers.sevenz.SevenZArchiveEntry
- hasBackReference() - Method in class org.apache.commons.compress.compressors.lz4.BlockLZ4CompressorOutputStream.Pair
- hasBeenAdded(String) - Method in class org.apache.commons.compress.changes.ChangeSetResults
-
Checks if an file name already has been added to the result list
- hasBeenWritten() - Method in class org.apache.commons.compress.compressors.lz4.BlockLZ4CompressorOutputStream.Pair
- hasCompressionLevelChanged - Variable in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
-
Has the compression level changed when compared to the last entry?
- hasCrc - Variable in class org.apache.commons.compress.archivers.sevenz.Folder
- hasCrc - Variable in class org.apache.commons.compress.archivers.sevenz.SevenZArchiveEntry
- hasCrc - Variable in class org.apache.commons.compress.archivers.sevenz.SubStreamsInfo
- hasCreationDate - Variable in class org.apache.commons.compress.archivers.sevenz.SevenZArchiveEntry
- hasCurrentEntryBeenRead() - Method in class org.apache.commons.compress.archivers.sevenz.SevenZFile
-
Find out if any data of current entry has been read or not.
- hasData() - Method in class org.apache.commons.compress.compressors.deflate64.HuffmanDecoder.DecoderState
- hasData() - Method in class org.apache.commons.compress.compressors.deflate64.HuffmanDecoder.HuffmanCodes
- hasData() - Method in class org.apache.commons.compress.compressors.deflate64.HuffmanDecoder.InitialState
- hasData() - Method in class org.apache.commons.compress.compressors.deflate64.HuffmanDecoder.UncompressedState
- hasDataDescriptor - Variable in class org.apache.commons.compress.archivers.zip.ZipArchiveInputStream.CurrentEntry
-
Does the entry use a data descriptor?
- HASH_MASK - Static variable in class org.apache.commons.compress.compressors.lz77support.LZ77Compressor
- HASH_SIZE - Static variable in class org.apache.commons.compress.archivers.zip.ZipFile
- HASH_SIZE - Static variable in class org.apache.commons.compress.compressors.lz77support.LZ77Compressor
- hashAlg - Variable in class org.apache.commons.compress.archivers.zip.X0015_CertificateIdForFile
- hashAlg - Variable in class org.apache.commons.compress.archivers.zip.X0016_CertificateIdForCentralDirectory
- hashAlg - Variable in class org.apache.commons.compress.archivers.zip.X0017_StrongEncryptionHeader
- HashAlgorithm(int) - Constructor for enum org.apache.commons.compress.archivers.zip.PKWareExtraHeader.HashAlgorithm
-
private constructor for enum style class.
- hashCode() - Method in class org.apache.commons.compress.archivers.ar.ArArchiveEntry
- hashCode() - Method in class org.apache.commons.compress.archivers.arj.ArjArchiveEntry
- hashCode() - Method in class org.apache.commons.compress.archivers.arj.LocalFileHeader
- hashCode() - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveEntry
- hashCode() - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveEntry
- hashCode() - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveSummary
- hashCode() - Method in class org.apache.commons.compress.archivers.sevenz.SevenZArchiveEntry
- hashCode() - Method in class org.apache.commons.compress.archivers.sevenz.SevenZMethodConfiguration
- hashCode() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
-
Hashcodes are based on entry names.
- hashCode() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveStructSparse
- hashCode() - Method in class org.apache.commons.compress.archivers.zip.GeneralPurposeBit
- hashCode() - Method in class org.apache.commons.compress.archivers.zip.X000A_NTFS
- hashCode() - Method in class org.apache.commons.compress.archivers.zip.X5455_ExtendedTimestamp
- hashCode() - Method in class org.apache.commons.compress.archivers.zip.X7875_NewUnix
- hashCode() - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
-
Get the hashCode of the entry.
- hashCode() - Method in class org.apache.commons.compress.archivers.zip.ZipEightByteInteger
-
Override to make two instances with same value equal.
- hashCode() - Method in class org.apache.commons.compress.archivers.zip.ZipFile.Entry
- 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.
- hasHitEOF - Variable in class org.apache.commons.compress.archivers.dump.DumpArchiveInputStream
- hasHitEOF - Variable in class org.apache.commons.compress.archivers.tar.TarArchiveInputStream
-
True if file has hit EOF
- hasHitEOF - Variable in class org.apache.commons.compress.archivers.tar.TarFile
- hashSize - Variable in class org.apache.commons.compress.archivers.zip.X0017_StrongEncryptionHeader
- hasLastModifiedDate - Variable in class org.apache.commons.compress.archivers.sevenz.SevenZArchiveEntry
- hasMoreDataInBlock() - Method in class org.apache.commons.compress.compressors.lz77support.AbstractLZ77CompressorInputStream
-
Is there still data remaining inside the current block?
- hasNext() - Method in interface org.apache.commons.compress.changes.ChangeSetPerformer.ArchiveEntryIterator
- hasNext() - Method in class org.apache.commons.compress.changes.ChangeSetPerformer.ArchiveInputStreamIterator
- hasNext() - Method in class org.apache.commons.compress.changes.ChangeSetPerformer.ZipFileIterator
- hasNext() - Method in class org.apache.commons.compress.utils.ServiceLoaderIterator
- hasStream - Variable in class org.apache.commons.compress.archivers.sevenz.SevenZArchiveEntry
- hasStream() - Method in class org.apache.commons.compress.archivers.sevenz.SevenZArchiveEntry
-
Whether there is any content associated with this entry.
- hasStreamIdentifier() - Method in enum org.apache.commons.compress.compressors.snappy.FramedSnappyDialect
- hasUsedZip64 - Variable in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
-
Whether anything inside this archive has used a ZIP64 feature.
- hasWindowsAttributes - Variable in class org.apache.commons.compress.archivers.sevenz.SevenZArchiveEntry
- hasWritten - Variable in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream.CurrentEntry
-
Whether write() has been called at all.
- hasZip64Extra(ZipArchiveEntry) - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
-
Is there a ZIP64 extended information extra field for the entry?
- haveUnclosedEntry - Variable in class org.apache.commons.compress.archivers.ar.ArArchiveOutputStream
- haveUnclosedEntry - Variable in class org.apache.commons.compress.archivers.tar.TarArchiveOutputStream
-
Indicates if putArchiveEntry has been called without closeArchiveEntry
- hbAssignCodes(int[], byte[], int, int, int) - Static method in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorOutputStream
- hbCreateDecodeTables(int[], int[], int[], char[], int, int, int) - Static method in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorInputStream
-
Called by createHuffmanDecodingTables() exclusively.
- hbMakeCodeLengths(byte[], int[], BZip2CompressorOutputStream.Data, int, int) - Static method in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorOutputStream
- head - Variable in class org.apache.commons.compress.compressors.lz77support.LZ77Compressor
- header - Variable in class org.apache.commons.compress.archivers.dump.DumpArchiveEntry
- HEADER - Static variable in class org.apache.commons.compress.archivers.ar.ArArchiveEntry
-
The header for each entry
- HEADER_ID - Static variable in class org.apache.commons.compress.archivers.zip.AsiExtraField
- HEADER_ID - Static variable in class org.apache.commons.compress.archivers.zip.UnparseableExtraFieldData
- HEADER_ID - Static variable in class org.apache.commons.compress.archivers.zip.X000A_NTFS
- HEADER_ID - Static variable in class org.apache.commons.compress.archivers.zip.X5455_ExtendedTimestamp
- HEADER_ID - Static variable in class org.apache.commons.compress.archivers.zip.X7875_NewUnix
- HEADER_ID - Static variable in class org.apache.commons.compress.archivers.zip.Zip64ExtendedInformationExtraField
- HEADER_MAGIC - Static variable in class org.apache.commons.compress.compressors.lzma.LZMAUtils
-
LZMA Header Magic Bytes begin a LZMA file.
- HEADER_MAGIC - Static variable in class org.apache.commons.compress.compressors.xz.XZUtils
-
XZ Header Magic Bytes begin a XZ file.
- headerId - Variable in class org.apache.commons.compress.archivers.zip.PKWareExtraHeader
- headerId - Variable in class org.apache.commons.compress.archivers.zip.UnrecognizedExtraField
-
The Header-ID.
- headerSize - Variable in class org.apache.commons.compress.archivers.cpio.CpioArchiveEntry
-
The number of bytes in each header record; depends on the file format
- heap - Variable in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorOutputStream.Data
- HEX_CHARS - Static variable in class org.apache.commons.compress.archivers.zip.NioZipEncoding
- HIGH_DENSITY_NTREC - Static variable in class org.apache.commons.compress.archivers.dump.DumpArchiveConstants
- hitCentralDirectory - Variable in class org.apache.commons.compress.archivers.zip.ZipArchiveInputStream
-
Whether the stream has reached the central directory - and thus found all entries.
- holes - Variable in class org.apache.commons.compress.archivers.dump.DumpArchiveEntry.TapeSegmentHeader
- hostname - Variable in class org.apache.commons.compress.archivers.dump.DumpArchiveSummary
- hostOS - Variable in class org.apache.commons.compress.archivers.arj.LocalFileHeader
- hostOS - Variable in class org.apache.commons.compress.archivers.arj.MainHeader
- HostOs() - Constructor for class org.apache.commons.compress.archivers.arj.ArjArchiveEntry.HostOs
- HostOS() - Constructor for class org.apache.commons.compress.archivers.arj.MainHeader.HostOS
- HuffmanCodes(HuffmanState, int[], int[]) - Constructor for class org.apache.commons.compress.compressors.deflate64.HuffmanDecoder.HuffmanCodes
- HuffmanDecoder - Class in org.apache.commons.compress.compressors.deflate64
- HuffmanDecoder(InputStream) - Constructor for class org.apache.commons.compress.compressors.deflate64.HuffmanDecoder
- HuffmanDecoder.BinaryTreeNode - Class in org.apache.commons.compress.compressors.deflate64
- HuffmanDecoder.DecoderState - Class in org.apache.commons.compress.compressors.deflate64
- HuffmanDecoder.DecodingMemory - Class in org.apache.commons.compress.compressors.deflate64
- HuffmanDecoder.HuffmanCodes - Class in org.apache.commons.compress.compressors.deflate64
- HuffmanDecoder.InitialState - Class in org.apache.commons.compress.compressors.deflate64
- HuffmanDecoder.UncompressedState - Class in org.apache.commons.compress.compressors.deflate64
- HuffmanState - Enum in org.apache.commons.compress.compressors.deflate64
- HuffmanState() - Constructor for enum org.apache.commons.compress.compressors.deflate64.HuffmanState
I
- id - Variable in enum org.apache.commons.compress.archivers.sevenz.SevenZMethod
- ID - Static variable in class org.apache.commons.compress.archivers.zip.JarMarker
- ID - Static variable in class org.apache.commons.compress.archivers.zip.ResourceAlignmentExtraField
-
Extra field id used for storing alignment and padding.
- implementations - Static variable in class org.apache.commons.compress.archivers.zip.ExtraFieldUtils
-
Static registry of known extra fields.
- IMPLODING - Enum constant in enum org.apache.commons.compress.archivers.zip.ZipMethod
-
Imploding.
- in - Variable in class org.apache.commons.compress.archivers.arj.ArjArchiveInputStream
- in - Variable in class org.apache.commons.compress.archivers.cpio.CpioArchiveInputStream
- in - Variable in class org.apache.commons.compress.archivers.zip.ExplodingInputStream
-
The underlying stream containing the compressed data
- in - Variable in class org.apache.commons.compress.archivers.zip.ZipArchiveInputStream.BoundedInputStream
-
the wrapped input stream
- in - Variable in class org.apache.commons.compress.archivers.zip.ZipArchiveInputStream.CurrentEntry
-
The input stream decompressing the data for shrunk and imploded entries.
- in - Variable in class org.apache.commons.compress.archivers.zip.ZipArchiveInputStream
-
Wrapped stream, will always be a PushbackInputStream.
- in - Variable in class org.apache.commons.compress.changes.ChangeSetPerformer.ArchiveInputStreamIterator
- in - Variable in class org.apache.commons.compress.changes.ChangeSetPerformer.ZipFileIterator
- in - Variable in class org.apache.commons.compress.compressors.deflate.DeflateCompressorInputStream
- in - Variable in class org.apache.commons.compress.compressors.deflate64.HuffmanDecoder
- in - Variable in class org.apache.commons.compress.compressors.gzip.GzipCompressorInputStream
- in - Variable in class org.apache.commons.compress.compressors.lz77support.AbstractLZ77CompressorInputStream
-
The underlying stream to read compressed data from
- in - Variable in class org.apache.commons.compress.compressors.lzma.LZMACompressorInputStream
- in - Variable in class org.apache.commons.compress.compressors.lzw.LZWInputStream
- in - Variable in class org.apache.commons.compress.compressors.xz.XZCompressorInputStream
- in - Variable in class org.apache.commons.compress.utils.BitInputStream
- in - Variable in class org.apache.commons.compress.utils.BoundedInputStream
- in - Variable in class org.apache.commons.compress.utils.ChecksumCalculatingInputStream
- in - Variable in class org.apache.commons.compress.utils.ChecksumVerifyingInputStream
- IN_BACK_REFERENCE - Enum constant in enum org.apache.commons.compress.compressors.lz4.BlockLZ4CompressorInputStream.State
- IN_BACK_REFERENCE - Enum constant in enum org.apache.commons.compress.compressors.snappy.SnappyCompressorInputStream.State
- IN_LITERAL - Enum constant in enum org.apache.commons.compress.compressors.lz4.BlockLZ4CompressorInputStream.State
- IN_LITERAL - Enum constant in enum org.apache.commons.compress.compressors.snappy.SnappyCompressorInputStream.State
- incCounter(int) - Method in class org.apache.commons.compress.compressors.deflate64.HuffmanDecoder.DecodingMemory
- incrementCodeSize() - Method in class org.apache.commons.compress.compressors.lzw.LZWInputStream
- INCS - Static variable in class org.apache.commons.compress.compressors.bzip2.BlockSort
- index - Variable in enum org.apache.commons.compress.compressors.lz4.FramedLZ4CompressorOutputStream.BlockSize
- inf - Variable in class org.apache.commons.compress.archivers.zip.ZipArchiveInputStream
-
Inflater used for all deflated entries.
- inf - Variable in class org.apache.commons.compress.compressors.gzip.GzipCompressorInputStream
- inflater - Variable in class org.apache.commons.compress.archivers.sevenz.Coders.DeflateDecoder.DeflateDecoderInputStream
- inflater - Variable in class org.apache.commons.compress.compressors.deflate.DeflateCompressorInputStream
- inflaterInputStream - Variable in class org.apache.commons.compress.archivers.sevenz.Coders.DeflateDecoder.DeflateDecoderInputStream
- InflaterInputStreamWithStatistics - Class in org.apache.commons.compress.archivers.zip
-
Helper class to provide statistics
- InflaterInputStreamWithStatistics(InputStream) - Constructor for class org.apache.commons.compress.archivers.zip.InflaterInputStreamWithStatistics
- InflaterInputStreamWithStatistics(InputStream, Inflater) - Constructor for class org.apache.commons.compress.archivers.zip.InflaterInputStreamWithStatistics
- InflaterInputStreamWithStatistics(InputStream, Inflater, int) - Constructor for class org.apache.commons.compress.archivers.zip.InflaterInputStreamWithStatistics
- inIndex - Variable in class org.apache.commons.compress.archivers.sevenz.BindPair
- init() - Method in class org.apache.commons.compress.archivers.zip.ExplodingInputStream
-
Reads the encoded binary trees and prepares the bit stream.
- init() - Method in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorOutputStream
-
Writes magic bytes like BZ on the first position of the stream and bytes indicating the file-format, which is huffmanised, followed by a digit indicating blockSize100k.
- init(boolean) - Method in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorInputStream
- init(boolean) - Method in class org.apache.commons.compress.compressors.gzip.GzipCompressorInputStream
- init(boolean) - Method in class org.apache.commons.compress.compressors.lz4.FramedLZ4CompressorInputStream
- initBlock() - Method in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorInputStream
- initBlock() - Method in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorOutputStream
- INITIAL - Enum constant in enum org.apache.commons.compress.compressors.deflate64.HuffmanState
- INITIAL_VERSION - Static variable in class org.apache.commons.compress.archivers.zip.ZipConstants
-
Initial ZIP specification version
- initialize() - Method in class org.apache.commons.compress.compressors.lz77support.LZ77Compressor
- initializeArchive(StartHeader, byte[], boolean) - Method in class org.apache.commons.compress.archivers.sevenz.SevenZFile
- initializeBackReference() - Method in class org.apache.commons.compress.compressors.lz4.BlockLZ4CompressorInputStream
- initializeCRC() - Method in class org.apache.commons.compress.compressors.bzip2.CRC
- initialized - Variable in class org.apache.commons.compress.compressors.lz77support.LZ77Compressor
- initializeState() - Method in class org.apache.commons.compress.compressors.lz4.XXHash32
- initializeTables(int) - Method in class org.apache.commons.compress.compressors.lzw.LZWInputStream
-
Initializes the arrays based on the maximum code size.
- initializeTables(int, int) - Method in class org.apache.commons.compress.compressors.lzw.LZWInputStream
-
Initializes the arrays based on the maximum code size.
- InitialState() - Constructor for class org.apache.commons.compress.compressors.deflate64.HuffmanDecoder.InitialState
- initTT(int) - Method in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorInputStream.Data
-
Initializes the
BZip2CompressorInputStream.Data.tt
array. - ino - Variable in class org.apache.commons.compress.archivers.dump.Dirent
- ino - Variable in class org.apache.commons.compress.archivers.dump.DumpArchiveEntry
- ino - Variable in class org.apache.commons.compress.archivers.dump.DumpArchiveEntry.TapeSegmentHeader
- inode - Variable in class org.apache.commons.compress.archivers.cpio.CpioArchiveEntry
- INODE - Enum constant in enum org.apache.commons.compress.archivers.dump.DumpArchiveConstants.SEGMENT_TYPE
- inOsgiEnvironment - Static variable in class org.apache.commons.compress.utils.OsgiUtils
- input - Variable in class org.apache.commons.compress.archivers.ar.ArArchiveInputStream
- input - Variable in class org.apache.commons.compress.changes.Change
- inputStream - Variable in class org.apache.commons.compress.archivers.tar.TarArchiveInputStream
-
An input stream to read from
- inputStream - Variable in class org.apache.commons.compress.compressors.lz4.FramedLZ4CompressorInputStream
- inputStream - Variable in class org.apache.commons.compress.compressors.snappy.FramedSnappyCompressorInputStream
-
The underlying stream to read compressed data from
- InputStreamByteSupplier(InputStream) - Constructor for class org.apache.commons.compress.utils.ByteUtils.InputStreamByteSupplier
- InputStreamStatistics - Interface in org.apache.commons.compress.utils
-
This interface provides statistics on the current decompression stream.
- InputStreamSupplier - Interface in org.apache.commons.compress.parallel
-
Supplies input streams.
- insertHash - Variable in class org.apache.commons.compress.compressors.lz77support.LZ77Compressor
- insertString(int) - Method in class org.apache.commons.compress.compressors.lz77support.LZ77Compressor
-
Inserts the current three byte sequence into the dictionary and returns the previous head of the hash-chain.
- insertStringsInMatch(int) - Method in class org.apache.commons.compress.compressors.lz77support.LZ77Compressor
- internalAttributes - Variable in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
- internalIsLZMACompressionAvailable() - Static method in class org.apache.commons.compress.compressors.lzma.LZMAUtils
- internalIsXZCompressionAvailable() - Static method in class org.apache.commons.compress.compressors.xz.XZUtils
- inUncompressed - Variable in class org.apache.commons.compress.compressors.lz4.FramedLZ4CompressorInputStream
- inUncompressedChunk - Variable in class org.apache.commons.compress.compressors.snappy.FramedSnappyCompressorInputStream
- inUse - Variable in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorInputStream.Data
- inUse - Variable in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorOutputStream.Data
- InvalidFormatException - Exception in org.apache.commons.compress.archivers.dump
-
Invalid Format Exception.
- InvalidFormatException() - Constructor for exception org.apache.commons.compress.archivers.dump.InvalidFormatException
- InvalidFormatException(long) - Constructor for exception org.apache.commons.compress.archivers.dump.InvalidFormatException
- IOUtils - Class in org.apache.commons.compress.utils
-
Utility functions
- IOUtils() - Constructor for class org.apache.commons.compress.utils.IOUtils
-
Private constructor to prevent instantiation of this utility class.
- is - Variable in class org.apache.commons.compress.utils.ByteUtils.InputStreamByteSupplier
- isAntiItem - Variable in class org.apache.commons.compress.archivers.sevenz.SevenZArchiveEntry
- isAntiItem() - Method in class org.apache.commons.compress.archivers.sevenz.SevenZArchiveEntry
-
Indicates whether this is an "anti-item" used in differential backups, meaning it should delete the same file from a previous backup.
- isApkSigningBlock(byte[]) - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveInputStream
-
Checks whether this might be an APK Signing Block.
- isArrayZero(byte[], int) - Static method in class org.apache.commons.compress.utils.ArchiveUtils
-
Returns true if the first N bytes of an array are all zero
- isAtEOF() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveInputStream
- isAtEOF() - Method in class org.apache.commons.compress.archivers.tar.TarFile
- isBit0_modifyTimePresent() - Method in class org.apache.commons.compress.archivers.zip.X5455_ExtendedTimestamp
-
Returns whether bit0 of the flags byte is set or not, which should correspond to the presence or absence of a modify timestamp in this particular zip entry.
- isBit1_accessTimePresent() - Method in class org.apache.commons.compress.archivers.zip.X5455_ExtendedTimestamp
-
Returns whether bit1 of the flags byte is set or not, which should correspond to the presence or absence of a "last access" timestamp in this particular zip entry.
- isBit2_createTimePresent() - Method in class org.apache.commons.compress.archivers.zip.X5455_ExtendedTimestamp
-
Returns whether bit2 of the flags byte is set or not, which should correspond to the presence or absence of a create timestamp in this particular zip entry.
- isBlkDev() - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveEntry
-
Is this a block device?
- isBlockDevice() - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveEntry
-
Checks if this entry represents a block device.
- isBlockDevice() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
-
Check if this is a block device entry.
- isBSDLongName(String) - Static method in class org.apache.commons.compress.archivers.ar.ArArchiveInputStream
-
Does the name look like it is a long name (or a name containing spaces) as encoded by BSD ar?
- isBundleReference(Class<?>) - Static method in class org.apache.commons.compress.utils.OsgiUtils
- isCharacterDevice() - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveEntry
-
Checks if this entry represents a character device.
- isCharacterDevice() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
-
Check if this is a character device entry.
- isCheckSumOK() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
-
Get this entry's checksum status.
- isChrDev() - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveEntry
-
Is this a character device?
- isClosed - Variable in class org.apache.commons.compress.archivers.dump.DumpArchiveInputStream
- isClosed - Variable in class org.apache.commons.compress.archivers.zip.ScatterZipOutputStream
- isCompressed - Variable in class org.apache.commons.compress.archivers.dump.TapeInputStream
- isCompressed() - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveSummary
-
Is this volume compressed? N.B., individual blocks may or may not be compressed.
- isCompressedFilename(String) - Static method in class org.apache.commons.compress.compressors.bzip2.BZip2Utils
-
Detects common bzip2 suffixes in the given file name.
- isCompressedFilename(String) - Method in class org.apache.commons.compress.compressors.FileNameUtil
-
Detects common format suffixes in the given file name.
- isCompressedFilename(String) - Static method in class org.apache.commons.compress.compressors.gzip.GzipUtils
-
Detects common gzip suffixes in the given file name.
- isCompressedFilename(String) - Static method in class org.apache.commons.compress.compressors.lzma.LZMAUtils
-
Detects common lzma suffixes in the given file name.
- isCompressedFilename(String) - Static method in class org.apache.commons.compress.compressors.xz.XZUtils
-
Detects common xz suffixes in the given file name.
- isDeleted - Variable in class org.apache.commons.compress.archivers.dump.DumpArchiveEntry
- isDeleted() - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveEntry
-
Has this file been deleted? (On valid on incremental dumps.)
- isDeletedLater(Set<Change>, ArchiveEntry) - Method in class org.apache.commons.compress.changes.ChangeSetPerformer
-
Checks if an ArchiveEntry is deleted later in the ChangeSet.
- isDescendent(TarArchiveEntry) - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
-
Determine if the given entry is a descendant of this entry.
- isDirectory - Variable in class org.apache.commons.compress.archivers.sevenz.SevenZArchiveEntry
- isDirectory() - Method in class org.apache.commons.compress.archivers.ar.ArArchiveEntry
- isDirectory() - Method in interface org.apache.commons.compress.archivers.ArchiveEntry
-
Returns true if this entry refers to a directory.
- isDirectory() - Method in class org.apache.commons.compress.archivers.arj.ArjArchiveEntry
-
True if the entry refers to a directory.
- isDirectory() - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveEntry
-
Checks if this entry represents a directory.
- isDirectory() - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveEntry
-
Is this a directory?
- isDirectory() - Method in class org.apache.commons.compress.archivers.sevenz.SevenZArchiveEntry
-
Return whether or not this entry represents a directory.
- 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.tar.TarArchiveInputStream
- isDirectory() - Method in class org.apache.commons.compress.archivers.tar.TarFile
- isDirectory() - Method in class org.apache.commons.compress.archivers.zip.AsiExtraField
-
Is this entry a directory?
- isDirectory() - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
-
Is this entry a directory?
- isEOFRecord(byte[]) - Method in class org.apache.commons.compress.archivers.tar.TarArchiveInputStream
-
Determine if an archive record indicate End of Archive.
- isEOFRecord(ByteBuffer) - Method in class org.apache.commons.compress.archivers.tar.TarFile
- isEqual(byte[], byte[]) - Static method in class org.apache.commons.compress.utils.ArchiveUtils
-
Compare byte buffers
- isEqual(byte[], byte[], boolean) - Static method in class org.apache.commons.compress.utils.ArchiveUtils
-
Compare byte buffers, optionally ignoring trailing nulls
- isEqual(byte[], int, int, byte[], int, int) - Static method in class org.apache.commons.compress.utils.ArchiveUtils
-
Compare byte buffers
- isEqual(byte[], int, int, byte[], int, int, boolean) - Static method in class org.apache.commons.compress.utils.ArchiveUtils
-
Compare byte buffers, optionally ignoring trailing nulls
- isEqualWithNull(byte[], int, int, byte[], int, int) - Static method in class org.apache.commons.compress.utils.ArchiveUtils
-
Compare byte buffers, ignoring trailing nulls
- isExtended - Variable in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
-
If an extension sparse header follows.
- isExtended - Variable in class org.apache.commons.compress.archivers.tar.TarArchiveSparseEntry
-
If an extension sparse header follows.
- isExtended() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
-
Indicates in case of an oldgnu sparse file if an extension sparse header follows.
- isExtended() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveSparseEntry
- isExtendedAttributes() - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveSummary
-
Does this volume contain extended attributes.
- ISEXTENDEDLEN_GNU - Static variable in interface org.apache.commons.compress.archivers.tar.TarConstants
-
The length of the is extension field in an old GNU header buffer.
- ISEXTENDEDLEN_GNU_SPARSE - Static variable in interface org.apache.commons.compress.archivers.tar.TarConstants
-
The length of the is extension field in a sparse header buffer.
- isFifo() - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveEntry
-
Is this a fifo/pipe?
- isFIFO() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
-
Check if this is a FIFO (pipe) entry.
- isFile() - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveEntry
-
Is this a regular file?
- isFile() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
-
Check if this is a "normal file"
- isFirstByteOfEocdSig(int) - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveInputStream
- isGlobalPaxHeader() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
-
Check if this is a Pax header.
- isGNULongLinkEntry() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
-
Indicate if this entry is a GNU long linkname block
- isGNULongName(String) - Method in class org.apache.commons.compress.archivers.ar.ArArchiveInputStream
-
Does the name look like it is a long name (or a name containing spaces) as encoded by SVR4/GNU ar?
- isGNULongNameEntry() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
-
Indicate if this entry is a GNU long name block
- isGNUSparse() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
-
Indicate if this entry is a GNU sparse block.
- isGNUStringTable(String) - Static method in class org.apache.commons.compress.archivers.ar.ArArchiveInputStream
-
Is this the name of the "Archive String Table" as used by SVR4/GNU to store long file names?
- isHostOsUnix() - Method in class org.apache.commons.compress.archivers.arj.ArjArchiveEntry
-
Is the operating system the archive has been created on one that is considered a UNIX OS by arj?
- isLink() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
-
Check if this is a link entry.
- isLink() - Method in class org.apache.commons.compress.archivers.zip.AsiExtraField
-
Is this entry a symbolic link?
- isLZMACompressionAvailable() - Static method in class org.apache.commons.compress.compressors.lzma.LZMAUtils
-
Are the classes required to support LZMA compression available?
- isMetaDataOnly() - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveSummary
-
Does this volume only contain metadata?
- isNetwork() - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveEntry
-
Checks if this entry represents a network device.
- isNewHeader() - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveSummary
-
Is this the new header format? (We do not currently support the old format.)
- isNewInode() - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveSummary
-
Is this the new inode format? (We do not currently support the old format.)
- ISO_8859_1 - Static variable in class org.apache.commons.compress.utils.CharsetNames
-
CharEncodingISO Latin Alphabet No.
- ISO_8859_1 - Static variable in class org.apache.commons.compress.utils.Charsets
-
Deprecated.replaced by
StandardCharsets
in Java 7 - isOldGNUSparse() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
-
Indicate if this entry is a GNU or star sparse block using the oldgnu format.
- isOpen() - Method in class org.apache.commons.compress.utils.FixedLengthBlockOutputStream.BufferAtATimeOutputChannel
- isOpen() - Method in class org.apache.commons.compress.utils.FixedLengthBlockOutputStream
- isOpen() - Method in class org.apache.commons.compress.utils.MultiReadOnlySeekableByteChannel
- isOpen() - Method in class org.apache.commons.compress.utils.SeekableInMemoryByteChannel
- isPaxGNU1XSparse() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
-
Get if this entry is a sparse file with 1.X PAX Format or not
- isPaxGNUSparse() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
-
Indicate if this entry is a GNU sparse block using one of the PAX formats.
- isPaxHeader() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
-
Check if this is a Pax header.
- isPipe() - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveEntry
-
Checks if this entry represents a pipe.
- isPowerOfTwo(int) - Static method in class org.apache.commons.compress.compressors.lz77support.Parameters
- isRegularFile() - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveEntry
-
Checks if this entry represents a regular file.
- isReplaceMode() - Method in class org.apache.commons.compress.changes.Change
- isRunningInOsgiEnvironment() - Static method in class org.apache.commons.compress.utils.OsgiUtils
-
Tests if Commons Compress running as an OSGi bundle?
- isSeekable() - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
-
This method indicates whether this archive is writing to a seekable stream (i.e., to a random access file).
- isSkippableFrameSignature(byte[]) - Static method in class org.apache.commons.compress.compressors.lz4.FramedLZ4CompressorInputStream
- isSocket() - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveEntry
-
Checks if this entry represents a socket.
- isSocket() - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveEntry
-
Is this a network device?
- isSparse() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
-
Check whether this is a sparse entry.
- isSparseRecord(int) - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveEntry
-
Is this a sparse record?
- isSplitZip - Variable in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
-
Whether we are creating a split zip
- isSplitZipArchive - Variable in class org.apache.commons.compress.archivers.zip.ZipFile
-
Whether the zip archive is a split zip archive
- isStarSparse() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
-
Indicate if this entry is a star sparse block using PAX headers.
- isStreamContiguous - Variable in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
- isStreamContiguous() - Method in interface org.apache.commons.compress.archivers.EntryStreamOffsets
-
Indicates whether the stream is contiguous, i.e.
- isStreamContiguous() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
-
Indicates whether the stream is contiguous, i.e.
- isStreamContiguous() - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
- isSymbolicLink() - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveEntry
-
Checks if this entry represents a symbolic link.
- isSymbolicLink() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
-
Check if this is a symbolic link entry.
- isTooLargeForZip32(ZipArchiveEntry) - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
- isUnixSymlink() - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
-
Returns true if this entry represents a unix symlink, in which case the entry's content contains the target path for the symlink.
- isUsed - Variable in class org.apache.commons.compress.archivers.zip.UnshrinkingInputStream
- isUTF8(String) - Static method in class org.apache.commons.compress.archivers.zip.ZipEncodingHelper
-
Returns whether a given encoding is UTF-8.
- isXZCompressionAvailable() - Static method in class org.apache.commons.compress.compressors.xz.XZUtils
-
Are the classes required to support XZ compression available?
- isZip64Required(ZipArchiveEntry, Zip64Mode) - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
- items - Variable in class org.apache.commons.compress.archivers.zip.ScatterZipOutputStream
- itemsIterator - Variable in class org.apache.commons.compress.archivers.zip.ScatterZipOutputStream.ZipEntryWriter
- itemsIteratorData - Variable in class org.apache.commons.compress.archivers.zip.ScatterZipOutputStream.ZipEntryWriter
- Iterators - Class in org.apache.commons.compress.utils
-
Iterator utilities.
- Iterators() - Constructor for class org.apache.commons.compress.utils.Iterators
- ivData - Variable in class org.apache.commons.compress.archivers.zip.X0017_StrongEncryptionHeader
- IWORK_ARCHIVE - Enum constant in enum org.apache.commons.compress.compressors.snappy.FramedSnappyDialect
-
The format used by Apple's iWork Archives (.iwa files).
J
- JAR - Static variable in class org.apache.commons.compress.archivers.ArchiveStreamFactory
-
Constant (value "jar") used to identify the JAR archive format.
- JarArchiveEntry - Class in org.apache.commons.compress.archivers.jar
- JarArchiveEntry(String) - Constructor for class org.apache.commons.compress.archivers.jar.JarArchiveEntry
- JarArchiveEntry(JarEntry) - Constructor for class org.apache.commons.compress.archivers.jar.JarArchiveEntry
- JarArchiveEntry(ZipEntry) - Constructor for class org.apache.commons.compress.archivers.jar.JarArchiveEntry
- JarArchiveEntry(ZipArchiveEntry) - Constructor for class org.apache.commons.compress.archivers.jar.JarArchiveEntry
- JarArchiveInputStream - Class in org.apache.commons.compress.archivers.jar
-
Implements an input stream that can read entries from jar files.
- JarArchiveInputStream(InputStream) - Constructor for class org.apache.commons.compress.archivers.jar.JarArchiveInputStream
-
Creates an instance from the input stream using the default encoding.
- JarArchiveInputStream(InputStream, String) - Constructor for class org.apache.commons.compress.archivers.jar.JarArchiveInputStream
-
Creates an instance from the input stream using the specified encoding.
- JarArchiveOutputStream - Class in org.apache.commons.compress.archivers.jar
-
Subclass that adds a special extra field to the very first entry which allows the created archive to be used as an executable jar on Solaris.
- JarArchiveOutputStream(OutputStream) - Constructor for class org.apache.commons.compress.archivers.jar.JarArchiveOutputStream
- JarArchiveOutputStream(OutputStream, String) - Constructor for class org.apache.commons.compress.archivers.jar.JarArchiveOutputStream
-
Create and instance that wraps the output stream using the provided encoding.
- JarMarker - Class in org.apache.commons.compress.archivers.zip
-
If this extra field is added as the very first extra field of the archive, Solaris will consider it an executable jar file.
- JarMarker() - Constructor for class org.apache.commons.compress.archivers.zip.JarMarker
-
No-arg constructor
- jarMarkerAdded - Variable in class org.apache.commons.compress.archivers.jar.JarArchiveOutputStream
- javaTimeToNtfsTime(Date) - Static method in class org.apache.commons.compress.archivers.sevenz.SevenZArchiveEntry
-
Converts Java time to NTFS time.
- JPEG - Enum constant in enum org.apache.commons.compress.archivers.zip.ZipMethod
-
Compression Method 96 for Jpeg compression.
K
- K256 - Enum constant in enum org.apache.commons.compress.compressors.lz4.FramedLZ4CompressorOutputStream.BlockSize
-
Block size of 256K
- K64 - Enum constant in enum org.apache.commons.compress.compressors.lz4.FramedLZ4CompressorOutputStream.BlockSize
-
Block size of 64K
- kAdditionalStreamsInfo - Static variable in class org.apache.commons.compress.archivers.sevenz.NID
- kAnti - Static variable in class org.apache.commons.compress.archivers.sevenz.NID
- kArchiveProperties - Static variable in class org.apache.commons.compress.archivers.sevenz.NID
- kATime - Static variable in class org.apache.commons.compress.archivers.sevenz.NID
- kCodersUnpackSize - Static variable in class org.apache.commons.compress.archivers.sevenz.NID
- kComment - Static variable in class org.apache.commons.compress.archivers.sevenz.NID
- kCRC - Static variable in class org.apache.commons.compress.archivers.sevenz.NID
- kCTime - Static variable in class org.apache.commons.compress.archivers.sevenz.NID
- kDummy - Static variable in class org.apache.commons.compress.archivers.sevenz.NID
- kEmptyFile - Static variable in class org.apache.commons.compress.archivers.sevenz.NID
- kEmptyStream - Static variable in class org.apache.commons.compress.archivers.sevenz.NID
- kEncodedHeader - Static variable in class org.apache.commons.compress.archivers.sevenz.NID
- kEnd - Static variable in class org.apache.commons.compress.archivers.sevenz.NID
- key - Variable in class org.apache.commons.compress.archivers.zip.ExtraFieldUtils.UnparseableExtraField
- keyBlob - Variable in class org.apache.commons.compress.archivers.zip.X0017_StrongEncryptionHeader
- kFilesInfo - Static variable in class org.apache.commons.compress.archivers.sevenz.NID
- kFolder - Static variable in class org.apache.commons.compress.archivers.sevenz.NID
- kHeader - Static variable in class org.apache.commons.compress.archivers.sevenz.NID
- kMainStreamsInfo - Static variable in class org.apache.commons.compress.archivers.sevenz.NID
- kMTime - Static variable in class org.apache.commons.compress.archivers.sevenz.NID
- kName - Static variable in class org.apache.commons.compress.archivers.sevenz.NID
- kNumUnpackStream - Static variable in class org.apache.commons.compress.archivers.sevenz.NID
- kPackInfo - Static variable in class org.apache.commons.compress.archivers.sevenz.NID
- kSize - Static variable in class org.apache.commons.compress.archivers.sevenz.NID
- kStartPos - Static variable in class org.apache.commons.compress.archivers.sevenz.NID
- kSubStreamsInfo - Static variable in class org.apache.commons.compress.archivers.sevenz.NID
- kUnpackInfo - Static variable in class org.apache.commons.compress.archivers.sevenz.NID
- kWinAttributes - Static variable in class org.apache.commons.compress.archivers.sevenz.NID
L
- label - Variable in class org.apache.commons.compress.archivers.dump.DumpArchiveSummary
- languageEncodingFlag - Variable in class org.apache.commons.compress.archivers.zip.GeneralPurposeBit
- last - Variable in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorInputStream
-
Index of the last char in the block, so the block size == last + 1.
- last - Variable in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorOutputStream
-
Index of the last char in the block, so the block size == last + 1.
- LAST_MODIFIED_LEN - Static variable in class org.apache.commons.compress.archivers.ar.ArArchiveInputStream
- LAST_MODIFIED_OFFSET - Static variable in class org.apache.commons.compress.archivers.ar.ArArchiveInputStream
- lastChapter - Variable in class org.apache.commons.compress.archivers.arj.LocalFileHeader
- lastChapter - Variable in class org.apache.commons.compress.archivers.arj.MainHeader
- lastModified - Variable in class org.apache.commons.compress.archivers.ar.ArArchiveEntry
- lastModifiedDate - Variable in class org.apache.commons.compress.archivers.sevenz.SevenZArchiveEntry
- lastStoredEntry - Variable in class org.apache.commons.compress.archivers.zip.ZipArchiveInputStream
-
When reading a stored entry that uses the data descriptor this stream has to read the full entry and caches it.
- lazyMatches - Variable in class org.apache.commons.compress.compressors.lz77support.Parameters.Builder
- lazyMatching - Variable in class org.apache.commons.compress.compressors.lz77support.Parameters
- lazyThreshold - Variable in class org.apache.commons.compress.compressors.lz77support.Parameters.Builder
- lazyThreshold - Variable in class org.apache.commons.compress.compressors.lz77support.Parameters
- LBLSIZE - Static variable in class org.apache.commons.compress.archivers.dump.DumpArchiveConstants
- leaf(int) - Method in class org.apache.commons.compress.compressors.deflate64.HuffmanDecoder.BinaryTreeNode
- left() - Method in class org.apache.commons.compress.compressors.deflate64.HuffmanDecoder.BinaryTreeNode
- LEFTMOST_BIT - Static variable in class org.apache.commons.compress.archivers.zip.ZipEightByteInteger
- LEFTMOST_BIT_SHIFT - Static variable in class org.apache.commons.compress.archivers.zip.ZipEightByteInteger
- leftNode - Variable in class org.apache.commons.compress.compressors.deflate64.HuffmanDecoder.BinaryTreeNode
- length - Variable in class org.apache.commons.compress.archivers.ar.ArArchiveEntry
- length - Variable in class org.apache.commons.compress.compressors.lz77support.LZ77Compressor.BackReference
- length - Variable in class org.apache.commons.compress.compressors.lz77support.LZ77Compressor.LiteralBlock
- length() - Method in class org.apache.commons.compress.compressors.lz4.BlockLZ4CompressorOutputStream.Pair
- LENGTH_LEN - Static variable in class org.apache.commons.compress.archivers.ar.ArArchiveInputStream
- LENGTH_OFFSET - Static variable in class org.apache.commons.compress.archivers.ar.ArArchiveInputStream
- lengthOf(long[]) - Static method in class org.apache.commons.compress.archivers.sevenz.Archive
- lengthOf(Object[]) - Static method in class org.apache.commons.compress.archivers.sevenz.Archive
- lengths(int, int) - Static method in class org.apache.commons.compress.compressors.lz4.BlockLZ4CompressorOutputStream.Pair
- lengthTree - Variable in class org.apache.commons.compress.archivers.zip.ExplodingInputStream
-
The binary tree containing the 64 encoded lengths
- lengthTree - Variable in class org.apache.commons.compress.compressors.deflate64.HuffmanDecoder.HuffmanCodes
- lenient - Variable in class org.apache.commons.compress.archivers.tar.TarArchiveInputStream
- lenient - Variable in class org.apache.commons.compress.archivers.tar.TarFile
- LESSER_ICOST - Static variable in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorOutputStream
- level - Variable in class org.apache.commons.compress.archivers.dump.DumpArchiveSummary
- level - Variable in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
-
Compression level for next entry.
- LF_BLK - Static variable in interface org.apache.commons.compress.archivers.tar.TarConstants
-
Block device file type.
- LF_CHR - Static variable in interface org.apache.commons.compress.archivers.tar.TarConstants
-
Character device file type.
- LF_CONTIG - Static variable in interface org.apache.commons.compress.archivers.tar.TarConstants
-
Contiguous file type.
- LF_DIR - Static variable in interface org.apache.commons.compress.archivers.tar.TarConstants
-
Directory file type.
- LF_FIFO - Static variable in interface org.apache.commons.compress.archivers.tar.TarConstants
-
FIFO (pipe) file type.
- LF_GNUTYPE_LONGLINK - Static variable in interface org.apache.commons.compress.archivers.tar.TarConstants
-
Identifies the *next* file on the tape as having a long linkname.
- LF_GNUTYPE_LONGNAME - Static variable in interface org.apache.commons.compress.archivers.tar.TarConstants
-
Identifies the *next* file on the tape as having a long name.
- LF_GNUTYPE_SPARSE - Static variable in interface org.apache.commons.compress.archivers.tar.TarConstants
-
Sparse file type.
- LF_LINK - Static variable in interface org.apache.commons.compress.archivers.tar.TarConstants
-
Link file type.
- LF_NORMAL - Static variable in interface org.apache.commons.compress.archivers.tar.TarConstants
-
Normal file type.
- LF_OLDNORM - Static variable in interface org.apache.commons.compress.archivers.tar.TarConstants
-
LF_ constants represent the "link flag" of an entry, or more commonly, the "entry type".
- LF_PAX_EXTENDED_HEADER_LC - Static variable in interface org.apache.commons.compress.archivers.tar.TarConstants
-
Identifies the entry as a Pax extended header.
- LF_PAX_EXTENDED_HEADER_UC - Static variable in interface org.apache.commons.compress.archivers.tar.TarConstants
-
Identifies the entry as a Pax extended header (SunOS tar -E).
- LF_PAX_GLOBAL_EXTENDED_HEADER - Static variable in interface org.apache.commons.compress.archivers.tar.TarConstants
-
Identifies the entry as a Pax global extended header.
- LF_SYMLINK - Static variable in interface org.apache.commons.compress.archivers.tar.TarConstants
-
Symbolic link file type.
- LFH - Static variable in class org.apache.commons.compress.archivers.zip.ZipArchiveInputStream
- LFH_COMPRESSED_SIZE_OFFSET - Static variable in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
- LFH_CRC_OFFSET - Static variable in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
- LFH_EXTRA_LENGTH_OFFSET - Static variable in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
- LFH_FILENAME_LENGTH_OFFSET - Static variable in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
- LFH_FILENAME_OFFSET - Static variable in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
- LFH_GPB_OFFSET - Static variable in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
- LFH_LEN - Static variable in class org.apache.commons.compress.archivers.zip.ZipArchiveInputStream
- LFH_METHOD_OFFSET - Static variable in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
- LFH_MUST_HAVE_BOTH_SIZES_MSG - Static variable in class org.apache.commons.compress.archivers.zip.Zip64ExtendedInformationExtraField
- LFH_OFFSET_FOR_FILENAME_LENGTH - Static variable in class org.apache.commons.compress.archivers.zip.ZipFile
-
Number of bytes in local file header up to the "length of file name" entry.
- LFH_ORIGINAL_SIZE_OFFSET - Static variable in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
- LFH_SIG - Static variable in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
-
local file header signature
- LFH_SIG - Static variable in class org.apache.commons.compress.archivers.zip.ZipLong
-
Local File Header Signature
- LFH_SIG_OFFSET - Static variable in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
- LFH_TIME_OFFSET - Static variable in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
- LFH_VERSION_NEEDED_OFFSET - Static variable in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
- lfhBuf - Variable in class org.apache.commons.compress.archivers.zip.ZipArchiveInputStream
- limit - Variable in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorInputStream.Data
- link - Variable in class org.apache.commons.compress.archivers.zip.AsiExtraField
-
File this entry points to, if it is a symbolic link.
- LINK - Enum constant in enum org.apache.commons.compress.archivers.dump.DumpArchiveEntry.TYPE
- LINK_FLAG - Static variable in interface org.apache.commons.compress.archivers.zip.UnixStat
-
Indicates symbolic links.
- linkFlag - Variable in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
-
The entry's link flag.
- linkName - Variable in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
-
The entry's link name.
- linkOptions - Variable in class org.apache.commons.compress.archivers.examples.Archiver.ArchiverFileVisitor
- linkOptions - Variable in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
-
The entry's file linkOptions
- LIST - Enum constant in enum org.apache.commons.compress.archivers.sevenz.CLI.Mode
- list7z(File) - Static method in class org.apache.commons.compress.archivers.Lister
- Lister - Class in org.apache.commons.compress.archivers
-
Simple command line application that lists the contents of an archive.
- Lister() - Constructor for class org.apache.commons.compress.archivers.Lister
- Lists - Class in org.apache.commons.compress.utils
-
List utilities
- Lists() - Constructor for class org.apache.commons.compress.utils.Lists
- listStream(File, String[]) - Static method in class org.apache.commons.compress.archivers.Lister
- listZipUsingTarFile(File) - Static method in class org.apache.commons.compress.archivers.Lister
- listZipUsingZipFile(File) - Static method in class org.apache.commons.compress.archivers.Lister
- literal - Variable in class org.apache.commons.compress.compressors.deflate64.HuffmanDecoder.BinaryTreeNode
- LITERAL - Enum constant in enum org.apache.commons.compress.compressors.lz77support.LZ77Compressor.Block.BlockType
- LITERAL_SIZE_MASK - Static variable in class org.apache.commons.compress.compressors.lz4.BlockLZ4CompressorInputStream
- LiteralBlock(byte[], int, int) - Constructor for class org.apache.commons.compress.compressors.lz77support.LZ77Compressor.LiteralBlock
- literalLength() - Method in class org.apache.commons.compress.compressors.lz4.BlockLZ4CompressorOutputStream.Pair
- literals - Variable in class org.apache.commons.compress.compressors.lz4.BlockLZ4CompressorOutputStream.Pair
- literalTree - Variable in class org.apache.commons.compress.archivers.zip.ExplodingInputStream
-
The binary tree containing the 256 encoded literals (null when only two trees are used)
- ll8 - Variable in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorInputStream.Data
- loc - Variable in class org.apache.commons.compress.utils.BoundedArchiveInputStream
- localData - Variable in class org.apache.commons.compress.archivers.zip.PKWareExtraHeader
-
Extra field data in local file data - without Header-ID or length specifier.
- localData - Variable in class org.apache.commons.compress.archivers.zip.UnrecognizedExtraField
-
Extra field data in local file data - without Header-ID or length specifier.
- localDataStart - Variable in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream.CurrentEntry
-
Offset for CRC entry in the local file header data for the current entry starts here.
- localFileData - Variable in class org.apache.commons.compress.archivers.zip.UnparseableExtraFieldData
- localFileHeader - Variable in class org.apache.commons.compress.archivers.arj.ArjArchiveEntry
- LocalFileHeader - Class in org.apache.commons.compress.archivers.arj
- LocalFileHeader() - Constructor for class org.apache.commons.compress.archivers.arj.LocalFileHeader
- LocalFileHeader.FileTypes - Class in org.apache.commons.compress.archivers.arj
- LocalFileHeader.Flags - Class in org.apache.commons.compress.archivers.arj
- LocalFileHeader.Methods - Class in org.apache.commons.compress.archivers.arj
- localHeaderOffset - Variable in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
- LOCCRC - Static variable in class org.apache.commons.compress.archivers.jar.JarArchiveEntry
- LOCEXT - Static variable in class org.apache.commons.compress.archivers.jar.JarArchiveEntry
- LOCFLG - Static variable in class org.apache.commons.compress.archivers.jar.JarArchiveEntry
- LOCHDR - Static variable in class org.apache.commons.compress.archivers.jar.JarArchiveEntry
- LOCHOW - Static variable in class org.apache.commons.compress.archivers.jar.JarArchiveEntry
- LOCLEN - Static variable in class org.apache.commons.compress.archivers.jar.JarArchiveEntry
- LOCNAM - Static variable in class org.apache.commons.compress.archivers.jar.JarArchiveEntry
- LOCSIG - Static variable in class org.apache.commons.compress.archivers.jar.JarArchiveEntry
- LOCSIZ - Static variable in class org.apache.commons.compress.archivers.jar.JarArchiveEntry
- LOCTIM - Static variable in class org.apache.commons.compress.archivers.jar.JarArchiveEntry
- LOCVER - Static variable in class org.apache.commons.compress.archivers.jar.JarArchiveEntry
- LONG_MAX - Static variable in class org.apache.commons.compress.archivers.zip.ZipArchiveInputStream
- long2byteArray(long, int, boolean) - Static method in class org.apache.commons.compress.archivers.cpio.CpioUtil
-
Converts a long number to a byte array Halfwords can be swapped by setting swapHalfWord=true.
- longestCompressedSuffix - Variable in class org.apache.commons.compress.compressors.FileNameUtil
-
Length of the longest compressed suffix.
- longestMatch(int) - Method in class org.apache.commons.compress.compressors.lz77support.LZ77Compressor
-
Searches the hash chain for real matches and returns the length of the longest match (0 if none were found) that isn't too far away (WRT maxOffset).
- longestMatchForNextPosition(int) - Method in class org.apache.commons.compress.compressors.lz77support.LZ77Compressor
- longestUncompressedSuffix - Variable in class org.apache.commons.compress.compressors.FileNameUtil
-
Length of the longest uncompressed suffix.
- LONGFILE_BSD - Static variable in class org.apache.commons.compress.archivers.ar.ArArchiveOutputStream
-
BSD ar extensions are used to store long file names in the archive.
- LONGFILE_ERROR - Static variable in class org.apache.commons.compress.archivers.ar.ArArchiveOutputStream
-
Fail if a long file name is required in the archive.
- LONGFILE_ERROR - Static variable in class org.apache.commons.compress.archivers.tar.TarArchiveOutputStream
-
Fail if a long file name is required in the archive.
- LONGFILE_GNU - Static variable in class org.apache.commons.compress.archivers.tar.TarArchiveOutputStream
-
GNU tar extensions are used to store long file names in the archive.
- LONGFILE_POSIX - Static variable in class org.apache.commons.compress.archivers.tar.TarArchiveOutputStream
-
POSIX/PAX extensions are used to store long file names in the archive.
- LONGFILE_TRUNCATE - Static variable in class org.apache.commons.compress.archivers.tar.TarArchiveOutputStream
-
Long paths will be truncated in the archive.
- longFileMode - Variable in class org.apache.commons.compress.archivers.ar.ArArchiveOutputStream
- longFileMode - Variable in class org.apache.commons.compress.archivers.tar.TarArchiveOutputStream
- LONGNAMESLEN_GNU - Static variable in interface org.apache.commons.compress.archivers.tar.TarConstants
-
The length of the long names field in an old GNU header buffer.
- longToBig(long) - Static method in class org.apache.commons.compress.archivers.zip.ZipUtil
-
Converts a long into a BigInteger.
- lookahead - Variable in class org.apache.commons.compress.compressors.lz77support.LZ77Compressor
- LOOKING_FOR_BACK_REFERENCE - Enum constant in enum org.apache.commons.compress.compressors.lz4.BlockLZ4CompressorInputStream.State
- LZ4_BLOCK - Static variable in class org.apache.commons.compress.compressors.CompressorStreamFactory
-
Constant (value "lz4-block") used to identify the block LZ4 compression method.
- LZ4_FRAMED - Static variable in class org.apache.commons.compress.compressors.CompressorStreamFactory
-
Constant (value "lz4-framed") used to identify the frame LZ4 compression method.
- LZ4_SIGNATURE - Static variable in class org.apache.commons.compress.compressors.lz4.FramedLZ4CompressorInputStream
- LZ77Compressor - Class in org.apache.commons.compress.compressors.lz77support
-
Helper class for compression algorithms that use the ideas of LZ77.
- LZ77Compressor(Parameters, LZ77Compressor.Callback) - Constructor for class org.apache.commons.compress.compressors.lz77support.LZ77Compressor
-
Initializes a compressor with parameters and a callback.
- LZ77Compressor.BackReference - Class in org.apache.commons.compress.compressors.lz77support
-
Represents a back-reference.
- LZ77Compressor.Block - Class in org.apache.commons.compress.compressors.lz77support
-
Base class representing blocks the compressor may emit.
- LZ77Compressor.Block.BlockType - Enum in org.apache.commons.compress.compressors.lz77support
-
Enumeration of the block types the compressor may emit.
- LZ77Compressor.Callback - Interface in org.apache.commons.compress.compressors.lz77support
-
Callback invoked while the compressor processes data.
- LZ77Compressor.EOD - Class in org.apache.commons.compress.compressors.lz77support
-
A simple "we are done" marker.
- LZ77Compressor.LiteralBlock - Class in org.apache.commons.compress.compressors.lz77support
-
Represents a literal block of data.
- lz77params - Variable in class org.apache.commons.compress.compressors.lz4.FramedLZ4CompressorOutputStream.Parameters
- LZERO - Static variable in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
-
Helper, a 0 as ZipLong.
- LZMA - Enum constant in enum org.apache.commons.compress.archivers.sevenz.SevenZMethod
-
LZMA - only supported when reading
- LZMA - Enum constant in enum org.apache.commons.compress.archivers.zip.ZipMethod
-
Compression Method 14 for LZMA.
- LZMA - Static variable in class org.apache.commons.compress.compressors.CompressorStreamFactory
-
Constant (value "lzma") used to identify the LZMA compression method.
- LZMA2 - Enum constant in enum org.apache.commons.compress.archivers.sevenz.SevenZMethod
-
LZMA2
- LZMA2Decoder - Class in org.apache.commons.compress.archivers.sevenz
- LZMA2Decoder() - Constructor for class org.apache.commons.compress.archivers.sevenz.LZMA2Decoder
- LZMACompressorInputStream - Class in org.apache.commons.compress.compressors.lzma
-
LZMA decompressor.
- LZMACompressorInputStream(InputStream) - Constructor for class org.apache.commons.compress.compressors.lzma.LZMACompressorInputStream
-
Creates a new input stream that decompresses LZMA-compressed data from the specified input stream.
- LZMACompressorInputStream(InputStream, int) - Constructor for class org.apache.commons.compress.compressors.lzma.LZMACompressorInputStream
-
Creates a new input stream that decompresses LZMA-compressed data from the specified input stream.
- LZMACompressorOutputStream - Class in org.apache.commons.compress.compressors.lzma
-
LZMA compressor.
- LZMACompressorOutputStream(OutputStream) - Constructor for class org.apache.commons.compress.compressors.lzma.LZMACompressorOutputStream
-
Creates a LZMA compressor.
- LZMADecoder - Class in org.apache.commons.compress.archivers.sevenz
- LZMADecoder() - Constructor for class org.apache.commons.compress.archivers.sevenz.LZMADecoder
- LZMAUtils - Class in org.apache.commons.compress.compressors.lzma
-
Utility code for the lzma compression format.
- LZMAUtils() - Constructor for class org.apache.commons.compress.compressors.lzma.LZMAUtils
-
Private constructor to prevent instantiation of this utility class.
- LZMAUtils.CachedAvailability - Enum in org.apache.commons.compress.compressors.lzma
- LZO - Enum constant in enum org.apache.commons.compress.archivers.dump.DumpArchiveConstants.COMPRESSION_TYPE
- LZWInputStream - Class in org.apache.commons.compress.compressors.lzw
-
Generic LZW implementation.
- LZWInputStream(InputStream, ByteOrder) - Constructor for class org.apache.commons.compress.compressors.lzw.LZWInputStream
M
- M1 - Enum constant in enum org.apache.commons.compress.compressors.lz4.FramedLZ4CompressorOutputStream.BlockSize
-
Block size of 1M
- M4 - Enum constant in enum org.apache.commons.compress.compressors.lz4.FramedLZ4CompressorOutputStream.BlockSize
-
Block size of 4M
- MAC_OS - Static variable in class org.apache.commons.compress.archivers.arj.ArjArchiveEntry.HostOs
- MAC_OS - Static variable in class org.apache.commons.compress.archivers.arj.MainHeader.HostOS
- magic - Variable in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
-
The entry's magic tag.
- MAGIC_1 - Static variable in class org.apache.commons.compress.compressors.deflate.DeflateCompressorInputStream
- MAGIC_1 - Static variable in class org.apache.commons.compress.compressors.z.ZCompressorInputStream
- MAGIC_2 - Static variable in class org.apache.commons.compress.compressors.z.ZCompressorInputStream
- MAGIC_2a - Static variable in class org.apache.commons.compress.compressors.deflate.DeflateCompressorInputStream
- MAGIC_2b - Static variable in class org.apache.commons.compress.compressors.deflate.DeflateCompressorInputStream
- MAGIC_2c - Static variable in class org.apache.commons.compress.compressors.deflate.DeflateCompressorInputStream
- MAGIC_2d - Static variable in class org.apache.commons.compress.compressors.deflate.DeflateCompressorInputStream
- MAGIC_ANT - Static variable in interface org.apache.commons.compress.archivers.tar.TarConstants
-
The magic tag representing an Ant tar archive.
- MAGIC_GNU - Static variable in interface org.apache.commons.compress.archivers.tar.TarConstants
-
The magic tag representing a GNU tar archive.
- MAGIC_NEW - Static variable in interface org.apache.commons.compress.archivers.cpio.CpioConstants
-
magic number of a cpio entry in the new format
- MAGIC_NEW_CRC - Static variable in interface org.apache.commons.compress.archivers.cpio.CpioConstants
-
magic number of a cpio entry in the new format with crc
- MAGIC_OFFSET - Static variable in interface org.apache.commons.compress.archivers.tar.TarConstants
-
Offset of start of magic field within header record
- MAGIC_OLD_ASCII - Static variable in interface org.apache.commons.compress.archivers.cpio.CpioConstants
-
magic number of a cpio entry in the old ascii format
- MAGIC_OLD_BINARY - Static variable in interface org.apache.commons.compress.archivers.cpio.CpioConstants
-
magic number of a cpio entry in the old binary format
- MAGIC_POSIX - Static variable in interface org.apache.commons.compress.archivers.tar.TarConstants
-
The magic tag representing a POSIX tar archive.
- MAGIC_XSTAR - Static variable in interface org.apache.commons.compress.archivers.tar.TarConstants
-
The magix string used in the last four bytes of the header to identify the xstar format.
- MAGICLEN - Static variable in interface org.apache.commons.compress.archivers.tar.TarConstants
-
The length of the magic field in a header buffer.
- main(String[]) - Static method in class org.apache.commons.compress.archivers.Lister
- main(String[]) - Static method in class org.apache.commons.compress.archivers.sevenz.CLI
- mainHeader - Variable in class org.apache.commons.compress.archivers.arj.ArjArchiveInputStream
- MainHeader - Class in org.apache.commons.compress.archivers.arj
- MainHeader() - Constructor for class org.apache.commons.compress.archivers.arj.MainHeader
- MainHeader.Flags - Class in org.apache.commons.compress.archivers.arj
- MainHeader.HostOS - Class in org.apache.commons.compress.archivers.arj
- mainQSort3(BZip2CompressorOutputStream.Data, int, int, int, int) - Method in class org.apache.commons.compress.compressors.bzip2.BlockSort
-
Method "mainQSort3", file "blocksort.c", BZip2 1.0.2
- mainSimpleSort(BZip2CompressorOutputStream.Data, int, int, int, int) - Method in class org.apache.commons.compress.compressors.bzip2.BlockSort
-
This is the most hammered method of this class.
- mainSort(BZip2CompressorOutputStream.Data, int) - Method in class org.apache.commons.compress.compressors.bzip2.BlockSort
- mainSort_bigDone - Variable in class org.apache.commons.compress.compressors.bzip2.BlockSort
- mainSort_copy - Variable in class org.apache.commons.compress.compressors.bzip2.BlockSort
- mainSort_runningOrder - Variable in class org.apache.commons.compress.compressors.bzip2.BlockSort
- maj - Variable in class org.apache.commons.compress.archivers.cpio.CpioArchiveEntry
- makeMaps() - Method in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorInputStream
- manifestAttributes - Variable in class org.apache.commons.compress.archivers.jar.JarArchiveEntry
- mark(int) - Method in class org.apache.commons.compress.archivers.tar.TarArchiveInputStream
-
Since we do not support marking just yet, we do nothing.
- markSupported() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveInputStream
-
Since we do not support marking just yet, we return false.
- mask - Variable in class org.apache.commons.compress.compressors.deflate64.HuffmanDecoder.DecodingMemory
- mask(long) - Static method in class org.apache.commons.compress.compressors.snappy.FramedSnappyCompressorOutputStream
- MASK_OFFSET - Static variable in class org.apache.commons.compress.compressors.snappy.FramedSnappyCompressorInputStream
-
package private for tests only.
- MASKS - Static variable in class org.apache.commons.compress.utils.BitInputStream
- matchAsciiBuffer(String, byte[]) - Static method in class org.apache.commons.compress.utils.ArchiveUtils
-
Check if buffer contents matches Ascii String.
- matchAsciiBuffer(String, byte[], int, int) - Static method in class org.apache.commons.compress.utils.ArchiveUtils
-
Check if buffer contents matches Ascii String.
- matches(byte[], int) - Static method in class org.apache.commons.compress.archivers.ar.ArArchiveInputStream
-
Checks if the signature matches ASCII "!<arch>" followed by a single LF control character
- matches(byte[], int) - Static method in class org.apache.commons.compress.archivers.arj.ArjArchiveInputStream
-
Checks if the signature matches what is expected for an arj file.
- matches(byte[], int) - Static method in class org.apache.commons.compress.archivers.cpio.CpioArchiveInputStream
-
Checks if the signature matches one of the following magic values: Strings: "070701" - MAGIC_NEW "070702" - MAGIC_NEW_CRC "070707" - MAGIC_OLD_ASCII Octal Binary value: 070707 - MAGIC_OLD_BINARY (held as a short) = 0x71C7 or 0xC771
- matches(byte[], int) - Static method in class org.apache.commons.compress.archivers.dump.DumpArchiveInputStream
-
Look at the first few bytes of the file to decide if it's a dump archive.
- matches(byte[], int) - Static method in class org.apache.commons.compress.archivers.jar.JarArchiveInputStream
-
Checks if the signature matches what is expected for a jar file (in this case it is the same as for a zip file).
- matches(byte[], int) - Static method in class org.apache.commons.compress.archivers.sevenz.SevenZFile
-
Checks if the signature matches what is expected for a 7z file.
- matches(byte[], int) - Static method in class org.apache.commons.compress.archivers.tar.TarArchiveInputStream
-
Checks if the signature matches what is expected for a tar file.
- matches(byte[], int) - Static method in class org.apache.commons.compress.archivers.zip.ZipArchiveInputStream
-
Checks if the signature matches what is expected for a zip file.
- matches(byte[], int) - Static method in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorInputStream
-
Checks if the signature matches what is expected for a bzip2 file.
- matches(byte[], int) - Static method in class org.apache.commons.compress.compressors.deflate.DeflateCompressorInputStream
-
Checks if the signature matches what is expected for a zlib / deflated file with the zlib header.
- matches(byte[], int) - Static method in class org.apache.commons.compress.compressors.gzip.GzipCompressorInputStream
-
Checks if the signature matches what is expected for a .gz file.
- matches(byte[], int) - Static method in class org.apache.commons.compress.compressors.lz4.FramedLZ4CompressorInputStream
-
Checks if the signature matches what is expected for a .lz4 file.
- matches(byte[], int) - Static method in class org.apache.commons.compress.compressors.lzma.LZMACompressorInputStream
-
Checks if the signature matches what is expected for an lzma file.
- matches(byte[], int) - Static method in class org.apache.commons.compress.compressors.lzma.LZMAUtils
-
Checks if the signature matches what is expected for a .lzma file.
- matches(byte[], int) - Static method in class org.apache.commons.compress.compressors.snappy.FramedSnappyCompressorInputStream
-
Checks if the signature matches what is expected for a .sz file.
- matches(byte[], int) - Static method in class org.apache.commons.compress.compressors.xz.XZCompressorInputStream
-
Checks if the signature matches what is expected for a .xz file.
- matches(byte[], int) - Static method in class org.apache.commons.compress.compressors.xz.XZUtils
-
Checks if the signature matches what is expected for a .xz file.
- matches(byte[], int) - Static method in class org.apache.commons.compress.compressors.z.ZCompressorInputStream
-
Checks if the signature matches what is expected for a Unix compress file.
- matchStart - Variable in class org.apache.commons.compress.compressors.lz77support.LZ77Compressor
- max - Variable in class org.apache.commons.compress.archivers.zip.ZipArchiveInputStream.BoundedInputStream
-
the max length to provide
- MAX_ALPHA_SIZE - Static variable in interface org.apache.commons.compress.compressors.bzip2.BZip2Constants
- MAX_BLOCKSIZE - Static variable in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorOutputStream
-
The maximum supported blocksize
== 9
. - MAX_BUF_LEN - Static variable in class org.apache.commons.compress.archivers.sevenz.BoundedSeekableByteChannelInputStream
- MAX_CODE_LEN - Static variable in interface org.apache.commons.compress.compressors.bzip2.BZip2Constants
- MAX_CODE_SIZE - Static variable in class org.apache.commons.compress.archivers.zip.UnshrinkingInputStream
- MAX_CODE_SIZE_MASK - Static variable in class org.apache.commons.compress.compressors.z.ZCompressorInputStream
- MAX_COMPRESSED_BUFFER_SIZE - Static variable in class org.apache.commons.compress.compressors.snappy.FramedSnappyCompressorOutputStream
- MAX_EOCD_SIZE - Static variable in class org.apache.commons.compress.archivers.zip.ZipFile
-
Maximum length of the "End of central directory record" with a file comment.
- MAX_LITERAL_SIZE_WITH_ONE_SIZE_BYTE - Static variable in class org.apache.commons.compress.compressors.snappy.SnappyCompressorOutputStream
- MAX_LITERAL_SIZE_WITH_THREE_SIZE_BYTES - Static variable in class org.apache.commons.compress.compressors.snappy.SnappyCompressorOutputStream
- MAX_LITERAL_SIZE_WITH_TWO_SIZE_BYTES - Static variable in class org.apache.commons.compress.compressors.snappy.SnappyCompressorOutputStream
- MAX_LITERAL_SIZE_WITHOUT_SIZE_BYTES - Static variable in class org.apache.commons.compress.compressors.snappy.SnappyCompressorOutputStream
- MAX_MATCH_LENGTH - Static variable in class org.apache.commons.compress.compressors.snappy.SnappyCompressorOutputStream
- MAX_MATCH_LENGTH_WITH_ONE_OFFSET_BYTE - Static variable in class org.apache.commons.compress.compressors.snappy.SnappyCompressorOutputStream
- MAX_NAMELEN - Static variable in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
-
Maximum length of a user's name in the tar file
- MAX_OFFSET_WITH_ONE_OFFSET_BYTE - Static variable in class org.apache.commons.compress.compressors.snappy.SnappyCompressorOutputStream
- MAX_OFFSET_WITH_TWO_OFFSET_BYTES - Static variable in class org.apache.commons.compress.compressors.snappy.SnappyCompressorOutputStream
- MAX_SANITIZED_NAME_LENGTH - Static variable in class org.apache.commons.compress.utils.ArchiveUtils
- MAX_SELECTORS - Static variable in interface org.apache.commons.compress.compressors.bzip2.BZip2Constants
- MAX_SKIPPABLE_TYPE - Static variable in class org.apache.commons.compress.compressors.snappy.FramedSnappyCompressorInputStream
- MAX_TABLE_SIZE - Static variable in class org.apache.commons.compress.archivers.zip.UnshrinkingInputStream
- MAX_UNSKIPPABLE_TYPE - Static variable in class org.apache.commons.compress.compressors.snappy.FramedSnappyCompressorInputStream
- maxBackReferenceLength - Variable in class org.apache.commons.compress.compressors.lz77support.Parameters.Builder
- maxBackReferenceLength - Variable in class org.apache.commons.compress.compressors.lz77support.Parameters
- maxCandidates - Variable in class org.apache.commons.compress.compressors.lz77support.Parameters.Builder
- maxCandidates - Variable in class org.apache.commons.compress.compressors.lz77support.Parameters
- maxCodeSize - Variable in class org.apache.commons.compress.compressors.z.ZCompressorInputStream
- MAXID - Static variable in interface org.apache.commons.compress.archivers.tar.TarConstants
-
The maximum value of gid/uid in a tar archive which can be expressed in octal char notation (that's 7 sevens, octal).
- MAXIMUM_CACHE_SIZE - Static variable in class org.apache.commons.compress.utils.BitInputStream
- maxLiteralLength - Variable in class org.apache.commons.compress.compressors.lz77support.Parameters.Builder
- maxLiteralLength - Variable in class org.apache.commons.compress.compressors.lz77support.Parameters
- maxMemoryLimitInKb - Variable in class org.apache.commons.compress.archivers.sevenz.SevenZFileOptions.Builder
- maxMemoryLimitInKb - Variable in class org.apache.commons.compress.archivers.sevenz.SevenZFileOptions
- maxOffset - Variable in class org.apache.commons.compress.compressors.lz77support.Parameters.Builder
- maxOffset - Variable in class org.apache.commons.compress.compressors.lz77support.Parameters
- MAXSIZE - Static variable in interface org.apache.commons.compress.archivers.tar.TarConstants
-
The maximum size of a file in a tar archive which can be expressed in octal char notation (that's 11 sevens, octal).
- maybeFinishCurrentBlock() - Method in class org.apache.commons.compress.compressors.lz4.FramedLZ4CompressorInputStream
- maybeFlush() - Method in class org.apache.commons.compress.utils.FixedLengthBlockOutputStream
- MD5 - Enum constant in enum org.apache.commons.compress.archivers.zip.PKWareExtraHeader.HashAlgorithm
- med3(byte, byte, byte) - Static method in class org.apache.commons.compress.compressors.bzip2.BlockSort
- memory - Variable in class org.apache.commons.compress.compressors.deflate64.HuffmanDecoder.DecodingMemory
- memory - Variable in class org.apache.commons.compress.compressors.deflate64.HuffmanDecoder
- MemoryLimitException - Exception in org.apache.commons.compress
-
If a stream checks for estimated memory allocation, and the estimate goes above the memory limit, this is thrown.
- MemoryLimitException(long, int) - Constructor for exception org.apache.commons.compress.MemoryLimitException
- MemoryLimitException(long, int, Exception) - Constructor for exception org.apache.commons.compress.MemoryLimitException
- memoryLimitInKb - Variable in class org.apache.commons.compress.compressors.CompressorStreamFactory
- memoryLimitInKb - Variable in exception org.apache.commons.compress.MemoryLimitException
- memoryNeededInKb - Variable in exception org.apache.commons.compress.MemoryLimitException
- mergeCentralDirectoryData(ZipExtraField[]) - Static method in class org.apache.commons.compress.archivers.zip.ExtraFieldUtils
-
Merges the central directory fields of the given ZipExtraFields.
- mergeExtraFields(ZipExtraField[], boolean) - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
-
If there are no extra fields, use the given fields as new extra data - otherwise merge the fields assuming the existing fields and the new fields stem from different locations inside the archive.
- mergeLocalFileDataData(ZipExtraField[]) - Static method in class org.apache.commons.compress.archivers.zip.ExtraFieldUtils
-
Merges the local file data fields of the given ZipExtraFields.
- mergingElapsed - Variable in class org.apache.commons.compress.archivers.zip.ScatterStatistics
- message - Variable in enum org.apache.commons.compress.archivers.sevenz.CLI.Mode
- metaData - Variable in class org.apache.commons.compress.archivers.ar.ArArchiveInputStream
- metaData - Variable in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
-
Holds some book-keeping data for each entry.
- method - Variable in class org.apache.commons.compress.archivers.arj.LocalFileHeader
- method - Variable in class org.apache.commons.compress.archivers.sevenz.SevenZMethodConfiguration
- method - Variable in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
-
The
ZipEntry
base class only supports the compression methods STORED and DEFLATED. - method - Variable in class org.apache.commons.compress.archivers.zip.ZipArchiveEntryRequest
- method - Variable in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
-
Default compression method for next entry.
- METHOD - Static variable in class org.apache.commons.compress.archivers.zip.UnsupportedZipFeatureException.Feature
-
The entry used an unsupported compression method.
- Methods() - Constructor for class org.apache.commons.compress.archivers.arj.LocalFileHeader.Methods
- MILLIS_PER_SECOND - Static variable in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
-
Convert millis to seconds
- min - Variable in class org.apache.commons.compress.archivers.cpio.CpioArchiveEntry
- MIN_BACK_REFERENCE_LENGTH - Static variable in class org.apache.commons.compress.compressors.lz4.BlockLZ4CompressorOutputStream
- MIN_BLOCKSIZE - Static variable in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorOutputStream
-
The minimum supported blocksize
== 1
. - MIN_EOCD_SIZE - Static variable in class org.apache.commons.compress.archivers.zip.ZipFile
-
Length of the "End of central directory record" - which is supposed to be the last structure of the archive - without file comment.
- MIN_MATCH_LENGTH - Static variable in class org.apache.commons.compress.compressors.snappy.SnappyCompressorOutputStream
- MIN_MATCH_LENGTH_WITH_ONE_OFFSET_BYTE - Static variable in class org.apache.commons.compress.compressors.snappy.SnappyCompressorOutputStream
- MIN_OFFSET_OF_LAST_BACK_REFERENCE - Static variable in class org.apache.commons.compress.compressors.lz4.BlockLZ4CompressorOutputStream
- MIN_SIZE - Static variable in class org.apache.commons.compress.archivers.zip.AsiExtraField
- MIN_UNSKIPPABLE_TYPE - Static variable in class org.apache.commons.compress.compressors.snappy.FramedSnappyCompressorInputStream
- minBackReferenceLength - Variable in class org.apache.commons.compress.compressors.lz77support.Parameters.Builder
- minBackReferenceLength - Variable in class org.apache.commons.compress.compressors.lz77support.Parameters
- minimumMatchLength - Variable in class org.apache.commons.compress.archivers.zip.ExplodingInputStream
- minLens - Variable in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorInputStream.Data
- minVersionToExtract - Variable in class org.apache.commons.compress.archivers.arj.LocalFileHeader
- minVersionToExtract - Variable in class org.apache.commons.compress.archivers.arj.MainHeader
- missedInserts - Variable in class org.apache.commons.compress.compressors.lz77support.LZ77Compressor
- mode - Variable in class org.apache.commons.compress.archivers.ar.ArArchiveEntry
- mode - Variable in class org.apache.commons.compress.archivers.cpio.CpioArchiveEntry
- mode - Variable in class org.apache.commons.compress.archivers.dump.DumpArchiveEntry
- mode - Variable in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
-
The entry's permission mode.
- mode - Variable in class org.apache.commons.compress.archivers.zip.AsiExtraField
-
Standard Unix stat(2) file mode.
- Mode(String) - Constructor for enum org.apache.commons.compress.archivers.sevenz.CLI.Mode
- MODELEN - Static variable in interface org.apache.commons.compress.archivers.tar.TarConstants
-
The length of the mode field in a header buffer.
- modificationTime - Variable in class org.apache.commons.compress.compressors.gzip.GzipParameters
- MODIFY_TIME_BIT - Static variable in class org.apache.commons.compress.archivers.zip.X5455_ExtendedTimestamp
-
The bit set inside the flags by when the last modification time is present in this extra field.
- modifyTime - Variable in class org.apache.commons.compress.archivers.zip.X000A_NTFS
- modifyTime - Variable in class org.apache.commons.compress.archivers.zip.X5455_ExtendedTimestamp
- modTime - Variable in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
-
The entry's modification time.
- MODTIMELEN - Static variable in interface org.apache.commons.compress.archivers.tar.TarConstants
-
The length of the modification time field in a header buffer.
- moveToFrontCodeAndSend() - Method in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorOutputStream
- MS_DOS - Static variable in class org.apache.commons.compress.archivers.arj.MainHeader.HostOS
- mtfFreq - Variable in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorOutputStream.Data
- mtime - Variable in class org.apache.commons.compress.archivers.cpio.CpioArchiveEntry
- mtime - Variable in class org.apache.commons.compress.archivers.dump.DumpArchiveEntry
- MultiReadOnlySeekableByteChannel - Class in org.apache.commons.compress.utils
-
Read-Only Implementation of
SeekableByteChannel
that concatenates a collection of otherSeekableByteChannel
s. - MultiReadOnlySeekableByteChannel(List<SeekableByteChannel>) - Constructor for class org.apache.commons.compress.utils.MultiReadOnlySeekableByteChannel
-
Concatenates the given channels.
N
- N_GROUPS - Static variable in interface org.apache.commons.compress.compressors.bzip2.BZip2Constants
- N_ITERS - Static variable in interface org.apache.commons.compress.compressors.bzip2.BZip2Constants
- NAIVE_RESIZE_LIMIT - Static variable in class org.apache.commons.compress.utils.SeekableInMemoryByteChannel
- name - Variable in class org.apache.commons.compress.archivers.ar.ArArchiveEntry
-
SVR4/GNU adds a trailing / to names; BSD does not.
- name - Variable in class org.apache.commons.compress.archivers.arj.LocalFileHeader
- name - Variable in class org.apache.commons.compress.archivers.arj.MainHeader
- name - Variable in class org.apache.commons.compress.archivers.cpio.CpioArchiveEntry
- name - Variable in class org.apache.commons.compress.archivers.dump.Dirent
- name - Variable in class org.apache.commons.compress.archivers.dump.DumpArchiveEntry
- name - Variable in class org.apache.commons.compress.archivers.sevenz.SevenZArchiveEntry
- name - Variable in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
-
The entry's name.
- name - Variable in class org.apache.commons.compress.archivers.zip.UnsupportedZipFeatureException.Feature
- name - Variable in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
- name - Variable in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream.UnicodeExtraFieldPolicy
- name - Variable in class org.apache.commons.compress.archivers.zip.ZipFile.NameAndComment
- NAME - Enum constant in enum org.apache.commons.compress.archivers.zip.ZipArchiveEntry.NameSource
-
The name has been read from the archive using the encoding of the archive specified when creating the
ZipArchiveInputStream
orZipFile
(defaults to the platform's default encoding). - NAME_LEN - Static variable in class org.apache.commons.compress.archivers.ar.ArArchiveInputStream
- NAME_OFFSET - Static variable in class org.apache.commons.compress.archivers.ar.ArArchiveInputStream
- NAME_WITH_EFS_FLAG - Enum constant in enum org.apache.commons.compress.archivers.zip.ZipArchiveEntry.NameSource
-
The name has been read from the archive and the archive specified the EFS flag which indicates the name has been encoded as UTF-8.
- NameAndComment(byte[], byte[]) - Constructor for class org.apache.commons.compress.archivers.zip.ZipFile.NameAndComment
- namebuffer - Variable in class org.apache.commons.compress.archivers.ar.ArArchiveInputStream
- nameCRC32 - Variable in class org.apache.commons.compress.archivers.zip.AbstractUnicodeExtraField
- NAMELEN - Static variable in class org.apache.commons.compress.archivers.dump.DumpArchiveConstants
- NAMELEN - Static variable in interface org.apache.commons.compress.archivers.tar.TarConstants
-
The length of the name field in a header buffer.
- nameMap - Variable in class org.apache.commons.compress.archivers.zip.ZipFile
-
Maps String to list of ZipArchiveEntrys, name -> actual entries.
- names - Variable in class org.apache.commons.compress.archivers.cpio.CpioArchiveOutputStream
- names - Variable in class org.apache.commons.compress.archivers.dump.DumpArchiveInputStream
- nameSource - Variable in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
- NameSource() - Constructor for enum org.apache.commons.compress.archivers.zip.ZipArchiveEntry.NameSource
- nestedEnum - Variable in class org.apache.commons.compress.changes.ChangeSetPerformer.ZipFileIterator
- Never - Enum constant in enum org.apache.commons.compress.archivers.zip.Zip64Mode
-
Don't use Zip64 extensions for any entries.
- NEVER - Static variable in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream.UnicodeExtraFieldPolicy
-
Never create Unicode extra fields.
- newArrayList() - Static method in class org.apache.commons.compress.utils.Lists
-
Creates a new
ArrayList
. - newArrayList(Iterator<? extends E>) - Static method in class org.apache.commons.compress.utils.Lists
-
Creates a new
ArrayList
filled with the contents of the giveniterator
. - newDecoder() - Method in class org.apache.commons.compress.archivers.zip.NioZipEncoding
- newEncoder() - Method in class org.apache.commons.compress.archivers.zip.NioZipEncoding
- newHashSet(E...) - Static method in class org.apache.commons.compress.utils.Sets
-
Creates a new HashSet filled with the given elements
- next - Variable in class org.apache.commons.compress.changes.ChangeSetPerformer.ArchiveInputStreamIterator
- next() - Method in interface org.apache.commons.compress.changes.ChangeSetPerformer.ArchiveEntryIterator
- next() - Method in class org.apache.commons.compress.changes.ChangeSetPerformer.ArchiveInputStreamIterator
- next() - Method in class org.apache.commons.compress.changes.ChangeSetPerformer.ZipFileIterator
- next() - Method in class org.apache.commons.compress.utils.ServiceLoaderIterator
- NeXT - Static variable in class org.apache.commons.compress.archivers.arj.MainHeader.HostOS
- NEXT - Static variable in class org.apache.commons.compress.archivers.arj.ArjArchiveEntry.HostOs
- nextArtificalDeviceAndInode - Variable in class org.apache.commons.compress.archivers.cpio.CpioArchiveOutputStream
- nextBackReferenceSize - Variable in class org.apache.commons.compress.compressors.lz4.BlockLZ4CompressorInputStream
-
Back-Reference-size part of the block starting byte.
- nextBit() - Method in class org.apache.commons.compress.archivers.zip.BitStream
-
Returns the next bit.
- nextBits(int) - Method in class org.apache.commons.compress.archivers.zip.BitStream
-
Returns the integer value formed by the n next bits (up to 8 bits).
- nextBlock() - Method in class org.apache.commons.compress.compressors.lz4.FramedLZ4CompressorInputStream
- nextByte() - Method in class org.apache.commons.compress.archivers.zip.BitStream
- nextHash(int, byte) - Method in class org.apache.commons.compress.compressors.lz77support.LZ77Compressor
-
Assumes we are calculating the hash for three consecutive bytes as a rolling hash, i.e.
- nextHeaderCrc - Variable in class org.apache.commons.compress.archivers.sevenz.StartHeader
- nextHeaderOffset - Variable in class org.apache.commons.compress.archivers.sevenz.StartHeader
- nextHeaderSize - Variable in class org.apache.commons.compress.archivers.sevenz.StartHeader
- nextServiceLoader - Variable in class org.apache.commons.compress.utils.ServiceLoaderIterator
- nextSymbol(BitInputStream, HuffmanDecoder.BinaryTreeNode) - Static method in class org.apache.commons.compress.compressors.deflate64.HuffmanDecoder
- NFS_MAGIC - Static variable in class org.apache.commons.compress.archivers.dump.DumpArchiveConstants
- NIBLET_MASK - Static variable in class org.apache.commons.compress.archivers.zip.ZipFile
- niceBackReferenceLength - Variable in class org.apache.commons.compress.compressors.lz77support.Parameters.Builder
- niceBackReferenceLength - Variable in class org.apache.commons.compress.compressors.lz77support.Parameters
- NID - Class in org.apache.commons.compress.archivers.sevenz
- NID() - Constructor for class org.apache.commons.compress.archivers.sevenz.NID
- nInUse - Variable in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorInputStream
- nInUse - Variable in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorOutputStream
- NioZipEncoding - Class in org.apache.commons.compress.archivers.zip
-
A ZipEncoding, which uses a java.nio
Charset
to encode names. - NioZipEncoding(Charset, boolean) - Constructor for class org.apache.commons.compress.archivers.zip.NioZipEncoding
-
Construct an NioZipEncoding using the given charset.
- nlink - Variable in class org.apache.commons.compress.archivers.cpio.CpioArchiveEntry
- nlink - Variable in class org.apache.commons.compress.archivers.dump.DumpArchiveEntry
- nMTF - Variable in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorOutputStream
- NO_BLOCK - Enum constant in enum org.apache.commons.compress.compressors.lz4.BlockLZ4CompressorInputStream.State
- NO_BLOCK - Enum constant in enum org.apache.commons.compress.compressors.snappy.SnappyCompressorInputStream.State
- NO_DATA - Static variable in class org.apache.commons.compress.archivers.arj.LocalFileHeader.Methods
- NO_DATA_NO_CRC - Static variable in class org.apache.commons.compress.archivers.arj.LocalFileHeader.Methods
- NO_MATCH - Static variable in class org.apache.commons.compress.compressors.lz77support.LZ77Compressor
- NO_RAND_PART_A_STATE - Static variable in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorInputStream
- NO_RAND_PART_B_STATE - Static variable in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorInputStream
- NO_RAND_PART_C_STATE - Static variable in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorInputStream
- NODE - Static variable in class org.apache.commons.compress.archivers.zip.BinaryTree
-
Value in the array indicating a non leaf node
- NONE - Enum constant in enum org.apache.commons.compress.archivers.zip.PKWareExtraHeader.HashAlgorithm
- normalizeFileName(String, boolean) - Static method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
-
Strips Windows' drive letter as well as any leading slashes, turns path separators into forward slahes.
- NOT_ENCODEABLE - Static variable in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream.UnicodeExtraFieldPolicy
-
Create Unicode extra fields for file names that cannot be encoded using the specified encoding.
- ntfsTimeToJavaTime(long) - Static method in class org.apache.commons.compress.archivers.sevenz.SevenZArchiveEntry
-
Converts NTFS time (100 nanosecond units since 1 January 1601) to Java time.
- ntrec - Variable in class org.apache.commons.compress.archivers.dump.DumpArchiveSummary
- NTREC - Static variable in class org.apache.commons.compress.archivers.dump.DumpArchiveConstants
- NULL - Static variable in class org.apache.commons.compress.archivers.zip.JarMarker
- NULL_CONSUMER - Static variable in interface org.apache.commons.compress.archivers.examples.CloseableConsumer
-
Completely ignores the passed in Closeable.
- NUM_OVERSHOOT_BYTES - Static variable in interface org.apache.commons.compress.compressors.bzip2.BZip2Constants
- NUMBER_OF_BYTES_IN_HASH - Static variable in class org.apache.commons.compress.compressors.lz77support.LZ77Compressor
- NUMBER_OF_SHANNON_FANO_TREES_FLAG - Static variable in class org.apache.commons.compress.archivers.zip.GeneralPurposeBit
-
Indicates the number of Shannon-Fano trees used by the compression method 6 (imploding).
- NUMBER_OF_THE_DISK_OF_CENTRAL_DIRECTORY_TOO_BIG_MESSAGE - Static variable in exception org.apache.commons.compress.archivers.zip.Zip64RequiredException
- NUMBER_OF_THIS_DISK_TOO_BIG_MESSAGE - Static variable in exception org.apache.commons.compress.archivers.zip.Zip64RequiredException
- numberOfCDInDiskData - Variable in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
-
Holds the number of Central Directories on each disk, this is used when writing Zip64 End Of Central Directory and End Of Central Directory
- numberOfCoders - Variable in class org.apache.commons.compress.archivers.sevenz.SevenZFile.ArchiveStatistics
- numberOfEntries - Variable in class org.apache.commons.compress.archivers.sevenz.SevenZFile.ArchiveStatistics
- numberOfEntriesWithStream - Variable in class org.apache.commons.compress.archivers.sevenz.SevenZFile.ArchiveStatistics
- numberOfFolders - Variable in class org.apache.commons.compress.archivers.sevenz.SevenZFile.ArchiveStatistics
- numberOfInStreams - Variable in class org.apache.commons.compress.archivers.sevenz.SevenZFile.ArchiveStatistics
- numberOfOutStreams - Variable in class org.apache.commons.compress.archivers.sevenz.SevenZFile.ArchiveStatistics
- numberOfPackedStreams - Variable in class org.apache.commons.compress.archivers.sevenz.SevenZFile.ArchiveStatistics
- numberOfShannonFanoTrees - Variable in class org.apache.commons.compress.archivers.zip.GeneralPurposeBit
- numberOfTrees - Variable in class org.apache.commons.compress.archivers.zip.ExplodingInputStream
-
The number of Shannon-Fano trees (2 or 3)
- numberOfUnpackSubStreams - Variable in class org.apache.commons.compress.archivers.sevenz.SevenZFile.ArchiveStatistics
- numberOptionOrDefault(Object) - Method in class org.apache.commons.compress.archivers.sevenz.LZMA2Decoder
- numberOptionOrDefault(Object) - Method in class org.apache.commons.compress.archivers.sevenz.LZMADecoder
- numberOptionOrDefault(Object, int) - Static method in class org.apache.commons.compress.archivers.sevenz.CoderBase
-
If the option represents a number, return its integer value, otherwise return the given default value.
- numbytes - Variable in class org.apache.commons.compress.archivers.tar.TarArchiveStructSparse
- numInStreams - Variable in class org.apache.commons.compress.archivers.sevenz.Coder
- numNonEmptyStreams - Variable in class org.apache.commons.compress.archivers.sevenz.SevenZOutputFile
- numOutStreams - Variable in class org.apache.commons.compress.archivers.sevenz.Coder
- numUnpackSubStreams - Variable in class org.apache.commons.compress.archivers.sevenz.Folder
O
- offset - Variable in class org.apache.commons.compress.archivers.ar.ArArchiveInputStream
- offset - Variable in class org.apache.commons.compress.archivers.dump.DumpArchiveEntry
- offset - Variable in exception org.apache.commons.compress.archivers.dump.InvalidFormatException
- offset - Variable in class org.apache.commons.compress.archivers.tar.TarArchiveStructSparse
- offset - Variable in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream.EntryMetaData
- offset - Variable in class org.apache.commons.compress.compressors.lz77support.LZ77Compressor.BackReference
- offset - Variable in class org.apache.commons.compress.compressors.lz77support.LZ77Compressor.LiteralBlock
- OFFSET_UNKNOWN - Static variable in interface org.apache.commons.compress.archivers.EntryStreamOffsets
-
Special value indicating that the offset is unknown.
- offsetComparator - Variable in class org.apache.commons.compress.archivers.zip.ZipFile
-
Compares two ZipArchiveEntries based on their offset within the archive.
- OFFSETLEN_GNU - Static variable in interface org.apache.commons.compress.archivers.tar.TarConstants
-
The length of the multivolume start offset field in an old GNU header buffer.
- OFS_MAGIC - Static variable in class org.apache.commons.compress.archivers.dump.DumpArchiveConstants
- OLD_SECURED_NEW_ANSI_PAGE - Static variable in class org.apache.commons.compress.archivers.arj.MainHeader.Flags
- ONE - Static variable in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
- ONE_BYTE_COPY_TAG - Static variable in class org.apache.commons.compress.compressors.snappy.SnappyCompressorOutputStream
- ONE_SIZE_BYTE_MARKER - Static variable in class org.apache.commons.compress.compressors.snappy.SnappyCompressorOutputStream
- ONE_THOUSAND - Static variable in class org.apache.commons.compress.archivers.zip.X7875_NewUnix
- ONE_ZERO_BYTE - Static variable in class org.apache.commons.compress.archivers.sevenz.Coders.DeflateDecoder
- ONE_ZERO_BYTE - Static variable in class org.apache.commons.compress.archivers.zip.ZipFile
- oneByte - Variable in class org.apache.commons.compress.archivers.ArchiveOutputStream
-
Temporary buffer used for the
ArchiveOutputStream.write(int)
method - oneByte - Variable in class org.apache.commons.compress.compressors.deflate64.Deflate64CompressorInputStream
- oneByte - Variable in class org.apache.commons.compress.compressors.gzip.GzipCompressorInputStream
- oneByte - Variable in class org.apache.commons.compress.compressors.lz4.BlockLZ4CompressorOutputStream
- oneByte - Variable in class org.apache.commons.compress.compressors.lz4.FramedLZ4CompressorInputStream
- oneByte - Variable in class org.apache.commons.compress.compressors.lz4.FramedLZ4CompressorOutputStream
- oneByte - Variable in class org.apache.commons.compress.compressors.lz4.XXHash32
- oneByte - Variable in class org.apache.commons.compress.compressors.lz77support.AbstractLZ77CompressorInputStream
- oneByte - Variable in class org.apache.commons.compress.compressors.lzw.LZWInputStream
- oneByte - Variable in class org.apache.commons.compress.compressors.snappy.FramedSnappyCompressorInputStream
- oneByte - Variable in class org.apache.commons.compress.compressors.snappy.FramedSnappyCompressorOutputStream
- oneByte - Variable in class org.apache.commons.compress.compressors.snappy.SnappyCompressorOutputStream
- ONLY_PARSEABLE_LENIENT - Enum constant in enum org.apache.commons.compress.archivers.zip.ZipArchiveEntry.ExtraFieldParsingMode
-
Try to parse as many extra fields as possible and wrap unknown extra fields as well as supported extra fields that cannot be parsed in
UnrecognizedExtraField
. - ONLY_PARSEABLE_STRICT - Enum constant in enum org.apache.commons.compress.archivers.zip.ZipArchiveEntry.ExtraFieldParsingMode
-
Try to parse as many extra fields as possible and wrap unknown extra fields in
UnrecognizedExtraField
. - onUnparseableData - Variable in enum org.apache.commons.compress.archivers.zip.ZipArchiveEntry.ExtraFieldParsingMode
- onUnparseableExtraField(byte[], int, int, boolean, int) - Method in class org.apache.commons.compress.archivers.zip.ExtraFieldUtils.UnparseableExtraField
- onUnparseableExtraField(byte[], int, int, boolean, int) - Method in interface org.apache.commons.compress.archivers.zip.UnparseableExtraFieldBehavior
-
Decides what to do with extra field data that doesn't follow the recommended pattern.
- onUnparseableExtraField(byte[], int, int, boolean, int) - Method in enum org.apache.commons.compress.archivers.zip.ZipArchiveEntry.ExtraFieldParsingMode
- openNewSplitSegment() - Method in class org.apache.commons.compress.archivers.zip.ZipSplitOutputStream
-
Create a new zip split segment and prepare to write to the new segment
- operatingSystem - Variable in class org.apache.commons.compress.compressors.gzip.GzipParameters
- options - Variable in class org.apache.commons.compress.archivers.sevenz.SevenZFile
- options - Variable in class org.apache.commons.compress.archivers.sevenz.SevenZMethodConfiguration
- opts - Variable in class org.apache.commons.compress.archivers.sevenz.Coders.BCJDecoder
- org.apache.commons.compress - package org.apache.commons.compress
- org.apache.commons.compress.archivers - package org.apache.commons.compress.archivers
-
Provides a unified API and factories for dealing with archives in different formats.
- org.apache.commons.compress.archivers.ar - package org.apache.commons.compress.archivers.ar
-
Provides stream classes for reading and writing archives using the AR format.
- org.apache.commons.compress.archivers.arj - package org.apache.commons.compress.archivers.arj
-
Provides stream classes for reading archives using the ARJ format.
- org.apache.commons.compress.archivers.cpio - package org.apache.commons.compress.archivers.cpio
-
Provides stream classes for reading and writing archives using the CPIO format.
- org.apache.commons.compress.archivers.dump - package org.apache.commons.compress.archivers.dump
-
This package provides stream classes for reading archives using the Unix DUMP format.
- org.apache.commons.compress.archivers.examples - package org.apache.commons.compress.archivers.examples
-
Contains example code that is not guaranteed to provide a stable API across releases of Commons Compress.
- org.apache.commons.compress.archivers.jar - package org.apache.commons.compress.archivers.jar
-
Provides stream classes for reading and writing archives using the ZIP format with some extensions for the special case of JAR archives.
- org.apache.commons.compress.archivers.sevenz - package org.apache.commons.compress.archivers.sevenz
-
Provides classes for reading and writing archives using the 7z format.
- org.apache.commons.compress.archivers.tar - package org.apache.commons.compress.archivers.tar
-
Provides stream classes for reading and writing archives using the TAR format.
- org.apache.commons.compress.archivers.zip - package org.apache.commons.compress.archivers.zip
-
Provides stream classes for reading and writing archives using the ZIP format.
- org.apache.commons.compress.changes - package org.apache.commons.compress.changes
-
EXPERIMENTAL support for changesets that are applied to archives.
- org.apache.commons.compress.compressors - package org.apache.commons.compress.compressors
-
Provides a unified API and factories for dealing with compressed streams.
- org.apache.commons.compress.compressors.bzip2 - package org.apache.commons.compress.compressors.bzip2
-
Provides stream classes for compressing and decompressing streams using the BZip2 algorithm.
- org.apache.commons.compress.compressors.deflate - package org.apache.commons.compress.compressors.deflate
-
Provides a stream classes that allow (de)compressing streams using the DEFLATE algorithm.
- org.apache.commons.compress.compressors.deflate64 - package org.apache.commons.compress.compressors.deflate64
-
Provides a stream that allows decompressing streams using the DEFLATE64(tm) algorithm.
- org.apache.commons.compress.compressors.gzip - package org.apache.commons.compress.compressors.gzip
-
Provides stream classes for compressing and decompressing streams using the GZip algorithm.
- org.apache.commons.compress.compressors.lz4 - package org.apache.commons.compress.compressors.lz4
-
Provides stream classes for the LZ4 algorithm.
- org.apache.commons.compress.compressors.lz77support - package org.apache.commons.compress.compressors.lz77support
-
Provides utility classes for LZ77 based algorithms.
- org.apache.commons.compress.compressors.lzma - package org.apache.commons.compress.compressors.lzma
-
Provides stream classes using the "stand-alone" LZMA algorithm.
- org.apache.commons.compress.compressors.lzw - package org.apache.commons.compress.compressors.lzw
-
Generic LZW implementation.
- org.apache.commons.compress.compressors.snappy - package org.apache.commons.compress.compressors.snappy
-
Provides stream classes for the Snappy algorithm.
- org.apache.commons.compress.compressors.xz - package org.apache.commons.compress.compressors.xz
-
Provides stream classes for compressing and decompressing streams using the XZ algorithm.
- org.apache.commons.compress.compressors.z - package org.apache.commons.compress.compressors.z
-
Provides stream classes for decompressing streams using the "compress" algorithm used to write .Z files.
- org.apache.commons.compress.parallel - package org.apache.commons.compress.parallel
-
Provides common API classes for parallel compression features.
- org.apache.commons.compress.utils - package org.apache.commons.compress.utils
-
Contains utilities used internally by the compress library.
- originalCrc32 - Variable in class org.apache.commons.compress.archivers.arj.LocalFileHeader
- originalName - Variable in class org.apache.commons.compress.archivers.dump.DumpArchiveEntry
- originalSize - Variable in class org.apache.commons.compress.archivers.arj.LocalFileHeader
- originalSizeEvenForVolumes - Variable in class org.apache.commons.compress.archivers.arj.LocalFileHeader
- originalStream - Variable in class org.apache.commons.compress.compressors.deflate64.Deflate64CompressorInputStream
- origPtr - Variable in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorInputStream
-
Index in zptr[] of original string after sorting.
- origPtr - Variable in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorOutputStream.Data
-
Index of original line in Burrows-Wheeler table.
- os - Variable in class org.apache.commons.compress.archivers.zip.StreamCompressor.OutputStreamCompressor
- os - Variable in class org.apache.commons.compress.compressors.lz4.BlockLZ4CompressorOutputStream
- os - Variable in class org.apache.commons.compress.compressors.snappy.SnappyCompressorOutputStream
- os - Variable in class org.apache.commons.compress.parallel.FileBasedScatterGatherBackingStore
- os - Variable in class org.apache.commons.compress.utils.ByteUtils.OutputStreamByteConsumer
- OS_2 - Static variable in class org.apache.commons.compress.archivers.arj.ArjArchiveEntry.HostOs
- OS2 - Static variable in class org.apache.commons.compress.archivers.arj.MainHeader.HostOS
- OsgiUtils - Class in org.apache.commons.compress.utils
-
Utilities for dealing with OSGi environments.
- OsgiUtils() - Constructor for class org.apache.commons.compress.utils.OsgiUtils
- out - Variable in class org.apache.commons.compress.archivers.ar.ArArchiveOutputStream
- out - Variable in class org.apache.commons.compress.archivers.cpio.CpioArchiveOutputStream
- out - Variable in class org.apache.commons.compress.archivers.tar.TarArchiveOutputStream
- out - Variable in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
- out - Variable in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorOutputStream
- out - Variable in class org.apache.commons.compress.compressors.deflate.DeflateCompressorOutputStream
- out - Variable in class org.apache.commons.compress.compressors.gzip.GzipCompressorOutputStream
-
The underlying stream
- out - Variable in class org.apache.commons.compress.compressors.lz4.FramedLZ4CompressorOutputStream
- out - Variable in class org.apache.commons.compress.compressors.lzma.LZMACompressorOutputStream
- out - Variable in class org.apache.commons.compress.compressors.snappy.FramedSnappyCompressorOutputStream
- out - Variable in class org.apache.commons.compress.compressors.xz.XZCompressorOutputStream
- out - Variable in class org.apache.commons.compress.utils.FixedLengthBlockOutputStream.BufferAtATimeOutputChannel
- out - Variable in class org.apache.commons.compress.utils.FixedLengthBlockOutputStream
- outIndex - Variable in class org.apache.commons.compress.archivers.sevenz.BindPair
- outputBuffer - Variable in class org.apache.commons.compress.archivers.zip.StreamCompressor
- outputStack - Variable in class org.apache.commons.compress.compressors.lzw.LZWInputStream
- outputStackLocation - Variable in class org.apache.commons.compress.compressors.lzw.LZWInputStream
- outputStream - Variable in class org.apache.commons.compress.archivers.zip.ZipSplitOutputStream
- OutputStreamByteConsumer(OutputStream) - Constructor for class org.apache.commons.compress.utils.ByteUtils.OutputStreamByteConsumer
- OutputStreamCompressor(Deflater, OutputStream) - Constructor for class org.apache.commons.compress.archivers.zip.StreamCompressor.OutputStreamCompressor
- OutputStreamWrapper() - Constructor for class org.apache.commons.compress.archivers.sevenz.SevenZOutputFile.OutputStreamWrapper
P
- PACK200 - Static variable in class org.apache.commons.compress.compressors.CompressorStreamFactory
-
Constant (value "pack200") used to identify the PACK200 compression algorithm.
- packCrcs - Variable in class org.apache.commons.compress.archivers.sevenz.Archive
- packCrcsDefined - Variable in class org.apache.commons.compress.archivers.sevenz.Archive
- packedStreams - Variable in class org.apache.commons.compress.archivers.sevenz.Folder
- packPos - Variable in class org.apache.commons.compress.archivers.sevenz.Archive
- packSizes - Variable in class org.apache.commons.compress.archivers.sevenz.Archive
- packStreamOffsets - Variable in class org.apache.commons.compress.archivers.sevenz.StreamMap
- pad(int) - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveOutputStream
- PAD2LEN_GNU - Static variable in interface org.apache.commons.compress.archivers.tar.TarConstants
-
The length of the padding field in an old GNU header buffer.
- padAsNeeded() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveOutputStream
- padBlock() - Method in class org.apache.commons.compress.utils.FixedLengthBlockOutputStream
- padding - Variable in class org.apache.commons.compress.archivers.zip.ResourceAlignmentExtraField
- PADDING_CHUNK_TYPE - Static variable in class org.apache.commons.compress.compressors.snappy.FramedSnappyCompressorInputStream
- Pair() - Constructor for class org.apache.commons.compress.compressors.lz4.BlockLZ4CompressorOutputStream.Pair
- pairs - Variable in class org.apache.commons.compress.compressors.lz4.BlockLZ4CompressorOutputStream
- ParallelScatterZipCreator - Class in org.apache.commons.compress.archivers.zip
-
Creates a zip in parallel by using multiple threadlocal
ScatterZipOutputStream
instances. - ParallelScatterZipCreator() - Constructor for class org.apache.commons.compress.archivers.zip.ParallelScatterZipCreator
-
Create a ParallelScatterZipCreator with default threads, which is set to the number of available processors, as defined by
Runtime.availableProcessors()
- ParallelScatterZipCreator(ExecutorService) - Constructor for class org.apache.commons.compress.archivers.zip.ParallelScatterZipCreator
-
Create a ParallelScatterZipCreator
- ParallelScatterZipCreator(ExecutorService, ScatterGatherBackingStoreSupplier) - Constructor for class org.apache.commons.compress.archivers.zip.ParallelScatterZipCreator
-
Create a ParallelScatterZipCreator
- ParallelScatterZipCreator(ExecutorService, ScatterGatherBackingStoreSupplier, int) - Constructor for class org.apache.commons.compress.archivers.zip.ParallelScatterZipCreator
-
Create a ParallelScatterZipCreator
- ParallelScatterZipCreator.DefaultBackingStoreSupplier - Class in org.apache.commons.compress.archivers.zip
- parameters - Variable in class org.apache.commons.compress.compressors.gzip.GzipCompressorInputStream
- Parameters - Class in org.apache.commons.compress.compressors.lz77support
-
Parameters of the
compressor
. - Parameters(int, int, int, int, int, int, int, boolean, int) - Constructor for class org.apache.commons.compress.compressors.lz77support.Parameters
- Parameters(FramedLZ4CompressorOutputStream.BlockSize) - Constructor for class org.apache.commons.compress.compressors.lz4.FramedLZ4CompressorOutputStream.Parameters
-
Sets up custom a custom block size for the LZ4 stream but otherwise uses the defaults of enabled content checksum, disabled block checksums and independent blocks.
- Parameters(FramedLZ4CompressorOutputStream.BlockSize, boolean, boolean, boolean) - Constructor for class org.apache.commons.compress.compressors.lz4.FramedLZ4CompressorOutputStream.Parameters
-
Sets up custom parameters for the LZ4 stream.
- Parameters(FramedLZ4CompressorOutputStream.BlockSize, boolean, boolean, boolean, Parameters) - Constructor for class org.apache.commons.compress.compressors.lz4.FramedLZ4CompressorOutputStream.Parameters
-
Sets up custom parameters for the LZ4 stream.
- Parameters(FramedLZ4CompressorOutputStream.BlockSize, Parameters) - Constructor for class org.apache.commons.compress.compressors.lz4.FramedLZ4CompressorOutputStream.Parameters
-
Sets up custom a custom block size for the LZ4 stream but otherwise uses the defaults of enabled content checksum, disabled block checksums and independent blocks.
- Parameters.Builder - Class in org.apache.commons.compress.compressors.lz77support
-
Builder for
Parameters
instances. - params - Variable in class org.apache.commons.compress.compressors.lz4.FramedLZ4CompressorOutputStream
- params - Variable in class org.apache.commons.compress.compressors.lz77support.LZ77Compressor
- params - Variable in class org.apache.commons.compress.compressors.snappy.FramedSnappyCompressorOutputStream
- parent - Variable in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorOutputStream.Data
- parentIno - Variable in class org.apache.commons.compress.archivers.dump.Dirent
- parse(byte[]) - Static method in class org.apache.commons.compress.archivers.dump.DumpArchiveEntry
-
Populate the dump archive entry and tape segment header with the contents of the buffer.
- parse(byte[]) - Static method in class org.apache.commons.compress.archivers.zip.ExtraFieldUtils
-
Split the array into ExtraFields and populate them with the given data as local file data, throwing an exception if the data cannot be parsed.
- parse(byte[], boolean) - Static method in class org.apache.commons.compress.archivers.zip.ExtraFieldUtils
-
Split the array into ExtraFields and populate them with the given data, throwing an exception if the data cannot be parsed.
- parse(byte[], boolean, ExtraFieldParsingBehavior) - Static method in class org.apache.commons.compress.archivers.zip.ExtraFieldUtils
-
Split the array into ExtraFields and populate them with the given data.
- parse(byte[], boolean, ExtraFieldUtils.UnparseableExtraField) - Static method in class org.apache.commons.compress.archivers.zip.ExtraFieldUtils
-
Split the array into ExtraFields and populate them with the given data.
- parse(byte[], int) - Static method in class org.apache.commons.compress.archivers.zip.GeneralPurposeBit
-
Parses the supported flags from the given archive data.
- parseBinaryBigInteger(byte[], int, int, boolean) - Static method in class org.apache.commons.compress.archivers.tar.TarUtils
- parseBinaryLong(byte[], int, int, boolean) - Static method in class org.apache.commons.compress.archivers.tar.TarUtils
- parseBoolean(byte[], int) - Static method in class org.apache.commons.compress.archivers.tar.TarUtils
-
Parse a boolean byte from a buffer.
- parseCentralDirectoryFormat(byte[], int, int) - Method in class org.apache.commons.compress.archivers.zip.X0017_StrongEncryptionHeader
-
Parse central directory format.
- parseFileFormat(byte[], int, int) - Method in class org.apache.commons.compress.archivers.zip.X0017_StrongEncryptionHeader
-
Parse file header format.
- parseFromCentralDirectoryData(byte[], int, int) - Method in class org.apache.commons.compress.archivers.zip.AbstractUnicodeExtraField
-
Doesn't do anything special since this class always uses the same data in central directory and local file data.
- parseFromCentralDirectoryData(byte[], int, int) - Method in class org.apache.commons.compress.archivers.zip.AsiExtraField
-
Doesn't do anything special since this class always uses the same data in central directory and local file data.
- parseFromCentralDirectoryData(byte[], int, int) - Method in class org.apache.commons.compress.archivers.zip.JarMarker
-
Doesn't do anything special since this class always uses the same data in central directory and local file data.
- parseFromCentralDirectoryData(byte[], int, int) - Method in class org.apache.commons.compress.archivers.zip.PKWareExtraHeader
- parseFromCentralDirectoryData(byte[], int, int) - Method in class org.apache.commons.compress.archivers.zip.ResourceAlignmentExtraField
- parseFromCentralDirectoryData(byte[], int, int) - Method in class org.apache.commons.compress.archivers.zip.UnparseableExtraFieldData
-
Populate data from this array as if it was in central directory data.
- parseFromCentralDirectoryData(byte[], int, int) - Method in class org.apache.commons.compress.archivers.zip.UnrecognizedExtraField
- parseFromCentralDirectoryData(byte[], int, int) - Method in class org.apache.commons.compress.archivers.zip.X000A_NTFS
-
Doesn't do anything special since this class always uses the same parsing logic for both central directory and local file data.
- parseFromCentralDirectoryData(byte[], int, int) - Method in class org.apache.commons.compress.archivers.zip.X0015_CertificateIdForFile
- parseFromCentralDirectoryData(byte[], int, int) - Method in class org.apache.commons.compress.archivers.zip.X0016_CertificateIdForCentralDirectory
- parseFromCentralDirectoryData(byte[], int, int) - Method in class org.apache.commons.compress.archivers.zip.X0017_StrongEncryptionHeader
- parseFromCentralDirectoryData(byte[], int, int) - Method in class org.apache.commons.compress.archivers.zip.X5455_ExtendedTimestamp
-
Doesn't do anything special since this class always uses the same parsing logic for both central directory and local file data.
- parseFromCentralDirectoryData(byte[], int, int) - Method in class org.apache.commons.compress.archivers.zip.X7875_NewUnix
-
Doesn't do anything since this class doesn't store anything inside the central directory.
- parseFromCentralDirectoryData(byte[], int, int) - Method in class org.apache.commons.compress.archivers.zip.Zip64ExtendedInformationExtraField
- parseFromCentralDirectoryData(byte[], int, int) - Method in interface org.apache.commons.compress.archivers.zip.ZipExtraField
-
Populate data from this array as if it was in central directory data.
- parseFromLocalFileData(byte[], int, int) - Method in class org.apache.commons.compress.archivers.zip.AbstractUnicodeExtraField
- 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.JarMarker
-
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.PKWareExtraHeader
- parseFromLocalFileData(byte[], int, int) - Method in class org.apache.commons.compress.archivers.zip.ResourceAlignmentExtraField
- parseFromLocalFileData(byte[], int, int) - Method in class org.apache.commons.compress.archivers.zip.UnparseableExtraFieldData
-
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
- parseFromLocalFileData(byte[], int, int) - Method in class org.apache.commons.compress.archivers.zip.X000A_NTFS
-
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.X0017_StrongEncryptionHeader
- parseFromLocalFileData(byte[], int, int) - Method in class org.apache.commons.compress.archivers.zip.X5455_ExtendedTimestamp
-
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.X7875_NewUnix
-
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.Zip64ExtendedInformationExtraField
- 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.
- parseFromPAX01SparseHeaders(String) - Static method in class org.apache.commons.compress.archivers.tar.TarUtils
-
For PAX Format 0.1, the sparse headers are stored in a single variable : GNU.sparse.map GNU.sparse.map Map of non-null data chunks.
- parseName(byte[], int, int) - Static method in class org.apache.commons.compress.archivers.tar.TarUtils
-
Parse an entry name from a buffer.
- parseName(byte[], int, int, ZipEncoding) - Static method in class org.apache.commons.compress.archivers.tar.TarUtils
-
Parse an entry name from a buffer.
- parseOctal(byte[], int, int) - Static method in class org.apache.commons.compress.archivers.tar.TarUtils
-
Parse an octal string from a buffer.
- parseOctalOrBinary(byte[], int, int) - Static method in class org.apache.commons.compress.archivers.tar.TarUtils
-
Compute the value contained in a byte buffer.
- parseOctalOrBinary(byte[], int, int, boolean) - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
- parsePAX01SparseHeaders(String) - Static method in class org.apache.commons.compress.archivers.tar.TarUtils
-
Deprecated.use #parseFromPAX01SparseHeaders instead
- parsePAX1XSparseHeaders(InputStream, int) - Static method in class org.apache.commons.compress.archivers.tar.TarUtils
-
For PAX Format 1.X: The sparse map itself is stored in the file data block, preceding the actual file data.
- parsePaxHeaders(InputStream, List<TarArchiveStructSparse>, Map<String, String>) - Static method in class org.apache.commons.compress.archivers.tar.TarUtils
-
Deprecated.use the four-arg version instead
- parsePaxHeaders(InputStream, List<TarArchiveStructSparse>, Map<String, String>, long) - Static method in class org.apache.commons.compress.archivers.tar.TarUtils
-
For PAX Format 0.0, the sparse headers(GNU.sparse.offset and GNU.sparse.numbytes) may appear multi times, and they look like: GNU.sparse.size=size GNU.sparse.numblocks=numblocks repeat numblocks times GNU.sparse.offset=offset GNU.sparse.numbytes=numbytes end repeat For PAX Format 0.1, the sparse headers are stored in a single variable : GNU.sparse.map GNU.sparse.map Map of non-null data chunks.
- parseSparse(byte[], int) - Static method in class org.apache.commons.compress.archivers.tar.TarUtils
-
Parses the content of a PAX 1.0 sparse block.
- parseTarHeader(byte[]) - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
-
Parse an entry's header information from a header buffer.
- parseTarHeader(byte[], ZipEncoding) - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
-
Parse an entry's header information from a header buffer.
- parseTarHeader(byte[], ZipEncoding, boolean, boolean) - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
- parseTarHeaderUnwrapped(byte[], ZipEncoding, boolean, boolean) - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
- partialClear() - Method in class org.apache.commons.compress.archivers.zip.UnshrinkingInputStream
- password - Variable in class org.apache.commons.compress.archivers.sevenz.SevenZFile
- PASSWORD_ENCODER - Static variable in class org.apache.commons.compress.archivers.sevenz.SevenZFile
- PasswordRequiredException - Exception in org.apache.commons.compress
-
Exception thrown when trying to read an encrypted entry or file without configuring a password.
- PasswordRequiredException(String) - Constructor for exception org.apache.commons.compress.PasswordRequiredException
-
Create a new exception.
- PATHSYM - Static variable in class org.apache.commons.compress.archivers.arj.LocalFileHeader.Flags
- PATHSYM - Static variable in class org.apache.commons.compress.archivers.arj.MainHeader.Flags
- paxGNU1XSparse - Variable in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
-
is this entry a GNU sparse entry using 1.X PAX formats? the sparse headers of 1.x PAX Format is stored in file data block
- paxGNUSparse - Variable in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
-
is this entry a GNU sparse entry using one of the PAX formats?
- paxHeaders() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveInputStream
-
For PAX Format 0.0, the sparse headers(GNU.sparse.offset and GNU.sparse.numbytes) may appear multi times, and they look like: GNU.sparse.size=size GNU.sparse.numblocks=numblocks repeat numblocks times GNU.sparse.offset=offset GNU.sparse.numbytes=numbytes end repeat For PAX Format 0.1, the sparse headers are stored in a single variable : GNU.sparse.map GNU.sparse.map Map of non-null data chunks.
- paxHeaders() - Method in class org.apache.commons.compress.archivers.tar.TarFile
-
For PAX Format 0.0, the sparse headers(GNU.sparse.offset and GNU.sparse.numbytes) may appear multi times, and they look like:
- payloadSupplier - Variable in class org.apache.commons.compress.archivers.zip.ZipArchiveEntryRequest
- peek() - Method in class org.apache.commons.compress.archivers.dump.TapeInputStream
-
Peek at the next record from the input stream and return the data.
- pending - Variable in class org.apache.commons.compress.archivers.dump.DumpArchiveInputStream
- perform(ArchiveInputStream, ArchiveOutputStream) - Method in class org.apache.commons.compress.changes.ChangeSetPerformer
-
Performs all changes collected in this ChangeSet on the input stream and streams the result to the output stream.
- perform(ZipFile, ArchiveOutputStream) - Method in class org.apache.commons.compress.changes.ChangeSetPerformer
-
Performs all changes collected in this ChangeSet on the ZipFile and streams the result to the output stream.
- perform(ChangeSetPerformer.ArchiveEntryIterator, ArchiveOutputStream) - Method in class org.apache.commons.compress.changes.ChangeSetPerformer
-
Performs all changes collected in this ChangeSet on the input entries and streams the result to the output stream.
- perm - Variable in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorInputStream.Data
- PERM_MASK - Static variable in interface org.apache.commons.compress.archivers.zip.UnixStat
-
Bits used for permissions (and sticky bit)
- PERMISSION(int) - Constructor for enum org.apache.commons.compress.archivers.dump.DumpArchiveEntry.PERMISSION
- permissions - Variable in class org.apache.commons.compress.archivers.dump.DumpArchiveEntry
- PKWARE_IMPLODING - Enum constant in enum org.apache.commons.compress.archivers.zip.ZipMethod
-
PKWARE Data Compression Library Imploding.
- PKWareExtraHeader - Class in org.apache.commons.compress.archivers.zip
-
Base class for all PKWare strong crypto extra headers.
- PKWareExtraHeader(ZipShort) - Constructor for class org.apache.commons.compress.archivers.zip.PKWareExtraHeader
- PKWareExtraHeader.EncryptionAlgorithm - Enum in org.apache.commons.compress.archivers.zip
-
Encryption algorithm.
- PKWareExtraHeader.HashAlgorithm - Enum in org.apache.commons.compress.archivers.zip
-
Hash Algorithm
- platform - Variable in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
- PLATFORM_FAT - Static variable in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
- PLATFORM_UNIX - Static variable in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
- populateDynamicTables(BitInputStream, int[], int[]) - Static method in class org.apache.commons.compress.compressors.deflate64.HuffmanDecoder
- populateFromCentralDirectory() - Method in class org.apache.commons.compress.archivers.zip.ZipFile
-
Reads the central directory of the given archive and populates the internal tables with ZipArchiveEntry instances.
- pos - Variable in class org.apache.commons.compress.archivers.zip.ZipArchiveInputStream.BoundedInputStream
-
the number of bytes already returned
- pos - Variable in class org.apache.commons.compress.compressors.lz4.XXHash32
- POS_0 - Static variable in class org.apache.commons.compress.archivers.zip.ZipFile
- POS_1 - Static variable in class org.apache.commons.compress.archivers.zip.ZipFile
- POS_2 - Static variable in class org.apache.commons.compress.archivers.zip.ZipFile
- POS_3 - Static variable in class org.apache.commons.compress.archivers.zip.ZipFile
- position - Variable in class org.apache.commons.compress.utils.SeekableInMemoryByteChannel
- position() - Method in class org.apache.commons.compress.utils.MultiReadOnlySeekableByteChannel
-
Returns this channel's position.
- position() - Method in class org.apache.commons.compress.utils.SeekableInMemoryByteChannel
-
Returns this channel's position.
- position(long) - Method in class org.apache.commons.compress.utils.MultiReadOnlySeekableByteChannel
- position(long) - Method in class org.apache.commons.compress.utils.SeekableInMemoryByteChannel
- position(long, long) - Method in class org.apache.commons.compress.utils.MultiReadOnlySeekableByteChannel
-
set the position based on the given channel number and relative offset
- positionAtCentralDirectory() - Method in class org.apache.commons.compress.archivers.zip.ZipFile
-
Searches for either the "Zip64 end of central directory locator" or the "End of central dir record", parses it and positions the stream at the first central directory record.
- positionAtCentralDirectory32() - Method in class org.apache.commons.compress.archivers.zip.ZipFile
-
Parses the "End of central dir record" and positions the stream at the first central directory record.
- positionAtCentralDirectory64() - Method in class org.apache.commons.compress.archivers.zip.ZipFile
-
Parses the "Zip64 end of central directory locator", finds the "Zip64 end of central directory record" using the parsed information, parses that and positions the stream at the first central directory record.
- positionAtEndOfCentralDirectoryRecord() - Method in class org.apache.commons.compress.archivers.zip.ZipFile
-
Searches for the and positions the stream at the start of the "End of central dir record".
- PPMD - Enum constant in enum org.apache.commons.compress.archivers.zip.ZipMethod
-
Compression Method 98 for PPMd.
- preClose() - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
- prefersSeekableByteChannel(String) - Method in class org.apache.commons.compress.archivers.examples.Archiver
- prefersSeekableByteChannel(String) - Method in class org.apache.commons.compress.archivers.examples.Expander
- prefill(byte[]) - Method in class org.apache.commons.compress.compressors.lz77support.AbstractLZ77CompressorInputStream
-
Adds some initial data to fill the window with.
- prefill(byte[]) - Method in class org.apache.commons.compress.compressors.lz77support.LZ77Compressor
-
Adds some initial data to fill the window with.
- prefill(byte[], int, int) - Method in class org.apache.commons.compress.compressors.lz4.BlockLZ4CompressorOutputStream
-
Adds some initial data to fill the window with.
- prefixes - Variable in class org.apache.commons.compress.compressors.lzw.LZWInputStream
- PREFIXLEN - Static variable in interface org.apache.commons.compress.archivers.tar.TarConstants
-
Length of the prefix field.
- PREFIXLEN_XSTAR - Static variable in interface org.apache.commons.compress.archivers.tar.TarConstants
-
Length of the prefix field in xstar archives.
- prepareToWriteUnsplittableContent(long) - Method in class org.apache.commons.compress.archivers.zip.ZipSplitOutputStream
-
Some data can not be written to different split segments, for example:
- prependLiteral(byte[]) - Method in class org.apache.commons.compress.compressors.lz4.BlockLZ4CompressorOutputStream.Pair
- prependTo(BlockLZ4CompressorOutputStream.Pair) - Method in class org.apache.commons.compress.compressors.lz4.BlockLZ4CompressorOutputStream.Pair
- preserveAbsolutePath - Variable in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
-
Whether to allow leading slashes or drive names inside the name
- prev - Variable in class org.apache.commons.compress.compressors.lz77support.LZ77Compressor
- prevEntry - Variable in class org.apache.commons.compress.archivers.ar.ArArchiveOutputStream
- previousCode - Variable in class org.apache.commons.compress.compressors.lzw.LZWInputStream
- previousCodeFirstChar - Variable in class org.apache.commons.compress.compressors.lzw.LZWInputStream
- previousDumpDate - Variable in class org.apache.commons.compress.archivers.dump.DumpArchiveSummary
- preVisitDirectory(Path, BasicFileAttributes) - Method in class org.apache.commons.compress.archivers.examples.Archiver.ArchiverFileVisitor
- PRIME1 - Static variable in class org.apache.commons.compress.compressors.lz4.XXHash32
- PRIME2 - Static variable in class org.apache.commons.compress.compressors.lz4.XXHash32
- PRIME3 - Static variable in class org.apache.commons.compress.compressors.lz4.XXHash32
- PRIME4 - Static variable in class org.apache.commons.compress.compressors.lz4.XXHash32
- PRIME5 - Static variable in class org.apache.commons.compress.compressors.lz4.XXHash32
- PRIMOS - Static variable in class org.apache.commons.compress.archivers.arj.ArjArchiveEntry.HostOs
- PRIMOS - Static variable in class org.apache.commons.compress.archivers.arj.MainHeader.HostOS
- process(byte[], int) - Method in class org.apache.commons.compress.compressors.lz4.XXHash32
- processBitsGreater57(int) - Method in class org.apache.commons.compress.utils.BitInputStream
- processPaxHeader(String, String) - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
-
process one pax header, using the entries extraPaxHeaders map as source for extra headers used when handling entries for sparse files.
- processPaxHeader(String, String, Map<String, String>) - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
-
Process one pax header, using the supplied map as source for extra headers to be used when handling entries for sparse files
- processZip64Extra(ZipLong, ZipLong) - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveInputStream
-
Records whether a Zip64 extra is present and sets the size information from it if sizes are 0xFFFFFFFF and the entry doesn't use a data descriptor.
- properties - Variable in class org.apache.commons.compress.archivers.sevenz.Coder
- PureJavaCrc32C - Class in org.apache.commons.compress.compressors.snappy
-
A pure-java implementation of the CRC32 checksum that uses the CRC32-C polynomial, the same polynomial used by iSCSI and implemented on many Intel chipsets supporting SSE4.2.
- PureJavaCrc32C() - Constructor for class org.apache.commons.compress.compressors.snappy.PureJavaCrc32C
-
Create a new PureJavaCrc32 object.
- pushback(byte[], int, int) - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveInputStream
- pushedBackBytes(long) - Method in class org.apache.commons.compress.archivers.ArchiveInputStream
-
Decrements the counter of already read bytes.
- pushedBackBytes(long) - Method in class org.apache.commons.compress.compressors.CompressorInputStream
-
Decrements the counter of already read bytes.
- put(int) - Method in class org.apache.commons.compress.archivers.zip.CircularBuffer
-
Writes a byte to the buffer.
- putAll(Set<String>, ArchiveStreamProvider, TreeMap<String, ArchiveStreamProvider>) - Static method in class org.apache.commons.compress.archivers.ArchiveStreamFactory
- putAll(Set<String>, CompressorStreamProvider, TreeMap<String, CompressorStreamProvider>) - Static method in class org.apache.commons.compress.compressors.CompressorStreamFactory
- putArchiveEntry(ArchiveEntry) - Method in class org.apache.commons.compress.archivers.ar.ArArchiveOutputStream
- putArchiveEntry(ArchiveEntry) - Method in class org.apache.commons.compress.archivers.ArchiveOutputStream
-
Writes the headers for an archive entry to the output stream.
- putArchiveEntry(ArchiveEntry) - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveOutputStream
-
Begins writing a new CPIO file entry and positions the stream to the start of the entry data.
- putArchiveEntry(ArchiveEntry) - Method in class org.apache.commons.compress.archivers.jar.JarArchiveOutputStream
- putArchiveEntry(ArchiveEntry) - Method in class org.apache.commons.compress.archivers.sevenz.SevenZOutputFile
-
Records an archive entry to add.
- putArchiveEntry(ArchiveEntry) - Method in class org.apache.commons.compress.archivers.tar.TarArchiveOutputStream
-
Put an entry on the output stream.
- putArchiveEntry(ArchiveEntry) - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
-
Writes the headers for an archive entry to the output stream.
- putArchiveEntry(ArchiveEntry, boolean) - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
-
Writes the headers for an archive entry to the output stream.
- putLong(byte[], int) - Method in class org.apache.commons.compress.archivers.zip.ZipLong
- putLong(long, byte[], int) - Static method in class org.apache.commons.compress.archivers.zip.ZipLong
-
put the value as four bytes in big endian byte order.
- putShort(int, byte[], int) - Static method in class org.apache.commons.compress.archivers.zip.ZipShort
-
put the value as two bytes in big endian byte order.
Q
- QSORT_STACK_SIZE - Static variable in class org.apache.commons.compress.compressors.bzip2.BlockSort
- quadrant - Variable in class org.apache.commons.compress.compressors.bzip2.BlockSort
-
Array instance identical to Data's sfmap, both are used only temporarily and indepently, so we do not need to allocate additional memory.
- queue - Variable in class org.apache.commons.compress.archivers.dump.DumpArchiveInputStream
R
- raf - Variable in class org.apache.commons.compress.archivers.zip.StreamCompressor.DataOutputCompressor
- Rand - Class in org.apache.commons.compress.compressors.bzip2
-
Random numbers for both the compress and decompress BZip2 classes.
- Rand() - Constructor for class org.apache.commons.compress.compressors.bzip2.Rand
- RAND_PART_A_STATE - Static variable in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorInputStream
- RAND_PART_B_STATE - Static variable in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorInputStream
- RAND_PART_C_STATE - Static variable in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorInputStream
- raw - Variable in class org.apache.commons.compress.archivers.dump.DumpArchiveInputStream
- rawCentralDirectoryData - Variable in class org.apache.commons.compress.archivers.zip.Zip64ExtendedInformationExtraField
-
Stored in
parseFromCentralDirectoryData
so it can be reused when ZipFile callsreparseCentralDirectoryData
. - rawFlag - Variable in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
- rawName - Variable in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
- RC2 - Enum constant in enum org.apache.commons.compress.archivers.zip.PKWareExtraHeader.EncryptionAlgorithm
- RC2pre52 - Enum constant in enum org.apache.commons.compress.archivers.zip.PKWareExtraHeader.EncryptionAlgorithm
- RC4 - Enum constant in enum org.apache.commons.compress.archivers.zip.PKWareExtraHeader.EncryptionAlgorithm
- rcount - Variable in class org.apache.commons.compress.archivers.zip.X0015_CertificateIdForFile
- rcount - Variable in class org.apache.commons.compress.archivers.zip.X0016_CertificateIdForCentralDirectory
- rcount - Variable in class org.apache.commons.compress.archivers.zip.X0017_StrongEncryptionHeader
- read - Variable in class org.apache.commons.compress.compressors.deflate64.HuffmanDecoder.UncompressedState
- read() - Method in class org.apache.commons.compress.archivers.ArchiveInputStream
-
Reads a byte of data.
- read() - Method in class org.apache.commons.compress.archivers.dump.TapeInputStream
- read() - Method in class org.apache.commons.compress.archivers.sevenz.BoundedSeekableByteChannelInputStream
- read() - Method in class org.apache.commons.compress.archivers.sevenz.Coders.DeflateDecoder.DeflateDecoderInputStream
- read() - Method in class org.apache.commons.compress.archivers.sevenz.SevenZFile
-
Reads a byte of data.
- read() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveSparseZeroInputStream
-
Just return 0
- read() - Method in class org.apache.commons.compress.archivers.zip.ExplodingInputStream
- read() - Method in class org.apache.commons.compress.archivers.zip.InflaterInputStreamWithStatistics
- read() - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveInputStream.BoundedInputStream
- read() - Method in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorInputStream
- read() - Method in class org.apache.commons.compress.compressors.deflate.DeflateCompressorInputStream
- read() - Method in class org.apache.commons.compress.compressors.deflate64.Deflate64CompressorInputStream
- read() - Method in class org.apache.commons.compress.compressors.gzip.GzipCompressorInputStream
- read() - Method in class org.apache.commons.compress.compressors.lz4.FramedLZ4CompressorInputStream
- read() - Method in class org.apache.commons.compress.compressors.lz77support.AbstractLZ77CompressorInputStream
- read() - Method in class org.apache.commons.compress.compressors.lzma.LZMACompressorInputStream
- read() - Method in class org.apache.commons.compress.compressors.lzw.LZWInputStream
- read() - Method in class org.apache.commons.compress.compressors.snappy.FramedSnappyCompressorInputStream
- read() - Method in class org.apache.commons.compress.compressors.xz.XZCompressorInputStream
- read() - Method in class org.apache.commons.compress.utils.BoundedArchiveInputStream
- read() - Method in class org.apache.commons.compress.utils.BoundedInputStream
- read() - Method in class org.apache.commons.compress.utils.ChecksumCalculatingInputStream
-
Reads a single byte from the stream
- read() - Method in class org.apache.commons.compress.utils.ChecksumVerifyingInputStream
-
Reads a single byte from the stream
- read() - Method in class org.apache.commons.compress.utils.CountingInputStream
- read(byte[]) - Method in class org.apache.commons.compress.archivers.sevenz.Coders.DeflateDecoder.DeflateDecoderInputStream
- read(byte[]) - Method in class org.apache.commons.compress.archivers.sevenz.SevenZFile
-
Reads data into an array of bytes.
- read(byte[]) - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveInputStream.BoundedInputStream
- read(byte[]) - Method in class org.apache.commons.compress.utils.ChecksumCalculatingInputStream
-
Reads a byte array from the stream
- read(byte[]) - Method in class org.apache.commons.compress.utils.ChecksumVerifyingInputStream
-
Reads a byte array from the stream
- read(byte[]) - Method in class org.apache.commons.compress.utils.CountingInputStream
- 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.arj.ArjArchiveInputStream
- read(byte[], int, int) - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveInputStream
-
Reads from the current CPIO entry into an array of bytes.
- read(byte[], int, int) - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveInputStream
-
Reads bytes from the current dump archive entry.
- read(byte[], int, int) - Method in class org.apache.commons.compress.archivers.dump.TapeInputStream
- read(byte[], int, int) - Method in class org.apache.commons.compress.archivers.sevenz.BoundedSeekableByteChannelInputStream
-
Reads up to len bytes of data from the input stream into an array of bytes.
- read(byte[], int, int) - Method in class org.apache.commons.compress.archivers.sevenz.Coders.DeflateDecoder.DeflateDecoderInputStream
- read(byte[], int, int) - Method in class org.apache.commons.compress.archivers.sevenz.SevenZFile
-
Reads data into an array of bytes.
- read(byte[], int, int) - Method in class org.apache.commons.compress.archivers.tar.TarArchiveInputStream
-
Reads bytes from the current tar archive entry.
- read(byte[], int, int) - Method in class org.apache.commons.compress.archivers.zip.InflaterInputStreamWithStatistics
- read(byte[], int, int) - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveInputStream.BoundedInputStream
- read(byte[], int, int) - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveInputStream
- read(byte[], int, int) - Method in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorInputStream
- read(byte[], int, int) - Method in class org.apache.commons.compress.compressors.deflate.DeflateCompressorInputStream
- read(byte[], int, int) - Method in class org.apache.commons.compress.compressors.deflate64.Deflate64CompressorInputStream
- read(byte[], int, int) - Method in class org.apache.commons.compress.compressors.deflate64.HuffmanDecoder.DecoderState
- read(byte[], int, int) - Method in class org.apache.commons.compress.compressors.deflate64.HuffmanDecoder.HuffmanCodes
- read(byte[], int, int) - Method in class org.apache.commons.compress.compressors.deflate64.HuffmanDecoder.InitialState
- read(byte[], int, int) - Method in class org.apache.commons.compress.compressors.deflate64.HuffmanDecoder.UncompressedState
- read(byte[], int, int) - Method in class org.apache.commons.compress.compressors.gzip.GzipCompressorInputStream
- read(byte[], int, int) - Method in class org.apache.commons.compress.compressors.lz4.BlockLZ4CompressorInputStream
- read(byte[], int, int) - Method in class org.apache.commons.compress.compressors.lz4.FramedLZ4CompressorInputStream
- read(byte[], int, int) - Method in class org.apache.commons.compress.compressors.lzma.LZMACompressorInputStream
- read(byte[], int, int) - Method in class org.apache.commons.compress.compressors.lzw.LZWInputStream
- read(byte[], int, int) - Method in class org.apache.commons.compress.compressors.snappy.FramedSnappyCompressorInputStream
- read(byte[], int, int) - Method in class org.apache.commons.compress.compressors.snappy.SnappyCompressorInputStream
- read(byte[], int, int) - Method in class org.apache.commons.compress.compressors.xz.XZCompressorInputStream
- read(byte[], int, int) - Method in class org.apache.commons.compress.utils.BoundedArchiveInputStream
- read(byte[], int, int) - Method in class org.apache.commons.compress.utils.BoundedInputStream
- read(byte[], int, int) - Method in class org.apache.commons.compress.utils.ChecksumCalculatingInputStream
-
Reads from the stream into a byte array.
- read(byte[], int, int) - Method in class org.apache.commons.compress.utils.ChecksumVerifyingInputStream
-
Reads from the stream into a byte array.
- read(byte[], int, int) - Method in class org.apache.commons.compress.utils.CountingInputStream
- read(int) - Method in class org.apache.commons.compress.archivers.sevenz.BoundedSeekableByteChannelInputStream
- read(long, ByteBuffer) - Method in class org.apache.commons.compress.archivers.tar.TarFile.BoundedTarEntryInputStream
- read(long, ByteBuffer) - Method in class org.apache.commons.compress.archivers.zip.ZipFile.BoundedFileChannelInputStream
- read(long, ByteBuffer) - Method in class org.apache.commons.compress.utils.BoundedArchiveInputStream
-
Read content of the stream into a
ByteBuffer
. - read(long, ByteBuffer) - Method in class org.apache.commons.compress.utils.BoundedSeekableByteChannelInputStream
- read(File, byte[]) - Static method in class org.apache.commons.compress.utils.IOUtils
-
Reads as much from the file as possible to fill the given array.
- read(ByteBuffer) - Method in class org.apache.commons.compress.utils.MultiReadOnlySeekableByteChannel
- read(ByteBuffer) - Method in class org.apache.commons.compress.utils.SeekableInMemoryByteChannel
- read(BitStream) - Method in class org.apache.commons.compress.archivers.zip.BinaryTree
-
Reads a value from the specified bit stream.
- READ - Static variable in class org.apache.commons.compress.archivers.zip.ExtraFieldUtils.UnparseableExtraField
-
Read the extra field data into an instance of
UnparseableExtraFieldData
. - READ_KEY - Static variable in class org.apache.commons.compress.archivers.zip.ExtraFieldUtils.UnparseableExtraField
-
Key for "read" action.
- read0() - Method in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorInputStream
- read16(DataInputStream) - Method in class org.apache.commons.compress.archivers.arj.ArjArchiveInputStream
- read32(DataInputStream) - Method in class org.apache.commons.compress.archivers.arj.ArjArchiveInputStream
- read8(DataInputStream) - Method in class org.apache.commons.compress.archivers.arj.ArjArchiveInputStream
- readAllOrBits(ByteBuffer, int) - Method in class org.apache.commons.compress.archivers.sevenz.SevenZFile
- readArchive(long, ByteBuffer) - Method in class org.apache.commons.compress.archivers.tar.TarFile.BoundedTarEntryInputStream
- readArchiveProperties(ByteBuffer) - Method in class org.apache.commons.compress.archivers.sevenz.SevenZFile
- readAsciiLong(int, int) - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveInputStream
- readBackReference(byte[], int, int) - Method in class org.apache.commons.compress.compressors.lz77support.AbstractLZ77CompressorInputStream
-
Reads data from the current back-reference.
- readBinaryLong(int, boolean) - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveInputStream
- readBits(int) - Method in class org.apache.commons.compress.compressors.deflate64.HuffmanDecoder
- readBits(int) - Method in class org.apache.commons.compress.utils.BitInputStream
-
Returns at most 63 bits read from the underlying stream.
- readBits(ByteBuffer, int) - Method in class org.apache.commons.compress.archivers.sevenz.SevenZFile
- readBits(BitInputStream, int) - Static method in class org.apache.commons.compress.compressors.deflate64.HuffmanDecoder
- readBITS() - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveInputStream
-
Read BITS segment.
- readBlock(boolean) - Method in class org.apache.commons.compress.archivers.dump.TapeInputStream
-
Read next block.
- readBuf - Variable in class org.apache.commons.compress.archivers.dump.DumpArchiveInputStream
- readCachedBits(int) - Method in class org.apache.commons.compress.utils.BitInputStream
- readCentralDirectoryEntry(Map<ZipArchiveEntry, ZipFile.NameAndComment>) - Method in class org.apache.commons.compress.archivers.zip.ZipFile
-
Reads an individual entry of the central directory, creats an ZipArchiveEntry from it and adds it to the global maps.
- readCLRI() - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveInputStream
-
Read CLRI (deleted inode) segment.
- readCrc() - Method in class org.apache.commons.compress.compressors.snappy.FramedSnappyCompressorInputStream
- readCString(int) - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveInputStream
- readDataDescriptor() - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveInputStream
- readDeflated(byte[], int, int) - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveInputStream
-
Implementation of read for DEFLATED entries.
- readDirectoryEntry(DumpArchiveEntry) - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveInputStream
-
Read directory entry.
- readDynamicTables() - Method in class org.apache.commons.compress.compressors.deflate64.HuffmanDecoder
- readEncodedHeader(ByteBuffer, Archive, byte[]) - Method in class org.apache.commons.compress.archivers.sevenz.SevenZFile
- reader - Variable in class org.apache.commons.compress.compressors.deflate64.HuffmanDecoder
- readerBuf - Variable in class org.apache.commons.compress.archivers.zip.StreamCompressor
- readExtraData(int, DataInputStream, LocalFileHeader) - Method in class org.apache.commons.compress.archivers.arj.ArjArchiveInputStream
- readFileMode(Path, String, LinkOption...) - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
- readFilesInfo(ByteBuffer, Archive) - Method in class org.apache.commons.compress.archivers.sevenz.SevenZFile
- readFirstLocalFileHeader() - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveInputStream
-
Fills the given array with the first local file header and deals with splitting/spanning markers that may prefix the first LFH.
- readFolder(ByteBuffer) - Method in class org.apache.commons.compress.archivers.sevenz.SevenZFile
- readFrameDescriptor() - Method in class org.apache.commons.compress.compressors.lz4.FramedLZ4CompressorInputStream
- readFromBuffer(byte[], int, int) - Method in class org.apache.commons.compress.compressors.lz77support.AbstractLZ77CompressorInputStream
- readFromInflater(byte[], int, int) - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveInputStream
-
Potentially reads more bytes to fill the inflater's buffer and reads from it.
- readFromStack(byte[], int, int) - Method in class org.apache.commons.compress.compressors.lzw.LZWInputStream
- readFully(byte[]) - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveInputStream
- readFully(byte[], int) - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveInputStream
- readFully(byte[], int, int) - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveInputStream
- readFully(byte[], int, int) - Method in class org.apache.commons.compress.archivers.dump.TapeInputStream
-
Read buffer
- readFully(InputStream, byte[]) - Static method in class org.apache.commons.compress.utils.IOUtils
-
Reads as much from input as possible to fill the given array.
- readFully(InputStream, byte[], int, int) - Static method in class org.apache.commons.compress.utils.IOUtils
-
Reads as much from input as possible to fill the given array with the given amount of bytes.
- readFully(ByteBuffer) - Method in class org.apache.commons.compress.archivers.sevenz.SevenZFile
- readFully(ReadableByteChannel, ByteBuffer) - Static method in class org.apache.commons.compress.utils.IOUtils
-
Reads
b.remaining()
bytes from the given channel starting at the current channel's position. - readGlobalPaxHeaders() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveInputStream
- readGlobalPaxHeaders() - Method in class org.apache.commons.compress.archivers.tar.TarFile
- readGNUStringTable(byte[], int, int) - Method in class org.apache.commons.compress.archivers.ar.ArArchiveInputStream
-
Reads the GNU archive String Table.
- readHeader() - Method in class org.apache.commons.compress.archivers.arj.ArjArchiveInputStream
- readHeader(ByteBuffer, Archive) - Method in class org.apache.commons.compress.archivers.sevenz.SevenZFile
- readHeaders(byte[]) - Method in class org.apache.commons.compress.archivers.sevenz.SevenZFile
- readIdx - Variable in class org.apache.commons.compress.archivers.dump.DumpArchiveInputStream
- readIndex - Variable in class org.apache.commons.compress.archivers.zip.CircularBuffer
-
Index of the next data to be read from the buffer
- readIndex - Variable in class org.apache.commons.compress.compressors.lz77support.AbstractLZ77CompressorInputStream
-
Index of the next byte to be read.
- readLineOfNumberForPax1X(InputStream) - Static method in class org.apache.commons.compress.archivers.tar.TarUtils
-
For 1.X PAX Format, the sparse headers are stored in the file data block, preceding the actual file data.
- readLiteral(byte[], int, int) - Method in class org.apache.commons.compress.compressors.lz77support.AbstractLZ77CompressorInputStream
-
Reads data from the current literal block.
- readLiteralLength(int) - Method in class org.apache.commons.compress.compressors.snappy.SnappyCompressorInputStream
- readLocalFileHeader() - Method in class org.apache.commons.compress.archivers.arj.ArjArchiveInputStream
- readMainHeader() - Method in class org.apache.commons.compress.archivers.arj.ArjArchiveInputStream
- readNewEntry(boolean) - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveInputStream
- readNextBlock() - Method in class org.apache.commons.compress.compressors.snappy.FramedSnappyCompressorInputStream
- readNextByte(BitInputStream) - Method in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorInputStream
- readNextCode() - Method in class org.apache.commons.compress.compressors.lzw.LZWInputStream
-
Reads the next code from the stream.
- readNextCode() - Method in class org.apache.commons.compress.compressors.z.ZCompressorInputStream
-
Reads the next code from the stream.
- readOffset - Variable in class org.apache.commons.compress.archivers.dump.TapeInputStream
- readOldAsciiEntry() - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveInputStream
- readOldBinaryEntry(boolean) - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveInputStream
- readOldGNUSparse() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveInputStream
-
Adds the sparse chunks from the current entry to the sparse chunks, including any additional sparse entries following the current entry.
- readOldGNUSparse() - Method in class org.apache.commons.compress.archivers.tar.TarFile
-
Adds the sparse chunks from the current entry to the sparse chunks, including any additional sparse entries following the current entry.
- readOnce(byte[], int, int) - Method in class org.apache.commons.compress.compressors.lz4.FramedLZ4CompressorInputStream
- readOnce(byte[], int, int) - Method in class org.apache.commons.compress.compressors.snappy.FramedSnappyCompressorInputStream
-
Read from the current chunk into the given array.
- readOneByte() - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveInputStream
-
Reads bytes by reading from the underlying stream rather than the (potentially inflating) archive stream - which
ZipArchiveInputStream.read(byte[], int, int)
would do. - readOneByte() - Method in class org.apache.commons.compress.compressors.lz4.FramedLZ4CompressorInputStream
- readOneByte() - Method in class org.apache.commons.compress.compressors.lz77support.AbstractLZ77CompressorInputStream
-
Reads a single byte from the real input stream and ensures the data is accounted for.
- readOneByte() - Method in class org.apache.commons.compress.compressors.snappy.FramedSnappyCompressorInputStream
- readOsSpecificProperties(Path, LinkOption...) - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
- readPackInfo(ByteBuffer, Archive) - Method in class org.apache.commons.compress.archivers.sevenz.SevenZFile
- readRange(int) - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveInputStream
- readRange(int) - Method in class org.apache.commons.compress.archivers.dump.TapeInputStream
- readRange(int) - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveInputStream
- readRange(InputStream, int) - Method in class org.apache.commons.compress.archivers.arj.ArjArchiveInputStream
- readRange(InputStream, int) - Static method in class org.apache.commons.compress.utils.IOUtils
-
Gets part of the contents of an
InputStream
as abyte[]
. - readRange(ReadableByteChannel, int) - Static method in class org.apache.commons.compress.utils.IOUtils
-
Gets part of the contents of an
ReadableByteChannel
as abyte[]
. - readRecord() - Method in class org.apache.commons.compress.archivers.dump.TapeInputStream
-
Read a record from the input stream and return the data.
- readRecord() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveInputStream
-
Read a record from the input stream and return the data.
- readRecord() - Method in class org.apache.commons.compress.archivers.tar.TarFile
-
Read a record from the input stream and return the data.
- readSignature(boolean) - Method in class org.apache.commons.compress.compressors.lz4.FramedLZ4CompressorInputStream
- readSize() - Method in class org.apache.commons.compress.compressors.snappy.FramedSnappyCompressorInputStream
- readSize() - Method in class org.apache.commons.compress.compressors.snappy.SnappyCompressorInputStream
-
The stream starts with the uncompressed length (up to a maximum of 2^32 - 1), stored as a little-endian varint.
- readSizeBytes() - Method in class org.apache.commons.compress.compressors.lz4.BlockLZ4CompressorInputStream
- readSizes() - Method in class org.apache.commons.compress.compressors.lz4.BlockLZ4CompressorInputStream
- readSparse(byte[], int, int) - Method in class org.apache.commons.compress.archivers.tar.TarArchiveInputStream
-
For sparse tar entries, there are many "holes"(consisting of all 0) in the file.
- readSparse(long, ByteBuffer, int) - Method in class org.apache.commons.compress.archivers.tar.TarFile.BoundedTarEntryInputStream
- readSparseStructs(byte[], int, int) - Static method in class org.apache.commons.compress.archivers.tar.TarUtils
- readStartHeader(long) - Method in class org.apache.commons.compress.archivers.sevenz.SevenZFile
- readStored(byte[], int, int) - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveInputStream
-
Implementation of read for STORED entries.
- readStoredEntry() - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveInputStream
-
Caches a stored entry that uses the data descriptor.
- readStreamIdentifier() - Method in class org.apache.commons.compress.compressors.snappy.FramedSnappyCompressorInputStream
- readStreamsInfo(ByteBuffer, Archive) - Method in class org.apache.commons.compress.archivers.sevenz.SevenZFile
- readString(DataInputStream) - Method in class org.apache.commons.compress.archivers.arj.ArjArchiveInputStream
- readSubStreamsInfo(ByteBuffer, Archive) - Method in class org.apache.commons.compress.archivers.sevenz.SevenZFile
- readTimeAttr(byte[], int, int) - Method in class org.apache.commons.compress.archivers.zip.X000A_NTFS
- readToNull(DataInput) - Static method in class org.apache.commons.compress.compressors.gzip.GzipCompressorInputStream
- readUint64(ByteBuffer) - Static method in class org.apache.commons.compress.archivers.sevenz.SevenZFile
- readUnpackInfo(ByteBuffer, Archive) - Method in class org.apache.commons.compress.archivers.sevenz.SevenZFile
- reAlignReading() - Method in class org.apache.commons.compress.compressors.z.ZCompressorInputStream
- realSize - Variable in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
-
The entry's real size in case of a sparse file.
- REALSIZELEN_GNU - Static variable in interface org.apache.commons.compress.archivers.tar.TarConstants
-
The length of the real size field in an old GNU header buffer.
- realSkip(long) - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveInputStream
-
Skips bytes by reading from the underlying stream rather than the (potentially inflating) archive stream - which
ZipArchiveInputStream.skip(long)
would do. - reason - Variable in exception org.apache.commons.compress.archivers.zip.UnsupportedZipFeatureException
- recipientKeyHash - Variable in class org.apache.commons.compress.archivers.zip.X0017_StrongEncryptionHeader
- RECORD_SIZE - Static variable in class org.apache.commons.compress.archivers.dump.TapeInputStream
- RECORD_SIZE - Static variable in class org.apache.commons.compress.archivers.tar.TarArchiveOutputStream
- recordBackReference(LZ77Compressor.BackReference) - Method in class org.apache.commons.compress.compressors.lz4.BlockLZ4CompressorOutputStream
- recordBuf - Variable in class org.apache.commons.compress.archivers.tar.TarArchiveOutputStream
- recordBuffer - Variable in class org.apache.commons.compress.archivers.tar.TarArchiveInputStream
-
The buffer to store the TAR header
- recordBuffer - Variable in class org.apache.commons.compress.archivers.tar.TarFile
- recordLiteral(byte[]) - Method in class org.apache.commons.compress.compressors.lz4.BlockLZ4CompressorOutputStream
- recordOffset - Variable in class org.apache.commons.compress.archivers.dump.DumpArchiveInputStream
- recordSize - Variable in class org.apache.commons.compress.archivers.tar.TarArchiveInputStream
-
The size the TAR header
- recordSize - Variable in class org.apache.commons.compress.archivers.tar.TarFile
- recordsPerBlock - Variable in class org.apache.commons.compress.archivers.tar.TarArchiveOutputStream
- recordsWritten - Variable in class org.apache.commons.compress.archivers.tar.TarArchiveOutputStream
- recordToBuffer(int, int, byte[]) - Method in class org.apache.commons.compress.compressors.deflate64.HuffmanDecoder.DecodingMemory
- recvDecodingTables() - Method in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorInputStream
- recvDecodingTables_pos - Variable in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorInputStream.Data
- register(Class<?>) - Static method in class org.apache.commons.compress.archivers.zip.ExtraFieldUtils
-
Register a ZipExtraField implementation.
- relativeHeaderOffset - Variable in class org.apache.commons.compress.archivers.zip.Zip64ExtendedInformationExtraField
- remove() - Method in class org.apache.commons.compress.utils.ServiceLoaderIterator
- removeExtraField(ZipShort) - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
-
Remove an extra field.
- removeUnparseableExtraFieldData() - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
-
Removes unparseable extra field data.
- reopenFolderInputStream(int, SevenZArchiveEntry) - Method in class org.apache.commons.compress.archivers.sevenz.SevenZFile
-
Discard any queued streams/ folder stream, and reopen the current folder input stream.
- reparseCentralDirectoryData(boolean, boolean, boolean, boolean) - Method in class org.apache.commons.compress.archivers.zip.Zip64ExtendedInformationExtraField
-
Parses the raw bytes read from the central directory extra field with knowledge which fields are expected to be there.
- REPLACEMENT - Static variable in class org.apache.commons.compress.archivers.zip.NioZipEncoding
- REPLACEMENT_BYTES - Static variable in class org.apache.commons.compress.archivers.zip.NioZipEncoding
- REPLACEMENT_STRING - Static variable in class org.apache.commons.compress.archivers.zip.NioZipEncoding
- replaceMode - Variable in class org.apache.commons.compress.changes.Change
- repositionForwardBy(long) - Method in class org.apache.commons.compress.archivers.tar.TarFile
- repositionForwardTo(long) - Method in class org.apache.commons.compress.archivers.tar.TarFile
- reserved - Variable in class org.apache.commons.compress.archivers.arj.LocalFileHeader
- reserved - Variable in class org.apache.commons.compress.archivers.arj.MainHeader
- reset() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveInputStream
-
Since we do not support marking just yet, we do nothing.
- reset() - Method in class org.apache.commons.compress.archivers.zip.StreamCompressor
- reset() - Method in class org.apache.commons.compress.archivers.zip.X000A_NTFS
-
Reset state back to newly constructed state.
- reset() - Method in class org.apache.commons.compress.archivers.zip.X5455_ExtendedTimestamp
-
Reset state back to newly constructed state.
- reset() - Method in class org.apache.commons.compress.archivers.zip.X7875_NewUnix
-
Reset state back to newly constructed state.
- reset() - Method in class org.apache.commons.compress.compressors.lz4.XXHash32
- reset() - Method in class org.apache.commons.compress.compressors.snappy.PureJavaCrc32C
- resetBlockSize(int, boolean) - Method in class org.apache.commons.compress.archivers.dump.TapeInputStream
-
Set the DumpArchive Buffer's block size.
- resetCodeSize() - Method in class org.apache.commons.compress.compressors.lzw.LZWInputStream
- resetPreviousCode() - Method in class org.apache.commons.compress.compressors.lzw.LZWInputStream
- resize(int) - Method in class org.apache.commons.compress.utils.SeekableInMemoryByteChannel
- resolveLocalFileHeaderData(Map<ZipArchiveEntry, ZipFile.NameAndComment>) - Method in class org.apache.commons.compress.archivers.zip.ZipFile
-
Walks through all recorded entries and adds the data available from the local file header.
- ResourceAlignmentExtraField - Class in org.apache.commons.compress.archivers.zip
-
An extra field who's sole purpose is to align and pad the local file header so that the entry's data starts at a certain position.
- ResourceAlignmentExtraField() - Constructor for class org.apache.commons.compress.archivers.zip.ResourceAlignmentExtraField
- ResourceAlignmentExtraField(int) - Constructor for class org.apache.commons.compress.archivers.zip.ResourceAlignmentExtraField
- ResourceAlignmentExtraField(int, boolean) - Constructor for class org.apache.commons.compress.archivers.zip.ResourceAlignmentExtraField
- ResourceAlignmentExtraField(int, boolean, int) - Constructor for class org.apache.commons.compress.archivers.zip.ResourceAlignmentExtraField
- reverse(byte[]) - Static method in class org.apache.commons.compress.archivers.zip.ZipUtil
-
Reverses a byte[] array.
- reverse(Iterable<T>) - Static method in class org.apache.commons.compress.archivers.sevenz.SevenZOutputFile
- rewriteLastPairs() - Method in class org.apache.commons.compress.compressors.lz4.BlockLZ4CompressorOutputStream
- rewriteSizesAndCrc(boolean) - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
-
When using random access output, write the local file header and potentially the ZIP64 extra containing the correct CRC and compressed/uncompressed sizes.
- right() - Method in class org.apache.commons.compress.compressors.deflate64.HuffmanDecoder.BinaryTreeNode
- rightNode - Variable in class org.apache.commons.compress.compressors.deflate64.HuffmanDecoder.BinaryTreeNode
- RIPEND160 - Enum constant in enum org.apache.commons.compress.archivers.zip.PKWareExtraHeader.HashAlgorithm
- rmaj - Variable in class org.apache.commons.compress.archivers.cpio.CpioArchiveEntry
- rmin - Variable in class org.apache.commons.compress.archivers.cpio.CpioArchiveEntry
- rNums(int) - Static method in class org.apache.commons.compress.compressors.bzip2.Rand
-
Return the random number at a specific index.
- RNUMS - Static variable in class org.apache.commons.compress.compressors.bzip2.Rand
- ROTATE_BITS - Static variable in class org.apache.commons.compress.compressors.lz4.XXHash32
- RUN_LENGTH_TABLE - Static variable in class org.apache.commons.compress.compressors.deflate64.HuffmanDecoder
-
-------------------------------------------------------------------- idx xtra base idx xtra base idx xtra base -------------------------------------------------------------------- 257 0 3 267 1 15,16 277 4 67-82 258 0 4 268 1 17,18 278 4 83-98 259 0 5 269 2 19-22 279 4 99-114 260 0 6 270 2 23-26 280 4 115-130 261 0 7 271 2 27-30 281 5 131-162 262 0 8 272 2 31-34 282 5 163-194 263 0 9 273 3 35-42 283 5 195-226 264 0 10 274 3 43-50 284 5 227-257 265 1 11,12 275 3 51-58 285 16 3 266 1 13,14 276 3 59-66 --------------------------------------------------------------------
- RUNA - Static variable in interface org.apache.commons.compress.compressors.bzip2.BZip2Constants
- RUNB - Static variable in interface org.apache.commons.compress.compressors.bzip2.BZip2Constants
- runBuffer - Variable in class org.apache.commons.compress.compressors.deflate64.HuffmanDecoder.HuffmanCodes
- runBufferLength - Variable in class org.apache.commons.compress.compressors.deflate64.HuffmanDecoder.HuffmanCodes
- runBufferPos - Variable in class org.apache.commons.compress.compressors.deflate64.HuffmanDecoder.HuffmanCodes
- runLength - Variable in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorOutputStream
S
- S_IFMT - Static variable in interface org.apache.commons.compress.archivers.cpio.CpioConstants
-
Mask for all file type bits.
- sanitize(String) - Static method in class org.apache.commons.compress.utils.ArchiveUtils
-
Returns a "sanitized" version of the string given as arguments, where sanitized means non-printable characters have been replaced with a question mark and the outcome is not longer than 255 chars.
- sanityCheckAndCollectStatistics(ByteBuffer) - Method in class org.apache.commons.compress.archivers.sevenz.SevenZFile
- sanityCheckArchiveProperties(ByteBuffer) - Method in class org.apache.commons.compress.archivers.sevenz.SevenZFile
- sanityCheckFilesInfo(ByteBuffer, SevenZFile.ArchiveStatistics) - Method in class org.apache.commons.compress.archivers.sevenz.SevenZFile
- sanityCheckFolder(ByteBuffer, SevenZFile.ArchiveStatistics) - Method in class org.apache.commons.compress.archivers.sevenz.SevenZFile
- sanityCheckLFHOffset(ZipArchiveEntry) - Method in class org.apache.commons.compress.archivers.zip.ZipFile
- sanityCheckPackInfo(ByteBuffer, SevenZFile.ArchiveStatistics) - Method in class org.apache.commons.compress.archivers.sevenz.SevenZFile
- sanityCheckStreamsInfo(ByteBuffer, SevenZFile.ArchiveStatistics) - Method in class org.apache.commons.compress.archivers.sevenz.SevenZFile
- sanityCheckSubStreamsInfo(ByteBuffer, SevenZFile.ArchiveStatistics) - Method in class org.apache.commons.compress.archivers.sevenz.SevenZFile
- sanityCheckUnpackInfo(ByteBuffer, SevenZFile.ArchiveStatistics) - Method in class org.apache.commons.compress.archivers.sevenz.SevenZFile
- scatterDoneAt - Variable in class org.apache.commons.compress.archivers.zip.ParallelScatterZipCreator
- ScatterGatherBackingStore - Interface in org.apache.commons.compress.parallel
-
Store intermediate payload in a scatter-gather scenario.
- ScatterGatherBackingStoreCompressor(Deflater, ScatterGatherBackingStore) - Constructor for class org.apache.commons.compress.archivers.zip.StreamCompressor.ScatterGatherBackingStoreCompressor
- ScatterGatherBackingStoreSupplier - Interface in org.apache.commons.compress.parallel
-
Supplies
ScatterGatherBackingStore
instances. - ScatterStatistics - Class in org.apache.commons.compress.archivers.zip
-
Provides information about a scatter compression run.
- ScatterStatistics(long, long) - Constructor for class org.apache.commons.compress.archivers.zip.ScatterStatistics
- ScatterZipOutputStream - Class in org.apache.commons.compress.archivers.zip
-
A zip output stream that is optimized for multi-threaded scatter/gather construction of zip files.
- ScatterZipOutputStream(ScatterGatherBackingStore, StreamCompressor) - Constructor for class org.apache.commons.compress.archivers.zip.ScatterZipOutputStream
- ScatterZipOutputStream.CompressedEntry - Class in org.apache.commons.compress.archivers.zip
- ScatterZipOutputStream.ZipEntryWriter - Class in org.apache.commons.compress.archivers.zip
- SECURED - Static variable in class org.apache.commons.compress.archivers.arj.MainHeader.Flags
- securityEnvelopeFilePosition - Variable in class org.apache.commons.compress.archivers.arj.MainHeader
- securityEnvelopeLength - Variable in class org.apache.commons.compress.archivers.arj.MainHeader
- securityVersion - Variable in class org.apache.commons.compress.archivers.arj.MainHeader
- seed - Variable in class org.apache.commons.compress.compressors.lz4.XXHash32
- SeekableByteChannelCompressor(Deflater, SeekableByteChannel) - Constructor for class org.apache.commons.compress.archivers.zip.StreamCompressor.SeekableByteChannelCompressor
- SeekableInMemoryByteChannel - Class in org.apache.commons.compress.utils
-
A
SeekableByteChannel
implementation that wraps a byte[]. - SeekableInMemoryByteChannel() - Constructor for class org.apache.commons.compress.utils.SeekableInMemoryByteChannel
-
Parameterless constructor - allocates internal buffer by itself.
- SeekableInMemoryByteChannel(byte[]) - Constructor for class org.apache.commons.compress.utils.SeekableInMemoryByteChannel
-
Constructor taking a byte array.
- SeekableInMemoryByteChannel(int) - Constructor for class org.apache.commons.compress.utils.SeekableInMemoryByteChannel
-
Constructor taking a size of storage to be allocated.
- SEGMENT_TYPE(int) - Constructor for enum org.apache.commons.compress.archivers.dump.DumpArchiveConstants.SEGMENT_TYPE
- selector - Variable in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorInputStream.Data
- selector - Variable in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorOutputStream.Data
- selectorMtf - Variable in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorInputStream.Data
- selectorMtf - Variable in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorOutputStream.Data
- sendMTFValues() - Method in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorOutputStream
- sendMTFValues_code - Variable in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorOutputStream.Data
- sendMTFValues_cost - Variable in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorOutputStream.Data
- sendMTFValues_fave - Variable in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorOutputStream.Data
- sendMTFValues_len - Variable in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorOutputStream.Data
- sendMTFValues_rfreq - Variable in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorOutputStream.Data
- sendMTFValues0(int, int) - Method in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorOutputStream
- sendMTFValues1(int, int) - Method in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorOutputStream
- sendMTFValues2(int, int) - Method in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorOutputStream
- sendMTFValues2_pos - Variable in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorOutputStream.Data
- sendMTFValues3(int, int) - Method in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorOutputStream
- sendMTFValues4() - Method in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorOutputStream
- sendMTFValues5(int, int) - Method in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorOutputStream
- sendMTFValues6(int, int) - Method in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorOutputStream
- sendMTFValues7() - Method in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorOutputStream
- sentMTFValues4_inUse16 - Variable in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorOutputStream.Data
- seqToUnseq - Variable in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorInputStream.Data
- serialVersionUID - Static variable in exception org.apache.commons.compress.archivers.ArchiveException
-
Serial
- serialVersionUID - Static variable in exception org.apache.commons.compress.archivers.dump.DumpArchiveException
- serialVersionUID - Static variable in exception org.apache.commons.compress.archivers.dump.InvalidFormatException
- serialVersionUID - Static variable in exception org.apache.commons.compress.archivers.dump.ShortFileException
- serialVersionUID - Static variable in exception org.apache.commons.compress.archivers.dump.UnrecognizedFormatException
- serialVersionUID - Static variable in exception org.apache.commons.compress.archivers.dump.UnsupportedCompressionAlgorithmException
- serialVersionUID - Static variable in exception org.apache.commons.compress.archivers.StreamingNotSupportedException
- serialVersionUID - Static variable in class org.apache.commons.compress.archivers.zip.UnsupportedZipFeatureException.Feature
- serialVersionUID - Static variable in exception org.apache.commons.compress.archivers.zip.UnsupportedZipFeatureException
- serialVersionUID - Static variable in class org.apache.commons.compress.archivers.zip.X5455_ExtendedTimestamp
- serialVersionUID - Static variable in class org.apache.commons.compress.archivers.zip.X7875_NewUnix
- serialVersionUID - Static variable in exception org.apache.commons.compress.archivers.zip.Zip64RequiredException
- serialVersionUID - Static variable in class org.apache.commons.compress.archivers.zip.ZipEightByteInteger
- serialVersionUID - Static variable in class org.apache.commons.compress.archivers.zip.ZipLong
- serialVersionUID - Static variable in class org.apache.commons.compress.archivers.zip.ZipShort
- serialVersionUID - Static variable in class org.apache.commons.compress.archivers.zip.ZipSplitReadOnlySeekableByteChannel.ZipSplitSegmentComparator
- serialVersionUID - Static variable in exception org.apache.commons.compress.compressors.CompressorException
-
Serial
- serialVersionUID - Static variable in exception org.apache.commons.compress.MemoryLimitException
- serialVersionUID - Static variable in exception org.apache.commons.compress.PasswordRequiredException
- service - Variable in class org.apache.commons.compress.utils.ServiceLoaderIterator
- serviceLoaderIterator - Variable in class org.apache.commons.compress.utils.ServiceLoaderIterator
- serviceLoaderIterator() - Static method in class org.apache.commons.compress.archivers.ArchiveStreamFactory
- serviceLoaderIterator() - Static method in class org.apache.commons.compress.compressors.CompressorStreamFactory
- ServiceLoaderIterator<E> - Class in org.apache.commons.compress.utils
-
Iterates all services for a given class through the standard
ServiceLoader
mechanism. - ServiceLoaderIterator(Class<E>) - Constructor for class org.apache.commons.compress.utils.ServiceLoaderIterator
- ServiceLoaderIterator(Class<E>, ClassLoader) - Constructor for class org.apache.commons.compress.utils.ServiceLoaderIterator
- setAccessDate(long) - Method in class org.apache.commons.compress.archivers.sevenz.SevenZArchiveEntry
-
Sets the access date using NTFS time (100 nanosecond units since 1 January 1601)
- setAccessDate(Date) - Method in class org.apache.commons.compress.archivers.sevenz.SevenZArchiveEntry
-
Sets the access date,
- setAccessJavaTime(Date) - Method in class org.apache.commons.compress.archivers.zip.X000A_NTFS
-
Sets the access time as a java.util.Date of this zip entry.
- setAccessJavaTime(Date) - Method in class org.apache.commons.compress.archivers.zip.X5455_ExtendedTimestamp
-
Sets the access time as a java.util.Date of this zip entry.
- setAccessTime(Date) - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveEntry
-
Set the time the file was last accessed.
- setAccessTime(ZipEightByteInteger) - Method in class org.apache.commons.compress.archivers.zip.X000A_NTFS
-
Sets the File last access time of this zip entry using a ZipEightByteInteger object.
- setAccessTime(ZipLong) - Method in class org.apache.commons.compress.archivers.zip.X5455_ExtendedTimestamp
-
Sets the access time (seconds since epoch) of this zip entry using a ZipLong object
- setAddPaxHeadersForNonAsciiNames(boolean) - Method in class org.apache.commons.compress.archivers.tar.TarArchiveOutputStream
-
Whether to add a PAX extension header for non-ASCII file names.
- setAlignment(int) - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
-
Sets alignment for this entry.
- setAntiItem(boolean) - Method in class org.apache.commons.compress.archivers.sevenz.SevenZArchiveEntry
-
Sets whether this is an "anti-item" used in differential backups, meaning it should delete the same file from a previous backup.
- setAtEOF(boolean) - Method in class org.apache.commons.compress.archivers.tar.TarArchiveInputStream
- setAtEOF(boolean) - Method in class org.apache.commons.compress.archivers.tar.TarFile
- setBackReference(LZ77Compressor.BackReference) - Method in class org.apache.commons.compress.compressors.lz4.BlockLZ4CompressorOutputStream.Pair
- setBigNumberMode(int) - Method in class org.apache.commons.compress.archivers.tar.TarArchiveOutputStream
-
Set the big number mode.
- setBufferSize(int) - Method in class org.apache.commons.compress.compressors.gzip.GzipParameters
-
Sets size of the buffer used to retrieve compressed data from
Deflater
and write to underlyingOutputStream
. - setCacheLZMAAvailablity(boolean) - Static method in class org.apache.commons.compress.compressors.lzma.LZMAUtils
-
Whether to cache the result of the LZMA check.
- setCacheXZAvailablity(boolean) - Static method in class org.apache.commons.compress.compressors.xz.XZUtils
-
Whether to cache the result of the XZ for Java check.
- setCentralDirectoryData(byte[]) - Method in class org.apache.commons.compress.archivers.zip.PKWareExtraHeader
-
Set the extra field data in central directory.
- setCentralDirectoryData(byte[]) - Method in class org.apache.commons.compress.archivers.zip.UnrecognizedExtraField
-
Set the extra field data in central directory.
- setCentralDirectoryExtra(byte[]) - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
-
Sets the central directory part of extra fields.
- setChksum(long) - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveEntry
-
Sets the checksum.
- setClearCode(int) - Method in class org.apache.commons.compress.compressors.lzw.LZWInputStream
-
Sets the clear code based on the code size.
- setCodeSize(int) - Method in class org.apache.commons.compress.compressors.lzw.LZWInputStream
- setComment(String) - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
-
Set the file comment.
- setComment(String) - Method in class org.apache.commons.compress.compressors.gzip.GzipParameters
- setCommentSource(ZipArchiveEntry.CommentSource) - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
-
Sets the source of the comment field value.
- setCompressedCrc(int) - Method in class org.apache.commons.compress.archivers.sevenz.SevenZArchiveEntry
-
Deprecated.use setCompressedCrcValue instead.
- setCompressedCrcValue(long) - Method in class org.apache.commons.compress.archivers.sevenz.SevenZArchiveEntry
-
Sets the compressed CRC.
- setCompressedSize(long) - Method in class org.apache.commons.compress.archivers.sevenz.SevenZArchiveEntry
-
Set this entry's compressed file size.
- setCompressedSize(ZipEightByteInteger) - Method in class org.apache.commons.compress.archivers.zip.Zip64ExtendedInformationExtraField
-
The uncompressed size stored in this extra field.
- setCompressionLevel(int) - Method in class org.apache.commons.compress.compressors.deflate.DeflateParameters
-
Sets the compression level.
- setCompressionLevel(int) - Method in class org.apache.commons.compress.compressors.gzip.GzipParameters
-
Sets the compression level.
- setContentCompression(SevenZMethod) - Method in class org.apache.commons.compress.archivers.sevenz.SevenZOutputFile
-
Sets the default compression method to use for entry contents - the default is LZMA2.
- setContentMethods(Iterable<? extends SevenZMethodConfiguration>) - Method in class org.apache.commons.compress.archivers.sevenz.SevenZArchiveEntry
-
Sets the (compression) methods to use for entry's content - the default is LZMA2.
- setContentMethods(Iterable<? extends SevenZMethodConfiguration>) - Method in class org.apache.commons.compress.archivers.sevenz.SevenZOutputFile
-
Sets the default (compression) methods to use for entry contents - the default is LZMA2.
- setCrc(int) - Method in class org.apache.commons.compress.archivers.sevenz.SevenZArchiveEntry
-
Deprecated.use setCrcValue instead.
- setCrcValue(long) - Method in class org.apache.commons.compress.archivers.sevenz.SevenZArchiveEntry
-
Sets the CRC.
- setCreateJavaTime(Date) - Method in class org.apache.commons.compress.archivers.zip.X000A_NTFS
-
Sets the create time as a java.util.Date of this zip entry.
- setCreateJavaTime(Date) - Method in class org.apache.commons.compress.archivers.zip.X5455_ExtendedTimestamp
-
Sets the create time as a java.util.Date of this zip entry.
- setCreateTime(ZipEightByteInteger) - Method in class org.apache.commons.compress.archivers.zip.X000A_NTFS
-
Sets the File creation time of this zip entry using a ZipEightByteInteger object.
- setCreateTime(ZipLong) - Method in class org.apache.commons.compress.archivers.zip.X5455_ExtendedTimestamp
-
Sets the create time (seconds since epoch) of this zip entry using a ZipLong object
- setCreateUnicodeExtraFields(ZipArchiveOutputStream.UnicodeExtraFieldPolicy) - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
-
Whether to create Unicode Extra Fields.
- setCreationDate(long) - Method in class org.apache.commons.compress.archivers.sevenz.SevenZArchiveEntry
-
Sets the creation date using NTFS time (100 nanosecond units since 1 January 1601)
- setCreationDate(Date) - Method in class org.apache.commons.compress.archivers.sevenz.SevenZArchiveEntry
-
Sets the creation date,
- setCreationTime(Date) - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveEntry
-
Set the file creation time.
- setCurrentEntry(TarArchiveEntry) - Method in class org.apache.commons.compress.archivers.tar.TarArchiveInputStream
- setDataOffset(long) - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
-
Set the offset of the data for the tar entry.
- setDataOffset(long) - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
-
Sets the data offset.
- setDataOffset(ZipArchiveEntry) - Method in class org.apache.commons.compress.archivers.zip.ZipFile
- setDecompressConcatenated(boolean) - Method in class org.apache.commons.compress.compressors.CompressorStreamFactory
-
Deprecated.1.10 use the
CompressorStreamFactory(boolean)
constructor instead - setDefaults(ZipArchiveEntry) - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
-
Provides default values for compression method and last modification time.
- setDeleted(boolean) - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveEntry
-
Set whether this file has been deleted.
- setDevice(long) - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveEntry
-
Sets the device id.
- setDeviceMaj(long) - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveEntry
-
Sets major device id.
- setDeviceMin(long) - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveEntry
-
Sets the minor device id
- setDevMajor(int) - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
-
Set this entry's major device number.
- setDevMinor(int) - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
-
Set this entry's minor device number.
- setDevname(String) - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveSummary
-
Set the device name.
- setDirectory(boolean) - Method in class org.apache.commons.compress.archivers.sevenz.SevenZArchiveEntry
-
Sets whether or not this entry represents a directory.
- setDirectory(boolean) - Method in class org.apache.commons.compress.archivers.zip.AsiExtraField
-
Indicate whether this entry is a directory.
- setDiskNumberStart(long) - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
-
The number of the split segment this entry starts at.
- setDiskStartNumber(ZipLong) - Method in class org.apache.commons.compress.archivers.zip.Zip64ExtendedInformationExtraField
-
The disk start number stored in this extra field.
- setDumpDate(Date) - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveSummary
-
Set dump date.
- setEncoding(String) - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
-
The encoding to use for file names and the file comment.
- setEntryEncoding(String) - Method in class org.apache.commons.compress.archivers.ArchiveStreamFactory
-
Deprecated.1.10 use
ArchiveStreamFactory(String)
to specify the encoding - setExternalAttributes(long) - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
-
Sets the external file attributes.
- 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.ZipArchiveEntry
-
Parses the given bytes as extra field data and consumes any unparseable data as an
UnparseableExtraFieldData
instance. - setExtraFields(ZipExtraField[]) - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
-
Replaces all currently attached extra fields with the new array.
- setFallbackToUTF8(boolean) - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
-
Whether to fall back to UTF and the language encoding flag if the file name cannot be encoded using the specified encoding.
- setFilename(String) - Method in class org.apache.commons.compress.compressors.gzip.GzipParameters
-
Sets the name of the compressed file.
- setFilesystem(String) - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveSummary
-
Set the last mountpoint.
- setFirstRecord(int) - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveSummary
-
Set the inode of the first record.
- setFlags(byte) - Method in class org.apache.commons.compress.archivers.zip.X5455_ExtendedTimestamp
-
Sets flags byte.
- setFlags(int) - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveSummary
-
Set the miscellaneous flags.
- setGeneralPurposeBit(GeneralPurposeBit) - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
-
The "general purpose bit" field.
- setGeneration(int) - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveEntry
-
Set the generation of the file.
- setGID(long) - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveEntry
-
Sets the group id.
- setGID(long) - Method in class org.apache.commons.compress.archivers.zip.X7875_NewUnix
-
Sets the GID.
- setGlobalCRC(int) - Method in class org.apache.commons.compress.compressors.bzip2.CRC
- setGroupId(int) - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveEntry
-
Set the group id.
- 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.zip.AsiExtraField
-
Set the group id.
- setGroupId(long) - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
-
Set this entry's group id.
- setGroupName(String) - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
-
Set this entry's group name.
- SETGUI - Enum constant in enum org.apache.commons.compress.archivers.dump.DumpArchiveEntry.PERMISSION
- setHasAccessDate(boolean) - Method in class org.apache.commons.compress.archivers.sevenz.SevenZArchiveEntry
-
Sets whether this entry has got an access date at all.
- setHasCrc(boolean) - Method in class org.apache.commons.compress.archivers.sevenz.SevenZArchiveEntry
-
Sets whether this entry has got a crc.
- setHasCreationDate(boolean) - Method in class org.apache.commons.compress.archivers.sevenz.SevenZArchiveEntry
-
Sets whether this entry has got a creation date at all.
- setHasLastModifiedDate(boolean) - Method in class org.apache.commons.compress.archivers.sevenz.SevenZArchiveEntry
-
Sets whether this entry has got a last modified date at all.
- setHasStream(boolean) - Method in class org.apache.commons.compress.archivers.sevenz.SevenZArchiveEntry
-
Sets whether there is any content associated with this entry.
- setHasWindowsAttributes(boolean) - Method in class org.apache.commons.compress.archivers.sevenz.SevenZArchiveEntry
-
Sets whether this entry has windows attributes.
- setHeaderId(ZipShort) - Method in class org.apache.commons.compress.archivers.zip.UnrecognizedExtraField
-
Set the header id.
- setHostname(String) - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveSummary
-
Set the hostname.
- setIds(int, int) - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
-
Convenience method to set this entry's group and user ids.
- setIno(int) - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveEntry.TapeSegmentHeader
- setInode(long) - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveEntry
-
Sets the inode.
- setInternalAttributes(int) - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
-
Sets the internal file attributes.
- setLabel(String) - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveSummary
-
Set dump label.
- setLastModifiedDate(long) - Method in class org.apache.commons.compress.archivers.sevenz.SevenZArchiveEntry
-
Sets the last modified date using NTFS time (100 nanosecond units since 1 January 1601)
- setLastModifiedDate(Date) - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveEntry
-
Set the time the file was last modified.
- setLastModifiedDate(Date) - Method in class org.apache.commons.compress.archivers.sevenz.SevenZArchiveEntry
-
Sets the last modified date,
- setLevel(int) - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveSummary
-
Set level.
- setLevel(int) - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
-
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 file name.
- setLinkName(String) - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
-
Set this entry's link name.
- setLocalFileDataData(byte[]) - Method in class org.apache.commons.compress.archivers.zip.PKWareExtraHeader
-
Set the extra field data in the local file data - without Header-ID or length specifier.
- setLocalFileDataData(byte[]) - Method in class org.apache.commons.compress.archivers.zip.UnrecognizedExtraField
-
Set the extra field data in the local file data - without Header-ID or length specifier.
- setLocalHeaderOffset(long) - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
- setLongFileMode(int) - Method in class org.apache.commons.compress.archivers.ar.ArArchiveOutputStream
-
Set the long file mode.
- setLongFileMode(int) - Method in class org.apache.commons.compress.archivers.tar.TarArchiveOutputStream
-
Set the long file mode.
- SETMASK - Static variable in class org.apache.commons.compress.compressors.bzip2.BlockSort
- setMethod(int) - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
-
Sets the compression method of this entry.
- setMethod(int) - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
-
Sets the default compression method for subsequent entries.
- setMode(int) - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveEntry
-
Set the access permissions on the entry.
- 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.
- setMode(long) - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveEntry
-
Sets the mode of this entry (e.g.
- setModificationTime(long) - Method in class org.apache.commons.compress.compressors.gzip.GzipParameters
-
Sets the modification time of the compressed file.
- setModifyJavaTime(Date) - Method in class org.apache.commons.compress.archivers.zip.X000A_NTFS
-
Sets the modify time as a java.util.Date of this zip entry.
- setModifyJavaTime(Date) - Method in class org.apache.commons.compress.archivers.zip.X5455_ExtendedTimestamp
-
Sets the modify time as a java.util.Date of this zip entry.
- setModifyTime(ZipEightByteInteger) - Method in class org.apache.commons.compress.archivers.zip.X000A_NTFS
-
Sets the File last modification time of this zip entry using a ZipEightByteInteger object.
- setModifyTime(ZipLong) - Method in class org.apache.commons.compress.archivers.zip.X5455_ExtendedTimestamp
-
Sets the modify time (seconds since epoch) of this zip entry using a ZipLong object.
- setModTime(long) - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
-
Set this entry's modification time.
- setModTime(FileTime) - 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.cpio.CpioArchiveEntry
-
Sets the name.
- setName(String) - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveEntry
-
Sets the name of the entry.
- setName(String) - Method in class org.apache.commons.compress.archivers.sevenz.SevenZArchiveEntry
-
Set this entry's name.
- setName(String) - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
-
Set this entry's name.
- setName(String) - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
-
Set the name of the entry.
- setName(String, byte[]) - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
-
Sets the name using the raw bytes and the string created from it by guessing or using the configured encoding.
- setNameAndCommentFromExtraFields(ZipArchiveEntry, byte[], byte[]) - Static method in class org.apache.commons.compress.archivers.zip.ZipUtil
-
If the entry has Unicode*ExtraFields and the CRCs of the names/comments match those of the extra fields, transfer the known Unicode values from the extra field.
- setNameCRC32(long) - Method in class org.apache.commons.compress.archivers.zip.AbstractUnicodeExtraField
- setNames(String, String) - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
-
Convenience method to set this entry's group and user names.
- setNameSource(ZipArchiveEntry.NameSource) - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
-
Sets the source of the name field value.
- setNlink(int) - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveEntry
-
Set the number of hard links.
- setNTRec(int) - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveSummary
-
Set the number of records per tape block.
- setNumberOfLinks(long) - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveEntry
-
Sets the number of links.
- setOffset(long) - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveEntry
-
Set the offset within the archive.
- setOperatingSystem(int) - Method in class org.apache.commons.compress.compressors.gzip.GzipParameters
-
Sets the operating system on which the compression took place.
- setPlatform(int) - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
-
Set the platform (UNIX or FAT).
- setPrefix(int, int) - Method in class org.apache.commons.compress.compressors.lzw.LZWInputStream
- setPreviousDumpDate(Date) - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveSummary
-
Set previous dump date.
- setRawFlag(int) - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
-
Sets the content of the flags field.
- setRelativeHeaderOffset(ZipEightByteInteger) - Method in class org.apache.commons.compress.archivers.zip.Zip64ExtendedInformationExtraField
-
The relative header offset stored in this extra field.
- setRemoteDevice(long) - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveEntry
-
Sets the remote device id.
- setRemoteDeviceMaj(long) - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveEntry
-
Sets the remote major device id.
- setRemoteDeviceMin(long) - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveEntry
-
Sets the remote minor device id.
- Sets - Class in org.apache.commons.compress.utils
-
Set utilities
- Sets() - Constructor for class org.apache.commons.compress.utils.Sets
- setSimpleName(String) - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveEntry
-
Sets the path of the entry.
- setSize(long) - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveEntry
-
Sets the filesize.
- setSize(long) - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveEntry
-
Set the size of the entry.
- setSize(long) - Method in class org.apache.commons.compress.archivers.sevenz.SevenZArchiveEntry
-
Set this entry's file size.
- setSize(long) - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
-
Set this entry's file size.
- setSize(long) - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
-
Sets the uncompressed size of the entry data.
- setSize(ZipEightByteInteger) - Method in class org.apache.commons.compress.archivers.zip.Zip64ExtendedInformationExtraField
-
The uncompressed size stored in this extra field.
- setSizesAndOffsetFromZip64Extra(ZipArchiveEntry) - Method in class org.apache.commons.compress.archivers.zip.ZipFile
-
If the entry holds a Zip64 extended information extra field, read sizes from there if the entry's sizes are set to 0xFFFFFFFFF, do the same for the offset of the local file header.
- setSparseHeaders(List<TarArchiveStructSparse>) - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
-
Set this entry's sparse headers
- setStreamContiguous(boolean) - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
- setTableSize(int) - Method in class org.apache.commons.compress.compressors.lzw.LZWInputStream
- setTime(long) - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveEntry
-
Sets the time in seconds.
- setTime(FileTime) - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveEntry
-
Sets the time.
- setTime(FileTime) - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
-
Sets the modification time of the entry.
- setType(DumpArchiveEntry.TYPE) - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveEntry
-
Set the type of the entry.
- setUID(long) - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveEntry
-
Sets the user id.
- setUID(long) - Method in class org.apache.commons.compress.archivers.zip.X7875_NewUnix
-
Sets the UID.
- SETUID - Enum constant in enum org.apache.commons.compress.archivers.dump.DumpArchiveEntry.PERMISSION
- setUnicodeName(byte[]) - Method in class org.apache.commons.compress.archivers.zip.AbstractUnicodeExtraField
- setUnixMode(int) - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
-
Sets Unix permissions in a way that is understood by Info-Zip's unzip command.
- setupBlock() - Method in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorInputStream
- setupFileOutputStream() - Method in class org.apache.commons.compress.archivers.sevenz.SevenZOutputFile
- setupNoRandPartA() - Method in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorInputStream
- setupNoRandPartB() - Method in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorInputStream
- setupNoRandPartC() - Method in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorInputStream
- setupRandPartA() - Method in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorInputStream
- setupRandPartB() - Method in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorInputStream
- setupRandPartC() - Method in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorInputStream
- setUseLanguageEncodingFlag(boolean) - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
-
Whether to set the language encoding flag if the file name encoding is UTF-8.
- setUserId(int) - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveEntry
-
Set the user id.
- 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.zip.AsiExtraField
-
Set the user id.
- setUserId(long) - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
-
Set this entry's user id.
- setUserName(String) - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
-
Set this entry's user name.
- setUseZip64(Zip64Mode) - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
-
Whether Zip64 extensions will be used.
- setVersionMadeBy(int) - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
-
Sets the "version made by" field.
- setVersionRequired(int) - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
-
Sets the "version required to expand" field.
- setVolume(int) - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveEntry
-
Set the tape volume.
- setVolume(int) - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveSummary
-
Set volume (tape) number.
- setWindowsAttributes(int) - Method in class org.apache.commons.compress.archivers.sevenz.SevenZArchiveEntry
-
Sets the windows attributes.
- setWithZlibHeader(boolean) - Method in class org.apache.commons.compress.compressors.deflate.DeflateParameters
-
Sets the zlib header presence parameter.
- SEVEN_BIT_TEXT - Static variable in class org.apache.commons.compress.archivers.arj.LocalFileHeader.FileTypes
- SEVEN_Z - Static variable in class org.apache.commons.compress.archivers.ArchiveStreamFactory
-
Constant (value "7z") used to identify the 7z archive format.
- SevenZArchiveEntry - Class in org.apache.commons.compress.archivers.sevenz
-
An entry in a 7z archive.
- SevenZArchiveEntry() - Constructor for class org.apache.commons.compress.archivers.sevenz.SevenZArchiveEntry
- SevenZFile - Class in org.apache.commons.compress.archivers.sevenz
-
Reads a 7z file, using SeekableByteChannel under the covers.
- SevenZFile(File) - Constructor for class org.apache.commons.compress.archivers.sevenz.SevenZFile
-
Reads a file as unencrypted 7z archive
- SevenZFile(File, byte[]) - Constructor for class org.apache.commons.compress.archivers.sevenz.SevenZFile
-
Deprecated.use the char[]-arg version for the password instead
- SevenZFile(File, char[]) - Constructor for class org.apache.commons.compress.archivers.sevenz.SevenZFile
-
Reads a file as 7z archive
- SevenZFile(File, char[], SevenZFileOptions) - Constructor for class org.apache.commons.compress.archivers.sevenz.SevenZFile
-
Reads a file as 7z archive with additional options.
- SevenZFile(File, SevenZFileOptions) - Constructor for class org.apache.commons.compress.archivers.sevenz.SevenZFile
-
Reads a file as unencrypted 7z archive
- SevenZFile(SeekableByteChannel) - Constructor for class org.apache.commons.compress.archivers.sevenz.SevenZFile
-
Reads a SeekableByteChannel as 7z archive
- SevenZFile(SeekableByteChannel, byte[]) - Constructor for class org.apache.commons.compress.archivers.sevenz.SevenZFile
-
Deprecated.use the char[]-arg version for the password instead
- SevenZFile(SeekableByteChannel, char[]) - Constructor for class org.apache.commons.compress.archivers.sevenz.SevenZFile
-
Reads a SeekableByteChannel as 7z archive
- SevenZFile(SeekableByteChannel, char[], SevenZFileOptions) - Constructor for class org.apache.commons.compress.archivers.sevenz.SevenZFile
-
Reads a SeekableByteChannel as 7z archive with additional options.
- SevenZFile(SeekableByteChannel, String) - Constructor for class org.apache.commons.compress.archivers.sevenz.SevenZFile
-
Reads a SeekableByteChannel as 7z archive
- SevenZFile(SeekableByteChannel, String, byte[]) - Constructor for class org.apache.commons.compress.archivers.sevenz.SevenZFile
-
Deprecated.use the char[]-arg version for the password instead
- SevenZFile(SeekableByteChannel, String, byte[], boolean, SevenZFileOptions) - Constructor for class org.apache.commons.compress.archivers.sevenz.SevenZFile
- SevenZFile(SeekableByteChannel, String, char[]) - Constructor for class org.apache.commons.compress.archivers.sevenz.SevenZFile
-
Reads a SeekableByteChannel as 7z archive
- SevenZFile(SeekableByteChannel, String, char[], SevenZFileOptions) - Constructor for class org.apache.commons.compress.archivers.sevenz.SevenZFile
-
Reads a SeekableByteChannel as 7z archive with addtional options.
- SevenZFile(SeekableByteChannel, String, SevenZFileOptions) - Constructor for class org.apache.commons.compress.archivers.sevenz.SevenZFile
-
Reads a SeekableByteChannel as 7z archive with additional options.
- SevenZFile(SeekableByteChannel, SevenZFileOptions) - Constructor for class org.apache.commons.compress.archivers.sevenz.SevenZFile
-
Reads a SeekableByteChannel as 7z archive with addtional options.
- SevenZFile.ArchiveStatistics - Class in org.apache.commons.compress.archivers.sevenz
- SevenZFileOptions - Class in org.apache.commons.compress.archivers.sevenz
-
Collects options for reading 7z archives.
- SevenZFileOptions(int, boolean, boolean) - Constructor for class org.apache.commons.compress.archivers.sevenz.SevenZFileOptions
- SevenZFileOptions.Builder - Class in org.apache.commons.compress.archivers.sevenz
-
Mutable builder for the immutable
SevenZFileOptions
. - SevenZMethod - Enum in org.apache.commons.compress.archivers.sevenz
-
The (partially) supported compression/encryption methods used in 7z archives.
- SevenZMethod(byte[]) - Constructor for enum org.apache.commons.compress.archivers.sevenz.SevenZMethod
- SevenZMethodConfiguration - Class in org.apache.commons.compress.archivers.sevenz
-
Combines a SevenZMethod with configuration options for the method.
- SevenZMethodConfiguration(SevenZMethod) - Constructor for class org.apache.commons.compress.archivers.sevenz.SevenZMethodConfiguration
-
Doesn't configure any additional options.
- SevenZMethodConfiguration(SevenZMethod, Object) - Constructor for class org.apache.commons.compress.archivers.sevenz.SevenZMethodConfiguration
-
Specifies and method plus configuration options.
- SevenZOutputFile - Class in org.apache.commons.compress.archivers.sevenz
-
Writes a 7z file.
- SevenZOutputFile(File) - Constructor for class org.apache.commons.compress.archivers.sevenz.SevenZOutputFile
-
Opens file to write a 7z archive to.
- SevenZOutputFile(SeekableByteChannel) - Constructor for class org.apache.commons.compress.archivers.sevenz.SevenZOutputFile
-
Prepares channel to write a 7z archive to.
- SevenZOutputFile.OutputStreamWrapper - Class in org.apache.commons.compress.archivers.sevenz
- sevenZSignature - Static variable in class org.apache.commons.compress.archivers.sevenz.SevenZFile
- sfmap - Variable in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorOutputStream.Data
- SHA1 - Enum constant in enum org.apache.commons.compress.archivers.zip.PKWareExtraHeader.HashAlgorithm
- SHA256 - Enum constant in enum org.apache.commons.compress.archivers.zip.PKWareExtraHeader.HashAlgorithm
- SHA384 - Enum constant in enum org.apache.commons.compress.archivers.zip.PKWareExtraHeader.HashAlgorithm
- SHA512 - Enum constant in enum org.apache.commons.compress.archivers.zip.PKWareExtraHeader.HashAlgorithm
- SHORT - Static variable in class org.apache.commons.compress.archivers.zip.ZipConstants
-
length of a ZipShort in bytes
- SHORT_MASK - Static variable in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
- SHORT_SHIFT - Static variable in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
- shortBbuf - Variable in class org.apache.commons.compress.archivers.zip.ZipFile
- shortBuf - Variable in class org.apache.commons.compress.archivers.zip.ZipArchiveInputStream
- shortBuf - Variable in class org.apache.commons.compress.archivers.zip.ZipFile
- shortestCompressedSuffix - Variable in class org.apache.commons.compress.compressors.FileNameUtil
-
Length of the shortest compressed suffix.
- shortestUncompressedSuffix - Variable in class org.apache.commons.compress.compressors.FileNameUtil
-
Length of the shortest uncompressed suffix longer than the empty string.
- ShortFileException - Exception in org.apache.commons.compress.archivers.dump
-
Short File Exception.
- ShortFileException() - Constructor for exception org.apache.commons.compress.archivers.dump.ShortFileException
- shouldAddZip64Extra(ZipArchiveEntry, Zip64Mode) - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
-
Whether to add a Zip64 extended information extra field to the local file header.
- shouldBeReplaced(char) - Method in class org.apache.commons.compress.archivers.tar.TarArchiveOutputStream
- shouldUseZip64EOCD() - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
-
4.4.1.4 If one of the fields in the end of central directory record is too small to hold required data, the field SHOULD be set to -1 (0xFFFF or 0xFFFFFFFF) and the ZIP64 format record SHOULD be created.
- SIGNATURE_HEADER_SIZE - Static variable in class org.apache.commons.compress.archivers.sevenz.SevenZFile
- SIGNATURE_SIZE - Static variable in class org.apache.commons.compress.archivers.ArchiveStreamFactory
- signedByteToUnsignedInt(byte) - Static method in class org.apache.commons.compress.archivers.zip.ZipUtil
-
Converts a signed byte into an unsigned integer representation (e.g., -1 becomes 255).
- simpleName - Variable in class org.apache.commons.compress.archivers.dump.DumpArchiveEntry
- single - Variable in class org.apache.commons.compress.archivers.ArchiveInputStream
- SINGLE_SEGMENT_SPLIT_MARKER - Static variable in class org.apache.commons.compress.archivers.zip.ZipLong
-
Marks ZIP archives that were supposed to be split or spanned but only needed a single segment in then end (so are actually neither split nor spanned).
- singleByte - Variable in class org.apache.commons.compress.archivers.zip.ZipSplitOutputStream
- singleByteBuffer - Variable in class org.apache.commons.compress.utils.BoundedArchiveInputStream
- SINGLETON - Static variable in class org.apache.commons.compress.compressors.CompressorStreamFactory
- sixBytesBuf - Variable in class org.apache.commons.compress.archivers.cpio.CpioArchiveInputStream
- size - Variable in class org.apache.commons.compress.archivers.dump.DumpArchiveEntry
- size - Variable in class org.apache.commons.compress.archivers.sevenz.SevenZArchiveEntry
- size - Variable in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
-
The entry's size.
- size - Variable in class org.apache.commons.compress.archivers.zip.CircularBuffer
-
Size of the buffer
- size - Variable in class org.apache.commons.compress.archivers.zip.ScatterZipOutputStream.CompressedEntry
- size - Variable in class org.apache.commons.compress.archivers.zip.Zip64ExtendedInformationExtraField
- size - Variable in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
-
The
ZipEntry.setSize(long)
method in the base class throws an IllegalArgumentException if the size is bigger than 2GB for Java versions < 7 and even in Java 7+ if the implementation in java.util.zip doesn't support Zip64 itself (it is an optional feature). - size - Variable in enum org.apache.commons.compress.compressors.lz4.FramedLZ4CompressorOutputStream.BlockSize
- size - Variable in class org.apache.commons.compress.compressors.lz77support.AbstractLZ77CompressorInputStream
-
uncompressed size
- size - Variable in class org.apache.commons.compress.compressors.snappy.SnappyCompressorInputStream
-
The size of the uncompressed data
- size - Variable in class org.apache.commons.compress.utils.SeekableInMemoryByteChannel
- size() - Method in class org.apache.commons.compress.utils.MultiReadOnlySeekableByteChannel
- size() - Method in class org.apache.commons.compress.utils.SeekableInMemoryByteChannel
-
Returns the current size of entity to which this channel is connected.
- SIZE_BITS - Static variable in class org.apache.commons.compress.compressors.lz4.BlockLZ4CompressorInputStream
- SIZE_OF_CENTRAL_DIRECTORY_TOO_BIG_MESSAGE - Static variable in exception org.apache.commons.compress.archivers.zip.Zip64RequiredException
- SIZE_UNKNOWN - Static variable in interface org.apache.commons.compress.archivers.ArchiveEntry
-
Special value indicating that the size is unknown
- SIZELEN - Static variable in interface org.apache.commons.compress.archivers.tar.TarConstants
-
The length of the size field in a header buffer.
- skip(int) - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveInputStream
- skip(long) - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveInputStream
-
Skips specified number of bytes in the current CPIO entry.
- skip(long) - Method in class org.apache.commons.compress.archivers.dump.TapeInputStream
-
Skip bytes.
- skip(long) - Method in class org.apache.commons.compress.archivers.tar.TarArchiveInputStream
-
Skips over and discards
n
bytes of data from this input stream. - skip(long) - Method in class org.apache.commons.compress.archivers.tar.TarArchiveSparseZeroInputStream
-
these's nothing need to do when skipping
- skip(long) - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveInputStream.BoundedInputStream
- skip(long) - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveInputStream
-
Skips over and discards value bytes of data from this input stream.
- skip(long) - Method in class org.apache.commons.compress.compressors.deflate.DeflateCompressorInputStream
- skip(long) - Method in class org.apache.commons.compress.compressors.lzma.LZMACompressorInputStream
- skip(long) - Method in class org.apache.commons.compress.compressors.xz.XZCompressorInputStream
- skip(long) - Method in class org.apache.commons.compress.utils.BoundedInputStream
- skip(long) - Method in class org.apache.commons.compress.utils.ChecksumCalculatingInputStream
- skip(long) - Method in class org.apache.commons.compress.utils.ChecksumVerifyingInputStream
- skip(long) - Method in class org.apache.commons.compress.utils.SkipShieldingInputStream
- skip(InputStream, long) - Static method in class org.apache.commons.compress.utils.IOUtils
-
Skips the given number of bytes by repeatedly invoking skip on the given input stream if necessary.
- SKIP - Static variable in class org.apache.commons.compress.archivers.zip.ExtraFieldUtils.UnparseableExtraField
-
Skip the extra field entirely and don't make its data available - effectively removing the extra field data.
- SKIP_BUF - Static variable in class org.apache.commons.compress.utils.IOUtils
- SKIP_BUF_SIZE - Static variable in class org.apache.commons.compress.utils.IOUtils
- SKIP_BUFFER - Static variable in class org.apache.commons.compress.utils.SkipShieldingInputStream
- SKIP_BUFFER_SIZE - Static variable in class org.apache.commons.compress.utils.SkipShieldingInputStream
- SKIP_KEY - Static variable in class org.apache.commons.compress.archivers.zip.ExtraFieldUtils.UnparseableExtraField
-
Key for "skip" action.
- skipBlock() - Method in class org.apache.commons.compress.compressors.snappy.FramedSnappyCompressorInputStream
- skipBuf - Variable in class org.apache.commons.compress.archivers.zip.ZipArchiveInputStream
- skipBytes(int) - Method in class org.apache.commons.compress.archivers.zip.ZipFile
-
Skips the given number of bytes or throws an EOFException if skipping failed.
- skipBytesFully(ByteBuffer, long) - Static method in class org.apache.commons.compress.archivers.sevenz.SevenZFile
- skipEntriesWhenNeeded(int, boolean, int) - Method in class org.apache.commons.compress.archivers.sevenz.SevenZFile
-
Skip all the entries if needed.
- SKIPPABLE_FRAME_PREFIX_BYTE_MASK - Static variable in class org.apache.commons.compress.compressors.lz4.FramedLZ4CompressorInputStream
- SKIPPABLE_FRAME_TRAILER - Static variable in class org.apache.commons.compress.compressors.lz4.FramedLZ4CompressorInputStream
- skipRecordPadding() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveInputStream
-
The last record block should be written at the full size, so skip any additional space used to fill a record after an entry.
- skipRecordPadding() - Method in class org.apache.commons.compress.archivers.tar.TarFile
-
The last record block should be written at the full size, so skip any additional space used to fill a record after an entry
- skipRemainderOfArchive() - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveInputStream
-
Reads the stream until it find the "End of central directory record" and consumes it as well.
- skipRemainderOfLastBlock() - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveInputStream
-
Skips the padding zeros written after the TRAILER!!! entry.
- SkipShieldingInputStream - Class in org.apache.commons.compress.utils
-
A wrapper that overwrites
SkipShieldingInputStream.skip(long)
and delegates toFilterInputStream.read()
instead. - SkipShieldingInputStream(InputStream) - Constructor for class org.apache.commons.compress.utils.SkipShieldingInputStream
- skipSkippableFrame(byte[]) - Method in class org.apache.commons.compress.compressors.lz4.FramedLZ4CompressorInputStream
-
Skips over the contents of a skippable frame as well as skippable frames following it.
- skipSparse(long) - Method in class org.apache.commons.compress.archivers.tar.TarArchiveInputStream
-
Skip n bytes from current input stream, if the current input stream doesn't have enough data to skip, jump to the next input stream and skip the rest bytes, keep doing this until total n bytes are skipped or the input streams are all skipped
- skipSplitSig - Variable in class org.apache.commons.compress.archivers.zip.ZipArchiveInputStream
-
Whether the stream will try to skip the zip split signature(08074B50) at the beginning
- slide() - Method in class org.apache.commons.compress.compressors.lz77support.LZ77Compressor
- slideBuffer() - Method in class org.apache.commons.compress.compressors.lz77support.AbstractLZ77CompressorInputStream
- SLIDING_DICTIONARY_SIZE_FLAG - Static variable in class org.apache.commons.compress.archivers.zip.GeneralPurposeBit
-
Indicates the size of the sliding dictionary used by the compression method 6 (imploding).
- slidingDictionarySize - Variable in class org.apache.commons.compress.archivers.zip.GeneralPurposeBit
- SMALL_BUFFER_SIZE - Static variable in class org.apache.commons.compress.archivers.tar.TarArchiveInputStream
- SMALL_BUFFER_SIZE - Static variable in class org.apache.commons.compress.archivers.tar.TarFile
- SMALL_THRESH - Static variable in class org.apache.commons.compress.compressors.bzip2.BlockSort
- smallBuf - Variable in class org.apache.commons.compress.archivers.tar.TarArchiveInputStream
- smallBuf - Variable in class org.apache.commons.compress.archivers.tar.TarFile
- SNAPPY_FRAMED - Static variable in class org.apache.commons.compress.compressors.CompressorStreamFactory
-
Constant (value "snappy-framed") used to identify the "framed" Snappy compression method.
- SNAPPY_RAW - Static variable in class org.apache.commons.compress.compressors.CompressorStreamFactory
-
Constant (value "snappy-raw") used to identify the "raw" Snappy compression method.
- SnappyCompressorInputStream - Class in org.apache.commons.compress.compressors.snappy
-
CompressorInputStream for the raw Snappy format.
- SnappyCompressorInputStream(InputStream) - Constructor for class org.apache.commons.compress.compressors.snappy.SnappyCompressorInputStream
-
Constructor using the default buffer size of 32k.
- SnappyCompressorInputStream(InputStream, int) - Constructor for class org.apache.commons.compress.compressors.snappy.SnappyCompressorInputStream
-
Constructor using a configurable buffer size.
- SnappyCompressorInputStream.State - Enum in org.apache.commons.compress.compressors.snappy
- SnappyCompressorOutputStream - Class in org.apache.commons.compress.compressors.snappy
-
CompressorOutputStream for the raw Snappy format.
- SnappyCompressorOutputStream(OutputStream, long) - Constructor for class org.apache.commons.compress.compressors.snappy.SnappyCompressorOutputStream
-
Constructor using the default block size of 32k.
- SnappyCompressorOutputStream(OutputStream, long, int) - Constructor for class org.apache.commons.compress.compressors.snappy.SnappyCompressorOutputStream
-
Constructor using a configurable block size.
- SnappyCompressorOutputStream(OutputStream, long, Parameters) - Constructor for class org.apache.commons.compress.compressors.snappy.SnappyCompressorOutputStream
-
Constructor providing full control over the underlying LZ77 compressor.
- SOCKET - Enum constant in enum org.apache.commons.compress.archivers.dump.DumpArchiveEntry.TYPE
- sourcePayloadLength - Variable in class org.apache.commons.compress.archivers.zip.StreamCompressor
- SPARSE_HEADERS_IN_EXTENSION_HEADER - Static variable in interface org.apache.commons.compress.archivers.tar.TarConstants
-
The number of sparse headers in an extension header
- SPARSE_HEADERS_IN_OLDGNU_HEADER - Static variable in interface org.apache.commons.compress.archivers.tar.TarConstants
-
The number of sparse headers in an old GNU header
- SPARSE_NUMBYTES_LEN - Static variable in interface org.apache.commons.compress.archivers.tar.TarConstants
-
The length of numbytes in struct sparse
- SPARSE_OFFSET_LEN - Static variable in interface org.apache.commons.compress.archivers.tar.TarConstants
-
The length of offset in struct sparse
- sparseHeaders - Variable in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
-
The sparse headers in tar
- sparseHeaders - Variable in class org.apache.commons.compress.archivers.tar.TarArchiveSparseEntry
- sparseInputStreams - Variable in class org.apache.commons.compress.archivers.tar.TarArchiveInputStream
-
Input streams for reading sparse entries
- sparseInputStreams - Variable in class org.apache.commons.compress.archivers.tar.TarFile
- SPARSELEN_GNU - Static variable in interface org.apache.commons.compress.archivers.tar.TarConstants
-
The sum of the length of all sparse headers in an old GNU header buffer.
- SPARSELEN_GNU_SPARSE - Static variable in interface org.apache.commons.compress.archivers.tar.TarConstants
-
The sum of the length of all sparse headers in a sparse header buffer.
- splitSize - Variable in class org.apache.commons.compress.archivers.zip.ZipSplitOutputStream
- SPLITTING - Static variable in class org.apache.commons.compress.archivers.zip.UnsupportedZipFeatureException.Feature
-
The archive uses splitting or spanning.
- splitWithNewBackReferenceLengthOf(int) - Method in class org.apache.commons.compress.compressors.lz4.BlockLZ4CompressorOutputStream.Pair
- stack_dd - Variable in class org.apache.commons.compress.compressors.bzip2.BlockSort
- stack_hh - Variable in class org.apache.commons.compress.compressors.bzip2.BlockSort
- stack_ll - Variable in class org.apache.commons.compress.compressors.bzip2.BlockSort
- STACK_SIZE - Static variable in class org.apache.commons.compress.compressors.bzip2.BlockSort
- STANDARD - Enum constant in enum org.apache.commons.compress.compressors.snappy.FramedSnappyDialect
-
The standard as defined by the Snappy framing format description
- starSparse - Variable in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
-
is this entry a star sparse entry using the PAX header?
- START_BLOCK_STATE - Static variable in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorInputStream
- startBackReference(int, long) - Method in class org.apache.commons.compress.compressors.lz77support.AbstractLZ77CompressorInputStream
-
Used by subclasses to signal the next block contains a back-reference with the given coordinates.
- startedAt - Variable in class org.apache.commons.compress.archivers.zip.ParallelScatterZipCreator
- StartHeader - Class in org.apache.commons.compress.archivers.sevenz
- StartHeader() - Constructor for class org.apache.commons.compress.archivers.sevenz.StartHeader
- startLiteral(long) - Method in class org.apache.commons.compress.compressors.lz77support.AbstractLZ77CompressorInputStream
-
Used by subclasses to signal the next block contains the given amount of literal data.
- startsWithLocalFileHeader() - Method in class org.apache.commons.compress.archivers.zip.ZipFile
-
Checks whether the archive starts with a LFH.
- state - Variable in class org.apache.commons.compress.compressors.deflate64.HuffmanDecoder.HuffmanCodes
- state - Variable in class org.apache.commons.compress.compressors.deflate64.HuffmanDecoder
- state - Variable in class org.apache.commons.compress.compressors.lz4.BlockLZ4CompressorInputStream
-
Current state of the stream
- state - Variable in class org.apache.commons.compress.compressors.lz4.XXHash32
- state - Variable in class org.apache.commons.compress.compressors.snappy.SnappyCompressorInputStream
-
Current state of the stream
- state() - Method in class org.apache.commons.compress.compressors.deflate64.HuffmanDecoder.DecoderState
- state() - Method in class org.apache.commons.compress.compressors.deflate64.HuffmanDecoder.HuffmanCodes
- state() - Method in class org.apache.commons.compress.compressors.deflate64.HuffmanDecoder.InitialState
- state() - Method in class org.apache.commons.compress.compressors.deflate64.HuffmanDecoder.UncompressedState
- State() - Constructor for enum org.apache.commons.compress.compressors.lz4.BlockLZ4CompressorInputStream.State
- State() - Constructor for enum org.apache.commons.compress.compressors.snappy.SnappyCompressorInputStream.State
- STICKY - Enum constant in enum org.apache.commons.compress.archivers.dump.DumpArchiveEntry.PERMISSION
- STORED - Enum constant in enum org.apache.commons.compress.archivers.zip.ZipMethod
-
Compression method 0 for uncompressed entries.
- STORED - Enum constant in enum org.apache.commons.compress.compressors.deflate64.HuffmanState
- STORED - Static variable in class org.apache.commons.compress.archivers.arj.LocalFileHeader.Methods
- STORED - Static variable in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
-
Compression method for stored entries.
- storedBlockCRC - Variable in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorInputStream
- storedCombinedCRC - Variable in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorInputStream
- StoredStatisticsStream(InputStream) - Constructor for class org.apache.commons.compress.archivers.zip.ZipFile.StoredStatisticsStream
- storeNum - Variable in class org.apache.commons.compress.archivers.zip.ParallelScatterZipCreator.DefaultBackingStoreSupplier
- STREAM_IDENTIFIER_TYPE - Static variable in class org.apache.commons.compress.compressors.snappy.FramedSnappyCompressorInputStream
- streamCompressor - Variable in class org.apache.commons.compress.archivers.zip.ScatterZipOutputStream
- streamCompressor - Variable in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
- StreamCompressor - Class in org.apache.commons.compress.archivers.zip
-
Encapsulates a
Deflater
and crc calculator, handling multiple types of output streams. - StreamCompressor(Deflater) - Constructor for class org.apache.commons.compress.archivers.zip.StreamCompressor
- StreamCompressor.DataOutputCompressor - Class in org.apache.commons.compress.archivers.zip
- StreamCompressor.OutputStreamCompressor - Class in org.apache.commons.compress.archivers.zip
- StreamCompressor.ScatterGatherBackingStoreCompressor - Class in org.apache.commons.compress.archivers.zip
- StreamCompressor.SeekableByteChannelCompressor - Class in org.apache.commons.compress.archivers.zip
- streamIdentifier - Variable in enum org.apache.commons.compress.compressors.snappy.FramedSnappyDialect
- StreamingNotSupportedException - Exception in org.apache.commons.compress.archivers
-
Exception thrown by ArchiveStreamFactory if a format is requested/detected that doesn't support streaming.
- StreamingNotSupportedException(String) - Constructor for exception org.apache.commons.compress.archivers.StreamingNotSupportedException
-
Creates a new StreamingNotSupportedException.
- streamMap - Variable in class org.apache.commons.compress.archivers.sevenz.Archive
- StreamMap - Class in org.apache.commons.compress.archivers.sevenz
- StreamMap() - Constructor for class org.apache.commons.compress.archivers.sevenz.StreamMap
- streamMapSize() - Method in class org.apache.commons.compress.archivers.sevenz.SevenZFile.ArchiveStatistics
- streams - Variable in class org.apache.commons.compress.archivers.zip.ParallelScatterZipCreator
- STRICT_FOR_KNOW_EXTRA_FIELDS - Enum constant in enum org.apache.commons.compress.archivers.zip.ZipArchiveEntry.ExtraFieldParsingMode
-
Try to parse as many extra fields as possible and wrap unknown extra fields in
UnrecognizedExtraField
. - stripTo7Bits(String) - Method in class org.apache.commons.compress.archivers.tar.TarArchiveOutputStream
- STRONG_ENCRYPTION_FLAG - Static variable in class org.apache.commons.compress.archivers.zip.GeneralPurposeBit
-
Indicates strong encryption.
- strongEncryptionFlag - Variable in class org.apache.commons.compress.archivers.zip.GeneralPurposeBit
- su_ch2 - Variable in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorInputStream
- su_chPrev - Variable in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorInputStream
- su_count - Variable in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorInputStream
- su_i2 - Variable in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorInputStream
- su_j2 - Variable in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorInputStream
- su_rNToGo - Variable in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorInputStream
- su_rTPos - Variable in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorInputStream
- su_tPos - Variable in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorInputStream
- su_z - Variable in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorInputStream
- submit(Callable<? extends Object>) - Method in class org.apache.commons.compress.archivers.zip.ParallelScatterZipCreator
-
Submit a callable for compression.
- submitStreamAwareCallable(Callable<? extends ScatterZipOutputStream>) - Method in class org.apache.commons.compress.archivers.zip.ParallelScatterZipCreator
-
Submit a callable for compression.
- subStreamsInfo - Variable in class org.apache.commons.compress.archivers.sevenz.Archive
- SubStreamsInfo - Class in org.apache.commons.compress.archivers.sevenz
- SubStreamsInfo() - Constructor for class org.apache.commons.compress.archivers.sevenz.SubStreamsInfo
- summary - Variable in class org.apache.commons.compress.archivers.dump.DumpArchiveEntry
-
Currently unused
- summary - Variable in class org.apache.commons.compress.archivers.dump.DumpArchiveInputStream
- supplier - Variable in class org.apache.commons.compress.compressors.lz4.FramedLZ4CompressorInputStream
- supplier - Variable in class org.apache.commons.compress.compressors.lz77support.AbstractLZ77CompressorInputStream
-
Supplier that delegates to
AbstractLZ77CompressorInputStream.readOneByte()
. - supplier - Variable in class org.apache.commons.compress.compressors.snappy.FramedSnappyCompressorInputStream
- SUPPORTED_VERSION - Static variable in class org.apache.commons.compress.compressors.lz4.FramedLZ4CompressorInputStream
- supportsCompressedSizeFor(ZipArchiveEntry) - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveInputStream
-
Whether the compressed size for the entry is either known or not required by the compression method being used.
- supportsDataDescriptorFor(ZipArchiveEntry) - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveInputStream
-
Whether this entry requires a data descriptor this library can work with.
- supportsEncryptionOf(ZipArchiveEntry) - Static method in class org.apache.commons.compress.archivers.zip.ZipUtil
-
Whether this library supports the encryption used by the given entry.
- supportsMethodOf(ZipArchiveEntry) - Static method in class org.apache.commons.compress.archivers.zip.ZipUtil
-
Whether this library supports the compression method used by the given entry.
- switchToUncompressedState() - Method in class org.apache.commons.compress.compressors.deflate64.HuffmanDecoder
- SZ_SIGNATURE - Static variable in class org.apache.commons.compress.compressors.snappy.FramedSnappyCompressorInputStream
T
- T - Static variable in class org.apache.commons.compress.compressors.snappy.PureJavaCrc32C
- T8_0_START - Static variable in class org.apache.commons.compress.compressors.snappy.PureJavaCrc32C
- T8_1_START - Static variable in class org.apache.commons.compress.compressors.snappy.PureJavaCrc32C
- T8_2_START - Static variable in class org.apache.commons.compress.compressors.snappy.PureJavaCrc32C
- T8_3_START - Static variable in class org.apache.commons.compress.compressors.snappy.PureJavaCrc32C
- T8_4_START - Static variable in class org.apache.commons.compress.compressors.snappy.PureJavaCrc32C
- T8_5_START - Static variable in class org.apache.commons.compress.compressors.snappy.PureJavaCrc32C
- T8_6_START - Static variable in class org.apache.commons.compress.compressors.snappy.PureJavaCrc32C
- T8_7_START - Static variable in class org.apache.commons.compress.compressors.snappy.PureJavaCrc32C
- tableSize - Variable in class org.apache.commons.compress.compressors.lzw.LZWInputStream
- TAG_MASK - Static variable in class org.apache.commons.compress.compressors.snappy.SnappyCompressorInputStream
-
Mask used to determine the type of "tag" is being processed
- takeAction(SevenZFile, SevenZArchiveEntry) - Method in enum org.apache.commons.compress.archivers.sevenz.CLI.Mode
- TAPE - Enum constant in enum org.apache.commons.compress.archivers.dump.DumpArchiveConstants.SEGMENT_TYPE
- TapeInputStream - Class in org.apache.commons.compress.archivers.dump
-
Filter stream that mimics a physical tape drive capable of compressing the data stream.
- TapeInputStream(InputStream) - Constructor for class org.apache.commons.compress.archivers.dump.TapeInputStream
-
Constructor
- TapeSegmentHeader() - Constructor for class org.apache.commons.compress.archivers.dump.DumpArchiveEntry.TapeSegmentHeader
- TAR - Static variable in class org.apache.commons.compress.archivers.ArchiveStreamFactory
-
Constant used to identify the TAR archive format.
- TAR_HEADER_SIZE - Static variable in class org.apache.commons.compress.archivers.ArchiveStreamFactory
- TarArchiveEntry - Class in org.apache.commons.compress.archivers.tar
-
This class represents an entry in a Tar archive.
- TarArchiveEntry(boolean) - Constructor for class org.apache.commons.compress.archivers.tar.TarArchiveEntry
-
Construct an empty entry and prepares the header values.
- TarArchiveEntry(byte[]) - Constructor for class org.apache.commons.compress.archivers.tar.TarArchiveEntry
-
Construct an entry from an archive's header bytes.
- TarArchiveEntry(byte[], ZipEncoding) - Constructor for class org.apache.commons.compress.archivers.tar.TarArchiveEntry
-
Construct an entry from an archive's header bytes.
- TarArchiveEntry(byte[], ZipEncoding, boolean) - Constructor for class org.apache.commons.compress.archivers.tar.TarArchiveEntry
-
Construct an entry from an archive's header bytes.
- TarArchiveEntry(byte[], ZipEncoding, boolean, long) - Constructor for class org.apache.commons.compress.archivers.tar.TarArchiveEntry
-
Construct an entry from an archive's header bytes for random access tar.
- TarArchiveEntry(File) - Constructor for class org.apache.commons.compress.archivers.tar.TarArchiveEntry
-
Construct an entry for a file.
- TarArchiveEntry(File, String) - Constructor for class org.apache.commons.compress.archivers.tar.TarArchiveEntry
-
Construct an entry for a file.
- TarArchiveEntry(String) - Constructor for class org.apache.commons.compress.archivers.tar.TarArchiveEntry
-
Construct an entry with only a name.
- TarArchiveEntry(String, boolean) - 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 and a link flag.
- TarArchiveEntry(String, byte, boolean) - Constructor for class org.apache.commons.compress.archivers.tar.TarArchiveEntry
-
Construct an entry with a name and a link flag.
- TarArchiveEntry(Path) - Constructor for class org.apache.commons.compress.archivers.tar.TarArchiveEntry
-
Construct an entry for a file.
- TarArchiveEntry(Path, String, LinkOption...) - Constructor for class org.apache.commons.compress.archivers.tar.TarArchiveEntry
-
Construct an entry for a file.
- TarArchiveInputStream - Class in org.apache.commons.compress.archivers.tar
-
The TarInputStream reads a UNIX tar archive as an InputStream.
- TarArchiveInputStream(InputStream) - Constructor for class org.apache.commons.compress.archivers.tar.TarArchiveInputStream
-
Constructor for TarInputStream.
- TarArchiveInputStream(InputStream, boolean) - Constructor for class org.apache.commons.compress.archivers.tar.TarArchiveInputStream
-
Constructor for TarInputStream.
- TarArchiveInputStream(InputStream, int) - Constructor for class org.apache.commons.compress.archivers.tar.TarArchiveInputStream
-
Constructor for TarInputStream.
- TarArchiveInputStream(InputStream, int, int) - Constructor for class org.apache.commons.compress.archivers.tar.TarArchiveInputStream
-
Constructor for TarInputStream.
- TarArchiveInputStream(InputStream, int, int, String) - Constructor for class org.apache.commons.compress.archivers.tar.TarArchiveInputStream
-
Constructor for TarInputStream.
- TarArchiveInputStream(InputStream, int, int, String, boolean) - Constructor for class org.apache.commons.compress.archivers.tar.TarArchiveInputStream
-
Constructor for TarInputStream.
- TarArchiveInputStream(InputStream, int, String) - Constructor for class org.apache.commons.compress.archivers.tar.TarArchiveInputStream
-
Constructor for TarInputStream.
- TarArchiveInputStream(InputStream, String) - Constructor for class org.apache.commons.compress.archivers.tar.TarArchiveInputStream
-
Constructor for TarInputStream.
- TarArchiveOutputStream - Class in org.apache.commons.compress.archivers.tar
-
The TarOutputStream writes a UNIX tar archive as an OutputStream.
- TarArchiveOutputStream(OutputStream) - Constructor for class org.apache.commons.compress.archivers.tar.TarArchiveOutputStream
-
Constructor for TarArchiveOutputStream.
- TarArchiveOutputStream(OutputStream, int) - Constructor for class org.apache.commons.compress.archivers.tar.TarArchiveOutputStream
-
Constructor for TarArchiveOutputStream.
- TarArchiveOutputStream(OutputStream, int, int) - Constructor for class org.apache.commons.compress.archivers.tar.TarArchiveOutputStream
-
Deprecated.recordSize must always be 512 bytes. An IllegalArgumentException will be thrown if any other value is used
- TarArchiveOutputStream(OutputStream, int, int, String) - Constructor for class org.apache.commons.compress.archivers.tar.TarArchiveOutputStream
-
Deprecated.recordSize must always be 512 bytes. An IllegalArgumentException will be thrown if any other value is used.
- TarArchiveOutputStream(OutputStream, int, String) - Constructor for class org.apache.commons.compress.archivers.tar.TarArchiveOutputStream
-
Constructor for TarArchiveOutputStream.
- TarArchiveOutputStream(OutputStream, String) - Constructor for class org.apache.commons.compress.archivers.tar.TarArchiveOutputStream
-
Constructor for TarArchiveOutputStream.
- TarArchiveSparseEntry - Class in org.apache.commons.compress.archivers.tar
-
This class represents a sparse entry in a Tar archive.
- TarArchiveSparseEntry(byte[]) - Constructor for class org.apache.commons.compress.archivers.tar.TarArchiveSparseEntry
-
Construct an entry from an archive's header bytes.
- TarArchiveSparseZeroInputStream - Class in org.apache.commons.compress.archivers.tar
-
This is an inputstream that always return 0, this is used when reading the "holes" of a sparse file
- TarArchiveSparseZeroInputStream() - Constructor for class org.apache.commons.compress.archivers.tar.TarArchiveSparseZeroInputStream
- TarArchiveStructSparse - Class in org.apache.commons.compress.archivers.tar
-
This class represents struct sparse in a Tar archive.
- TarArchiveStructSparse(long, long) - Constructor for class org.apache.commons.compress.archivers.tar.TarArchiveStructSparse
- TarConstants - Interface in org.apache.commons.compress.archivers.tar
-
This interface contains all the definitions used in the package.
- TarFile - Class in org.apache.commons.compress.archivers.tar
-
The TarFile provides random access to UNIX archives.
- TarFile(byte[]) - Constructor for class org.apache.commons.compress.archivers.tar.TarFile
-
Constructor for TarFile.
- TarFile(byte[], boolean) - Constructor for class org.apache.commons.compress.archivers.tar.TarFile
-
Constructor for TarFile.
- TarFile(byte[], String) - Constructor for class org.apache.commons.compress.archivers.tar.TarFile
-
Constructor for TarFile.
- TarFile(File) - Constructor for class org.apache.commons.compress.archivers.tar.TarFile
-
Constructor for TarFile.
- TarFile(File, boolean) - Constructor for class org.apache.commons.compress.archivers.tar.TarFile
-
Constructor for TarFile.
- TarFile(File, String) - Constructor for class org.apache.commons.compress.archivers.tar.TarFile
-
Constructor for TarFile.
- TarFile(SeekableByteChannel) - Constructor for class org.apache.commons.compress.archivers.tar.TarFile
-
Constructor for TarFile.
- TarFile(SeekableByteChannel, int, int, String, boolean) - Constructor for class org.apache.commons.compress.archivers.tar.TarFile
-
Constructor for TarFile.
- TarFile(Path) - Constructor for class org.apache.commons.compress.archivers.tar.TarFile
-
Constructor for TarFile.
- TarFile(Path, boolean) - Constructor for class org.apache.commons.compress.archivers.tar.TarFile
-
Constructor for TarFile.
- TarFile(Path, String) - Constructor for class org.apache.commons.compress.archivers.tar.TarFile
-
Constructor for TarFile.
- TarFile.BoundedTarEntryInputStream - Class in org.apache.commons.compress.archivers.tar
- target - Variable in class org.apache.commons.compress.archivers.examples.Archiver.ArchiverFileVisitor
- target - Variable in class org.apache.commons.compress.parallel.FileBasedScatterGatherBackingStore
- targetFile - Variable in class org.apache.commons.compress.changes.Change
- targetFile() - Method in class org.apache.commons.compress.changes.Change
- 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
-
Private constructor to prevent instantiation of this utility class.
- temp_charArray2d - Variable in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorInputStream.Data
- test(ZipArchiveEntry) - Method in interface org.apache.commons.compress.archivers.zip.ZipArchiveEntryPredicate
-
Indicate if the given entry should be included in the operation
- THE_EOD - Static variable in class org.apache.commons.compress.compressors.lz77support.LZ77Compressor
- THREE_SIZE_BYTE_MARKER - Static variable in class org.apache.commons.compress.compressors.snappy.SnappyCompressorOutputStream
- THROW - Static variable in class org.apache.commons.compress.archivers.zip.ExtraFieldUtils.UnparseableExtraField
-
Throw an exception if field cannot be parsed.
- THROW_KEY - Static variable in class org.apache.commons.compress.archivers.zip.ExtraFieldUtils.UnparseableExtraField
-
Key for "throw an exception" action.
- throwExceptionIfPositionIsNotInArchive() - Method in class org.apache.commons.compress.archivers.tar.TarFile
-
Checks if the current position of the SeekableByteChannel is in the archive.
- TIME_ATTR_SIZE - Static variable in class org.apache.commons.compress.archivers.zip.X000A_NTFS
- TIME_ATTR_TAG - Static variable in class org.apache.commons.compress.archivers.zip.X000A_NTFS
- tlScatterStreams - Variable in class org.apache.commons.compress.archivers.zip.ParallelScatterZipCreator
- tmpbuf - Variable in class org.apache.commons.compress.archivers.cpio.CpioArchiveInputStream
- toAsciiBytes(String) - Static method in class org.apache.commons.compress.utils.ArchiveUtils
-
Convert a string to Ascii bytes.
- toAsciiString(byte[]) - Static method in class org.apache.commons.compress.utils.ArchiveUtils
-
Convert an input byte array to a String using the ASCII character set.
- toAsciiString(byte[], int, int) - Static method in class org.apache.commons.compress.utils.ArchiveUtils
-
Convert an input byte array to a String using the ASCII character set.
- toByteArray(InputStream) - Static method in class org.apache.commons.compress.utils.IOUtils
-
Gets the contents of an
InputStream
as abyte[]
. - toCharset(String) - Static method in class org.apache.commons.compress.utils.Charsets
-
Returns a Charset for the named charset.
- toCharset(Charset) - Static method in class org.apache.commons.compress.utils.Charsets
-
Returns the given Charset or the default Charset if the given Charset is null.
- toDosTime(long) - Static method in class org.apache.commons.compress.archivers.zip.ZipUtil
-
Convert a Date object to a DOS date/time field.
- toDosTime(long, byte[], int) - Static method in class org.apache.commons.compress.archivers.zip.ZipUtil
-
Convert a Date object to a DOS date/time field.
- toDosTime(Calendar, long, byte[], int) - Static method in class org.apache.commons.compress.archivers.zip.ZipUtil
- toDosTime(Date) - Static method in class org.apache.commons.compress.archivers.zip.ZipUtil
-
Convert a Date object to a DOS date/time field.
- TOKENIZATION - Enum constant in enum org.apache.commons.compress.archivers.zip.ZipMethod
-
Tokenization.
- toKey(String) - Static method in class org.apache.commons.compress.archivers.ArchiveStreamFactory
- toKey(String) - Static method in class org.apache.commons.compress.compressors.CompressorStreamFactory
- toLittleEndian(byte[], long, int, int) - Static method in class org.apache.commons.compress.utils.ByteUtils
-
Inserts the given value into the array as a little endian sequence of the given length starting at the given offset.
- toLittleEndian(DataOutput, long, int) - Static method in class org.apache.commons.compress.utils.ByteUtils
-
Writes the given value to the given stream as a little endian array of the given length.
- toLittleEndian(OutputStream, long, int) - Static method in class org.apache.commons.compress.utils.ByteUtils
-
Writes the given value to the given stream as a little endian array of the given length.
- toLittleEndian(ByteUtils.ByteConsumer, long, int) - Static method in class org.apache.commons.compress.utils.ByteUtils
-
Provides the given value to the given consumer as a little endian sequence of the given length.
- TOO_MANY_ENTRIES_MESSAGE - Static variable in exception org.apache.commons.compress.archivers.zip.Zip64RequiredException
- TOO_MANY_ENTRIES_ON_THIS_DISK_MESSAGE - Static variable in exception org.apache.commons.compress.archivers.zip.Zip64RequiredException
- toString() - Method in class org.apache.commons.compress.archivers.arj.LocalFileHeader
- toString() - Method in class org.apache.commons.compress.archivers.arj.MainHeader
- toString() - Method in class org.apache.commons.compress.archivers.dump.Dirent
- toString() - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveEntry
- toString() - Method in class org.apache.commons.compress.archivers.sevenz.Archive
- toString() - Method in class org.apache.commons.compress.archivers.sevenz.BindPair
- toString() - Method in class org.apache.commons.compress.archivers.sevenz.Folder
- toString() - Method in class org.apache.commons.compress.archivers.sevenz.SevenZFile.ArchiveStatistics
- toString() - Method in class org.apache.commons.compress.archivers.sevenz.SevenZFile
- toString() - Method in class org.apache.commons.compress.archivers.sevenz.StreamMap
- toString() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveStructSparse
- toString() - Method in class org.apache.commons.compress.archivers.zip.ScatterStatistics
- toString() - Method in class org.apache.commons.compress.archivers.zip.UnsupportedZipFeatureException.Feature
- toString() - Method in class org.apache.commons.compress.archivers.zip.X000A_NTFS
-
Returns a String representation of this class useful for debugging purposes.
- toString() - Method in class org.apache.commons.compress.archivers.zip.X5455_ExtendedTimestamp
-
Returns a String representation of this class useful for debugging purposes.
- toString() - Method in class org.apache.commons.compress.archivers.zip.X7875_NewUnix
-
Returns a String representation of this class useful for debugging purposes.
- toString() - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream.UnicodeExtraFieldPolicy
- toString() - Method in class org.apache.commons.compress.archivers.zip.ZipEightByteInteger
- toString() - Method in class org.apache.commons.compress.archivers.zip.ZipLong
- toString() - Method in class org.apache.commons.compress.archivers.zip.ZipShort
- toString() - Method in class org.apache.commons.compress.compressors.lz4.FramedLZ4CompressorOutputStream.Parameters
- toString() - Method in class org.apache.commons.compress.compressors.lz77support.LZ77Compressor.BackReference
- toString() - Method in class org.apache.commons.compress.compressors.lz77support.LZ77Compressor.LiteralBlock
- toString(ArchiveEntry) - Static method in class org.apache.commons.compress.utils.ArchiveUtils
-
Generates a string containing the name, isDirectory setting and size of an entry.
- totalCodesRead - Variable in class org.apache.commons.compress.compressors.z.ZCompressorInputStream
- totalInputStreams - Variable in class org.apache.commons.compress.archivers.sevenz.Folder
- totalLen - Variable in class org.apache.commons.compress.compressors.lz4.XXHash32
- totalOutputStreams - Variable in class org.apache.commons.compress.archivers.sevenz.Folder
- totalWrittenToOutputStream - Variable in class org.apache.commons.compress.archivers.zip.StreamCompressor
- TP_SIZE - Static variable in class org.apache.commons.compress.archivers.dump.DumpArchiveConstants
- track(C) - Method in class org.apache.commons.compress.archivers.examples.CloseableConsumerAdapter
- trackReadBytes(long) - Method in class org.apache.commons.compress.archivers.ar.ArArchiveInputStream
- TRAILER - Static variable in class org.apache.commons.compress.archivers.ar.ArArchiveEntry
-
The trailer for each entry
- transferModTime(TarArchiveEntry, TarArchiveEntry) - Method in class org.apache.commons.compress.archivers.tar.TarArchiveOutputStream
- transferToArchiveEntry() - Method in class org.apache.commons.compress.archivers.zip.ScatterZipOutputStream.CompressedEntry
-
Update the original
ZipArchiveEntry
with sizes/crc Do not use this methods from threads that did not create the instance itself ! - tree - Variable in class org.apache.commons.compress.archivers.zip.BinaryTree
-
The array representing the binary tree.
- treeSizes - Variable in class org.apache.commons.compress.archivers.zip.ExplodingInputStream
- trimLeadingZeroesForceMinLength(byte[]) - Static method in class org.apache.commons.compress.archivers.zip.X7875_NewUnix
-
Not really for external usage, but marked "package" visibility to help us JUnit it.
- TripleDES168 - Enum constant in enum org.apache.commons.compress.archivers.zip.PKWareExtraHeader.EncryptionAlgorithm
- TripleDES192 - Enum constant in enum org.apache.commons.compress.archivers.zip.PKWareExtraHeader.EncryptionAlgorithm
- TRUE_MIN_BACK_REFERENCE_LENGTH - Static variable in class org.apache.commons.compress.compressors.lz77support.Parameters
-
The hard-coded absolute minimal length of a back-reference.
- truncate(long) - Method in class org.apache.commons.compress.utils.MultiReadOnlySeekableByteChannel
- truncate(long) - Method in class org.apache.commons.compress.utils.SeekableInMemoryByteChannel
-
Truncates the entity, to which this channel is connected, to the given size.
- tryToConsumeSecondEOFRecord() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveInputStream
-
Tries to read the next record rewinding the stream if it is not a EOF record.
- tryToConsumeSecondEOFRecord() - Method in class org.apache.commons.compress.archivers.tar.TarFile
-
Tries to read the next record resetting the position in the archive if it is not a EOF record.
- tryToCopy(int) - Method in class org.apache.commons.compress.compressors.lz77support.AbstractLZ77CompressorInputStream
- tryToLocateEndHeader(byte[]) - Method in class org.apache.commons.compress.archivers.sevenz.SevenZFile
- tryToLocateSignature(long, long, byte[]) - Method in class org.apache.commons.compress.archivers.zip.ZipFile
-
Searches the archive backwards from minDistance to maxDistance for the given signature, positions the RandomaccessFile right at the signature if it has been found.
- tryToReadLiteral(int) - Method in class org.apache.commons.compress.compressors.lz77support.AbstractLZ77CompressorInputStream
- tryToRecoverBrokenArchives - Variable in class org.apache.commons.compress.archivers.sevenz.SevenZFileOptions.Builder
- tryToRecoverBrokenArchives - Variable in class org.apache.commons.compress.archivers.sevenz.SevenZFileOptions
- tt - Variable in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorInputStream.Data
- tunedForCompressionRatio() - Method in class org.apache.commons.compress.compressors.lz77support.Parameters.Builder
-
Changes the default setting for "nice back-reference length" and "maximum number of candidates" for improved compression ratio at the cost of compression speed.
- tunedForSpeed() - Method in class org.apache.commons.compress.compressors.lz77support.Parameters.Builder
-
Changes the default setting for "nice back-reference length" and "maximum number of candidates" for improved compression speed at the cost of compression ratio.
- TWO_BYTE_COPY_TAG - Static variable in class org.apache.commons.compress.compressors.snappy.SnappyCompressorOutputStream
- TWO_EXP_32 - Static variable in class org.apache.commons.compress.archivers.zip.ZipArchiveInputStream
- TWO_SIZE_BYTE_MARKER - Static variable in class org.apache.commons.compress.compressors.snappy.SnappyCompressorOutputStream
- twoBytesBuf - Variable in class org.apache.commons.compress.archivers.cpio.CpioArchiveInputStream
- twoDwordBuf - Variable in class org.apache.commons.compress.archivers.zip.ZipArchiveInputStream
- type - Variable in class org.apache.commons.compress.archivers.dump.Dirent
- type - Variable in class org.apache.commons.compress.archivers.dump.DumpArchiveEntry.TapeSegmentHeader
- type - Variable in class org.apache.commons.compress.archivers.dump.DumpArchiveEntry
- type - Variable in class org.apache.commons.compress.changes.Change
- type() - Method in class org.apache.commons.compress.changes.Change
- TYPE(int) - Constructor for enum org.apache.commons.compress.archivers.dump.DumpArchiveEntry.TYPE
- TYPE_ADD - Static variable in class org.apache.commons.compress.changes.Change
- TYPE_DELETE - Static variable in class org.apache.commons.compress.changes.Change
- TYPE_DELETE_DIR - Static variable in class org.apache.commons.compress.changes.Change
- TYPE_MOVE - Static variable in class org.apache.commons.compress.changes.Change
U
- UCOM_ID - Static variable in class org.apache.commons.compress.archivers.zip.UnicodeCommentExtraField
- UFT8_NAMES_FLAG - Static variable in class org.apache.commons.compress.archivers.zip.GeneralPurposeBit
-
Indicates that file names are written in UTF-8.
- uid - Variable in class org.apache.commons.compress.archivers.cpio.CpioArchiveEntry
- uid - Variable in class org.apache.commons.compress.archivers.dump.DumpArchiveEntry
- uid - Variable in class org.apache.commons.compress.archivers.zip.AsiExtraField
-
User ID.
- uid - Variable in class org.apache.commons.compress.archivers.zip.X7875_NewUnix
- UIDLEN - Static variable in interface org.apache.commons.compress.archivers.tar.TarConstants
-
The length of the user id field in a header buffer.
- UNAMELEN - Static variable in interface org.apache.commons.compress.archivers.tar.TarConstants
-
The length of the user name field in a header buffer.
- UNCOMPRESSED_CHUNK_TYPE - Static variable in class org.apache.commons.compress.compressors.snappy.FramedSnappyCompressorInputStream
- UNCOMPRESSED_FLAG_MASK - Static variable in class org.apache.commons.compress.compressors.lz4.FramedLZ4CompressorInputStream
- uncompressedBytesReadFromCurrentEntry - Variable in class org.apache.commons.compress.archivers.sevenz.SevenZFile
- uncompressedBytesRemaining - Variable in class org.apache.commons.compress.compressors.snappy.FramedSnappyCompressorInputStream
- uncompressedBytesRemaining - Variable in class org.apache.commons.compress.compressors.snappy.SnappyCompressorInputStream
-
Number of uncompressed bytes still to be read.
- uncompressedCount - Variable in class org.apache.commons.compress.archivers.zip.ExplodingInputStream
- uncompressedCount - Variable in class org.apache.commons.compress.archivers.zip.InflaterInputStreamWithStatistics
- uncompressedCount - Variable in class org.apache.commons.compress.archivers.zip.ZipArchiveInputStream
-
Count decompressed bytes for current entry
- UncompressedState(long) - Constructor for class org.apache.commons.compress.compressors.deflate64.HuffmanDecoder.UncompressedState
- uncompressSuffix - Variable in class org.apache.commons.compress.compressors.FileNameUtil
-
Map from common file name suffixes of compressed files to the corresponding suffixes of uncompressed files.
- UNDEFINED - Static variable in class org.apache.commons.compress.archivers.zip.BinaryTree
-
Value in the array indicating an undefined node
- UNICODE_EXTRA_FIELD - Enum constant in enum org.apache.commons.compress.archivers.zip.ZipArchiveEntry.CommentSource
-
The comment has been read from an
Unicode Extra Field
. - UNICODE_EXTRA_FIELD - Enum constant in enum org.apache.commons.compress.archivers.zip.ZipArchiveEntry.NameSource
-
The name has been read from an
Unicode Extra Field
. - UnicodeCommentExtraField - Class in org.apache.commons.compress.archivers.zip
-
Info-ZIP Unicode Comment Extra Field (0x6375):
- UnicodeCommentExtraField() - Constructor for class org.apache.commons.compress.archivers.zip.UnicodeCommentExtraField
- UnicodeCommentExtraField(String, byte[]) - Constructor for class org.apache.commons.compress.archivers.zip.UnicodeCommentExtraField
-
Assemble as unicode comment extension from the comment given as text as well as the bytes actually written to the archive.
- UnicodeCommentExtraField(String, byte[], int, int) - Constructor for class org.apache.commons.compress.archivers.zip.UnicodeCommentExtraField
-
Assemble as unicode comment extension from the name given as text as well as the encoded bytes actually written to the archive.
- UnicodeExtraFieldPolicy(String) - Constructor for class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream.UnicodeExtraFieldPolicy
- unicodeName - Variable in class org.apache.commons.compress.archivers.zip.AbstractUnicodeExtraField
- UnicodePathExtraField - Class in org.apache.commons.compress.archivers.zip
-
Info-ZIP Unicode Path Extra Field (0x7075):
- UnicodePathExtraField() - Constructor for class org.apache.commons.compress.archivers.zip.UnicodePathExtraField
- UnicodePathExtraField(String, byte[]) - Constructor for class org.apache.commons.compress.archivers.zip.UnicodePathExtraField
-
Assemble as unicode path extension from the name given as text as well as the encoded bytes actually written to the archive.
- UnicodePathExtraField(String, byte[], int, int) - Constructor for class org.apache.commons.compress.archivers.zip.UnicodePathExtraField
-
Assemble as unicode path extension from the name given as text as well as the encoded bytes actually written to the archive.
- UNIX - Static variable in class org.apache.commons.compress.archivers.arj.ArjArchiveEntry.HostOs
- UNIX - Static variable in class org.apache.commons.compress.archivers.arj.MainHeader.HostOS
- UnixStat - Interface in org.apache.commons.compress.archivers.zip
-
Constants from stat.h on Unix systems.
- unixTimeToZipLong(long) - Static method in class org.apache.commons.compress.archivers.zip.X5455_ExtendedTimestamp
- UNKNOWN - Enum constant in enum org.apache.commons.compress.archivers.dump.DumpArchiveEntry.TYPE
- UNKNOWN - Enum constant in enum org.apache.commons.compress.archivers.zip.PKWareExtraHeader.EncryptionAlgorithm
- UNKNOWN - Enum constant in enum org.apache.commons.compress.archivers.zip.ZipMethod
-
Unknown compression method.
- UNKNOWN - Static variable in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
-
Value used to indicate unknown mode, user/groupids, device numbers and modTime when parsing a file in lenient mode and the archive contains illegal fields.
- UNKNOWN_CODE - Static variable in enum org.apache.commons.compress.archivers.zip.ZipMethod
- UNKNOWN_COMPRESSED_SIZE - Static variable in class org.apache.commons.compress.archivers.zip.UnsupportedZipFeatureException.Feature
-
The archive contains entries with unknown compressed size for a compression method that doesn't support detection of the end of the compressed stream.
- unmask(long) - Static method in class org.apache.commons.compress.compressors.snappy.FramedSnappyCompressorInputStream
- unpackSizes - Variable in class org.apache.commons.compress.archivers.sevenz.Folder
- unpackSizes - Variable in class org.apache.commons.compress.archivers.sevenz.SubStreamsInfo
- unparseableExtra - Variable in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
- UnparseableExtraField(int) - Constructor for class org.apache.commons.compress.archivers.zip.ExtraFieldUtils.UnparseableExtraField
- UnparseableExtraFieldBehavior - Interface in org.apache.commons.compress.archivers.zip
-
Handles extra field data that doesn't follow the recommended pattern for extra fields with a two-byte key and a two-byte length.
- UnparseableExtraFieldData - Class in org.apache.commons.compress.archivers.zip
-
Wrapper for extra field data that doesn't conform to the recommended format of header-tag + size + data.
- UnparseableExtraFieldData() - Constructor for class org.apache.commons.compress.archivers.zip.UnparseableExtraFieldData
- unreadBytes - Variable in class org.apache.commons.compress.compressors.snappy.FramedSnappyCompressorInputStream
- 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
- UnrecognizedFormatException - Exception in org.apache.commons.compress.archivers.dump
-
Unrecognized Format Exception.
- UnrecognizedFormatException() - Constructor for exception org.apache.commons.compress.archivers.dump.UnrecognizedFormatException
- unseqToSeq - Variable in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorOutputStream.Data
- UNSHRINKING - Enum constant in enum org.apache.commons.compress.archivers.zip.ZipMethod
-
UnShrinking.
- UnshrinkingInputStream - Class in org.apache.commons.compress.archivers.zip
-
Input stream that decompresses ZIP method 1 (unshrinking).
- UnshrinkingInputStream(InputStream) - Constructor for class org.apache.commons.compress.archivers.zip.UnshrinkingInputStream
-
IOException is not actually thrown!
- unsignedIntToSignedByte(int) - Static method in class org.apache.commons.compress.archivers.zip.ZipUtil
-
Converts an unsigned integer to a signed byte (e.g., 255 becomes -1).
- UnsupportedCompressionAlgorithmException - Exception in org.apache.commons.compress.archivers.dump
-
Unsupported compression algorithm.
- UnsupportedCompressionAlgorithmException() - Constructor for exception org.apache.commons.compress.archivers.dump.UnsupportedCompressionAlgorithmException
- UnsupportedCompressionAlgorithmException(String) - Constructor for exception org.apache.commons.compress.archivers.dump.UnsupportedCompressionAlgorithmException
- UnsupportedZipFeatureException - Exception in org.apache.commons.compress.archivers.zip
-
Exception thrown when attempting to read or write data for a zip entry that uses ZIP features not supported by this library.
- UnsupportedZipFeatureException(UnsupportedZipFeatureException.Feature) - Constructor for exception org.apache.commons.compress.archivers.zip.UnsupportedZipFeatureException
-
Creates an exception when the whole archive uses an unsupported feature.
- UnsupportedZipFeatureException(UnsupportedZipFeatureException.Feature, ZipArchiveEntry) - Constructor for exception org.apache.commons.compress.archivers.zip.UnsupportedZipFeatureException
-
Creates an exception.
- UnsupportedZipFeatureException(ZipMethod, ZipArchiveEntry) - Constructor for exception org.apache.commons.compress.archivers.zip.UnsupportedZipFeatureException
-
Creates an exception for archives that use an unsupported compression algorithm.
- UnsupportedZipFeatureException.Feature - Class in org.apache.commons.compress.archivers.zip
-
ZIP Features that may or may not be supported.
- UNUSED_PREFIX - Static variable in class org.apache.commons.compress.compressors.lzw.LZWInputStream
- unzftab - Variable in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorInputStream.Data
-
Freq table collected to save a pass over the data during decompression.
- UPATH_ID - Static variable in class org.apache.commons.compress.archivers.zip.UnicodePathExtraField
- update(byte[]) - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveEntry
-
Update entry with information from next tape segment header.
- update(byte[], int, int) - Method in class org.apache.commons.compress.compressors.lz4.XXHash32
- update(byte[], int, int) - Method in class org.apache.commons.compress.compressors.snappy.PureJavaCrc32C
- update(int) - Method in class org.apache.commons.compress.compressors.lz4.XXHash32
- update(int) - Method in class org.apache.commons.compress.compressors.snappy.PureJavaCrc32C
- updateCRC(int) - Method in class org.apache.commons.compress.compressors.bzip2.CRC
- updateCRC(int, int) - Method in class org.apache.commons.compress.compressors.bzip2.CRC
- updateEntryFromPaxHeaders(Map<String, String>) - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
-
Update the entry using a map of pax headers.
- US_ASCII - Static variable in class org.apache.commons.compress.utils.CharsetNames
-
Seven-bit ASCII, also known as ISO646-US, also known as the Basic Latin block of the Unicode character set.
- US_ASCII - Static variable in class org.apache.commons.compress.utils.Charsets
-
Deprecated.replaced by
StandardCharsets
in Java 7 - usage() - Static method in class org.apache.commons.compress.archivers.Lister
- usage() - Static method in class org.apache.commons.compress.archivers.sevenz.CLI
- USE_ZIPFILE_INSTEAD_OF_STREAM_DISCLAIMER - Static variable in class org.apache.commons.compress.archivers.zip.ZipArchiveInputStream
- useDataDescriptor(boolean) - Method in class org.apache.commons.compress.archivers.zip.GeneralPurposeBit
-
whether the current entry will use the data descriptor to store CRC and size information.
- useDefaultNameForUnnamedEntries - Variable in class org.apache.commons.compress.archivers.sevenz.SevenZFileOptions.Builder
- useDefaultNameForUnnamedEntries - Variable in class org.apache.commons.compress.archivers.sevenz.SevenZFileOptions
- useEncryption(boolean) - Method in class org.apache.commons.compress.archivers.zip.GeneralPurposeBit
-
whether the current entry will be encrypted.
- USER_EXEC - Enum constant in enum org.apache.commons.compress.archivers.dump.DumpArchiveEntry.PERMISSION
- USER_ID_LEN - Static variable in class org.apache.commons.compress.archivers.ar.ArArchiveInputStream
- USER_ID_OFFSET - Static variable in class org.apache.commons.compress.archivers.ar.ArArchiveInputStream
- USER_READ - Enum constant in enum org.apache.commons.compress.archivers.dump.DumpArchiveEntry.PERMISSION
- USER_WRITE - Enum constant in enum org.apache.commons.compress.archivers.dump.DumpArchiveEntry.PERMISSION
- useReplacement - Variable in class org.apache.commons.compress.archivers.zip.NioZipEncoding
- userId - Variable in class org.apache.commons.compress.archivers.ar.ArArchiveEntry
- userId - Variable in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
-
The entry's user id.
- userName - Variable in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
-
The entry's user name.
- usesChecksumWithCompressedChunks() - Method in enum org.apache.commons.compress.compressors.snappy.FramedSnappyDialect
- usesDataDescriptor - Variable in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream.EntryMetaData
- usesDataDescriptor() - Method in class org.apache.commons.compress.archivers.zip.GeneralPurposeBit
-
whether the current entry uses the data descriptor to store CRC and size information.
- usesDataDescriptor(int, boolean) - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
- usesEncryption() - Method in class org.apache.commons.compress.archivers.zip.GeneralPurposeBit
-
whether the current entry is encrypted.
- usesStrongEncryption() - Method in class org.apache.commons.compress.archivers.zip.GeneralPurposeBit
-
whether the current entry is encrypted using strong encryption.
- useStrongEncryption(boolean) - Method in class org.apache.commons.compress.archivers.zip.GeneralPurposeBit
-
whether the current entry will be encrypted using strong encryption.
- usesUTF8ForNames() - Method in class org.apache.commons.compress.archivers.zip.GeneralPurposeBit
-
whether the current entry uses UTF8 for file name and comment.
- usesZip64 - Variable in class org.apache.commons.compress.archivers.zip.ZipArchiveInputStream.CurrentEntry
-
Does the entry have a ZIP64 extended information extra field.
- useUnicodeExtraFields - Variable in class org.apache.commons.compress.archivers.zip.ZipArchiveInputStream
-
Whether to look for and use Unicode extra fields.
- useUnicodeExtraFields - Variable in class org.apache.commons.compress.archivers.zip.ZipFile
-
Whether to look for and use Unicode extra fields.
- useUTF8Flag - Variable in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
-
whether to use the general purpose bit flag when writing UTF-8 file names or not.
- useUTF8ForNames(boolean) - Method in class org.apache.commons.compress.archivers.zip.GeneralPurposeBit
-
whether the current entry will use UTF8 for file name and comment.
- UTF_16 - Static variable in class org.apache.commons.compress.utils.CharsetNames
-
Sixteen-bit Unicode Transformation Format, The byte order specified by a mandatory initial byte-order mark (either order accepted on input, big-endian used on output)
- UTF_16 - Static variable in class org.apache.commons.compress.utils.Charsets
-
Deprecated.replaced by
StandardCharsets
in Java 7 - UTF_16BE - Static variable in class org.apache.commons.compress.utils.CharsetNames
-
Sixteen-bit Unicode Transformation Format, big-endian byte order.
- UTF_16BE - Static variable in class org.apache.commons.compress.utils.Charsets
-
Deprecated.replaced by
StandardCharsets
in Java 7 - UTF_16LE - Static variable in class org.apache.commons.compress.utils.CharsetNames
-
Sixteen-bit Unicode Transformation Format, little-endian byte order.
- UTF_16LE - Static variable in class org.apache.commons.compress.utils.Charsets
-
Deprecated.replaced by
StandardCharsets
in Java 7 - UTF_8 - Static variable in class org.apache.commons.compress.utils.CharsetNames
-
Eight-bit Unicode Transformation Format.
- UTF_8 - Static variable in class org.apache.commons.compress.utils.Charsets
-
Deprecated.replaced by
StandardCharsets
in Java 7 - utf16Decode(char[]) - Static method in class org.apache.commons.compress.archivers.sevenz.SevenZFile
- UTF8 - Static variable in class org.apache.commons.compress.archivers.zip.ZipEncodingHelper
-
name of the encoding UTF-8
- UTF8_ZIP_ENCODING - Static variable in class org.apache.commons.compress.archivers.zip.ZipEncodingHelper
-
the encoding UTF-8
V
- validateIfZip64IsNeededInEOCD() - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
-
If the Zip64 mode is set to never, then all the data in End Of Central Directory should not exceed their limits.
- validateSizeInformation(Zip64Mode) - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
-
Throws an exception if the size is unknown for a stored entry that is written to a non-seekable output or the entry is too big to be written without Zip64 extra but the mode has been set to Never.
- value - Variable in class org.apache.commons.compress.archivers.zip.ZipEightByteInteger
- value - Variable in class org.apache.commons.compress.archivers.zip.ZipLong
- value - Variable in class org.apache.commons.compress.archivers.zip.ZipShort
- valueOf(String) - Static method in enum org.apache.commons.compress.archivers.dump.DumpArchiveConstants.COMPRESSION_TYPE
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.commons.compress.archivers.dump.DumpArchiveConstants.SEGMENT_TYPE
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.commons.compress.archivers.dump.DumpArchiveEntry.PERMISSION
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.commons.compress.archivers.dump.DumpArchiveEntry.TYPE
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.commons.compress.archivers.sevenz.CLI.Mode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.commons.compress.archivers.sevenz.SevenZMethod
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.commons.compress.archivers.zip.PKWareExtraHeader.EncryptionAlgorithm
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.commons.compress.archivers.zip.PKWareExtraHeader.HashAlgorithm
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.commons.compress.archivers.zip.Zip64Mode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.commons.compress.archivers.zip.ZipArchiveEntry.CommentSource
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.commons.compress.archivers.zip.ZipArchiveEntry.ExtraFieldParsingMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.commons.compress.archivers.zip.ZipArchiveEntry.NameSource
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.commons.compress.archivers.zip.ZipMethod
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.commons.compress.compressors.deflate64.HuffmanState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.commons.compress.compressors.lz4.BlockLZ4CompressorInputStream.State
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.commons.compress.compressors.lz4.FramedLZ4CompressorOutputStream.BlockSize
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.commons.compress.compressors.lz77support.LZ77Compressor.Block.BlockType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.commons.compress.compressors.lzma.LZMAUtils.CachedAvailability
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.commons.compress.compressors.snappy.FramedSnappyDialect
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.commons.compress.compressors.snappy.SnappyCompressorInputStream.State
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.commons.compress.compressors.xz.XZUtils.CachedAvailability
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.apache.commons.compress.archivers.dump.DumpArchiveConstants.COMPRESSION_TYPE
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.commons.compress.archivers.dump.DumpArchiveConstants.SEGMENT_TYPE
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.commons.compress.archivers.dump.DumpArchiveEntry.PERMISSION
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.commons.compress.archivers.dump.DumpArchiveEntry.TYPE
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.commons.compress.archivers.sevenz.CLI.Mode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.commons.compress.archivers.sevenz.SevenZMethod
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.commons.compress.archivers.zip.PKWareExtraHeader.EncryptionAlgorithm
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.commons.compress.archivers.zip.PKWareExtraHeader.HashAlgorithm
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.commons.compress.archivers.zip.Zip64Mode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.commons.compress.archivers.zip.ZipArchiveEntry.CommentSource
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.commons.compress.archivers.zip.ZipArchiveEntry.ExtraFieldParsingMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.commons.compress.archivers.zip.ZipArchiveEntry.NameSource
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.commons.compress.archivers.zip.ZipMethod
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.commons.compress.compressors.deflate64.HuffmanState
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.commons.compress.compressors.lz4.BlockLZ4CompressorInputStream.State
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.commons.compress.compressors.lz4.FramedLZ4CompressorOutputStream.BlockSize
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.commons.compress.compressors.lz77support.LZ77Compressor.Block.BlockType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.commons.compress.compressors.lzma.LZMAUtils.CachedAvailability
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.commons.compress.compressors.snappy.FramedSnappyDialect
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.commons.compress.compressors.snappy.SnappyCompressorInputStream.State
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.commons.compress.compressors.xz.XZUtils.CachedAvailability
-
Returns an array containing the constants of this enum type, in the order they are declared.
- VAX_VMS - Static variable in class org.apache.commons.compress.archivers.arj.ArjArchiveEntry.HostOs
- VAX_VMS - Static variable in class org.apache.commons.compress.archivers.arj.MainHeader.HostOS
- vCRC32 - Variable in class org.apache.commons.compress.archivers.zip.X0017_StrongEncryptionHeader
- vData - Variable in class org.apache.commons.compress.archivers.zip.X0017_StrongEncryptionHeader
- verify(byte[]) - Static method in class org.apache.commons.compress.archivers.dump.DumpArchiveUtil
-
Verify that the buffer contains a tape segment header.
- verifyChecksum(XXHash32, String) - Method in class org.apache.commons.compress.compressors.lz4.FramedLZ4CompressorInputStream
- verifyCheckSum(byte[]) - Static method in class org.apache.commons.compress.archivers.tar.TarUtils
-
Wikipedia says: The checksum is calculated by taking the sum of the unsigned byte values of the header block with the eight checksum bytes taken to be ascii spaces (decimal value 32).
- verifyContentChecksum() - Method in class org.apache.commons.compress.compressors.lz4.FramedLZ4CompressorInputStream
- verifyLastChecksumAndReset() - Method in class org.apache.commons.compress.compressors.snappy.FramedSnappyCompressorInputStream
- version - Variable in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
-
The version of the format
- version - Variable in class org.apache.commons.compress.archivers.zip.X7875_NewUnix
- VERSION_ANT - Static variable in interface org.apache.commons.compress.archivers.tar.TarConstants
-
The "version" representing an Ant tar archive.
- VERSION_GNU_SPACE - Static variable in interface org.apache.commons.compress.archivers.tar.TarConstants
- VERSION_GNU_ZERO - Static variable in interface org.apache.commons.compress.archivers.tar.TarConstants
- VERSION_MASK - Static variable in class org.apache.commons.compress.compressors.lz4.FramedLZ4CompressorInputStream
- VERSION_OFFSET - Static variable in interface org.apache.commons.compress.archivers.tar.TarConstants
-
Offset of start of magic field within header record
- VERSION_POSIX - Static variable in interface org.apache.commons.compress.archivers.tar.TarConstants
- VERSIONLEN - Static variable in interface org.apache.commons.compress.archivers.tar.TarConstants
-
Previously this was regarded as part of "magic" field, but it is separate.
- versionMadeBy - Variable in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
- versionNeededToExtract(int, boolean, boolean) - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
- versionNeededToExtractMethod(int) - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
- versionRequired - Variable in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
- visit(Path, BasicFileAttributes, boolean) - Method in class org.apache.commons.compress.archivers.examples.Archiver.ArchiverFileVisitor
- visitFile(Path, BasicFileAttributes) - Method in class org.apache.commons.compress.archivers.examples.Archiver.ArchiverFileVisitor
- volume - Variable in class org.apache.commons.compress.archivers.dump.DumpArchiveEntry.TapeSegmentHeader
- volume - Variable in class org.apache.commons.compress.archivers.dump.DumpArchiveEntry
- volume - Variable in class org.apache.commons.compress.archivers.dump.DumpArchiveSummary
- VOLUME - Static variable in class org.apache.commons.compress.archivers.arj.LocalFileHeader.Flags
- VOLUME - Static variable in class org.apache.commons.compress.archivers.arj.MainHeader.Flags
- VOLUME_LABEL - Static variable in class org.apache.commons.compress.archivers.arj.LocalFileHeader.FileTypes
- vswap(int[], int, int, int) - Static method in class org.apache.commons.compress.compressors.bzip2.BlockSort
W
- WAVPACK - Enum constant in enum org.apache.commons.compress.archivers.zip.ZipMethod
-
Compression Method 97 for WavPack.
- weight - Variable in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorOutputStream.Data
- wHead - Variable in class org.apache.commons.compress.compressors.deflate64.HuffmanDecoder.DecodingMemory
- WHITEOUT - Enum constant in enum org.apache.commons.compress.archivers.dump.DumpArchiveEntry.TYPE
- WIN32 - Static variable in class org.apache.commons.compress.archivers.arj.ArjArchiveEntry.HostOs
- WIN32 - Static variable in class org.apache.commons.compress.archivers.arj.MainHeader.HostOS
- WIN95 - Static variable in class org.apache.commons.compress.archivers.arj.ArjArchiveEntry.HostOs
- WIN95 - Static variable in class org.apache.commons.compress.archivers.arj.MainHeader.HostOS
- window - Variable in class org.apache.commons.compress.compressors.lz77support.LZ77Compressor
- WINDOW_SIZE - Static variable in class org.apache.commons.compress.compressors.lz4.BlockLZ4CompressorInputStream
- windowsAttributes - Variable in class org.apache.commons.compress.archivers.sevenz.SevenZArchiveEntry
- windowSize - Variable in class org.apache.commons.compress.compressors.lz77support.AbstractLZ77CompressorInputStream
-
Size of the window - must be bigger than the biggest offset expected.
- windowSize - Variable in class org.apache.commons.compress.compressors.lz77support.Parameters.Builder
- windowSize - Variable in class org.apache.commons.compress.compressors.lz77support.Parameters
- withBlockChecksum - Variable in class org.apache.commons.compress.compressors.lz4.FramedLZ4CompressorOutputStream.Parameters
- withBlockDependency - Variable in class org.apache.commons.compress.compressors.lz4.FramedLZ4CompressorOutputStream.Parameters
- withContentChecksum - Variable in class org.apache.commons.compress.compressors.lz4.FramedLZ4CompressorOutputStream.Parameters
- withLazyMatching(boolean) - Method in class org.apache.commons.compress.compressors.lz77support.Parameters.Builder
-
Sets whether lazy matching should be performed.
- withLazyThreshold(int) - Method in class org.apache.commons.compress.compressors.lz77support.Parameters.Builder
-
Sets the threshold for lazy matching.
- withMaxBackReferenceLength(int) - Method in class org.apache.commons.compress.compressors.lz77support.Parameters.Builder
-
Sets the maximal length of a back-reference.
- withMaxLiteralLength(int) - Method in class org.apache.commons.compress.compressors.lz77support.Parameters.Builder
-
Sets the maximal length of a literal block.
- withMaxMemoryLimitInKb(int) - Method in class org.apache.commons.compress.archivers.sevenz.SevenZFileOptions.Builder
-
Sets the maximum amount of memory to use for parsing the archive and during extraction.
- withMaxNumberOfCandidates(int) - Method in class org.apache.commons.compress.compressors.lz77support.Parameters.Builder
-
Sets the maximum number of back-reference candidates that should be consulted.
- withMaxOffset(int) - Method in class org.apache.commons.compress.compressors.lz77support.Parameters.Builder
-
Sets the maximal offset of a back-reference.
- withMinBackReferenceLength(int) - Method in class org.apache.commons.compress.compressors.lz77support.Parameters.Builder
-
Sets the minimal length of a back-reference.
- withNiceBackReferenceLength(int) - Method in class org.apache.commons.compress.compressors.lz77support.Parameters.Builder
-
Sets the "nice length" of a back-reference.
- withTryToRecoverBrokenArchives(boolean) - Method in class org.apache.commons.compress.archivers.sevenz.SevenZFileOptions.Builder
-
Sets whether
SevenZFile
will try to revover broken archives where the CRC of the file's metadata is 0. - withUseDefaultNameForUnnamedEntries(boolean) - Method in class org.apache.commons.compress.archivers.sevenz.SevenZFileOptions.Builder
-
Sets whether entries without a name should get their names set to the archive's default file name.
- withZlibHeader() - Method in class org.apache.commons.compress.compressors.deflate.DeflateParameters
-
Whether or not the zlib header shall be written (when compressing) or expected (when decompressing).
- wMask - Variable in class org.apache.commons.compress.compressors.lz77support.LZ77Compressor
- WORD - Static variable in class org.apache.commons.compress.archivers.zip.ExtraFieldUtils
- WORD - Static variable in class org.apache.commons.compress.archivers.zip.ZipConstants
-
length of a ZipLong in bytes
- wordBbuf - Variable in class org.apache.commons.compress.archivers.zip.ZipFile
- wordBuf - Variable in class org.apache.commons.compress.archivers.zip.ZipArchiveInputStream
- wordBuf - Variable in class org.apache.commons.compress.archivers.zip.ZipFile
- WORK_FACTOR - Static variable in class org.apache.commons.compress.compressors.bzip2.BlockSort
- workDone - Variable in class org.apache.commons.compress.compressors.bzip2.BlockSort
- workLimit - Variable in class org.apache.commons.compress.compressors.bzip2.BlockSort
- WORLD_EXEC - Enum constant in enum org.apache.commons.compress.archivers.dump.DumpArchiveEntry.PERMISSION
- WORLD_READ - Enum constant in enum org.apache.commons.compress.archivers.dump.DumpArchiveEntry.PERMISSION
- WORLD_WRITE - Enum constant in enum org.apache.commons.compress.archivers.dump.DumpArchiveEntry.PERMISSION
- wrappedAround - Variable in class org.apache.commons.compress.compressors.deflate64.HuffmanDecoder.DecodingMemory
- write(byte[]) - Method in class org.apache.commons.compress.archivers.sevenz.Coders.DeflateDecoder.DeflateDecoderOutputStream
- write(byte[]) - Method in class org.apache.commons.compress.archivers.sevenz.SevenZOutputFile.OutputStreamWrapper
- write(byte[]) - Method in class org.apache.commons.compress.archivers.sevenz.SevenZOutputFile
-
Writes a byte array to the current archive entry.
- write(byte[]) - Method in class org.apache.commons.compress.archivers.zip.ZipSplitOutputStream
- write(byte[]) - Method in class org.apache.commons.compress.compressors.gzip.GzipCompressorOutputStream
- write(byte[]) - Method in class org.apache.commons.compress.utils.CountingOutputStream
- write(byte[], int, int) - Method in class org.apache.commons.compress.archivers.ar.ArArchiveOutputStream
- write(byte[], int, int) - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveOutputStream
-
Writes an array of bytes to the current CPIO entry data.
- write(byte[], int, int) - Method in class org.apache.commons.compress.archivers.sevenz.Coders.DeflateDecoder.DeflateDecoderOutputStream
- write(byte[], int, int) - Method in class org.apache.commons.compress.archivers.sevenz.SevenZOutputFile.OutputStreamWrapper
- write(byte[], int, int) - Method in class org.apache.commons.compress.archivers.sevenz.SevenZOutputFile
-
Writes part of a byte array to the current archive entry.
- write(byte[], int, int) - Method in class org.apache.commons.compress.archivers.tar.TarArchiveOutputStream
-
Writes bytes to the current tar archive entry.
- write(byte[], int, int) - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
-
Writes bytes to ZIP entry.
- write(byte[], int, int) - Method in class org.apache.commons.compress.archivers.zip.ZipSplitOutputStream
-
Write the data to zip split segments, if the remaining space of current split segment is not enough, then a new split segment should be created
- write(byte[], int, int) - Method in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorOutputStream
- write(byte[], int, int) - Method in class org.apache.commons.compress.compressors.deflate.DeflateCompressorOutputStream
- write(byte[], int, int) - Method in class org.apache.commons.compress.compressors.gzip.GzipCompressorOutputStream
- write(byte[], int, int) - Method in class org.apache.commons.compress.compressors.lz4.BlockLZ4CompressorOutputStream
- write(byte[], int, int) - Method in class org.apache.commons.compress.compressors.lz4.FramedLZ4CompressorOutputStream
- write(byte[], int, int) - Method in class org.apache.commons.compress.compressors.lzma.LZMACompressorOutputStream
- write(byte[], int, int) - Method in class org.apache.commons.compress.compressors.snappy.FramedSnappyCompressorOutputStream
- write(byte[], int, int) - Method in class org.apache.commons.compress.compressors.snappy.SnappyCompressorOutputStream
- write(byte[], int, int) - Method in class org.apache.commons.compress.compressors.xz.XZCompressorOutputStream
- write(byte[], int, int) - Method in class org.apache.commons.compress.utils.CountingOutputStream
- write(byte[], int, int) - Method in class org.apache.commons.compress.utils.FixedLengthBlockOutputStream
- write(byte[], int, int, int) - Method in class org.apache.commons.compress.archivers.zip.StreamCompressor
-
Writes bytes to ZIP entry.
- write(int) - Method in class org.apache.commons.compress.archivers.ArchiveOutputStream
-
Writes a byte to the current archive entry.
- write(int) - Method in class org.apache.commons.compress.archivers.sevenz.Coders.DeflateDecoder.DeflateDecoderOutputStream
- write(int) - Method in class org.apache.commons.compress.archivers.sevenz.SevenZOutputFile.OutputStreamWrapper
- write(int) - Method in class org.apache.commons.compress.archivers.sevenz.SevenZOutputFile
-
Writes a byte to the current archive entry.
- write(int) - Method in class org.apache.commons.compress.archivers.zip.ZipSplitOutputStream
- write(int) - Method in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorOutputStream
- write(int) - Method in class org.apache.commons.compress.compressors.deflate.DeflateCompressorOutputStream
- write(int) - Method in class org.apache.commons.compress.compressors.gzip.GzipCompressorOutputStream
- write(int) - Method in class org.apache.commons.compress.compressors.lz4.BlockLZ4CompressorOutputStream
- write(int) - Method in class org.apache.commons.compress.compressors.lz4.FramedLZ4CompressorOutputStream
- write(int) - Method in class org.apache.commons.compress.compressors.lzma.LZMACompressorOutputStream
- write(int) - Method in class org.apache.commons.compress.compressors.snappy.FramedSnappyCompressorOutputStream
- write(int) - Method in class org.apache.commons.compress.compressors.snappy.SnappyCompressorOutputStream
- write(int) - Method in class org.apache.commons.compress.compressors.xz.XZCompressorOutputStream
- write(int) - Method in class org.apache.commons.compress.utils.CountingOutputStream
- write(int) - Method in class org.apache.commons.compress.utils.FixedLengthBlockOutputStream
- write(InputStream) - Method in class org.apache.commons.compress.archivers.sevenz.SevenZOutputFile
-
Writes all of the given input stream to the current archive entry.
- write(String) - Method in class org.apache.commons.compress.archivers.ar.ArArchiveOutputStream
- write(ByteBuffer) - Method in class org.apache.commons.compress.utils.FixedLengthBlockOutputStream.BufferAtATimeOutputChannel
- write(ByteBuffer) - Method in class org.apache.commons.compress.utils.FixedLengthBlockOutputStream
- write(ByteBuffer) - Method in class org.apache.commons.compress.utils.MultiReadOnlySeekableByteChannel
- write(ByteBuffer) - Method in class org.apache.commons.compress.utils.SeekableInMemoryByteChannel
- write(Path, OpenOption...) - Method in class org.apache.commons.compress.archivers.sevenz.SevenZOutputFile
-
Writes all of the given input stream to the current archive entry.
- write0(int) - Method in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorOutputStream
-
Keeps track of the last bytes written and implicitly performs run-length encoding as the first step of the bzip2 algorithm.
- writeArchiveHeader() - Method in class org.apache.commons.compress.archivers.ar.ArArchiveOutputStream
- writeAsciiLong(long, int, int) - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveOutputStream
- writeBackReference(LZ77Compressor.BackReference) - Method in class org.apache.commons.compress.compressors.snappy.SnappyCompressorOutputStream
- writeBackReferenceWithFourOffsetBytes(int, int) - Method in class org.apache.commons.compress.compressors.snappy.SnappyCompressorOutputStream
- writeBackReferenceWithLittleEndianOffset(int, int, int, int) - Method in class org.apache.commons.compress.compressors.snappy.SnappyCompressorOutputStream
- writeBackReferenceWithOneOffsetByte(int, int) - Method in class org.apache.commons.compress.compressors.snappy.SnappyCompressorOutputStream
- writeBackReferenceWithTwoOffsetBytes(int, int) - Method in class org.apache.commons.compress.compressors.snappy.SnappyCompressorOutputStream
- writeBinaryLong(long, int, boolean) - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveOutputStream
- writeBits(DataOutput, BitSet, int) - Method in class org.apache.commons.compress.archivers.sevenz.SevenZOutputFile
- writeBlock() - Method in class org.apache.commons.compress.utils.FixedLengthBlockOutputStream
- writeBlocksAndReturnUnfinishedPair(int) - Method in class org.apache.commons.compress.compressors.lz4.BlockLZ4CompressorOutputStream
- writeCentralDirectoryEnd() - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
-
Writes the "End of central dir record".
- writeCentralDirectoryInChunks() - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
- writeCentralFileHeader(ZipArchiveEntry) - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
-
Writes the central file header entry.
- writeCounted(byte[]) - Method in class org.apache.commons.compress.archivers.zip.StreamCompressor
- writeCounted(byte[]) - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
-
Write bytes to output or random access file.
- writeCounted(byte[], int, int) - Method in class org.apache.commons.compress.archivers.zip.StreamCompressor
- writeCrc() - Method in class org.apache.commons.compress.compressors.snappy.FramedSnappyCompressorOutputStream
- writeCString(byte[]) - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveOutputStream
-
Writes an encoded string to the stream followed by \0
- writeDataDescriptor(ZipArchiveEntry) - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
-
Writes the data descriptor entry.
- writeDeflated(byte[], int, int) - Method in class org.apache.commons.compress.archivers.zip.StreamCompressor
- writeEntryDataTo(ArchiveEntry, OutputStream) - Method in interface org.apache.commons.compress.archivers.examples.Expander.EntryWriter
- writeEntryHeader(byte[]) - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
-
Write an entry's header information to a header buffer.
- writeEntryHeader(byte[], ZipEncoding, boolean) - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
-
Write an entry's header information to a header buffer.
- writeEntryHeader(ArArchiveEntry) - Method in class org.apache.commons.compress.archivers.ar.ArArchiveOutputStream
- writeEntryHeaderField(long, byte[], int, int, boolean) - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
- writeEOFRecord() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveOutputStream
-
Write an EOF (end of archive) record to the tar archive.
- writeFileAntiItems(DataOutput) - Method in class org.apache.commons.compress.archivers.sevenz.SevenZOutputFile
- writeFileATimes(DataOutput) - Method in class org.apache.commons.compress.archivers.sevenz.SevenZOutputFile
- writeFileCTimes(DataOutput) - Method in class org.apache.commons.compress.archivers.sevenz.SevenZOutputFile
- writeFileEmptyFiles(DataOutput) - Method in class org.apache.commons.compress.archivers.sevenz.SevenZOutputFile
- writeFileEmptyStreams(DataOutput) - Method in class org.apache.commons.compress.archivers.sevenz.SevenZOutputFile
- writeFileMTimes(DataOutput) - Method in class org.apache.commons.compress.archivers.sevenz.SevenZOutputFile
- writeFileNames(DataOutput) - Method in class org.apache.commons.compress.archivers.sevenz.SevenZOutputFile
- writeFilesInfo(DataOutput) - Method in class org.apache.commons.compress.archivers.sevenz.SevenZOutputFile
- writeFileWindowsAttributes(DataOutput) - Method in class org.apache.commons.compress.archivers.sevenz.SevenZOutputFile
- writeFinalLiteralBlock() - Method in class org.apache.commons.compress.compressors.lz4.BlockLZ4CompressorOutputStream
- writeFolder(DataOutput, SevenZArchiveEntry) - Method in class org.apache.commons.compress.archivers.sevenz.SevenZOutputFile
- writeFrameDescriptor() - Method in class org.apache.commons.compress.compressors.lz4.FramedLZ4CompressorOutputStream
- writeHeader(DataOutput) - Method in class org.apache.commons.compress.archivers.sevenz.SevenZOutputFile
- writeHeader(CpioArchiveEntry) - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveOutputStream
- writeHeader(GzipParameters) - Method in class org.apache.commons.compress.compressors.gzip.GzipCompressorOutputStream
- writeIndex - Variable in class org.apache.commons.compress.archivers.zip.CircularBuffer
-
Index of the next data written in the buffer
- writeIndex - Variable in class org.apache.commons.compress.compressors.lz77support.AbstractLZ77CompressorInputStream
-
One behind the index of the last byte in the buffer that was written, i.e.
- writeLength(int, OutputStream) - Static method in class org.apache.commons.compress.compressors.lz4.BlockLZ4CompressorOutputStream.Pair
- writeLiteralBlock(LZ77Compressor.LiteralBlock) - Method in class org.apache.commons.compress.compressors.snappy.SnappyCompressorOutputStream
- writeLiteralBlockFourSizeBytes(LZ77Compressor.LiteralBlock, int) - Method in class org.apache.commons.compress.compressors.snappy.SnappyCompressorOutputStream
- writeLiteralBlockNoSizeBytes(LZ77Compressor.LiteralBlock, int) - Method in class org.apache.commons.compress.compressors.snappy.SnappyCompressorOutputStream
- writeLiteralBlockOneSizeByte(LZ77Compressor.LiteralBlock, int) - Method in class org.apache.commons.compress.compressors.snappy.SnappyCompressorOutputStream
- writeLiteralBlockThreeSizeBytes(LZ77Compressor.LiteralBlock, int) - Method in class org.apache.commons.compress.compressors.snappy.SnappyCompressorOutputStream
- writeLiteralBlockTwoSizeBytes(LZ77Compressor.LiteralBlock, int) - Method in class org.apache.commons.compress.compressors.snappy.SnappyCompressorOutputStream
- writeLiteralBlockWithSize(int, int, int, LZ77Compressor.LiteralBlock) - Method in class org.apache.commons.compress.compressors.snappy.SnappyCompressorOutputStream
- writeLittleEndian(int, int) - Method in class org.apache.commons.compress.compressors.snappy.SnappyCompressorOutputStream
- writeLittleEndian(int, long) - Method in class org.apache.commons.compress.compressors.snappy.FramedSnappyCompressorOutputStream
- writeLocalFileHeader(ZipArchiveEntry) - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
-
Writes the local file header entry
- writeLocalFileHeader(ZipArchiveEntry, boolean) - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
- writeNewEntry(CpioArchiveEntry) - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveOutputStream
- writeNextZipEntry(ZipArchiveOutputStream) - Method in class org.apache.commons.compress.archivers.zip.ScatterZipOutputStream.ZipEntryWriter
- writeOldAsciiEntry(CpioArchiveEntry) - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveOutputStream
- writeOldBinaryEntry(CpioArchiveEntry, boolean) - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveOutputStream
- writeOut(byte[]) - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
-
Write bytes to output or random access file.
- writeOut(byte[], int, int) - Method in class org.apache.commons.compress.archivers.zip.StreamCompressor.DataOutputCompressor
- writeOut(byte[], int, int) - Method in class org.apache.commons.compress.archivers.zip.StreamCompressor.OutputStreamCompressor
- writeOut(byte[], int, int) - Method in class org.apache.commons.compress.archivers.zip.StreamCompressor.ScatterGatherBackingStoreCompressor
- writeOut(byte[], int, int) - Method in class org.apache.commons.compress.archivers.zip.StreamCompressor.SeekableByteChannelCompressor
- writeOut(byte[], int, int) - Method in class org.apache.commons.compress.archivers.zip.StreamCompressor
- writeOut(byte[], int, int) - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
-
Write bytes to output or random access file.
- writeOut(byte[], int, int) - Method in class org.apache.commons.compress.parallel.FileBasedScatterGatherBackingStore
- writeOut(byte[], int, int) - Method in interface org.apache.commons.compress.parallel.ScatterGatherBackingStore
-
Writes a piece of payload.
- writePackInfo(DataOutput) - Method in class org.apache.commons.compress.archivers.sevenz.SevenZOutputFile
- writePaxHeaders(TarArchiveEntry, String, Map<String, String>) - Method in class org.apache.commons.compress.archivers.tar.TarArchiveOutputStream
-
Writes a PAX extended header with the given map as contents.
- writePreamble(byte[]) - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
-
Write preamble data.
- writePreamble(byte[], int, int) - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
-
Write preamble data.
- writeRecord(byte[]) - Method in class org.apache.commons.compress.archivers.tar.TarArchiveOutputStream
-
Write an archive record to the archive.
- writeRun() - Method in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorOutputStream
-
Writes the current byte to the buffer, run-length encoding it if it has been repeated at least four times (the first step RLEs sequences of four identical bytes).
- writeSingleCodec(SevenZMethodConfiguration, OutputStream) - Method in class org.apache.commons.compress.archivers.sevenz.SevenZOutputFile
- writeStreamsInfo(DataOutput) - Method in class org.apache.commons.compress.archivers.sevenz.SevenZOutputFile
- writeSubStreamsInfo(DataOutput) - Method in class org.apache.commons.compress.archivers.sevenz.SevenZOutputFile
- writeTo(OutputStream) - Method in class org.apache.commons.compress.compressors.lz4.BlockLZ4CompressorOutputStream.Pair
- writeTo(ZipArchiveOutputStream) - Method in class org.apache.commons.compress.archivers.zip.ParallelScatterZipCreator
-
Write the contents this to the target
ZipArchiveOutputStream
. - writeTo(ZipArchiveOutputStream) - Method in class org.apache.commons.compress.archivers.zip.ScatterZipOutputStream
-
Write the contents of this scatter stream to a target archive.
- writeTrailer() - Method in class org.apache.commons.compress.compressors.gzip.GzipCompressorOutputStream
- writeTrailer() - Method in class org.apache.commons.compress.compressors.lz4.FramedLZ4CompressorOutputStream
- writeUint64(DataOutput, long) - Method in class org.apache.commons.compress.archivers.sevenz.SevenZOutputFile
- writeUncompressedSize(long) - Method in class org.apache.commons.compress.compressors.snappy.SnappyCompressorOutputStream
- writeUnpackInfo(DataOutput) - Method in class org.apache.commons.compress.archivers.sevenz.SevenZOutputFile
- writeWritablePairs(int) - Method in class org.apache.commons.compress.compressors.lz4.BlockLZ4CompressorOutputStream
- writeZip64CentralDirectory() - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
-
Writes the "ZIP64 End of central dir record" and "ZIP64 End of central dir locator".
- writeZipSplitSignature() - Method in class org.apache.commons.compress.archivers.zip.ZipSplitOutputStream
-
Write the zip split signature (0x08074B50) to the head of the first zip split segment
- written - Variable in class org.apache.commons.compress.archivers.cpio.CpioArchiveOutputStream
- written - Variable in class org.apache.commons.compress.compressors.lz4.BlockLZ4CompressorOutputStream.Pair
- writtenToOutputStreamForLastEntry - Variable in class org.apache.commons.compress.archivers.zip.StreamCompressor
X
- X000A_NTFS - Class in org.apache.commons.compress.archivers.zip
-
NTFS extra field that was thought to store various attributes but in reality only stores timestamps.
- X000A_NTFS() - Constructor for class org.apache.commons.compress.archivers.zip.X000A_NTFS
- X0014_X509Certificates - Class in org.apache.commons.compress.archivers.zip
-
PKCS#7 Store for X.509 Certificates (0x0014).
- X0014_X509Certificates() - Constructor for class org.apache.commons.compress.archivers.zip.X0014_X509Certificates
- X0015_CertificateIdForFile - Class in org.apache.commons.compress.archivers.zip
-
X.509 Certificate ID and Signature for individual file (0x0015).
- X0015_CertificateIdForFile() - Constructor for class org.apache.commons.compress.archivers.zip.X0015_CertificateIdForFile
- X0016_CertificateIdForCentralDirectory - Class in org.apache.commons.compress.archivers.zip
-
X.509 Certificate ID and Signature for central directory (0x0016).
- X0016_CertificateIdForCentralDirectory() - Constructor for class org.apache.commons.compress.archivers.zip.X0016_CertificateIdForCentralDirectory
- X0017_StrongEncryptionHeader - Class in org.apache.commons.compress.archivers.zip
-
Strong Encryption Header (0x0017).
- X0017_StrongEncryptionHeader() - Constructor for class org.apache.commons.compress.archivers.zip.X0017_StrongEncryptionHeader
- X0019_EncryptionRecipientCertificateList - Class in org.apache.commons.compress.archivers.zip
-
PKCS#7 Encryption Recipient Certificate List (0x0019).
- X0019_EncryptionRecipientCertificateList() - Constructor for class org.apache.commons.compress.archivers.zip.X0019_EncryptionRecipientCertificateList
- X5455_ExtendedTimestamp - Class in org.apache.commons.compress.archivers.zip
-
An extra field that stores additional file and directory timestamp data for zip entries.
- X5455_ExtendedTimestamp() - Constructor for class org.apache.commons.compress.archivers.zip.X5455_ExtendedTimestamp
-
Constructor for X5455_ExtendedTimestamp.
- X7875_NewUnix - Class in org.apache.commons.compress.archivers.zip
-
An extra field that stores UNIX UID/GID data (owner & group ownership) for a given zip entry.
- X7875_NewUnix() - Constructor for class org.apache.commons.compress.archivers.zip.X7875_NewUnix
-
Constructor for X7875_NewUnix.
- XSTAR_MAGIC_LEN - Static variable in interface org.apache.commons.compress.archivers.tar.TarConstants
-
Length of the XSTAR magic.
- XSTAR_MAGIC_OFFSET - Static variable in interface org.apache.commons.compress.archivers.tar.TarConstants
-
Offset inside the header for the xstar magic bytes.
- XXHash32 - Class in org.apache.commons.compress.compressors.lz4
-
Implementation of the xxhash32 hash algorithm.
- XXHash32() - Constructor for class org.apache.commons.compress.compressors.lz4.XXHash32
-
Creates an XXHash32 instance with a seed of 0.
- XXHash32(int) - Constructor for class org.apache.commons.compress.compressors.lz4.XXHash32
-
Creates an XXHash32 instance.
- XZ - Enum constant in enum org.apache.commons.compress.archivers.zip.ZipMethod
-
Compression Method 95 for XZ.
- XZ - Static variable in class org.apache.commons.compress.compressors.CompressorStreamFactory
-
Constant (value "xz") used to identify the XZ compression method.
- XZCompressorInputStream - Class in org.apache.commons.compress.compressors.xz
-
XZ decompressor.
- XZCompressorInputStream(InputStream) - Constructor for class org.apache.commons.compress.compressors.xz.XZCompressorInputStream
-
Creates a new input stream that decompresses XZ-compressed data from the specified input stream.
- XZCompressorInputStream(InputStream, boolean) - Constructor for class org.apache.commons.compress.compressors.xz.XZCompressorInputStream
-
Creates a new input stream that decompresses XZ-compressed data from the specified input stream.
- XZCompressorInputStream(InputStream, boolean, int) - Constructor for class org.apache.commons.compress.compressors.xz.XZCompressorInputStream
-
Creates a new input stream that decompresses XZ-compressed data from the specified input stream.
- XZCompressorOutputStream - Class in org.apache.commons.compress.compressors.xz
-
XZ compressor.
- XZCompressorOutputStream(OutputStream) - Constructor for class org.apache.commons.compress.compressors.xz.XZCompressorOutputStream
-
Creates a new XZ compressor using the default LZMA2 options.
- XZCompressorOutputStream(OutputStream, int) - Constructor for class org.apache.commons.compress.compressors.xz.XZCompressorOutputStream
-
Creates a new XZ compressor using the specified LZMA2 preset level.
- XZUtils - Class in org.apache.commons.compress.compressors.xz
-
Utility code for the xz compression format.
- XZUtils() - Constructor for class org.apache.commons.compress.compressors.xz.XZUtils
-
Private constructor to prevent instantiation of this utility class.
- XZUtils.CachedAvailability - Enum in org.apache.commons.compress.compressors.xz
Y
- YOU_NEED_BROTLI_DEC - Static variable in class org.apache.commons.compress.compressors.CompressorStreamFactory
- YOU_NEED_XZ_JAVA - Static variable in class org.apache.commons.compress.compressors.CompressorStreamFactory
- YOU_NEED_ZSTD_JNI - Static variable in class org.apache.commons.compress.compressors.CompressorStreamFactory
- youNeed(String, String) - Static method in class org.apache.commons.compress.compressors.CompressorStreamFactory
Z
- Z - Static variable in class org.apache.commons.compress.compressors.CompressorStreamFactory
-
Constant (value "z") used to identify the traditional Unix compress method.
- ZCompressorInputStream - Class in org.apache.commons.compress.compressors.z
-
Input stream that decompresses .Z files.
- ZCompressorInputStream(InputStream) - Constructor for class org.apache.commons.compress.compressors.z.ZCompressorInputStream
- ZCompressorInputStream(InputStream, int) - Constructor for class org.apache.commons.compress.compressors.z.ZCompressorInputStream
- ZERO - Static variable in class org.apache.commons.compress.archivers.zip.X7875_NewUnix
- ZERO - Static variable in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
-
Helper, a 0 as ZipShort.
- ZERO - Static variable in class org.apache.commons.compress.archivers.zip.ZipEightByteInteger
- ZERO - Static variable in class org.apache.commons.compress.archivers.zip.ZipShort
-
ZipShort with a value of 0.
- ZIP - Static variable in class org.apache.commons.compress.archivers.ArchiveStreamFactory
-
Constant (value "zip") used to identify the ZIP archive format.
- ZIP_SEGMENT_MAX_SIZE - Static variable in class org.apache.commons.compress.archivers.zip.ZipSplitOutputStream
- ZIP_SEGMENT_MIN_SIZE - Static variable in class org.apache.commons.compress.archivers.zip.ZipSplitOutputStream
-
8.5.1 Capacities for split archives are as follows:
- ZIP_SPLIT_SIGNATURE_LENGTH - Static variable in class org.apache.commons.compress.archivers.zip.ZipSplitReadOnlySeekableByteChannel
- ZIP64_EOCD_CFD_DISK_OFFSET - Static variable in class org.apache.commons.compress.archivers.zip.ZipFile
-
Offset of the field that holds the disk number of the first central directory entry inside the "Zip64 end of central directory record" relative to the start of the "Zip64 end of central directory record".
- ZIP64_EOCD_CFD_LOCATOR_OFFSET - Static variable in class org.apache.commons.compress.archivers.zip.ZipFile
-
Offset of the field that holds the location of the first central directory entry inside the "Zip64 end of central directory record" relative to the start of the "Zip64 end of central directory record".
- ZIP64_EOCD_CFD_LOCATOR_RELATIVE_OFFSET - Static variable in class org.apache.commons.compress.archivers.zip.ZipFile
-
Offset of the field that holds the location of the first central directory entry inside the "Zip64 end of central directory record" relative to the "number of the disk with the start of the central directory".
- ZIP64_EOCD_LOC_SIG - Static variable in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
-
ZIP64 end of central dir locator signature
- ZIP64_EOCD_SIG - Static variable in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
-
ZIP64 end of central dir signature
- ZIP64_EOCDL_LENGTH - Static variable in class org.apache.commons.compress.archivers.zip.ZipFile
-
Length of the "Zip64 end of central directory locator" - which should be right in front of the "end of central directory record" if one is present at all.
- ZIP64_EOCDL_LOCATOR_OFFSET - Static variable in class org.apache.commons.compress.archivers.zip.ZipFile
-
Offset of the field that holds the location of the "Zip64 end of central directory record" inside the "Zip64 end of central directory locator" relative to the start of the "Zip64 end of central directory locator".
- ZIP64_MAGIC - Static variable in class org.apache.commons.compress.archivers.zip.ZipConstants
-
Value stored in four-byte size and similar fields if ZIP64 extensions are used.
- ZIP64_MAGIC - Static variable in class org.apache.commons.compress.archivers.zip.ZipLong
-
Value stored in size and similar fields if ZIP64 extensions are used.
- ZIP64_MAGIC_SHORT - Static variable in class org.apache.commons.compress.archivers.zip.ZipConstants
-
Value stored in two-byte size and similar fields if ZIP64 extensions are used.
- ZIP64_MIN_VERSION - Static variable in class org.apache.commons.compress.archivers.zip.ZipConstants
-
ZIP specification version that introduced ZIP64
- Zip64ExtendedInformationExtraField - Class in org.apache.commons.compress.archivers.zip
-
Holds size and other extended information for entries that use Zip64 features.
- Zip64ExtendedInformationExtraField() - Constructor for class org.apache.commons.compress.archivers.zip.Zip64ExtendedInformationExtraField
-
This constructor should only be used by the code that reads archives inside of Commons Compress.
- Zip64ExtendedInformationExtraField(ZipEightByteInteger, ZipEightByteInteger) - Constructor for class org.apache.commons.compress.archivers.zip.Zip64ExtendedInformationExtraField
-
Creates an extra field based on the original and compressed size.
- Zip64ExtendedInformationExtraField(ZipEightByteInteger, ZipEightByteInteger, ZipEightByteInteger, ZipLong) - Constructor for class org.apache.commons.compress.archivers.zip.Zip64ExtendedInformationExtraField
-
Creates an extra field based on all four possible values.
- zip64Mode - Variable in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
- Zip64Mode - Enum in org.apache.commons.compress.archivers.zip
-
The different modes
ZipArchiveOutputStream
can operate in. - Zip64Mode() - Constructor for enum org.apache.commons.compress.archivers.zip.Zip64Mode
- Zip64RequiredException - Exception in org.apache.commons.compress.archivers.zip
- Zip64RequiredException(String) - Constructor for exception org.apache.commons.compress.archivers.zip.Zip64RequiredException
- zipArchiveEntry - Variable in class org.apache.commons.compress.archivers.zip.ZipArchiveEntryRequest
- 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() - Constructor for class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
- ZipArchiveEntry(File, String) - Constructor for class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
-
Creates a new zip entry taking some information from the given file and using the provided name.
- ZipArchiveEntry(String) - Constructor for class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
-
Creates a new zip entry with the specified name.
- ZipArchiveEntry(Path, String, LinkOption...) - Constructor for class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
-
Creates a new zip entry taking some information from the given path and using the provided 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.
- ZipArchiveEntry.CommentSource - Enum in org.apache.commons.compress.archivers.zip
-
Indicates how the comment of this entry has been determined.
- ZipArchiveEntry.ExtraFieldParsingMode - Enum in org.apache.commons.compress.archivers.zip
-
How to try to parse the extra fields.
- ZipArchiveEntry.NameSource - Enum in org.apache.commons.compress.archivers.zip
-
Indicates how the name of this entry has been determined.
- ZipArchiveEntryPredicate - Interface in org.apache.commons.compress.archivers.zip
-
A predicate to test if a #ZipArchiveEntry matches a criteria.
- zipArchiveEntryRequest - Variable in class org.apache.commons.compress.archivers.zip.ScatterZipOutputStream.CompressedEntry
- ZipArchiveEntryRequest - Class in org.apache.commons.compress.archivers.zip
-
A Thread-safe representation of a ZipArchiveEntry that is used to add entries to parallel archives.
- ZipArchiveEntryRequest(ZipArchiveEntry, InputStreamSupplier) - Constructor for class org.apache.commons.compress.archivers.zip.ZipArchiveEntryRequest
- ZipArchiveEntryRequestSupplier - Interface in org.apache.commons.compress.archivers.zip
-
Supplies
ZipArchiveEntryRequest
. - ZipArchiveInputStream - Class in org.apache.commons.compress.archivers.zip
-
Implements an input stream that can read Zip archives.
- ZipArchiveInputStream(InputStream) - Constructor for class org.apache.commons.compress.archivers.zip.ZipArchiveInputStream
-
Create an instance using UTF-8 encoding
- ZipArchiveInputStream(InputStream, String) - Constructor for class org.apache.commons.compress.archivers.zip.ZipArchiveInputStream
-
Create an instance using the specified encoding
- ZipArchiveInputStream(InputStream, String, boolean) - Constructor for class org.apache.commons.compress.archivers.zip.ZipArchiveInputStream
-
Create an instance using the specified encoding
- ZipArchiveInputStream(InputStream, String, boolean, boolean) - Constructor for class org.apache.commons.compress.archivers.zip.ZipArchiveInputStream
-
Create an instance using the specified encoding
- ZipArchiveInputStream(InputStream, String, boolean, boolean, boolean) - Constructor for class org.apache.commons.compress.archivers.zip.ZipArchiveInputStream
-
Create an instance using the specified encoding
- ZipArchiveInputStream.BoundedInputStream - Class in org.apache.commons.compress.archivers.zip
-
Bounded input stream adapted from commons-io
- ZipArchiveInputStream.CurrentEntry - Class in org.apache.commons.compress.archivers.zip
-
Structure collecting information for the entry that is currently being read.
- ZipArchiveOutputStream - 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. - ZipArchiveOutputStream(File) - Constructor for class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
-
Creates a new ZIP OutputStream writing to a File.
- ZipArchiveOutputStream(File, long) - Constructor for class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
-
Creates a split ZIP Archive.
- ZipArchiveOutputStream(OutputStream) - Constructor for class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
-
Creates a new ZIP OutputStream filtering the underlying stream.
- ZipArchiveOutputStream(SeekableByteChannel) - Constructor for class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
-
Creates a new ZIP OutputStream writing to a SeekableByteChannel.
- ZipArchiveOutputStream(Path, OpenOption...) - Constructor for class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
-
Creates a new ZIP OutputStream writing to a Path.
- ZipArchiveOutputStream.CurrentEntry - Class in org.apache.commons.compress.archivers.zip
-
Structure collecting information for the entry that is currently being written.
- ZipArchiveOutputStream.EntryMetaData - Class in org.apache.commons.compress.archivers.zip
- ZipArchiveOutputStream.UnicodeExtraFieldPolicy - Class in org.apache.commons.compress.archivers.zip
-
enum that represents the possible policies for creating Unicode extra fields.
- ZipConstants - Class in org.apache.commons.compress.archivers.zip
-
Various constants used throughout the package.
- ZipConstants() - Constructor for class org.apache.commons.compress.archivers.zip.ZipConstants
- ZipEightByteInteger - Class in org.apache.commons.compress.archivers.zip
-
Utility class that represents an eight byte integer with conversion rules for the little endian byte order of ZIP files.
- ZipEightByteInteger(byte[]) - Constructor for class org.apache.commons.compress.archivers.zip.ZipEightByteInteger
-
Create instance from bytes.
- ZipEightByteInteger(byte[], int) - Constructor for class org.apache.commons.compress.archivers.zip.ZipEightByteInteger
-
Create instance from the eight bytes starting at offset.
- ZipEightByteInteger(long) - Constructor for class org.apache.commons.compress.archivers.zip.ZipEightByteInteger
-
Create instance from a number.
- ZipEightByteInteger(BigInteger) - Constructor for class org.apache.commons.compress.archivers.zip.ZipEightByteInteger
-
Create instance from a number.
- zipEncoding - Variable in class org.apache.commons.compress.archivers.cpio.CpioArchiveInputStream
-
The encoding to use for file names and labels.
- zipEncoding - Variable in class org.apache.commons.compress.archivers.cpio.CpioArchiveOutputStream
-
The encoding to use for file names and labels.
- zipEncoding - Variable in class org.apache.commons.compress.archivers.dump.DumpArchiveInputStream
-
The encoding to use for file names and labels.
- zipEncoding - Variable in class org.apache.commons.compress.archivers.tar.TarArchiveInputStream
-
The encoding of the file
- zipEncoding - Variable in class org.apache.commons.compress.archivers.tar.TarArchiveOutputStream
- zipEncoding - Variable in class org.apache.commons.compress.archivers.tar.TarFile
-
The encoding of the tar file
- zipEncoding - Variable in class org.apache.commons.compress.archivers.zip.ZipArchiveInputStream
-
The zip encoding to use for file names and the file comment.
- zipEncoding - Variable in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
-
The zip encoding to use for file names and the file comment.
- zipEncoding - Variable in class org.apache.commons.compress.archivers.zip.ZipFile
-
The zip encoding to use for file names and the file comment.
- ZipEncoding - Interface in org.apache.commons.compress.archivers.zip
-
An interface for encoders that do a pretty encoding of ZIP file names.
- ZipEncodingHelper - Class in org.apache.commons.compress.archivers.zip
-
Static helper functions for robustly encoding file names in zip files.
- ZipEncodingHelper() - Constructor for class org.apache.commons.compress.archivers.zip.ZipEncodingHelper
- zipEntryWriter - Variable in class org.apache.commons.compress.archivers.zip.ScatterZipOutputStream
- zipEntryWriter() - Method in class org.apache.commons.compress.archivers.zip.ScatterZipOutputStream
-
Get a zip entry writer for this scatter stream.
- ZipEntryWriter(ScatterZipOutputStream) - Constructor for class org.apache.commons.compress.archivers.zip.ScatterZipOutputStream.ZipEntryWriter
- ZipExtraField - Interface in org.apache.commons.compress.archivers.zip
-
General format of extra field data.
- zipFile - Variable in class org.apache.commons.compress.archivers.zip.ZipSplitOutputStream
- ZipFile - Class in org.apache.commons.compress.archivers.zip
-
Replacement for
java.util.ZipFile
. - ZipFile(File) - Constructor for class org.apache.commons.compress.archivers.zip.ZipFile
-
Opens the given file for reading, assuming "UTF8" for file names.
- ZipFile(File, String) - Constructor for class org.apache.commons.compress.archivers.zip.ZipFile
-
Opens the given file for reading, assuming the specified encoding for file names and scanning for unicode extra fields.
- ZipFile(File, String, boolean) - Constructor for class org.apache.commons.compress.archivers.zip.ZipFile
-
Opens the given file for reading, assuming the specified encoding for file names.
- ZipFile(File, String, boolean, boolean) - Constructor for class org.apache.commons.compress.archivers.zip.ZipFile
-
Opens the given file for reading, assuming the specified encoding for file names.
- ZipFile(String) - Constructor for class org.apache.commons.compress.archivers.zip.ZipFile
-
Opens the given file for reading, assuming "UTF8".
- ZipFile(String, String) - Constructor for class org.apache.commons.compress.archivers.zip.ZipFile
-
Opens the given file for reading, assuming the specified encoding for file names, scanning unicode extra fields.
- ZipFile(SeekableByteChannel) - Constructor for class org.apache.commons.compress.archivers.zip.ZipFile
-
Opens the given channel for reading, assuming "UTF8" for file names.
- ZipFile(SeekableByteChannel, String) - Constructor for class org.apache.commons.compress.archivers.zip.ZipFile
-
Opens the given channel for reading, assuming the specified encoding for file names.
- ZipFile(SeekableByteChannel, String, String, boolean) - Constructor for class org.apache.commons.compress.archivers.zip.ZipFile
-
Opens the given channel for reading, assuming the specified encoding for file names.
- ZipFile(SeekableByteChannel, String, String, boolean, boolean) - Constructor for class org.apache.commons.compress.archivers.zip.ZipFile
-
Opens the given channel for reading, assuming the specified encoding for file names.
- ZipFile(SeekableByteChannel, String, String, boolean, boolean, boolean) - Constructor for class org.apache.commons.compress.archivers.zip.ZipFile
- ZipFile.BoundedFileChannelInputStream - Class in org.apache.commons.compress.archivers.zip
-
Lock-free implementation of BoundedInputStream.
- ZipFile.Entry - Class in org.apache.commons.compress.archivers.zip
-
Extends ZipArchiveEntry to store the offset within the archive.
- ZipFile.NameAndComment - Class in org.apache.commons.compress.archivers.zip
- ZipFile.StoredStatisticsStream - Class in org.apache.commons.compress.archivers.zip
- ZipFileIterator(ZipFile) - Constructor for class org.apache.commons.compress.changes.ChangeSetPerformer.ZipFileIterator
- ZipLong - Class in org.apache.commons.compress.archivers.zip
-
Utility class that represents a four byte integer with conversion rules for the little endian byte order of ZIP files.
- 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.
- ZipLong(int) - Constructor for class org.apache.commons.compress.archivers.zip.ZipLong
-
create instance from a java int.
- ZipLong(long) - Constructor for class org.apache.commons.compress.archivers.zip.ZipLong
-
Create instance from a number.
- zipLongToDate(ZipLong) - Static method in class org.apache.commons.compress.archivers.zip.X5455_ExtendedTimestamp
- ZipMethod - Enum in org.apache.commons.compress.archivers.zip
-
List of known compression methods Many of these methods are currently not supported by commons compress
- ZipMethod() - Constructor for enum org.apache.commons.compress.archivers.zip.ZipMethod
- ZipMethod(int) - Constructor for enum org.apache.commons.compress.archivers.zip.ZipMethod
-
private constructor for enum style class.
- ZipShort - Class in org.apache.commons.compress.archivers.zip
-
Utility class that represents a two byte integer with conversion rules for the little endian byte order of ZIP files.
- 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.
- ZipShort(int) - Constructor for class org.apache.commons.compress.archivers.zip.ZipShort
-
Create instance from a number.
- ZipSplitOutputStream - Class in org.apache.commons.compress.archivers.zip
-
Used internally by
ZipArchiveOutputStream
when creating a split archive. - ZipSplitOutputStream(File, long) - Constructor for class org.apache.commons.compress.archivers.zip.ZipSplitOutputStream
-
Create a split zip.
- ZipSplitReadOnlySeekableByteChannel - Class in org.apache.commons.compress.archivers.zip
-
MultiReadOnlySeekableByteChannel
that knows what a split ZIP archive should look like. - ZipSplitReadOnlySeekableByteChannel(List<SeekableByteChannel>) - Constructor for class org.apache.commons.compress.archivers.zip.ZipSplitReadOnlySeekableByteChannel
-
Concatenates the given channels.
- ZipSplitReadOnlySeekableByteChannel.ZipSplitSegmentComparator - Class in org.apache.commons.compress.archivers.zip
- ZipSplitSegmentComparator() - Constructor for class org.apache.commons.compress.archivers.zip.ZipSplitReadOnlySeekableByteChannel.ZipSplitSegmentComparator
- zipSplitSignatureByteBuffer - Variable in class org.apache.commons.compress.archivers.zip.ZipSplitReadOnlySeekableByteChannel
- zipToDate(ZipEightByteInteger) - Static method in class org.apache.commons.compress.archivers.zip.X000A_NTFS
- ZipUtil - Class in org.apache.commons.compress.archivers.zip
-
Utility class for handling DOS and Java time conversions.
- ZipUtil() - Constructor for class org.apache.commons.compress.archivers.zip.ZipUtil
- ZLIB - Enum constant in enum org.apache.commons.compress.archivers.dump.DumpArchiveConstants.COMPRESSION_TYPE
- zlibHeader - Variable in class org.apache.commons.compress.compressors.deflate.DeflateParameters
- ZSTANDARD - Static variable in class org.apache.commons.compress.compressors.CompressorStreamFactory
-
Constant (value "zstd") used to identify the Zstandard compression algorithm.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form