- 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 
- canEncode(String) - Method in interface org.apache.commons.compress.archivers.zip.ZipEncoding
- 
Check, whether the given string may be losslessly encoded using this
 encoding. 
- 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. 
- CFH_SIG - Static variable in class org.apache.commons.compress.archivers.zip.ZipLong
- 
Central File Header Signature 
- 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 
- 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
-  
- 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. 
- 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
-  
- CHECKSUM - Static variable in class org.apache.commons.compress.archivers.dump.DumpArchiveConstants
-  
- ChecksumCalculatingInputStream - Class in org.apache.commons.compress.utils
- 
A stream that calculates the checksum of the data read. 
- ChecksumCalculatingInputStream(Checksum, InputStream) - Constructor for class org.apache.commons.compress.utils.ChecksumCalculatingInputStream
-  
- 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
-  
- 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. 
- clearBitCache() - Method in class org.apache.commons.compress.utils.BitInputStream
- 
- clearExtraPaxHeaders() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
- 
clear all extra PAX headers. 
- CLI - Class in org.apache.commons.compress.archivers.sevenz
-  
- CLI() - Constructor for class org.apache.commons.compress.archivers.sevenz.CLI
-  
- 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.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.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.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.brotli.BrotliCompressorInputStream
-  
- 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.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.compressors.zstandard.ZstdCompressorInputStream
-  
- close() - Method in class org.apache.commons.compress.compressors.zstandard.ZstdCompressorOutputStream
-  
- 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
-  
- 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. 
- 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
- 
- CloseShieldFilterInputStream(InputStream) - Constructor for class org.apache.commons.compress.utils.CloseShieldFilterInputStream
-  
- 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. 
- 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
-  
- CompressorOutputStream - Class in org.apache.commons.compress.compressors
-  
- CompressorOutputStream() - Constructor for class org.apache.commons.compress.compressors.CompressorOutputStream
-  
- CompressorStreamFactory - Class in org.apache.commons.compress.compressors
- 
 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
