- 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[], 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.
- 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.
- accept(File, ArchiveEntry) - Method in interface org.apache.commons.compress.archivers.examples.Archiver.ArchiveEntryConsumer
-
- accept(LZ77Compressor.Block) - Method in interface org.apache.commons.compress.compressors.lz77support.LZ77Compressor.Callback
-
Consumes a block.
- 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
-
- 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(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.
- 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
-
- 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 target
collection
.
- addArchiveEntry(ZipArchiveEntry, InputStreamSupplier) - Method in class org.apache.commons.compress.archivers.zip.ParallelScatterZipCreator
-
Adds an archive entry to this archive.
- addArchiveEntry(ZipArchiveEntryRequestSupplier) - Method in class org.apache.commons.compress.archivers.zip.ParallelScatterZipCreator
-
Adds an archive entry to this archive.
- addArchiveEntry(ZipArchiveEntryRequest) - Method in class org.apache.commons.compress.archivers.zip.ScatterZipOutputStream
-
Add an archive entry to this scatter stream.
- 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[]) - 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, 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.
- addEntry(int, byte) - Method in class org.apache.commons.compress.compressors.z.ZCompressorInputStream
-
Add a new entry to the dictionary.
- 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
-
- 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.
- 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 - Static variable in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream.UnicodeExtraFieldPolicy
-
Always create Unicode extra fields.
- AMIGA - Static variable in class org.apache.commons.compress.archivers.arj.ArjArchiveEntry.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
-
- applyPaxHeadersToCurrentEntry(Map<String, String>) - Method in class org.apache.commons.compress.archivers.tar.TarArchiveInputStream
-
- 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(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(File, String) - Constructor for class org.apache.commons.compress.archivers.ar.ArArchiveEntry
-
Create 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 - Class in org.apache.commons.compress.archivers.sevenz
-
- Archive() - Constructor for class org.apache.commons.compress.archivers.sevenz.Archive
-
- archive - Variable in class org.apache.commons.compress.archivers.sevenz.SevenZFile
-
- 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_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)
- or
ArchiveInputStream.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.ArchiveEntryConsumer - Interface in org.apache.commons.compress.archivers.examples
-
- Archiver.ArchiveEntryCreator - Interface in org.apache.commons.compress.archivers.examples
-
- Archiver.Finisher - Interface in org.apache.commons.compress.archivers.examples
-
- 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
-
- 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
-
- 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, String) - Constructor for class org.apache.commons.compress.archivers.arj.ArjArchiveInputStream
-
Constructs the ArjInputStream, taking ownership of the inputStream that is passed in.
- 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.
- 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
-
- assembleData() - Method in class org.apache.commons.compress.archivers.zip.AbstractUnicodeExtraField
-
- ATARI_ST - Static variable in class org.apache.commons.compress.archivers.arj.ArjArchiveEntry.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.pack200.Pack200CompressorInputStream
-
- available() - Method in class org.apache.commons.compress.compressors.snappy.FramedSnappyCompressorInputStream
- available() - Method in class org.apache.commons.compress.compressors.xz.XZCompressorInputStream
-
- 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.
- 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
-
- CAFE_DOOD - Static variable in class org.apache.commons.compress.compressors.pack200.Pack200CompressorInputStream
-
- 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
-
- 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.
- 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
-
- certificates - Variable in class org.apache.commons.compress.archivers.jar.JarArchiveEntry
-
- 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".
- 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.zip.StreamCompressor.SeekableByteChannelCompressor
-
- channel - Variable in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
-
Optional random access output.
- 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 to
ZipEncoding
.
- 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
-
- 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
-
Check if the method is allowed for the defined format.
- checkOldFormat() - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveEntry
-
Check 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 - Static variable in class org.apache.commons.compress.archivers.dump.DumpArchiveConstants
-
- 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
-
- 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.
- 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
-
- 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.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
-
- 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.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.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.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.pack200.Pack200CompressorInputStream
-
- close() - Method in class org.apache.commons.compress.compressors.pack200.Pack200CompressorOutputStream
-
- 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.SeekableInMemoryByteChannel
-
- 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(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
- closeQuietly(Closeable) - Static method in class org.apache.commons.compress.utils.IOUtils
-
Closes the given Closeable and swallows any IOException that may occur.
- 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
-
- 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 - Class in org.apache.commons.compress.archivers.sevenz
-
- Coders() - Constructor for class org.apache.commons.compress.archivers.sevenz.Coders
-
- coders - Variable in class org.apache.commons.compress.archivers.sevenz.Folder
-
- 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
-
- 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
-
- commentSource - Variable in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
-
- CommentSource() - Constructor for enum org.apache.commons.compress.archivers.zip.ZipArchiveEntry.CommentSource
-
- complete() - Method in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorInputStream
-
- 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.
- compress() - Method in class org.apache.commons.compress.compressors.lz77support.LZ77Compressor
-
- COMPRESSED_CHUNK_TYPE - Static variable in class org.apache.commons.compress.compressors.snappy.FramedSnappyCompressorInputStream
-
- 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.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, int) - Constructor for class org.apache.commons.compress.compressors.CompressorStreamFactory
-
Create an instance with the provided decompress Concatenated option.
- CompressorStreamFactory(boolean) - 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
-
- compressSuffix - Variable in class org.apache.commons.compress.compressors.FileNameUtil
-
Map from common filename 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.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.
- 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(int, int) - Method in class org.apache.commons.compress.archivers.zip.CircularBuffer
-
Copy a previous interval in the buffer to the current position.
- 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(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_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[]) - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
-
- copyOf(ZipExtraField[], int) - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
-
- 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(int) - 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.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(long) - Method in class org.apache.commons.compress.archivers.ArchiveOutputStream
-
Increments the counter of already written bytes.
- count - Variable in class org.apache.commons.compress.archivers.dump.DumpArchiveEntry.TapeSegmentHeader
-
- 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.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
-
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(String) - Constructor for class org.apache.commons.compress.archivers.cpio.CpioArchiveEntry
-
Creates a CpioArchiveEntry with a specified name.
- CpioArchiveEntry(short, 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(short, String, long) - Constructor for class org.apache.commons.compress.archivers.cpio.CpioArchiveEntry
-
Creates a CpioArchiveEntry with a specified name.
- 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(short, File, String) - 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, String) - Constructor for class org.apache.commons.compress.archivers.cpio.CpioArchiveInputStream
-
Construct the cpio input stream with a blocksize of
BLOCK_SIZE
.
- 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
.
- CpioArchiveOutputStream - Class in org.apache.commons.compress.archivers.cpio
-
CpioArchiveOutputStream is a stream for writing CPIO streams.
- 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) - Constructor for class org.apache.commons.compress.archivers.cpio.CpioArchiveOutputStream
-
Construct the cpio output stream.
- 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 - 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 - 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
- crc32 - Variable in class org.apache.commons.compress.archivers.sevenz.SevenZOutputFile
-
- 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
-
- CRC_UNKNOWN - Static variable in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
-
- crcs - Variable in class org.apache.commons.compress.archivers.sevenz.SubStreamsInfo
-
- create(File, String) - Method in interface org.apache.commons.compress.archivers.examples.Archiver.ArchiveEntryCreator
-
- create(String, File, File) - Method in class org.apache.commons.compress.archivers.examples.Archiver
-
Creates an archive target
using the format format
by recursively including all files and directories in
directory
.
- create(String, OutputStream, File) - Method in class org.apache.commons.compress.archivers.examples.Archiver
-
Creates an archive target
using the format format
by recursively including all files and directories in
directory
.
- create(String, SeekableByteChannel, File) - Method in class org.apache.commons.compress.archivers.examples.Archiver
-
Creates an archive target
using the format format
by recursively including all files and directories in
directory
.
- create(ArchiveOutputStream, File) - Method in class org.apache.commons.compress.archivers.examples.Archiver
-
Creates an archive target
by recursively including all
files and directories in directory
.
- create(SevenZOutputFile, File) - Method in class org.apache.commons.compress.archivers.examples.Archiver
-
Creates an archive target
by recursively including all
files and directories in directory
.
- create(File, Archiver.ArchiveEntryCreator, Archiver.ArchiveEntryConsumer, Archiver.Finisher) - Method in class org.apache.commons.compress.archivers.examples.Archiver
-
- create(String, File, Archiver.ArchiveEntryCreator, Archiver.ArchiveEntryConsumer) - Method in class org.apache.commons.compress.archivers.examples.Archiver
-
- create(OutputStream, 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(DataOutput, Deflater) - Static method in class org.apache.commons.compress.archivers.zip.StreamCompressor
-
Create a stream compressor with the given compression level.
- create(SeekableByteChannel, Deflater) - Static method in class org.apache.commons.compress.archivers.zip.StreamCompressor
-
Create a stream compressor with the given compression level.
- create(int, ScatterGatherBackingStore) - Static method in class org.apache.commons.compress.archivers.zip.StreamCompressor
-
Create a stream compressor with the given compression level.
- 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.
- 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(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, String) - Method in interface org.apache.commons.compress.archivers.ArchiveStreamProvider
-
Creates an archive input stream from an archiver name and an input
stream.
- createArchiveInputStream(String[], InputStream) - Static method in class org.apache.commons.compress.archivers.Lister
-
- 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(ZipArchiveEntry, InputStreamSupplier) - Method in class org.apache.commons.compress.archivers.zip.ParallelScatterZipCreator
-
Create a callable that will compress the given archive entry.
- createCallable(ZipArchiveEntryRequestSupplier) - Method in class org.apache.commons.compress.archivers.zip.ParallelScatterZipCreator
-
- 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) - Static method in class org.apache.commons.compress.archivers.zip.ExtraFieldUtils
-
- 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
-
- 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
-
- 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
- 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
-
- 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(int) - Constructor for class org.apache.commons.compress.compressors.bzip2.BZip2CompressorInputStream.Data
-
- data - Variable in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorOutputStream
-
All memory intensive stuff.
- Data(int) - Constructor for class org.apache.commons.compress.compressors.bzip2.BZip2CompressorOutputStream.Data
-
- data - Variable in class org.apache.commons.compress.compressors.lz77support.LZ77Compressor.LiteralBlock
-
- data - Variable in class org.apache.commons.compress.utils.SeekableInMemoryByteChannel
-
- 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.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(ZipEncoding, byte[], int, int) - Static method in class org.apache.commons.compress.archivers.dump.DumpArchiveUtil
-
Decodes a byte array to a string.
- decode(String, InputStream, long, Coder, byte[]) - Method in class org.apache.commons.compress.archivers.sevenz.AES256SHA256Decoder
-
- decode(String, InputStream, long, Coder, byte[]) - Method in class org.apache.commons.compress.archivers.sevenz.CoderBase
-
- decode(String, InputStream, long, Coder, byte[]) - Method in class org.apache.commons.compress.archivers.sevenz.Coders.BCJDecoder
-
- decode(String, InputStream, long, Coder, byte[]) - Method in class org.apache.commons.compress.archivers.sevenz.Coders.BZIP2Decoder
-
- decode(String, InputStream, long, Coder, byte[]) - Method in class org.apache.commons.compress.archivers.sevenz.Coders.CopyDecoder
-
- decode(String, InputStream, long, Coder, byte[]) - Method in class org.apache.commons.compress.archivers.sevenz.Coders.Deflate64Decoder
-
- decode(String, InputStream, long, Coder, byte[]) - Method in class org.apache.commons.compress.archivers.sevenz.Coders.DeflateDecoder
-
- decode(String, InputStream, long, Coder, byte[]) - Method in class org.apache.commons.compress.archivers.sevenz.DeltaDecoder
-
- decode(String, InputStream, long, Coder, byte[]) - Method in class org.apache.commons.compress.archivers.sevenz.LZMA2Decoder
-
- decode(String, InputStream, long, Coder, byte[]) - Method in class org.apache.commons.compress.archivers.sevenz.LZMADecoder
-
- decode(InputStream, int) - Static method in class org.apache.commons.compress.archivers.zip.BinaryTree
-
Decodes the packed binary tree from the specified stream.
- 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
-
- 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.
- 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_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
- 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(InputStream, int) - Method in class org.apache.commons.compress.archivers.zip.StreamCompressor
-
Deflate the given source using the supplied compression method
- 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 - Static variable in class org.apache.commons.compress.compressors.CompressorStreamFactory
-
Constant (value "deflate") used to identify the Deflate compress method.
- deflate() - Method in class org.apache.commons.compress.compressors.gzip.GzipCompressorOutputStream
-
- 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
-
- DEFLATE_MIN_VERSION - Static variable in class org.apache.commons.compress.archivers.zip.ZipConstants
-
ZIP specification version that introduced DEFLATE compression method.
- 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 - 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 filename 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 filename 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.
- 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
-
- 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 - 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?
- 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
-
- 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).
- 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 filename.
- 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(Throwable) - Constructor for exception org.apache.commons.compress.archivers.dump.DumpArchiveException
-
- DumpArchiveException(String, 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
-
- f - Variable in class org.apache.commons.compress.compressors.pack200.TempFileCachingStreamBridge
-
- 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(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).
- fallbackSort(int[], byte[], int) - Method in class org.apache.commons.compress.compressors.bzip2.BlockSort
-
- 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
-
- file - Variable in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
-
The entry's file reference
- 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 filesystem 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
-
- fileBased(File, int) - Static method in class org.apache.commons.compress.archivers.zip.ScatterZipOutputStream
-
- 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 constructor documenation for possible values.
- fileName - Variable in class org.apache.commons.compress.archivers.sevenz.SevenZFile
-
- filename - Variable in class org.apache.commons.compress.compressors.gzip.GzipParameters
-
- fileNameUtil - Static variable in class org.apache.commons.compress.compressors.bzip2.BZip2Utils
-
- 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.
- 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
-
- 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(long, long, char) - Method in class org.apache.commons.compress.archivers.ar.ArArchiveOutputStream
-
- 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.
- fillBuffer() - Method in class org.apache.commons.compress.archivers.zip.ExplodingInputStream
-
Fill the sliding dictionary with more data.
- 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
-
- 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
-
Overriden 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.
- 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 interface org.apache.commons.compress.archivers.examples.Archiver.Finisher
-
- 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.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.pack200.Pack200CompressorOutputStream
-
- 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.compressors.lz4.BlockLZ4CompressorOutputStream
-
- finished - Variable in class org.apache.commons.compress.compressors.lz4.FramedLZ4CompressorOutputStream
-
- finished - Variable in class org.apache.commons.compress.compressors.pack200.Pack200CompressorOutputStream
-
- 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_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() - Constructor for class org.apache.commons.compress.archivers.arj.LocalFileHeader.Flags
-
- Flags() - Constructor for class org.apache.commons.compress.archivers.arj.MainHeader.Flags
-
- 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
-
- 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
-
- folders - Variable in class org.apache.commons.compress.archivers.sevenz.Archive
-
- 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.
- 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, 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, 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.
- 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
-
- 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(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.
- 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.
- 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_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
-
- 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.
- 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.
- getAddedFromChangeSet() - Method in class org.apache.commons.compress.changes.ChangeSetResults
-
Returns a list of filenames which has been added from the changeset
- getAddedFromStream() - Method in class org.apache.commons.compress.changes.ChangeSetResults
-
Returns a list of filenames 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
-
Get 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
-
- getAndMoveToFrontDecode0() - Method in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorInputStream
-
- getAndMoveToFrontDecode_yy - Variable in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorInputStream.Data
-
- 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
-
- 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.
- getBytes() - 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.ZipEightByteInteger
-
Get value as eight 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.
- getBytes() - Method in class org.apache.commons.compress.archivers.zip.ZipLong
-
Get value as four 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() - 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.
- 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.
- 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
-
- getChanges() - Method in class org.apache.commons.compress.changes.ChangeSet
-
Returns the list of changes as a copy.
- 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
-
Get 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
-
- 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 filename 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 filename 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 filename 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 filename 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 filename 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
-
- getCount() - Method in class org.apache.commons.compress.archivers.ArchiveOutputStream
-
- 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
-
- getCrc() - Method in class org.apache.commons.compress.archivers.sevenz.SevenZArchiveEntry
-
- 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
-
- 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.zip.ZipArchiveEntry
-
- getDataPadCount() - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveEntry
-
Get 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
-
- 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 filenames which has been deleted
- getDevice() - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveEntry
-
Get the device id.
- getDeviceMaj() - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveEntry
-
Get the major device id.
- getDeviceMin() - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveEntry
-
Get 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.
- 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 filenames and the file comment.
- getEncoding() - Method in class org.apache.commons.compress.archivers.zip.ZipFile
-
The encoding to use for filenames 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 meta-data of all archive entries.
- 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(String) - Method in class org.apache.commons.compress.archivers.zip.ZipFile
-
Returns a named entry - or null
if no entry by
that name exists.
- getEntry() - Method in class org.apache.commons.compress.changes.Change
-
- 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.
- 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.
- 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
-
Get 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
-
Get 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
-
- 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
-
- getHeaderPadCount(Charset) - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveEntry
-
Get the number of bytes needed to pad the header to the alignment boundary.
- getHeaderPadCount(long) - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveEntry
-
Get the number of bytes needed to pad the header to the alignment boundary.
- getHeaderSize() - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveEntry
-
Get 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
-
Set the inode.
- getInput() - Method in class org.apache.commons.compress.changes.Change
-
- getInput() - Method in class org.apache.commons.compress.compressors.pack200.StreamBridge
-
Provides the input view.
- getInputStream(ZipArchiveEntry) - Method in class org.apache.commons.compress.archivers.zip.ZipFile
-
Returns an InputStream for reading the contents of the given entry.
- 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
- 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
- getInputView() - Method in class org.apache.commons.compress.compressors.pack200.InMemoryCachingStreamBridge
-
- getInputView() - Method in class org.apache.commons.compress.compressors.pack200.StreamBridge
-
Creates the input view.
- getInputView() - Method in class org.apache.commons.compress.compressors.pack200.TempFileCachingStreamBridge
-
- 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
-
- 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 a Date
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
-
- 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.
- 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[], 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
- 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
- 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
-
- 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.
- 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
-
Get 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
-
Set 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
-
Get 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
-
- getNextServiceLoader() - Method in class org.apache.commons.compress.utils.ServiceLoaderIterator
-
- getNextTarEntry() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveInputStream
-
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
-
Get 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).
- 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.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(Object) - Method in class org.apache.commons.compress.archivers.sevenz.LZMA2Decoder
-
- getOptions(Object) - Method in class org.apache.commons.compress.archivers.sevenz.LZMADecoder
-
- getOptions() - Method in class org.apache.commons.compress.archivers.sevenz.SevenZMethodConfiguration
-
The specified options.
- 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, 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) - 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.
- 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(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 paylaod 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.
- 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
-
Get the remote device id.
- getRemoteDeviceMaj() - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveEntry
-
Get the remote major device id.
- getRemoteDeviceMin() - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveEntry
-
Get 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
-
Get 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
-
- 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
-
Get 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
- 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
-
Get 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
-
- 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
-
- 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 long.
- 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[]) - 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() - Method in class org.apache.commons.compress.archivers.zip.ZipLong
-
Get value as Java long.
- 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[]) - 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() - Method in class org.apache.commons.compress.archivers.zip.ZipShort
-
Get value as Java int.
- 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
- 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() - 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.
- 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
-
- 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_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
-
- 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.
- 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.
- 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.lz4.FramedLZ4CompressorInputStream
-
- 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.snappy.FramedSnappyCompressorInputStream
-
The underlying stream to read compressed data from
- 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
-
- 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(boolean) - Method in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorInputStream
-
- 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 indiciating the file-format, which is
huffmanised, followed by a digit indicating blockSize100k.
- 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_VERSION - Static variable in class org.apache.commons.compress.archivers.zip.ZipConstants
-
Initial ZIP specification version
- initialiseCRC() - Method in class org.apache.commons.compress.compressors.bzip2.CRC
-
- initialize() - Method in class org.apache.commons.compress.compressors.lz77support.LZ77Compressor
-
- initializeBackReference() - Method in class org.apache.commons.compress.compressors.lz4.BlockLZ4CompressorInputStream
-
- initialized - Variable in class org.apache.commons.compress.compressors.lz77support.LZ77Compressor
-
- initializeState() - Method in class org.apache.commons.compress.compressors.lz4.XXHash32
-
- initializeTables(int, int) - Method in class org.apache.commons.compress.compressors.lzw.LZWInputStream
-
Initializes the arrays based on the maximum code size.
- initializeTables(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
-
- InMemoryCachingStreamBridge - Class in org.apache.commons.compress.compressors.pack200
-
StreamSwitcher that caches all data written to the output side in
memory.
- InMemoryCachingStreamBridge() - Constructor for class org.apache.commons.compress.compressors.pack200.InMemoryCachingStreamBridge
-
- 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
-
- input - Variable in class org.apache.commons.compress.archivers.ar.ArArchiveInputStream
-
- input - Variable in class org.apache.commons.compress.changes.Change
-
- input - Variable in class org.apache.commons.compress.compressors.pack200.StreamBridge
-
- inputLock - Variable in class org.apache.commons.compress.compressors.pack200.StreamBridge
-
- 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.archivers.tar.TarArchiveInputStream
-
An input stream to read from
- 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
-
- 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
-
Check 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?
- isCharacterDevice() - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveEntry
-
Check 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
-
- 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.
- isCompressed - Variable in class org.apache.commons.compress.archivers.dump.TapeInputStream
-
- isCompressedFilename(String) - Static method in class org.apache.commons.compress.compressors.bzip2.BZip2Utils
-
Detects common bzip2 suffixes in the given filename.
- isCompressedFilename(String) - Method in class org.apache.commons.compress.compressors.FileNameUtil
-
Detects common format suffixes in the given filename.
- isCompressedFilename(String) - Static method in class org.apache.commons.compress.compressors.gzip.GzipUtils
-
Detects common gzip suffixes in the given filename.
- isCompressedFilename(String) - Static method in class org.apache.commons.compress.compressors.lzma.LZMAUtils
-
Detects common lzma suffixes in the given filename.
- isCompressedFilename(String) - Static method in class org.apache.commons.compress.compressors.xz.XZUtils
-
Detects common xz suffixes in the given filename.
- 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() - 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
-
Check if this entry represents a directory.
- isDirectory() - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveEntry
-
Is this a directory?
- isDirectory - Variable in class org.apache.commons.compress.archivers.sevenz.SevenZArchiveEntry
-
- 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.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.
- 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
- isEqual(byte[], int, int, byte[], int, int) - Static method in class org.apache.commons.compress.utils.ArchiveUtils
-
Compare byte buffers
- 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
- 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() - 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 - 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.TarArchiveSparseEntry
-
- isExtendedAttributes() - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveSummary
-
Does this volume cotain 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
-
Check 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
-
- 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.SeekableInMemoryByteChannel
-
- 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
-
Check 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
-
Check if this entry represents a regular file.
- isReplaceMode() - Method in class org.apache.commons.compress.changes.Change
-
- 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
-
Check 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?
- isStarSparse() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
-
Indicate if this entry is a star sparse block using PAX headers.
- isStreamContiguous() - Method in interface org.apache.commons.compress.archivers.EntryStreamOffsets
-
Indicates whether the stream is contiguous, i.e.
- isStreamContiguous - Variable in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
-
- isStreamContiguous() - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
-
- isSymbolicLink() - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveEntry
-
Check 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.
- isTooLageForZip32(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
-
- 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
-
- MAC_OS - Static variable in class org.apache.commons.compress.archivers.arj.ArjArchiveEntry.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
-
- 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.
- mark(int) - Method in class org.apache.commons.compress.compressors.pack200.Pack200CompressorInputStream
-
- markSupported() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveInputStream
-
Since we do not support marking just yet, we return false.
- markSupported() - Method in class org.apache.commons.compress.compressors.pack200.Pack200CompressorInputStream
-
- 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[], int, int) - Static method in class org.apache.commons.compress.utils.ArchiveUtils
-
Check if buffer contents matches Ascii String.
- matchAsciiBuffer(String, byte[]) - 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.pack200.Pack200CompressorInputStream
-
Checks if the signature matches what is expected for a pack200
file (0xCAFED00D).
- 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
-
- 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
-
- 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 - Static variable in class org.apache.commons.compress.archivers.zip.UnsupportedZipFeatureException.Feature
-
The entry used an unsupported compression method.
- 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.
- 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_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(String) - Constructor for enum org.apache.commons.compress.archivers.sevenz.CLI.Mode
-
- 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.
- 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
-
- 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
-
- PACK200 - Static variable in class org.apache.commons.compress.compressors.CompressorStreamFactory
-
Constant (value "pack200") used to identify the PACK200 compression
algorithm.
- Pack200CompressorInputStream - Class in org.apache.commons.compress.compressors.pack200
-
An input stream that decompresses from the Pack200 format to be read
as any other stream.
- Pack200CompressorInputStream(InputStream) - Constructor for class org.apache.commons.compress.compressors.pack200.Pack200CompressorInputStream
-
Decompresses the given stream, caching the decompressed data in
memory.
- Pack200CompressorInputStream(InputStream, Pack200Strategy) - Constructor for class org.apache.commons.compress.compressors.pack200.Pack200CompressorInputStream
-
Decompresses the given stream using the given strategy to cache
the results.
- Pack200CompressorInputStream(InputStream, Map<String, String>) - Constructor for class org.apache.commons.compress.compressors.pack200.Pack200CompressorInputStream
-
Decompresses the given stream, caching the decompressed data in
memory and using the given properties.
- Pack200CompressorInputStream(InputStream, Pack200Strategy, Map<String, String>) - Constructor for class org.apache.commons.compress.compressors.pack200.Pack200CompressorInputStream
-
Decompresses the given stream using the given strategy to cache
the results and the given properties.
- Pack200CompressorInputStream(File) - Constructor for class org.apache.commons.compress.compressors.pack200.Pack200CompressorInputStream
-
Decompresses the given file, caching the decompressed data in
memory.
- Pack200CompressorInputStream(File, Pack200Strategy) - Constructor for class org.apache.commons.compress.compressors.pack200.Pack200CompressorInputStream
-
Decompresses the given file using the given strategy to cache
the results.
- Pack200CompressorInputStream(File, Map<String, String>) - Constructor for class org.apache.commons.compress.compressors.pack200.Pack200CompressorInputStream
-
Decompresses the given file, caching the decompressed data in
memory and using the given properties.
- Pack200CompressorInputStream(File, Pack200Strategy, Map<String, String>) - Constructor for class org.apache.commons.compress.compressors.pack200.Pack200CompressorInputStream
-
Decompresses the given file using the given strategy to cache
the results and the given properties.
- Pack200CompressorInputStream(InputStream, File, Pack200Strategy, Map<String, String>) - Constructor for class org.apache.commons.compress.compressors.pack200.Pack200CompressorInputStream
-
- Pack200CompressorOutputStream - Class in org.apache.commons.compress.compressors.pack200
-
An output stream that compresses using the Pack200 format.
- Pack200CompressorOutputStream(OutputStream) - Constructor for class org.apache.commons.compress.compressors.pack200.Pack200CompressorOutputStream
-
Compresses the given stream, caching the compressed data in
memory.
- Pack200CompressorOutputStream(OutputStream, Pack200Strategy) - Constructor for class org.apache.commons.compress.compressors.pack200.Pack200CompressorOutputStream
-
Compresses the given stream using the given strategy to cache
the results.
- Pack200CompressorOutputStream(OutputStream, Map<String, String>) - Constructor for class org.apache.commons.compress.compressors.pack200.Pack200CompressorOutputStream
-
Compresses the given stream, caching the compressed data in
memory and using the given properties.
- Pack200CompressorOutputStream(OutputStream, Pack200Strategy, Map<String, String>) - Constructor for class org.apache.commons.compress.compressors.pack200.Pack200CompressorOutputStream
-
Compresses the given stream using the given strategy to cache
the results and the given properties.
- Pack200Strategy - Enum in org.apache.commons.compress.compressors.pack200
-
The different modes the Pack200 streams can use to wrap input and
output.
- Pack200Strategy() - Constructor for enum org.apache.commons.compress.compressors.pack200.Pack200Strategy
-
- Pack200Utils - Class in org.apache.commons.compress.compressors.pack200
-
Utility methods for Pack200.
- Pack200Utils() - Constructor for class org.apache.commons.compress.compressors.pack200.Pack200Utils
-
- 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
-
- 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.DefaultBackingStoreSupplier - Class in org.apache.commons.compress.archivers.zip
-
- parameters - Variable in class org.apache.commons.compress.compressors.gzip.GzipCompressorInputStream
-
- 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, 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(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 - Class in org.apache.commons.compress.compressors.lz77support
-
- Parameters(int, int, int, int, int, int, int, boolean, int) - Constructor for class org.apache.commons.compress.compressors.lz77support.Parameters
-
- Parameters.Builder - Class in org.apache.commons.compress.compressors.lz77support
-
- 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, 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.
- 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.
- parsePaxHeaders(InputStream) - Method in class org.apache.commons.compress.archivers.tar.TarArchiveInputStream
-
- 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) - 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
-
- 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
-
- 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
-
- 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.SeekableInMemoryByteChannel
-
- position(long) - Method in class org.apache.commons.compress.utils.SeekableInMemoryByteChannel
-
- 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".
- 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[], int, int) - Method in class org.apache.commons.compress.compressors.lz4.BlockLZ4CompressorOutputStream
-
Adds some initial data to fill the window with.
- 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.
- 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.
- 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
-
- 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
-
- 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
-
- properties - Variable in class org.apache.commons.compress.compressors.pack200.Pack200CompressorOutputStream
-
- 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(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.
- putLong(byte[], int) - Method in class org.apache.commons.compress.archivers.zip.ZipLong
-
- 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.
- 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.
- 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
-
- 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
-
- 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(byte[]) - Constructor for class org.apache.commons.compress.utils.SeekableInMemoryByteChannel
-
Constructor taking a byte array.
- SeekableInMemoryByteChannel() - Constructor for class org.apache.commons.compress.utils.SeekableInMemoryByteChannel
-
Parameterless constructor - allocates internal buffer by itself.
- 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
-
- 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
-
- 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
-
- 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 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() - 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
-
- serviceLoaderIterator - Variable in 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
-
- 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.
- 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
-
Set 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
-
- 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
-
- 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.zip.ZipArchiveEntry
-
Sets the data offset.
- setDecompressConcatenated(boolean) - Method in class org.apache.commons.compress.compressors.CompressorStreamFactory
-
- 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
-
Set the device id.
- setDeviceMaj(long) - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveEntry
-
Set major device id.
- setDeviceMin(long) - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveEntry
-
Set 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.
- 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 filenames and the file comment.
- setEntryEncoding(String) - Method in class org.apache.commons.compress.archivers.ArchiveStreamFactory
-
- setExternalAttributes(long) - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
-
Sets the external file attributes.
- setExtra(byte[]) - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
-
- 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.
- 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(int) - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveSummary
-
Set the miscellaneous flags.
- setFlags(byte) - Method in class org.apache.commons.compress.archivers.zip.X5455_ExtendedTimestamp
-
Sets flags byte.
- 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
-
Set 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(long) - 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.
- setGroupName(String) - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
-
Set this entry's group name.
- 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
-
Set 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(Date) - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveEntry
-
Set the time the file was last modified.
- 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.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 filename.
- 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(long) - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveEntry
-
Set the mode of this entry (e.g.
- 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.
- 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(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
-
Set 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
-
Set 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
-
Set the remote device id.
- setRemoteDeviceMaj(long) - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveEntry
-
Set the remote major device id.
- setRemoteDeviceMin(long) - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveEntry
-
Set 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
-
Set 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(ZipEightByteInteger) - Method in class org.apache.commons.compress.archivers.zip.Zip64ExtendedInformationExtraField
-
The uncompressed size stored in this extra field.
- setSize(long) - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
-
Sets the uncompressed size of the entry data.
- setSizesAndOffsetFromZip64Extra(ZipArchiveEntry, int) - 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.
- 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
-
Set the time in seconds.
- 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
-
Set the user id.
- setUID(long) - Method in class org.apache.commons.compress.archivers.zip.X7875_NewUnix
-
Sets the UID.
- 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(long) - 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.
- 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, char[]) - Constructor for class org.apache.commons.compress.archivers.sevenz.SevenZFile
-
Reads a file as 7z archive
- SevenZFile(File, byte[]) - Constructor for class org.apache.commons.compress.archivers.sevenz.SevenZFile
-
- SevenZFile(SeekableByteChannel) - Constructor for class org.apache.commons.compress.archivers.sevenz.SevenZFile
-
Reads a SeekableByteChannel as 7z archive
- SevenZFile(SeekableByteChannel, char[]) - Constructor for class org.apache.commons.compress.archivers.sevenz.SevenZFile
-
Reads a SeekableByteChannel as 7z archive
- SevenZFile(SeekableByteChannel, String, char[]) - Constructor for class org.apache.commons.compress.archivers.sevenz.SevenZFile
-
Reads a SeekableByteChannel as 7z archive
- SevenZFile(SeekableByteChannel, String) - 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
-
- SevenZFile(SeekableByteChannel, String, byte[]) - Constructor for class org.apache.commons.compress.archivers.sevenz.SevenZFile
-
- SevenZFile(SeekableByteChannel, String, byte[], boolean) - Constructor for class org.apache.commons.compress.archivers.sevenz.SevenZFile
-
- SevenZFile(File) - Constructor for class org.apache.commons.compress.archivers.sevenz.SevenZFile
-
Reads a file as unencrypted 7z archive
- 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
-
- 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
-
- 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 addd a Zip64 extended information extra field to the
local file header.
- shouldBeReplaced(char) - Method in class org.apache.commons.compress.archivers.tar.TarArchiveOutputStream
-
- SIG_LENGTH - Static variable in class org.apache.commons.compress.compressors.pack200.Pack200CompressorInputStream
-
- 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).
- singleByteBuffer - Variable in class org.apache.commons.compress.archivers.zip.ZipFile.BoundedInputStream
-
- SINGLETON - Static variable in class org.apache.commons.compress.archivers.ArchiveStreamFactory
-
- 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.SeekableInMemoryByteChannel
-
- SIZE_BITS - Static variable in class org.apache.commons.compress.compressors.lz4.BlockLZ4CompressorInputStream
-
- 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 - 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(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.pack200.Pack200CompressorInputStream
-
- skip(long) - Method in class org.apache.commons.compress.compressors.xz.XZCompressorInputStream
-
- skip(long) - Method in class org.apache.commons.compress.utils.ChecksumCalculatingInputStream
-
- skip(long) - Method in class org.apache.commons.compress.utils.ChecksumVerifyingInputStream
-
- 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(long) - Method in class org.apache.commons.compress.utils.SkipShieldingInputStream
-
- 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
-
- 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
- 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
-
- 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.
- 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_THRESH - Static variable in class org.apache.commons.compress.compressors.bzip2.BlockSort
-
- smallBuf - Variable in class org.apache.commons.compress.archivers.tar.TarArchiveInputStream
-
- 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.
- sourcePayloadLength - Variable in class org.apache.commons.compress.archivers.zip.StreamCompressor
-
- 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.
- 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
-
- 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() - Method in class org.apache.commons.compress.compressors.deflate64.HuffmanDecoder.DecoderState
-
- state - Variable in class org.apache.commons.compress.compressors.deflate64.HuffmanDecoder.HuffmanCodes
-
- 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 - Variable in class org.apache.commons.compress.compressors.deflate64.HuffmanDecoder
-
- state() - Method in class org.apache.commons.compress.compressors.deflate64.HuffmanDecoder.UncompressedState
-
- state - Variable in class org.apache.commons.compress.compressors.lz4.BlockLZ4CompressorInputStream
-
Current state of the stream
- State() - Constructor for enum org.apache.commons.compress.compressors.lz4.BlockLZ4CompressorInputStream.State
-
- 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() - Constructor for enum org.apache.commons.compress.compressors.snappy.SnappyCompressorInputStream.State
-
- stop() - Method in class org.apache.commons.compress.compressors.pack200.StreamBridge
-
Closes input and output and releases all associated resources.
- 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
-
- streamBridge - Variable in class org.apache.commons.compress.compressors.pack200.Pack200CompressorInputStream
-
- streamBridge - Variable in class org.apache.commons.compress.compressors.pack200.Pack200CompressorOutputStream
-
- StreamBridge - Class in org.apache.commons.compress.compressors.pack200
-
Provides an InputStream to read all data written to this
OutputStream.
- StreamBridge(OutputStream) - Constructor for class org.apache.commons.compress.compressors.pack200.StreamBridge
-
- StreamBridge() - Constructor for class org.apache.commons.compress.compressors.pack200.StreamBridge
-
- streamCompressor - Variable in class org.apache.commons.compress.archivers.zip.ScatterZipOutputStream
-
- 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 - Variable in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
-
- 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
-
- streams - Variable in class org.apache.commons.compress.archivers.zip.ParallelScatterZipCreator
-
- 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<Object>) - 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 - 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
-
- 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.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.pack200.Pack200Strategy
-
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.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.pack200.Pack200Strategy
-
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
-
- 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(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).
- verifyChecksum(XXHash32, String) - Method in class org.apache.commons.compress.compressors.lz4.FramedLZ4CompressorInputStream
-
- 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
-
- 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 - 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_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
-
- 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, int) - Constructor for class org.apache.commons.compress.compressors.z.ZCompressorInputStream
-
- ZCompressorInputStream(InputStream) - 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.
- 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_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 - Enum in org.apache.commons.compress.archivers.zip
-
- Zip64Mode() - Constructor for enum org.apache.commons.compress.archivers.zip.Zip64Mode
-
- zip64Mode - Variable in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
-
- Zip64RequiredException - Exception in org.apache.commons.compress.archivers.zip
-
Exception thrown when attempting to write data that requires Zip64
support to an archive and
UseZip64
has been set to
Never
.
- Zip64RequiredException(String) - Constructor for exception org.apache.commons.compress.archivers.zip.Zip64RequiredException
-
- ZipArchiveEntry - Class in org.apache.commons.compress.archivers.zip
-
Extension that adds better handling of extra fields and provides
access to the internal and external file attributes.
- ZipArchiveEntry(String) - Constructor for class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
-
Creates a new zip entry with the specified name.
- ZipArchiveEntry(ZipEntry) - Constructor for class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
-
Creates a new zip entry with fields taken from the specified zip entry.
- ZipArchiveEntry(ZipArchiveEntry) - Constructor for class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
-
Creates a new zip entry with fields taken from the specified zip entry.
- 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 - Variable in class org.apache.commons.compress.archivers.zip.ZipArchiveEntryRequest
-
- ZipArchiveEntry.CommentSource - Enum in org.apache.commons.compress.archivers.zip
-
Indicates how the comment of this entry has been determined.
- 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
-
- 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.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(OutputStream) - Constructor for class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
-
Creates a new ZIP OutputStream filtering the underlying stream.
- ZipArchiveOutputStream(File) - Constructor for class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
-
Creates a new ZIP OutputStream writing to a File.
- ZipArchiveOutputStream(SeekableByteChannel) - Constructor for class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
-
Creates a new ZIP OutputStream writing to a SeekableByteChannel.
- 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(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.
- 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.
- zipEncoding - Variable in class org.apache.commons.compress.archivers.cpio.CpioArchiveInputStream
-
The encoding to use for filenames and labels.
- zipEncoding - Variable in class org.apache.commons.compress.archivers.cpio.CpioArchiveOutputStream
-
The encoding to use for filenames and labels.
- zipEncoding - Variable in class org.apache.commons.compress.archivers.dump.DumpArchiveInputStream
-
The encoding to use for filenames 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.zip.ZipArchiveInputStream
-
The zip encoding to use for filenames and the file comment.
- zipEncoding - Variable in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
-
The zip encoding to use for filenames and the file comment.
- ZipEncoding - Interface in org.apache.commons.compress.archivers.zip
-
An interface for encoders that do a pretty encoding of ZIP
filenames.
- zipEncoding - Variable in class org.apache.commons.compress.archivers.zip.ZipFile
-
The zip encoding to use for filenames and the file comment.
- ZipEncodingHelper - Class in org.apache.commons.compress.archivers.zip
-
Static helper functions for robustly encoding filenames in zip files.
- ZipEncodingHelper() - Constructor for class org.apache.commons.compress.archivers.zip.ZipEncodingHelper
-
- ZipExtraField - Interface in org.apache.commons.compress.archivers.zip
-
General format of extra field data.
- 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(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(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(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
-
- ZipFile.BoundedFileChannelInputStream - Class in org.apache.commons.compress.archivers.zip
-
Lock-free implementation of BoundedInputStream.
- ZipFile.BoundedInputStream - Class in org.apache.commons.compress.archivers.zip
-
InputStream that delegates requests to the underlying
SeekableByteChannel, making sure that only bytes from a certain
range can be read.
- 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(long) - Constructor for class org.apache.commons.compress.archivers.zip.ZipLong
-
Create instance from a number.
- ZipLong(int) - Constructor for class org.apache.commons.compress.archivers.zip.ZipLong
-
create instance from a java int.
- 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.
- 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(int) - Constructor for class org.apache.commons.compress.archivers.zip.ZipShort
-
Create instance from a number.
- ZipShort(byte[]) - Constructor for class org.apache.commons.compress.archivers.zip.ZipShort
-
Create instance from bytes.
- ZipShort(byte[], int) - Constructor for class org.apache.commons.compress.archivers.zip.ZipShort
-
Create instance from the two bytes starting at offset.
- 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
-
- 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.