- 
- computeCheckSum(byte[]) - Static method in class org.apache.commons.compress.archivers.tar.TarUtils
- 
Compute the checksum of a tar entry header. 
- 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 
- copyRawEntries(ZipArchiveOutputStream, ZipArchiveEntryPredicate) - Method in class org.apache.commons.compress.archivers.zip.ZipFile
- 
Transfer selected entries from this zipfile to a given #ZipArchiveOutputStream. 
- 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(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
-  
- 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
-  
- 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. 
- 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
-  
- create(String, File, File) - Method in class org.apache.commons.compress.archivers.examples.Archiver
- 
Creates an archive targetusing the formatformatby recursively including all files and directories indirectory.
 
- create(String, OutputStream, File) - Method in class org.apache.commons.compress.archivers.examples.Archiver
- 
Creates an archive targetusing the formatformatby recursively including all files and directories indirectory.
 
- create(String, SeekableByteChannel, File) - Method in class org.apache.commons.compress.archivers.examples.Archiver
- 
Creates an archive targetusing the formatformatby recursively including all files and directories indirectory.
 
- create(ArchiveOutputStream, File) - Method in class org.apache.commons.compress.archivers.examples.Archiver
- 
Creates an archive targetby recursively including all
 files and directories indirectory.
 
- create(SevenZOutputFile, File) - Method in class org.apache.commons.compress.archivers.examples.Archiver
- 
Creates an archive targetby recursively including all
 files and directories indirectory.
 
- 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. 
- 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. 
- 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
- 
- 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. 
- createExtraField(ZipShort) - Static method in class org.apache.commons.compress.archivers.zip.ExtraFieldUtils
- 
- 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. 
- createZipArchiveEntryRequest(ZipArchiveEntry, InputStreamSupplier) - Static method in class org.apache.commons.compress.archivers.zip.ZipArchiveEntryRequest
- 
Create a ZipArchiveEntryRequest 
- 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. 
- FILE_FLAG - Static variable in interface org.apache.commons.compress.archivers.zip.UnixStat
- 
Indicates plain files. 
- FILE_TYPE_FLAG - Static variable in interface org.apache.commons.compress.archivers.zip.UnixStat
- 
Bits used to indicate the filesystem object type. 
- 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
-  
- 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. 
- 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
-  
- 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. 
- finish() - Method in class org.apache.commons.compress.archivers.ar.ArArchiveOutputStream
-  
- finish() - Method in class org.apache.commons.compress.archivers.ArchiveOutputStream
- 
Finishes the addition of entries to this stream, without closing it. 
- finish() - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveOutputStream
- 
Finishes writing the contents of the CPIO output stream without closing
 the underlying stream. 
- finish() - Method in class org.apache.commons.compress.archivers.sevenz.SevenZOutputFile
- 
Finishes the addition of entries to this archive, without closing it. 
- finish() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveOutputStream
- 
Ends the TAR archive without closing the underlying OutputStream. 
- finish() - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
- 
Finishes the addition of entries to this stream, without closing it. 
- finish() - Method in class org.apache.commons.compress.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.zip.ZipArchiveOutputStream
- 
indicates if this archive is finished. 
- 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 
- 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 LZMAOutputStreamdoesn'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.compressors.zstandard.ZstdCompressorOutputStream
-  
- flush() - Method in class org.apache.commons.compress.utils.FlushShieldFilterOutputStream
-  
- flushBlock() - Method in class org.apache.commons.compress.utils.FixedLengthBlockOutputStream
- 
Potentially pads and then writes the current block to the underlying stream. 
- FlushShieldFilterOutputStream - Class in org.apache.commons.compress.utils
- 
- FlushShieldFilterOutputStream(OutputStream) - Constructor for class org.apache.commons.compress.utils.FlushShieldFilterOutputStream
-  
- 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. 
- formatCheckSumOctalBytes(long, byte[], int, int) - Static method in class org.apache.commons.compress.archivers.tar.TarUtils
- 
Writes an octal value into a buffer. 
- 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. 
- 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
- 
- 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
-  
- 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
-  
- 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 
- 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
-  
- 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. 
- 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.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.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
-  
- 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
- 
- getCharset() - Method in interface org.apache.commons.compress.archivers.zip.CharsetAccessor
- 
Provides access to the character set associated with an object. 
- 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. 
- 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.ZipArchiveInputStream
-  
- getCompressedCount() - Method in class org.apache.commons.compress.compressors.brotli.BrotliCompressorInputStream
-  
- 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 class org.apache.commons.compress.compressors.zstandard.ZstdCompressorInputStream
-  
- getCompressedCount() - Method in interface org.apache.commons.compress.utils.InputStreamStatistics
-  
- 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.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. 
- 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.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 
- 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. 
- 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. 
- 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. 
- 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 nullif no entry by
 that name exists.
 
- getEntryEncoding() - Method in class org.apache.commons.compress.archivers.ArchiveStreamFactory
- 
Returns the encoding to use for arj, jar, zip, dump, cpio and tar
 files, or null for the archiver default. 
- 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. 
- 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. 
- 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. 
- 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. 
- 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. 
- getIno() - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveEntry
- 
Returns the ino of the entry. 
- getInode() - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveEntry
- 
Set the inode. 
- 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 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 
- getInstance() - Static method in class org.apache.commons.compress.archivers.zip.JarMarker
- 
Since JarMarker is stateless we can always use the same instance. 
- 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
- 
- 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
-  
- 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 
- 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.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.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. 
- 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
-  
- 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. 
- 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() - Method in class org.apache.commons.compress.archivers.sevenz.SevenZMethodConfiguration
- 
The specified options. 
- 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
-  
- 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. 
- 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 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 
- 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.DumpArchiveEntry
- 
Get the type of the entry. 
- 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.ZipArchiveInputStream
-  
- 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
-  
- 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. 
- getUnparseableExtraFieldData() - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
- 
Looks up extra field data that couldn't be parsed correctly. 
- 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.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.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
-  
- 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
-  
- GIDLEN - Static variable in interface org.apache.commons.compress.archivers.tar.TarConstants
- 
The length of the group id field in a header buffer. 
- 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. 
- 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. 
- ID - Static variable in class org.apache.commons.compress.archivers.zip.ResourceAlignmentExtraField
- 
Extra field id used for storing alignment and padding. 
- in - Variable in class org.apache.commons.compress.compressors.lzw.LZWInputStream
-  
- incrementCodeSize() - Method in class org.apache.commons.compress.compressors.lzw.LZWInputStream
-  
- 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. 
- 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. 
- 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 
- 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. 
- 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. 
- isBrotliCompressionAvailable() - Static method in class org.apache.commons.compress.compressors.brotli.BrotliUtils
- 
Are the classes required to support Brotli compression available? 
- 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? 
- isCompressed() - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveSummary
- 
Is this volume compressed? N.B., individual blocks may or may not be compressed. 
- isCompressedFilename(String) - Static method in class org.apache.commons.compress.compressors.bzip2.BZip2Utils
- 
Detects common bzip2 suffixes in the given 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() - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveEntry
- 
Has this file been deleted? (On valid on incremental dumps.) 
- 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() - 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.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() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
- 
Indicates in case of an oldgnu sparse file if an extension
 sparse header follows. 
- isExtended() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveSparseEntry
-  
- isExtendedAttributes() - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveSummary
- 
Does this volume 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" 
- 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 
- 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. 
- 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
-  
- 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. 
- isRegularFile() - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveEntry
- 
Check if this entry represents a regular file. 
- 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). 
- 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() - 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. 
- 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. 
- isXZCompressionAvailable() - Static method in class org.apache.commons.compress.compressors.xz.XZUtils
- 
Are the classes required to support XZ compression available? 
- isZstdCompressionAvailable() - Static method in class org.apache.commons.compress.compressors.zstandard.ZstdUtils
- 
Are the classes required to support Zstandard compression available? 
- Iterators - Class in org.apache.commons.compress.utils
- 
Iterator utilities. 
- MAC_OS - Static variable in class org.apache.commons.compress.archivers.arj.ArjArchiveEntry.HostOs
-  
- 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
-  
- 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.brotli.BrotliCompressorInputStream
-  
- mark(int) - Method in class org.apache.commons.compress.compressors.pack200.Pack200CompressorInputStream
-  
- mark(int) - Method in class org.apache.commons.compress.compressors.zstandard.ZstdCompressorInputStream
-  
- 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.brotli.BrotliCompressorInputStream
-  
- markSupported() - Method in class org.apache.commons.compress.compressors.pack200.Pack200CompressorInputStream
-  
- markSupported() - Method in class org.apache.commons.compress.compressors.zstandard.ZstdCompressorInputStream
-  
- 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. 
- matches(byte[], int) - Static method in class org.apache.commons.compress.compressors.zstandard.ZstdUtils
- 
Checks if the signature matches what is expected for a Zstandard file. 
- MAX_BLOCKSIZE - Static variable in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorOutputStream
- 
The maximum supported blocksize == 9.
 
- MAX_NAMELEN - Static variable in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
- 
Maximum length of a user's name in the tar file 
- 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). 
- 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). 
- 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
-  
- mergeCentralDirectoryData(ZipExtraField[]) - Static method in class org.apache.commons.compress.archivers.zip.ExtraFieldUtils
- 
Merges the central directory fields of the given ZipExtraFields. 
- mergeLocalFileDataData(ZipExtraField[]) - Static method in class org.apache.commons.compress.archivers.zip.ExtraFieldUtils
- 
Merges the local file data fields of the given ZipExtraFields. 
- METHOD - Static variable in class org.apache.commons.compress.archivers.zip.UnsupportedZipFeatureException.Feature
- 
The entry used an unsupported compression method. 
- MILLIS_PER_SECOND - Static variable in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
- 
Convert millis to seconds 
- MIN_BLOCKSIZE - Static variable in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorOutputStream
- 
The minimum supported blocksize == 1.
 
- MODELEN - Static variable in interface org.apache.commons.compress.archivers.tar.TarConstants
- 
The length of the mode field in a header buffer. 
- 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. 
- MODTIMELEN - Static variable in interface org.apache.commons.compress.archivers.tar.TarConstants
- 
The length of the modification time field in a header buffer. 
- 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. 
- 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. 
- Pack200Utils - Class in org.apache.commons.compress.compressors.pack200
- 
Utility methods for Pack200. 
- 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. 
- 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 
- 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.Builder - Class in org.apache.commons.compress.compressors.lz77support
- 
- 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. 
- 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. 
- 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. 
- 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. 
- 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. 
- PERM_MASK - Static variable in interface org.apache.commons.compress.archivers.zip.UnixStat
- 
Bits used for permissions (and sticky bit) 
- 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_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
-  
- position() - Method in class org.apache.commons.compress.utils.SeekableInMemoryByteChannel
-  
- position(long) - Method in class org.apache.commons.compress.utils.SeekableInMemoryByteChannel
-  
- 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. 
- 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. 
- PRIMOS - Static variable in class org.apache.commons.compress.archivers.arj.ArjArchiveEntry.HostOs
-  
- 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. 
- 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. 
- 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. 
- ScatterGatherBackingStore - Interface in org.apache.commons.compress.parallel
- 
Store intermediate payload in a scatter-gather scenario. 
- ScatterGatherBackingStoreSupplier - Interface in org.apache.commons.compress.parallel
- 
- ScatterStatistics - Class in org.apache.commons.compress.archivers.zip
- 
Provides information about a scatter compression run. 
- 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
-  
- SeekableInMemoryByteChannel - Class in org.apache.commons.compress.utils
- 
- 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. 
- ServiceLoaderIterator<E> - Class in org.apache.commons.compress.utils
- 
Iterates all services for a given class through the standard
  ServiceLoader mechanism. 
- ServiceLoaderIterator(Class<E>) - Constructor for class org.apache.commons.compress.utils.ServiceLoaderIterator
-  
- ServiceLoaderIterator(Class<E>, ClassLoader) - Constructor for class org.apache.commons.compress.utils.ServiceLoaderIterator
-  
- setAccessDate(long) - Method in class org.apache.commons.compress.archivers.sevenz.SevenZArchiveEntry
- 
Sets the access date using NTFS time (100 nanosecond units
 since 1 January 1601) 
- setAccessDate(Date) - Method in class org.apache.commons.compress.archivers.sevenz.SevenZArchiveEntry
- 
Sets the access date, 
- setAccessJavaTime(Date) - Method in class org.apache.commons.compress.archivers.zip.X000A_NTFS
- 
Sets the access time as a java.util.Date
 of this zip entry. 
- setAccessJavaTime(Date) - Method in class org.apache.commons.compress.archivers.zip.X5455_ExtendedTimestamp
- 
 Sets the access time as a java.util.Date
 of this zip entry. 
- setAccessTime(Date) - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveEntry
- 
Set the time the file was last accessed. 
- setAccessTime(ZipEightByteInteger) - Method in class org.apache.commons.compress.archivers.zip.X000A_NTFS
- 
Sets the File last access time of this zip entry using a
 ZipEightByteInteger object. 
- setAccessTime(ZipLong) - Method in class org.apache.commons.compress.archivers.zip.X5455_ExtendedTimestamp
- 
 Sets the access time (seconds since epoch) of this zip entry
 using a ZipLong object 
- setAddPaxHeadersForNonAsciiNames(boolean) - Method in class org.apache.commons.compress.archivers.tar.TarArchiveOutputStream
- 
Whether to add a PAX extension header for non-ASCII file names. 
- setAlignment(int) - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
- 
Sets alignment for this entry. 
- setAntiItem(boolean) - Method in class org.apache.commons.compress.archivers.sevenz.SevenZArchiveEntry
- 
Sets whether this is an "anti-item" used in differential backups,
 meaning it should delete the same file from a previous backup. 
- setAtEOF(boolean) - Method in class org.apache.commons.compress.archivers.tar.TarArchiveInputStream
-  
- setBigNumberMode(int) - Method in class org.apache.commons.compress.archivers.tar.TarArchiveOutputStream
- 
Set the big number mode. 
- setCacheBrotliAvailablity(boolean) - Static method in class org.apache.commons.compress.compressors.brotli.BrotliUtils
- 
Whether to cache the result of the Brotli for Java check. 
- 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. 
- setCacheZstdAvailablity(boolean) - Static method in class org.apache.commons.compress.compressors.zstandard.ZstdUtils
- 
Whether to cache the result of the Zstandard 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. 
- 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
- 
- 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. 
- 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. 
- 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. 
- 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. 
- 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 
- 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. 
- 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. 
- 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_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(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. 
- 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. 
- ShortFileException - Exception in org.apache.commons.compress.archivers.dump
- 
Short File Exception. 
- ShortFileException() - Constructor for exception org.apache.commons.compress.archivers.dump.ShortFileException
-  
- 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). 
- 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). 
- size() - Method in class org.apache.commons.compress.utils.SeekableInMemoryByteChannel
-  
- 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(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.tar.TarArchiveInputStream
- 
Skips over and discards nbytes 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
- 
Skips over and discards value bytes of data from this input
 stream. 
- skip(long) - Method in class org.apache.commons.compress.compressors.brotli.BrotliCompressorInputStream
-  
- 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.compressors.zstandard.ZstdCompressorInputStream
-  
- 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_KEY - Static variable in class org.apache.commons.compress.archivers.zip.ExtraFieldUtils.UnparseableExtraField
- 
Key for "skip" action. 
- SkipShieldingInputStream - Class in org.apache.commons.compress.utils
- 
- SkipShieldingInputStream(InputStream) - Constructor for class org.apache.commons.compress.utils.SkipShieldingInputStream
-  
- 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. 
- 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. 
- 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. 
- 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. 
- 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. 
- STORED - Static variable in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
- 
Compression method for stored entries. 
- StreamCompressor - Class in org.apache.commons.compress.archivers.zip
- 
Encapsulates a  Deflater and crc calculator, handling multiple types of output streams. 
- 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. 
- submit(Callable<Object>) - Method in class org.apache.commons.compress.archivers.zip.ParallelScatterZipCreator
- 
Submit a callable for compression. 
- supplier - Variable in class org.apache.commons.compress.compressors.lz77support.AbstractLZ77CompressorInputStream
- 
- 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.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. 
- 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
- 
- 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.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 - Class in org.apache.commons.compress.archivers.zip
- 
A Thread-safe representation of a ZipArchiveEntry that is used to add entries to parallel archives. 
- 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 
- 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.UnicodeExtraFieldPolicy - Class in org.apache.commons.compress.archivers.zip
- 
enum that represents the possible policies for creating Unicode
 extra fields. 
- 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 - Interface in org.apache.commons.compress.archivers.zip
- 
An interface for encoders that do a pretty encoding of ZIP
 filenames. 
- 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. 
- 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. 
- 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 
- 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. 
- 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
-  
- ZSTANDARD - Static variable in class org.apache.commons.compress.compressors.CompressorStreamFactory
- 
Constant (value "zstd") used to identify the Zstandard compression
 algorithm. 
- ZstdCompressorInputStream - Class in org.apache.commons.compress.compressors.zstandard
- 
- ZstdCompressorInputStream(InputStream) - Constructor for class org.apache.commons.compress.compressors.zstandard.ZstdCompressorInputStream
-  
- ZstdCompressorOutputStream - Class in org.apache.commons.compress.compressors.zstandard
- 
- ZstdCompressorOutputStream(OutputStream, int, boolean, boolean) - Constructor for class org.apache.commons.compress.compressors.zstandard.ZstdCompressorOutputStream
- 
Wraps the given stream into a zstd-jni ZstdOutputStream. 
- ZstdCompressorOutputStream(OutputStream, int, boolean) - Constructor for class org.apache.commons.compress.compressors.zstandard.ZstdCompressorOutputStream
- 
Wraps the given stream into a zstd-jni ZstdOutputStream using the default value for useChecksum.
 
- ZstdCompressorOutputStream(OutputStream, int) - Constructor for class org.apache.commons.compress.compressors.zstandard.ZstdCompressorOutputStream
- 
Wraps the given stream into a zstd-jni ZstdOutputStream using the default values for closeFrameOnFlushanduseChecksum.
 
- ZstdCompressorOutputStream(OutputStream) - Constructor for class org.apache.commons.compress.compressors.zstandard.ZstdCompressorOutputStream
- 
Wraps the given stream into a zstd-jni ZstdOutputStream using the default values for level,closeFrameOnFlushanduseChecksum.
 
- ZstdUtils - Class in org.apache.commons.compress.compressors.zstandard
- 
Utility code for the Zstandard compression format.