Index

A B C D E F G H I J K L M N O P R S T U V W X Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

AbstractLZ77CompressorInputStream - Class in org.apache.commons.compress.compressors.lz77support
Encapsulates code common to LZ77 decompressors.
AbstractLZ77CompressorInputStream(InputStream, int) - Constructor for class org.apache.commons.compress.compressors.lz77support.AbstractLZ77CompressorInputStream
Creates a new LZ77 input stream.
AbstractUnicodeExtraField - Class in org.apache.commons.compress.archivers.zip
A common base class for Unicode extra information extra fields.
AbstractUnicodeExtraField() - Constructor for class org.apache.commons.compress.archivers.zip.AbstractUnicodeExtraField
Constructs a new instance.
AbstractUnicodeExtraField(String, byte[]) - Constructor for class org.apache.commons.compress.archivers.zip.AbstractUnicodeExtraField
Assemble as unicode extension from the name/comment and encoding of the original ZIP entry.
AbstractUnicodeExtraField(String, byte[], int, int) - Constructor for class org.apache.commons.compress.archivers.zip.AbstractUnicodeExtraField
Assemble as unicode extension from the name/comment and encoding of the original ZIP entry.
ACC_ABSTRACT - Static variable in class org.apache.commons.compress.harmony.unpack200.AttributeLayout
"ACC_ABSTRACT"
ACC_ANNOTATION - Static variable in class org.apache.commons.compress.harmony.unpack200.AttributeLayout
"ACC_ANNOTATION"
ACC_ENUM - Static variable in class org.apache.commons.compress.harmony.unpack200.AttributeLayout
"ACC_ENUM"
ACC_FINAL - Static variable in class org.apache.commons.compress.harmony.unpack200.AttributeLayout
"ACC_FINAL"
ACC_INTERFACE - Static variable in class org.apache.commons.compress.harmony.unpack200.AttributeLayout
"ACC_INTERFACE"
ACC_NATIVE - Static variable in class org.apache.commons.compress.harmony.unpack200.AttributeLayout
"ACC_NATIVE"
ACC_PRIVATE - Static variable in class org.apache.commons.compress.harmony.unpack200.AttributeLayout
"ACC_PRIVATE"
ACC_PROTECTED - Static variable in class org.apache.commons.compress.harmony.unpack200.AttributeLayout
"ACC_PROTECTED"
ACC_PUBLIC - Static variable in class org.apache.commons.compress.harmony.unpack200.AttributeLayout
"ACC_PUBLIC"
ACC_STATIC - Static variable in class org.apache.commons.compress.harmony.unpack200.AttributeLayout
"ACC_STATIC"
ACC_STRICT - Static variable in class org.apache.commons.compress.harmony.unpack200.AttributeLayout
"ACC_STRICT"
ACC_SYNCHRONIZED - Static variable in class org.apache.commons.compress.harmony.unpack200.AttributeLayout
"ACC_SYNCHRONIZED"
ACC_SYNTHETIC - Static variable in class org.apache.commons.compress.harmony.unpack200.AttributeLayout
"ACC_SYNTHETIC"
ACC_TRANSIENT - Static variable in class org.apache.commons.compress.harmony.unpack200.AttributeLayout
"ACC_TRANSIENT"
ACC_VOLATILE - Static variable in class org.apache.commons.compress.harmony.unpack200.AttributeLayout
"ACC_VOLATILE"
accept(int) - Method in interface org.apache.commons.compress.utils.ByteUtils.ByteConsumer
The contract is similar to OutputStream.write(int), consume the lower eight bytes of the int as a byte.
accept(int) - Method in class org.apache.commons.compress.utils.ByteUtils.OutputStreamByteConsumer
 
accept(Closeable) - Method in interface org.apache.commons.compress.archivers.examples.CloseableConsumer
Callback that is informed about a Closeable resource that has been wrapped around a passed in stream or channel by Expander or Archiver when Expander or Archiver no longer need them.
accept(LZ77Compressor.Block) - Method in interface org.apache.commons.compress.compressors.lz77support.LZ77Compressor.Callback
Consumes a block.
ACCESS_TIME_BIT - Static variable in class org.apache.commons.compress.archivers.zip.X5455_ExtendedTimestamp
The bit set inside the flags by when the lasr access time is present in this extra field.
accessFlags - Variable in class org.apache.commons.compress.harmony.unpack200.bytecode.ClassFile
 
add(int) - Method in class org.apache.commons.compress.harmony.pack200.IntList
Adds the specified object at the end of this IntList.
add(int, int) - Method in class org.apache.commons.compress.harmony.pack200.IntList
 
add(int, long) - Static method in class org.apache.commons.compress.utils.ExactMath
Returns the int result of adding an int and a long, and throws an exception if the result overflows an int.
add(E, InputStream) - Method in class org.apache.commons.compress.changes.ChangeSet
Adds a new archive entry to the archive.
add(E, InputStream, boolean) - Method in class org.apache.commons.compress.changes.ChangeSet
Adds a new archive entry to the archive.
add(AttributeLayout) - Method in class org.apache.commons.compress.harmony.unpack200.AttributeLayoutMap
 
add(AttributeLayout, NewAttributeBands) - Method in class org.apache.commons.compress.harmony.unpack200.AttributeLayoutMap
 
add(ClassFileEntry) - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.ClassConstantPool
 
addAll(Collection<T>, Iterator<? extends T>) - Static method in class org.apache.commons.compress.utils.Iterators
Adds all the elements in the source iterator to the target collection.
addAll(IntList) - Method in class org.apache.commons.compress.harmony.pack200.IntList
 
addAnnotation(int, String, boolean, List<String>, List<String>, List<Object>, List<Integer>, List<String>, List<String>, List<Integer>) - Method in class org.apache.commons.compress.harmony.pack200.ClassBands
 
addAnnotation(String, List<String>, List<String>, List<Object>, List<Integer>, List<String>, List<String>, List<Integer>) - Method in class org.apache.commons.compress.harmony.pack200.MetadataBandGroup
Add an annotation to this set of bands
addAnnotationDefault(List<String>, List<String>, List<Object>, List<Integer>, List<String>, List<String>, List<Integer>) - Method in class org.apache.commons.compress.harmony.pack200.ClassBands
 
addArchiveEntry(ZipArchiveEntryRequest) - Method in class org.apache.commons.compress.archivers.zip.ScatterZipOutputStream
Adds an archive entry to this scatter stream.
addArchiveEntry(ZipArchiveEntryRequestSupplier) - Method in class org.apache.commons.compress.archivers.zip.ParallelScatterZipCreator
Adds an archive entry to this archive.
addArchiveEntry(ZipArchiveEntry, InputStreamSupplier) - Method in class org.apache.commons.compress.archivers.zip.ParallelScatterZipCreator
Adds an archive entry to this archive.
addAsFirstExtraField(ZipExtraField) - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
Adds an extra field - replacing an already present extra field of the same type.
addAttribute(NewAttribute) - Method in class org.apache.commons.compress.harmony.pack200.NewAttributeBands
 
addAttribute(Attribute) - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.CodeAttribute
 
addAttributeToBand(NewAttribute, InputStream) - Method in interface org.apache.commons.compress.harmony.pack200.NewAttributeBands.AttributeLayoutElement
 
addAttributeToBand(NewAttribute, InputStream) - Method in class org.apache.commons.compress.harmony.pack200.NewAttributeBands.Call
 
addAttributeToBand(NewAttribute, InputStream) - Method in class org.apache.commons.compress.harmony.pack200.NewAttributeBands.Callable
 
addAttributeToBand(NewAttribute, InputStream) - Method in class org.apache.commons.compress.harmony.pack200.NewAttributeBands.Integral
 
addAttributeToBand(NewAttribute, InputStream) - Method in class org.apache.commons.compress.harmony.pack200.NewAttributeBands.Reference
 
addAttributeToBand(NewAttribute, InputStream) - Method in class org.apache.commons.compress.harmony.pack200.NewAttributeBands.Replication
 
addAttributeToBand(NewAttribute, InputStream) - Method in class org.apache.commons.compress.harmony.pack200.NewAttributeBands.Union
 
addAttributeToBand(NewAttribute, InputStream) - Method in class org.apache.commons.compress.harmony.pack200.NewAttributeBands.UnionCase
 
addBackwardsCall() - Method in class org.apache.commons.compress.harmony.pack200.NewAttributeBands.Callable
 
addBCIndex(int, int) - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.NewAttribute
 
addBCLength(int, int) - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.NewAttribute
 
addBCOffset(int, int) - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.NewAttribute
 
addClass(int, int, String, String, String, String[]) - Method in class org.apache.commons.compress.harmony.pack200.ClassBands
 
addClassAttribute(NewAttribute) - Method in class org.apache.commons.compress.harmony.pack200.ClassBands
 
addClassAttributeAction(String, String) - Method in class org.apache.commons.compress.harmony.pack200.PackingOptions
 
addCode() - Method in class org.apache.commons.compress.harmony.pack200.ClassBands
 
addCodeAttribute(NewAttribute) - Method in class org.apache.commons.compress.harmony.pack200.ClassBands
 
addCodeAttributeAction(String, String) - Method in class org.apache.commons.compress.harmony.pack200.PackingOptions
 
addContext(int) - Method in class org.apache.commons.compress.harmony.pack200.NewAttribute
 
addCount(int) - Method in class org.apache.commons.compress.harmony.unpack200.NewAttributeBands.Callable
Adds the count of a call to this callable (ie the number of calls)
addCPClass(String) - Method in class org.apache.commons.compress.harmony.pack200.CpBands
 
addEnclosingMethod(String, String, String) - Method in class org.apache.commons.compress.harmony.pack200.ClassBands
 
addEntry(int, byte) - Method in class org.apache.commons.compress.compressors.lzw.LZWInputStream
Add a new entry to the dictionary.
addEntry(int, byte) - Method in class org.apache.commons.compress.compressors.z.ZCompressorInputStream
Add a new entry to the dictionary.
addEntry(int, byte, int) - Method in class org.apache.commons.compress.compressors.lzw.LZWInputStream
Adds a new entry if the maximum table size hasn't been exceeded and returns the new index.
addExtraField(ZipExtraField) - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
Adds an extra field - replacing an already present extra field of the same type.
addField(int, String, String, String, Object) - Method in class org.apache.commons.compress.harmony.pack200.ClassBands
 
addFieldAttribute(NewAttribute) - Method in class org.apache.commons.compress.harmony.pack200.ClassBands
 
addFieldAttributeAction(String, String) - Method in class org.apache.commons.compress.harmony.pack200.PackingOptions
 
addHandler(Label, Label, Label, String) - Method in class org.apache.commons.compress.harmony.pack200.ClassBands
 
addInnerClass(String, String, String, int) - Method in class org.apache.commons.compress.harmony.pack200.IcBands
 
addInnerClassesEntry(CPClass, CPClass, CPUTF8, int) - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.InnerClassesAttribute
 
addInteger(int, long) - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.NewAttribute
 
addLineNumber(int, Label) - Method in class org.apache.commons.compress.harmony.pack200.ClassBands
 
addLocalVariable(String, String, String, Label, Label, int) - Method in class org.apache.commons.compress.harmony.pack200.ClassBands
 
addMajorVersion(int) - Method in class org.apache.commons.compress.harmony.pack200.SegmentHeader
 
addMaxStack(int, int) - Method in class org.apache.commons.compress.harmony.pack200.ClassBands
 
addMethod(int, String, String, String, String[]) - Method in class org.apache.commons.compress.harmony.pack200.ClassBands
 
addMethodAttribute(NewAttribute) - Method in class org.apache.commons.compress.harmony.pack200.ClassBands
 
addMethodAttributeAction(String, String) - Method in class org.apache.commons.compress.harmony.pack200.PackingOptions
 
addNestedEntries() - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.ClassConstantPool
 
addNextToAttribute(NewAttribute) - Method in class org.apache.commons.compress.harmony.unpack200.NewAttributeBands.Callable
Used by calls when adding band contents to attributes, so they don't have to keep track of the internal index of the callable.
addParameterAnnotation(int, int[], IntList, List<String>, List<String>, List<String>, List<Object>, List<Integer>, List<String>, List<String>, List<Integer>) - Method in class org.apache.commons.compress.harmony.pack200.MetadataBandGroup
Add an annotation to this set of bands.
addParameterAnnotation(int, String, boolean, List<String>, List<String>, List<Object>, List<Integer>, List<String>, List<String>, List<Integer>) - Method in class org.apache.commons.compress.harmony.pack200.ClassBands
 
addPassFile(String) - Method in class org.apache.commons.compress.harmony.pack200.PackingOptions
Tell the compressor to pass the file with the given name, or if the name is a directory name all files under that directory will be passed.
addPaxHeader(String, String) - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
Adds a PAX header to this entry.
addPropertyChangeListener(PropertyChangeListener) - Method in class org.apache.commons.compress.harmony.pack200.Pack200Adapter
 
addPropertyChangeListener(PropertyChangeListener) - Method in interface org.apache.commons.compress.java.util.jar.Pack200.Packer
Adds a listener for PropertyChange events
addPropertyChangeListener(PropertyChangeListener) - Method in interface org.apache.commons.compress.java.util.jar.Pack200.Unpacker
Adds a listener for PropertyChange events.
ADDR - Enum constant in enum org.apache.commons.compress.archivers.dump.DumpArchiveConstants.SEGMENT_TYPE
 
addRawArchiveEntry(ZipArchiveEntry, InputStream) - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
Adds an archive entry with a raw input stream.
addRepeatOfPreviousCode() - Method in class org.apache.commons.compress.compressors.lzw.LZWInputStream
Add entry for repeat of previousCode we haven't added, yet.
addSourceFile(String) - Method in class org.apache.commons.compress.harmony.pack200.ClassBands
 
addToAttribute(int, NewAttribute) - Method in class org.apache.commons.compress.harmony.unpack200.NewAttributeBands.Call
 
addToAttribute(int, NewAttribute) - Method in class org.apache.commons.compress.harmony.unpack200.NewAttributeBands.Callable
 
addToAttribute(int, NewAttribute) - Method in class org.apache.commons.compress.harmony.unpack200.NewAttributeBands.Integral
 
addToAttribute(int, NewAttribute) - Method in class org.apache.commons.compress.harmony.unpack200.NewAttributeBands.Reference
 
addToAttribute(int, NewAttribute) - Method in class org.apache.commons.compress.harmony.unpack200.NewAttributeBands.Replication
 
addToAttribute(int, NewAttribute) - Method in class org.apache.commons.compress.harmony.unpack200.NewAttributeBands.Union
 
addToAttribute(int, NewAttribute) - Method in class org.apache.commons.compress.harmony.unpack200.NewAttributeBands.UnionCase
 
addToBody(int, Object) - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.NewAttribute
 
addWithNestedEntries(ClassFileEntry) - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.ClassConstantPool
 
adjustToLong(int) - Static method in class org.apache.commons.compress.archivers.zip.ZipUtil
Assumes a negative integer really is a positive integer that has wrapped around and re-creates the original value.
AED_SIG - Static variable in class org.apache.commons.compress.archivers.zip.ZipLong
Archive extra data record signature.
AES_ENCRYPTED - Enum constant in enum org.apache.commons.compress.archivers.zip.ZipMethod
Compression Method 99 for AES encryption.
AES128 - Enum constant in enum org.apache.commons.compress.archivers.zip.PKWareExtraHeader.EncryptionAlgorithm
 
AES192 - Enum constant in enum org.apache.commons.compress.archivers.zip.PKWareExtraHeader.EncryptionAlgorithm
 
AES256 - Enum constant in enum org.apache.commons.compress.archivers.zip.PKWareExtraHeader.EncryptionAlgorithm
 
AES256SHA256 - Enum constant in enum org.apache.commons.compress.archivers.sevenz.SevenZMethod
AES encryption with a key length of 256 bit using SHA256 for hashes - only supported when reading.
alignWithByteBoundary() - Method in class org.apache.commons.compress.utils.BitInputStream
Drops bits until the next bits will be read from a byte boundary.
ALL - Static variable in class org.apache.commons.compress.harmony.unpack200.SegmentConstantPool
 
allowMethodChange() - Method in class org.apache.commons.compress.archivers.zip.ResourceAlignmentExtraField
Indicates whether method change is allowed when re-compressing the ZIP file.
Always - Enum constant in enum org.apache.commons.compress.archivers.zip.Zip64Mode
Use Zip64 extensions for all entries, even if it is clear it is not required.
ALWAYS - Static variable in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream.UnicodeExtraFieldPolicy
Always create Unicode extra fields.
AlwaysWithCompatibility - Enum constant in enum org.apache.commons.compress.archivers.zip.Zip64Mode
Always use Zip64 extensions for LFH and central directory as Zip64Mode.Always did, and at the meantime encode the relative offset of LFH and disk number start as needed in CFH as Zip64Mode.AsNeeded did.
AMIGA - Static variable in class org.apache.commons.compress.archivers.arj.ArjArchiveEntry.HostOs
3
anno_N - Variable in class org.apache.commons.compress.harmony.pack200.MetadataBandGroup
 
anno_N - Variable in class org.apache.commons.compress.harmony.unpack200.MetadataBandGroup
 
Annotation(int, CPUTF8, CPUTF8[], AnnotationsAttribute.ElementValue[]) - Constructor for class org.apache.commons.compress.harmony.unpack200.bytecode.AnnotationsAttribute.Annotation
 
AnnotationDefaultAttribute - Class in org.apache.commons.compress.harmony.unpack200.bytecode
AnnotationDefault class file attribute
AnnotationDefaultAttribute(AnnotationsAttribute.ElementValue) - Constructor for class org.apache.commons.compress.harmony.unpack200.bytecode.AnnotationDefaultAttribute
Constructs a new instance.
AnnotationsAttribute - Class in org.apache.commons.compress.harmony.unpack200.bytecode
Abstract superclass for Annotations attributes
AnnotationsAttribute(CPUTF8) - Constructor for class org.apache.commons.compress.harmony.unpack200.bytecode.AnnotationsAttribute
 
AnnotationsAttribute.Annotation - Class in org.apache.commons.compress.harmony.unpack200.bytecode
Class to represent the annotation structure for class file attributes
AnnotationsAttribute.ElementValue - Class in org.apache.commons.compress.harmony.unpack200.bytecode
 
anyNegatives() - Method in class org.apache.commons.compress.harmony.pack200.BandSet.BandData
Returns true if any band elements are negative.
APK - Static variable in class org.apache.commons.compress.archivers.ArchiveStreamFactory
Constant (value "apk") used to identify the APK archive format.
APKM - Static variable in class org.apache.commons.compress.archivers.ArchiveStreamFactory
Constant (value "apkm") used to identify the APKM archive format.
APKS - Static variable in class org.apache.commons.compress.archivers.ArchiveStreamFactory
Constant (value "apks") used to identify the APKS archive format.
appendBandCodingSpecifier(int) - Method in class org.apache.commons.compress.harmony.pack200.SegmentHeader
 
APPLE_GS - Static variable in class org.apache.commons.compress.archivers.arj.ArjArchiveEntry.HostOs
6
applyByteCodeTargetFixup(CodeAttribute) - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.ByteCode
Some ByteCodes (in particular, those with labels need to be fixed up after all the bytecodes in the CodeAttribute have been added.
AR - Static variable in class org.apache.commons.compress.archivers.ArchiveStreamFactory
Constant (value "ar") used to identify the AR archive format.
ArArchiveEntry - Class in org.apache.commons.compress.archivers.ar
Represents an archive entry in the "ar" format.
ArArchiveEntry(File, String) - Constructor for class org.apache.commons.compress.archivers.ar.ArArchiveEntry
Creates a new instance using the attributes of the given file
ArArchiveEntry(String, long) - Constructor for class org.apache.commons.compress.archivers.ar.ArArchiveEntry
Constructs a new instance using a couple of default values.
ArArchiveEntry(String, long, int, int, int, long) - Constructor for class org.apache.commons.compress.archivers.ar.ArArchiveEntry
Constructs a new instance.
ArArchiveEntry(Path, String, LinkOption...) - Constructor for class org.apache.commons.compress.archivers.ar.ArArchiveEntry
Creates a new instance using the attributes of the given file
ArArchiveInputStream - Class in org.apache.commons.compress.archivers.ar
Implements the "ar" archive format as an input stream.
ArArchiveInputStream(InputStream) - Constructor for class org.apache.commons.compress.archivers.ar.ArArchiveInputStream
Constructs an Ar input stream with the referenced stream
ArArchiveOutputStream - Class in org.apache.commons.compress.archivers.ar
Implements the "ar" archive format as an output stream.
ArArchiveOutputStream(OutputStream) - Constructor for class org.apache.commons.compress.archivers.ar.ArArchiveOutputStream
 
Archive - Class in org.apache.commons.compress.harmony.pack200
Archive is the main entry point to pack200 and represents a packed archive.
Archive - Class in org.apache.commons.compress.harmony.unpack200
Archive is the main entry point to unpack200.
Archive(InputStream, JarOutputStream) - Constructor for class org.apache.commons.compress.harmony.unpack200.Archive
Creates an Archive with streams for the input and output files.
Archive(String, String) - Constructor for class org.apache.commons.compress.harmony.unpack200.Archive
Creates an Archive with the given input and output file names.
Archive(JarFile, OutputStream, PackingOptions) - Constructor for class org.apache.commons.compress.harmony.pack200.Archive
Creates an Archive with the given input file and a stream for the output
Archive(JarInputStream, OutputStream, PackingOptions) - Constructor for class org.apache.commons.compress.harmony.pack200.Archive
Creates an Archive with streams for the input and output.
ArchiveEntry - Interface in org.apache.commons.compress.archivers
An entry of an archive.
ArchiveException - Exception Class in org.apache.commons.compress.archivers
Archiver related Exception.
ArchiveException(String) - Constructor for exception class org.apache.commons.compress.archivers.ArchiveException
Constructs a new exception with the specified detail message.
ArchiveException(String, Exception) - Constructor for exception class org.apache.commons.compress.archivers.ArchiveException
Constructs a new exception with the specified detail message and cause.
ArchiveInputStream<E> - Class in org.apache.commons.compress.archivers
Archive input streams MUST override the FilterInputStream.read(byte[], int, int) - or ArchiveInputStream.read() - method so that reading from the stream generates EOF for the end of data in each entry as well as at the end of the file proper.
ArchiveInputStream() - Constructor for class org.apache.commons.compress.archivers.ArchiveInputStream
Constructs a new instance.
ArchiveInputStream(InputStream, String) - Constructor for class org.apache.commons.compress.archivers.ArchiveInputStream
Constructs a new instance.
ArchiveOutputStream<E> - Class in org.apache.commons.compress.archivers
Archive output stream implementations are expected to override the OutputStream.write(byte[], int, int) method to improve performance.
ArchiveOutputStream() - Constructor for class org.apache.commons.compress.archivers.ArchiveOutputStream
 
Archiver - Class in org.apache.commons.compress.archivers.examples
Provides a high level API for creating archives.
Archiver() - Constructor for class org.apache.commons.compress.archivers.examples.Archiver
 
ArchiveStreamFactory - Class in org.apache.commons.compress.archivers
Factory to create Archive[In|Out]putStreams from names or the first bytes of the InputStream.
ArchiveStreamFactory() - Constructor for class org.apache.commons.compress.archivers.ArchiveStreamFactory
Constructs an instance using the platform default encoding.
ArchiveStreamFactory(String) - Constructor for class org.apache.commons.compress.archivers.ArchiveStreamFactory
Constructs an instance using the specified encoding.
ArchiveStreamProvider - Interface in org.apache.commons.compress.archivers
ArchiveUtils - Class in org.apache.commons.compress.utils
Generic Archive utilities
ARJ - Static variable in class org.apache.commons.compress.archivers.ArchiveStreamFactory
Constant (value "arj") used to identify the ARJ archive format.
ArjArchiveEntry - Class in org.apache.commons.compress.archivers.arj
An entry in an ARJ archive.
ArjArchiveEntry() - Constructor for class org.apache.commons.compress.archivers.arj.ArjArchiveEntry
 
ArjArchiveEntry.HostOs - Class in org.apache.commons.compress.archivers.arj
The known values for HostOs.
ArjArchiveInputStream - Class in org.apache.commons.compress.archivers.arj
Implements the "arj" archive format as an InputStream.
ArjArchiveInputStream(InputStream) - Constructor for class org.apache.commons.compress.archivers.arj.ArjArchiveInputStream
Constructs the ArjInputStream, taking ownership of the inputStream that is passed in, and using the CP437 character encoding.
ArjArchiveInputStream(InputStream, String) - Constructor for class org.apache.commons.compress.archivers.arj.ArjArchiveInputStream
Constructs the ArjInputStream, taking ownership of the inputStream that is passed in.
array() - Method in class org.apache.commons.compress.utils.SeekableInMemoryByteChannel
Obtains the array backing this channel.
arrayIsCached(String[]) - Method in class org.apache.commons.compress.harmony.unpack200.SegmentConstantPoolArrayCache
Given a String array, answer true if the array is correctly cached.
ArrayVisitor(List<Integer>, List<String>, List<String>, List<Object>) - Constructor for class org.apache.commons.compress.harmony.pack200.Segment.ArrayVisitor
 
AsiExtraField - Class in org.apache.commons.compress.archivers.zip
Adds Unix file permission and UID/GID fields as well as symbolic link handling.
AsiExtraField() - Constructor for class org.apache.commons.compress.archivers.zip.AsiExtraField
Constructor for AsiExtraField.
ASM_API - Static variable in class org.apache.commons.compress.harmony.pack200.Segment
See https://asm.ow2.io/Javadoc/org/objectweb/asm/Opcodes.html#ASM4
AsNeeded - Enum constant in enum org.apache.commons.compress.archivers.zip.Zip64Mode
Use Zip64 extensions for all entries where they are required, don't use them for entries that clearly don't require them.
assertMinimalLength(int, int) - Method in class org.apache.commons.compress.archivers.zip.PKWareExtraHeader
 
ATARI_ST - Static variable in class org.apache.commons.compress.archivers.arj.ArjArchiveEntry.HostOs
7
ATIMELEN_GNU - Static variable in interface org.apache.commons.compress.archivers.tar.TarConstants
The length of the access time field in an old GNU header buffer.
ATIMELEN_XSTAR - Static variable in interface org.apache.commons.compress.archivers.tar.TarConstants
The length of the access time field in a xstar header buffer.
AttrDefinitionBands - Class in org.apache.commons.compress.harmony.unpack200
Attribute definition bands are the set of bands used to define extra attributes transmitted in the archive.
AttrDefinitionBands(Segment) - Constructor for class org.apache.commons.compress.harmony.unpack200.AttrDefinitionBands
 
Attribute - Class in org.apache.commons.compress.harmony.unpack200.bytecode
Abstract superclass for class file attributes
Attribute(CPUTF8) - Constructor for class org.apache.commons.compress.harmony.unpack200.bytecode.Attribute
 
ATTRIBUTE_ANNOTATION_DEFAULT - Static variable in class org.apache.commons.compress.harmony.unpack200.AttributeLayout
"AnnotationDefault"
ATTRIBUTE_CLASS_FILE_VERSION - Static variable in class org.apache.commons.compress.harmony.unpack200.AttributeLayout
"class-file version"
ATTRIBUTE_CODE - Static variable in class org.apache.commons.compress.harmony.unpack200.AttributeLayout
"Code"
ATTRIBUTE_CONSTANT_VALUE - Static variable in class org.apache.commons.compress.harmony.unpack200.AttributeLayout
"ConstantValue"
ATTRIBUTE_DEPRECATED - Static variable in class org.apache.commons.compress.harmony.unpack200.AttributeLayout
"Deprecated"
ATTRIBUTE_ENCLOSING_METHOD - Static variable in class org.apache.commons.compress.harmony.unpack200.AttributeLayout
"EnclosingMethod"
ATTRIBUTE_EXCEPTIONS - Static variable in class org.apache.commons.compress.harmony.unpack200.AttributeLayout
"Exceptions"
ATTRIBUTE_INNER_CLASSES - Static variable in class org.apache.commons.compress.harmony.unpack200.AttributeLayout
"InnerClasses"
ATTRIBUTE_LINE_NUMBER_TABLE - Static variable in class org.apache.commons.compress.harmony.unpack200.AttributeLayout
"LineNumberTable"
ATTRIBUTE_LOCAL_VARIABLE_TABLE - Static variable in class org.apache.commons.compress.harmony.unpack200.AttributeLayout
"LocalVariableTable"
ATTRIBUTE_LOCAL_VARIABLE_TYPE_TABLE - Static variable in class org.apache.commons.compress.harmony.unpack200.AttributeLayout
"LocalVariableTypeTable"
ATTRIBUTE_RUNTIME_INVISIBLE_ANNOTATIONS - Static variable in class org.apache.commons.compress.harmony.unpack200.AttributeLayout
"RuntimeInvisibleAnnotations"
ATTRIBUTE_RUNTIME_INVISIBLE_PARAMETER_ANNOTATIONS - Static variable in class org.apache.commons.compress.harmony.unpack200.AttributeLayout
"RuntimeInvisibleParameterAnnotations"
ATTRIBUTE_RUNTIME_VISIBLE_ANNOTATIONS - Static variable in class org.apache.commons.compress.harmony.unpack200.AttributeLayout
"RuntimeVisibleAnnotations"
ATTRIBUTE_RUNTIME_VISIBLE_PARAMETER_ANNOTATIONS - Static variable in class org.apache.commons.compress.harmony.unpack200.AttributeLayout
"RuntimeVisibleParameterAnnotations"
ATTRIBUTE_SIGNATURE - Static variable in class org.apache.commons.compress.harmony.unpack200.AttributeLayout
"Signature"
ATTRIBUTE_SOURCE_FILE - Static variable in class org.apache.commons.compress.harmony.unpack200.AttributeLayout
"SourceFile"
AttributeDefinition(int, int, CPUTF8, CPUTF8) - Constructor for class org.apache.commons.compress.harmony.pack200.AttributeDefinitionBands.AttributeDefinition
 
AttributeDefinitionBands - Class in org.apache.commons.compress.harmony.pack200
Attribute Definition bands define how any unknown attributes should be read by the decompressor.
AttributeDefinitionBands(Segment, int, Attribute[]) - Constructor for class org.apache.commons.compress.harmony.pack200.AttributeDefinitionBands
 
AttributeDefinitionBands.AttributeDefinition - Class in org.apache.commons.compress.harmony.pack200
 
AttributeLayout - Class in org.apache.commons.compress.harmony.unpack200
AttributeLayout defines a layout that describes how an attribute will be transmitted.
AttributeLayout(String, int, String, int) - Constructor for class org.apache.commons.compress.harmony.unpack200.AttributeLayout
Constructs a default AttributeLayout (equivalent to new AttributeLayout(name, context, layout, index, true);)
AttributeLayout(String, int, String, int, boolean) - Constructor for class org.apache.commons.compress.harmony.unpack200.AttributeLayout
 
attributeLayoutElements - Variable in class org.apache.commons.compress.harmony.pack200.NewAttributeBands
 
attributeLayoutElements - Variable in class org.apache.commons.compress.harmony.unpack200.NewAttributeBands
 
AttributeLayoutMap - Class in org.apache.commons.compress.harmony.unpack200
Stores a mapping from attribute names to their corresponding layout types.
AttributeLayoutMap() - Constructor for class org.apache.commons.compress.harmony.unpack200.AttributeLayoutMap
 
attributeName - Variable in class org.apache.commons.compress.harmony.unpack200.bytecode.Attribute
 
attributes - Variable in class org.apache.commons.compress.harmony.unpack200.bytecode.ClassFile
 
attributes - Variable in class org.apache.commons.compress.harmony.unpack200.bytecode.CodeAttribute
 
available() - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveInputStream
Returns 0 after EOF has reached for the current entry data, otherwise always return 1.
available() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveInputStream
Gets the available data that can be read from the current entry in the archive.
available() - Method in class org.apache.commons.compress.compressors.brotli.BrotliCompressorInputStream
 
available() - Method in class org.apache.commons.compress.compressors.deflate.DeflateCompressorInputStream
available() - Method in class org.apache.commons.compress.compressors.deflate64.Deflate64CompressorInputStream
 
available() - Method in class org.apache.commons.compress.compressors.lz77support.AbstractLZ77CompressorInputStream
available() - Method in class org.apache.commons.compress.compressors.lzma.LZMACompressorInputStream
available() - Method in class org.apache.commons.compress.compressors.pack200.Pack200CompressorInputStream
 
available() - Method in class org.apache.commons.compress.compressors.snappy.FramedSnappyCompressorInputStream
available() - Method in class org.apache.commons.compress.compressors.xz.XZCompressorInputStream
 
available() - Method in class org.apache.commons.compress.compressors.zstandard.ZstdCompressorInputStream
 

B

BACK_REFERENCE - Enum constant in enum org.apache.commons.compress.compressors.lz77support.LZ77Compressor.Block.BlockType
 
BackReference(int, int) - Constructor for class org.apache.commons.compress.compressors.lz77support.LZ77Compressor.BackReference
 
BandAnalysisResults() - Constructor for class org.apache.commons.compress.harmony.pack200.BandSet.BandAnalysisResults
 
BandData(int[]) - Constructor for class org.apache.commons.compress.harmony.pack200.BandSet.BandData
Constructs a new instance of BandData.
BandSet - Class in org.apache.commons.compress.harmony.pack200
Abstract superclass for a set of bands
BandSet - Class in org.apache.commons.compress.harmony.unpack200
Abstract superclass for a set of bands.
BandSet(int, SegmentHeader) - Constructor for class org.apache.commons.compress.harmony.pack200.BandSet
Constructs a new BandSet.
BandSet(Segment) - Constructor for class org.apache.commons.compress.harmony.unpack200.BandSet
 
BandSet.BandAnalysisResults - Class in org.apache.commons.compress.harmony.pack200
Results obtained by trying different Codecs to encode a band
BandSet.BandData - Class in org.apache.commons.compress.harmony.pack200
BandData represents information about a band, e.g.
BASE_SIZE - Static variable in class org.apache.commons.compress.archivers.zip.ResourceAlignmentExtraField
 
BASEBLOCKSIZE - Static variable in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorInputStream
 
BASEBLOCKSIZE - Static variable in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorOutputStream
 
BcBands - Class in org.apache.commons.compress.harmony.pack200
Bytecode bands (corresponds to the bc_bands set of bands in the pack200 specification)
BcBands - Class in org.apache.commons.compress.harmony.unpack200
Bytecode bands
BcBands(CpBands, Segment, int) - Constructor for class org.apache.commons.compress.harmony.pack200.BcBands
 
BcBands(Segment) - Constructor for class org.apache.commons.compress.harmony.unpack200.BcBands
 
BCI5 - Static variable in class org.apache.commons.compress.harmony.pack200.Codec
BCI5 = (5,4): Used for storing branching information in bytecode.
BCIRenumberedAttribute - Class in org.apache.commons.compress.harmony.unpack200.bytecode
Abstract superclass for attributes that have some part encoded with a BCI renumbering
BCIRenumberedAttribute(CPUTF8) - Constructor for class org.apache.commons.compress.harmony.unpack200.bytecode.BCIRenumberedAttribute
 
BCJ_ARM_FILTER - Enum constant in enum org.apache.commons.compress.archivers.sevenz.SevenZMethod
BCJ ARM platform.
BCJ_ARM_THUMB_FILTER - Enum constant in enum org.apache.commons.compress.archivers.sevenz.SevenZMethod
BCJ ARM Thumb platform.
BCJ_IA64_FILTER - Enum constant in enum org.apache.commons.compress.archivers.sevenz.SevenZMethod
BCJ I64 platform.
BCJ_PPC_FILTER - Enum constant in enum org.apache.commons.compress.archivers.sevenz.SevenZMethod
BCJ PowerPC platform.
BCJ_SPARC_FILTER - Enum constant in enum org.apache.commons.compress.archivers.sevenz.SevenZMethod
BCJ Sparc platform.
BCJ_X86_FILTER - Enum constant in enum org.apache.commons.compress.archivers.sevenz.SevenZMethod
BCJ x86 platform version 1.
BEST_EFFORT - Enum constant in enum org.apache.commons.compress.archivers.zip.ZipArchiveEntry.ExtraFieldParsingMode
Try to parse as many extra fields as possible and wrap unknown extra fields as well as supported extra fields that cannot be parsed in UnrecognizedExtraField.
BHSDCodec - Class in org.apache.commons.compress.harmony.pack200
A BHSD codec is a means of encoding integer values as a sequence of bytes or vice versa using a specified "BHSD" encoding mechanism.
BHSDCodec(int, int) - Constructor for class org.apache.commons.compress.harmony.pack200.BHSDCodec
Constructs an unsigned, non-delta Codec with the given B and H values.
BHSDCodec(int, int, int) - Constructor for class org.apache.commons.compress.harmony.pack200.BHSDCodec
Constructs a non-delta Codec with the given B, H and S values.
BHSDCodec(int, int, int, int) - Constructor for class org.apache.commons.compress.harmony.pack200.BHSDCodec
Constructs a Codec with the given B, H, S and D values.
BIGNUMBER_ERROR - Static variable in class org.apache.commons.compress.archivers.tar.TarArchiveOutputStream
Fail if a big number (e.g.
BIGNUMBER_POSIX - Static variable in class org.apache.commons.compress.archivers.tar.TarArchiveOutputStream
POSIX/PAX extensions are used to store big numbers in the archive.
BIGNUMBER_STAR - Static variable in class org.apache.commons.compress.archivers.tar.TarArchiveOutputStream
star/GNU tar/BSD tar extensions are used to store big number in the archive.
BitInputStream - Class in org.apache.commons.compress.utils
Reads bits from an InputStream.
BitInputStream(InputStream, ByteOrder) - Constructor for class org.apache.commons.compress.utils.BitInputStream
Constructor taking an InputStream and its bit arrangement.
BITS - Enum constant in enum org.apache.commons.compress.archivers.dump.DumpArchiveConstants.SEGMENT_TYPE
 
bitsAvailable() - Method in class org.apache.commons.compress.utils.BitInputStream
Returns an estimate of the number of bits that can be read from this input stream without blocking by the next invocation of a method for this input stream.
bitsCached() - Method in class org.apache.commons.compress.utils.BitInputStream
Returns the number of bits that can be read from this input stream without reading from the underlying input stream at all.
BLKDEV - Enum constant in enum org.apache.commons.compress.archivers.dump.DumpArchiveEntry.TYPE
 
Block() - Constructor for class org.apache.commons.compress.compressors.lz77support.LZ77Compressor.Block
 
BLOCK_SIZE - Static variable in interface org.apache.commons.compress.archivers.cpio.CpioConstants
The default block size.
BlockLZ4CompressorInputStream - Class in org.apache.commons.compress.compressors.lz4
CompressorInputStream for the LZ4 block format.
BlockLZ4CompressorInputStream(InputStream) - Constructor for class org.apache.commons.compress.compressors.lz4.BlockLZ4CompressorInputStream
Creates a new LZ4 input stream.
BlockLZ4CompressorOutputStream - Class in org.apache.commons.compress.compressors.lz4
CompressorOutputStream for the LZ4 block format.
BlockLZ4CompressorOutputStream(OutputStream) - Constructor for class org.apache.commons.compress.compressors.lz4.BlockLZ4CompressorOutputStream
Creates a new LZ4 output stream.
BlockLZ4CompressorOutputStream(OutputStream, Parameters) - Constructor for class org.apache.commons.compress.compressors.lz4.BlockLZ4CompressorOutputStream
Creates a new LZ4 output stream.
BoundedArchiveInputStream - Class in org.apache.commons.compress.utils
NIO backed bounded input stream for reading a predefined amount of data from.
BoundedArchiveInputStream(long, long) - Constructor for class org.apache.commons.compress.utils.BoundedArchiveInputStream
Constructs a new bounded input stream.
BoundedInputStream - Class in org.apache.commons.compress.utils
Deprecated.
BoundedInputStream(InputStream, long) - Constructor for class org.apache.commons.compress.utils.BoundedInputStream
Deprecated.
Creates the stream that will at most read the given amount of bytes from the given stream.
BoundedSeekableByteChannelInputStream - Class in org.apache.commons.compress.utils
InputStream that delegates requests to the underlying SeekableByteChannel, making sure that only bytes from a certain range can be read.
BoundedSeekableByteChannelInputStream(long, long, SeekableByteChannel) - Constructor for class org.apache.commons.compress.utils.BoundedSeekableByteChannelInputStream
Constructs a bounded stream on the underlying SeekableByteChannel
BRANCH5 - Static variable in class org.apache.commons.compress.harmony.pack200.Codec
BRANCH5 = (5,4,2): Used for storing branching information in bytecode.
BROTLI - Static variable in class org.apache.commons.compress.compressors.CompressorStreamFactory
Constant (value "br") used to identify the BROTLI compression algorithm.
BrotliCompressorInputStream - Class in org.apache.commons.compress.compressors.brotli
CompressorInputStream implementation to decode Brotli encoded stream.
BrotliCompressorInputStream(InputStream) - Constructor for class org.apache.commons.compress.compressors.brotli.BrotliCompressorInputStream
 
BrotliUtils - Class in org.apache.commons.compress.compressors.brotli
Utility code for the Brotli compression format.
build() - Method in class org.apache.commons.compress.archivers.sevenz.SevenZFileOptions.Builder
Deprecated.
Builds the SevenZFileOptions.
build() - Method in class org.apache.commons.compress.compressors.lz77support.Parameters.Builder
Creates the Parameters instance.
builder() - Static method in class org.apache.commons.compress.archivers.sevenz.SevenZFile
Creates a new Builder.
builder() - Static method in class org.apache.commons.compress.archivers.sevenz.SevenZFileOptions
Deprecated.
Obtains a builder for SevenZFileOptions.
builder() - Static method in class org.apache.commons.compress.archivers.zip.ZipFile
Creates a new Builder.
builder(int) - Static method in class org.apache.commons.compress.compressors.lz77support.Parameters
Initializes the builder for the compressor's parameters with a minBackReferenceLength of 3 and max*Length equal to windowSize - 1.
Builder() - Constructor for class org.apache.commons.compress.archivers.sevenz.SevenZFile.Builder
 
Builder() - Constructor for class org.apache.commons.compress.archivers.sevenz.SevenZFileOptions.Builder
Deprecated.
 
Builder() - Constructor for class org.apache.commons.compress.archivers.zip.ZipFile.Builder
 
buildFromLastSplitSegment(File) - Static method in class org.apache.commons.compress.archivers.zip.ZipSplitReadOnlySeekableByteChannel
Concatenates ZIP split files from the last segment(the extension SHOULD be .zip)
buildFromLastSplitSegment(Path) - Static method in class org.apache.commons.compress.archivers.zip.ZipSplitReadOnlySeekableByteChannel
Concatenates ZIP split files from the last segment (the extension MUST be .zip)
BYTE1 - Static variable in class org.apache.commons.compress.harmony.pack200.Codec
BYTE1 = (1,256): Used for storing plain bytes.
ByteCode - Class in org.apache.commons.compress.harmony.unpack200.bytecode
A bytecode class file entry.
ByteCode(int) - Constructor for class org.apache.commons.compress.harmony.unpack200.bytecode.ByteCode
 
ByteCode(int, ClassFileEntry[]) - Constructor for class org.apache.commons.compress.harmony.unpack200.bytecode.ByteCode
 
byteCodeArray - Static variable in class org.apache.commons.compress.harmony.unpack200.bytecode.forms.ByteCodeForm
 
ByteCodeForm - Class in org.apache.commons.compress.harmony.unpack200.bytecode.forms
 
ByteCodeForm(int, String) - Constructor for class org.apache.commons.compress.harmony.unpack200.bytecode.forms.ByteCodeForm
Answer a new instance of this class with the specified opcode and name.
ByteCodeForm(int, String, int[]) - Constructor for class org.apache.commons.compress.harmony.unpack200.bytecode.forms.ByteCodeForm
Answer a new instance of this class with the specified opcode, name, operandType and rewrite
byteCodeOffsets - Variable in class org.apache.commons.compress.harmony.unpack200.bytecode.CodeAttribute
 
byteCodes - Variable in class org.apache.commons.compress.harmony.unpack200.bytecode.CodeAttribute
 
byteCodesByName - Static variable in class org.apache.commons.compress.harmony.unpack200.bytecode.forms.ByteCodeForm
 
ByteForm - Class in org.apache.commons.compress.harmony.unpack200.bytecode.forms
This class implements the form for bytecodes which have single byte operands.
ByteForm(int, String, int[]) - Constructor for class org.apache.commons.compress.harmony.unpack200.bytecode.forms.ByteForm
 
ByteUtils - Class in org.apache.commons.compress.utils
Utility methods for reading and writing bytes.
ByteUtils.ByteConsumer - Interface in org.apache.commons.compress.utils
Used to consume bytes.
ByteUtils.ByteSupplier - Interface in org.apache.commons.compress.utils
Used to supply bytes.
ByteUtils.InputStreamByteSupplier - Class in org.apache.commons.compress.utils
Deprecated.
Unused
ByteUtils.OutputStreamByteConsumer - Class in org.apache.commons.compress.utils
BZIP2 - Enum constant in enum org.apache.commons.compress.archivers.sevenz.SevenZMethod
BZIP2.
BZIP2 - Enum constant in enum org.apache.commons.compress.archivers.zip.ZipMethod
Compression Method 12 for bzip2.
BZIP2 - Static variable in class org.apache.commons.compress.compressors.CompressorStreamFactory
Constant (value "bzip2") used to identify the BZIP2 compression algorithm.
BZip2CompressorInputStream - Class in org.apache.commons.compress.compressors.bzip2
An input stream that decompresses from the BZip2 format to be read as any other stream.
BZip2CompressorInputStream(InputStream) - Constructor for class org.apache.commons.compress.compressors.bzip2.BZip2CompressorInputStream
Constructs a new BZip2CompressorInputStream which decompresses bytes read from the specified stream.
BZip2CompressorInputStream(InputStream, boolean) - Constructor for class org.apache.commons.compress.compressors.bzip2.BZip2CompressorInputStream
Constructs a new BZip2CompressorInputStream which decompresses bytes read from the specified stream.
BZip2CompressorOutputStream - Class in org.apache.commons.compress.compressors.bzip2
An output stream that compresses into the BZip2 format into another stream.
BZip2CompressorOutputStream(OutputStream) - Constructor for class org.apache.commons.compress.compressors.bzip2.BZip2CompressorOutputStream
Constructs a new BZip2CompressorOutputStream with a blocksize of 900k.
BZip2CompressorOutputStream(OutputStream, int) - Constructor for class org.apache.commons.compress.compressors.bzip2.BZip2CompressorOutputStream
Constructs a new BZip2CompressorOutputStream with specified blocksize.
BZip2Utils - Class in org.apache.commons.compress.compressors.bzip2
Utility code for the BZip2 compression format.
BZLIB - Enum constant in enum org.apache.commons.compress.archivers.dump.DumpArchiveConstants.COMPRESSION_TYPE
 

C

C - Variable in class org.apache.commons.compress.harmony.unpack200.IcTuple
 
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
Sets 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
Sets 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
C2 - Variable in class org.apache.commons.compress.harmony.unpack200.IcTuple
 
cacheArray(String[]) - Method in class org.apache.commons.compress.harmony.unpack200.SegmentConstantPoolArrayCache
Cache the array passed in as the argument
CachedArray(String[]) - Constructor for class org.apache.commons.compress.harmony.unpack200.SegmentConstantPoolArrayCache.CachedArray
 
cachedToString - Variable in class org.apache.commons.compress.harmony.unpack200.bytecode.CPRef
 
cacheIndexes() - Method in class org.apache.commons.compress.harmony.unpack200.SegmentConstantPoolArrayCache.CachedArray
Given a primaryArray, cache its values in a HashMap to provide a backwards mapping from element values to element indexes.
calculateOperandPosition() - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.forms.ByteCodeForm
 
Call(int) - Constructor for class org.apache.commons.compress.harmony.pack200.NewAttributeBands.Call
 
Call(int) - Constructor for class org.apache.commons.compress.harmony.unpack200.NewAttributeBands.Call
 
Callable(List<NewAttributeBands.LayoutElement>) - Constructor for class org.apache.commons.compress.harmony.pack200.NewAttributeBands.Callable
 
Callable(List<NewAttributeBands.LayoutElement>) - Constructor for class org.apache.commons.compress.harmony.unpack200.NewAttributeBands.Callable
 
canEncode(String) - Method in interface org.apache.commons.compress.archivers.zip.ZipEncoding
Check, whether the given string may be losslessly encoded using this encoding.
CanonicalCodecFamilies - Class in org.apache.commons.compress.harmony.pack200
Sets of codecs that share characteristics.
CanonicalCodecFamilies() - Constructor for class org.apache.commons.compress.harmony.pack200.CanonicalCodecFamilies
 
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.
cardinality() - Method in class org.apache.commons.compress.harmony.pack200.BHSDCodec
Returns the cardinality of this codec; that is, the number of distinct values that it can contain.
casearray_N - Variable in class org.apache.commons.compress.harmony.pack200.MetadataBandGroup
 
casearray_N - Variable in class org.apache.commons.compress.harmony.unpack200.MetadataBandGroup
 
casec_RS - Variable in class org.apache.commons.compress.harmony.pack200.MetadataBandGroup
 
casec_RS - Variable in class org.apache.commons.compress.harmony.unpack200.MetadataBandGroup
 
caseD_KD - Variable in class org.apache.commons.compress.harmony.pack200.MetadataBandGroup
 
caseD_KD - Variable in class org.apache.commons.compress.harmony.unpack200.MetadataBandGroup
 
caseec_RU - Variable in class org.apache.commons.compress.harmony.pack200.MetadataBandGroup
 
caseec_RU - Variable in class org.apache.commons.compress.harmony.unpack200.MetadataBandGroup
 
caseet_RS - Variable in class org.apache.commons.compress.harmony.pack200.MetadataBandGroup
 
caseet_RS - Variable in class org.apache.commons.compress.harmony.unpack200.MetadataBandGroup
 
caseF_KF - Variable in class org.apache.commons.compress.harmony.pack200.MetadataBandGroup
 
caseF_KF - Variable in class org.apache.commons.compress.harmony.unpack200.MetadataBandGroup
 
caseI_KI - Variable in class org.apache.commons.compress.harmony.pack200.MetadataBandGroup
 
caseI_KI - Variable in class org.apache.commons.compress.harmony.unpack200.MetadataBandGroup
 
caseJ_KJ - Variable in class org.apache.commons.compress.harmony.pack200.MetadataBandGroup
 
caseJ_KJ - Variable in class org.apache.commons.compress.harmony.unpack200.MetadataBandGroup
 
cases_RU - Variable in class org.apache.commons.compress.harmony.pack200.MetadataBandGroup
 
cases_RU - Variable in class org.apache.commons.compress.harmony.unpack200.MetadataBandGroup
 
CENATT - Static variable in class org.apache.commons.compress.archivers.jar.JarArchiveEntry
 
CENATT - Static variable in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
 
CENATX - Static variable in class org.apache.commons.compress.archivers.jar.JarArchiveEntry
 
CENATX - Static variable in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
 
CENCOM - Static variable in class org.apache.commons.compress.archivers.jar.JarArchiveEntry
 
CENCOM - Static variable in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
 
CENCRC - Static variable in class org.apache.commons.compress.archivers.jar.JarArchiveEntry
 
CENCRC - Static variable in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
 
CENDSK - Static variable in class org.apache.commons.compress.archivers.jar.JarArchiveEntry
 
CENDSK - Static variable in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
 
CENEXT - Static variable in class org.apache.commons.compress.archivers.jar.JarArchiveEntry
 
CENEXT - Static variable in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
 
CENFLG - Static variable in class org.apache.commons.compress.archivers.jar.JarArchiveEntry
 
CENFLG - Static variable in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
 
CENHDR - Static variable in class org.apache.commons.compress.archivers.jar.JarArchiveEntry
 
CENHDR - Static variable in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
 
CENHOW - Static variable in class org.apache.commons.compress.archivers.jar.JarArchiveEntry
 
CENHOW - Static variable in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
 
CENLEN - Static variable in class org.apache.commons.compress.archivers.jar.JarArchiveEntry
 
CENLEN - Static variable in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
 
CENNAM - Static variable in class org.apache.commons.compress.archivers.jar.JarArchiveEntry
 
CENNAM - Static variable in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
 
CENOFF - Static variable in class org.apache.commons.compress.archivers.jar.JarArchiveEntry
 
CENOFF - Static variable in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
 
CENSIG - Static variable in class org.apache.commons.compress.archivers.jar.JarArchiveEntry
 
CENSIG - Static variable in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
 
CENSIZ - Static variable in class org.apache.commons.compress.archivers.jar.JarArchiveEntry
 
CENSIZ - Static variable in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
 
CENTIM - Static variable in class org.apache.commons.compress.archivers.jar.JarArchiveEntry
 
CENTIM - Static variable in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
 
CENVEM - Static variable in class org.apache.commons.compress.archivers.jar.JarArchiveEntry
 
CENVEM - Static variable in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
 
CENVER - Static variable in class org.apache.commons.compress.archivers.jar.JarArchiveEntry
 
CENVER - Static variable in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
 
CFH_SIG - Static variable in class org.apache.commons.compress.archivers.zip.ZipLong
Central File Header Signature
ChangeSet<E> - 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<I,O,E> - Class in org.apache.commons.compress.changes
Performs ChangeSet operations on a stream.
ChangeSetPerformer(ChangeSet<E>) - 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 a performed ChangeSet operation.
ChangeSetResults() - Constructor for class org.apache.commons.compress.changes.ChangeSetResults
 
CHAR3 - Static variable in class org.apache.commons.compress.harmony.pack200.Codec
CHAR3 = (3,128): Used for storing text (UTF-8) strings.
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
Deprecated.
Charsets() - Constructor for class org.apache.commons.compress.utils.Charsets
Deprecated.
 
checkMap() - Method in class org.apache.commons.compress.harmony.unpack200.AttributeLayoutMap
The map should not contain the same layout and name combination more than once for each context.
CHECKSUM - Static variable in class org.apache.commons.compress.archivers.dump.DumpArchiveConstants
 
ChecksumCalculatingInputStream - Class in org.apache.commons.compress.utils
Deprecated.
ChecksumCalculatingInputStream(Checksum, InputStream) - Constructor for class org.apache.commons.compress.utils.ChecksumCalculatingInputStream
ChecksumVerifyingInputStream - Class in org.apache.commons.compress.utils
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
Constructs a new instance.
CHKSUM_OFFSET - Static variable in interface org.apache.commons.compress.archivers.tar.TarConstants
Offset of the checksum field within header record.
CHKSUMLEN - Static variable in interface org.apache.commons.compress.archivers.tar.TarConstants
The length of the checksum field in a header buffer.
chooseBlockSize(long) - Static method in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorOutputStream
Chooses a blocksize based on the given length of the data to compress.
CHRDEV - Enum constant in enum org.apache.commons.compress.archivers.dump.DumpArchiveEntry.TYPE
 
CLASS_ATTRIBUTE_PFX - Static variable in interface org.apache.commons.compress.java.util.jar.Pack200.Packer
The format of a class attribute name.
ClassBands - Class in org.apache.commons.compress.harmony.pack200
Class bands (corresponds to the class_bands set of bands in the pack200 specification)
ClassBands - Class in org.apache.commons.compress.harmony.unpack200
Class Bands
ClassBands(Segment, int, int, boolean) - Constructor for class org.apache.commons.compress.harmony.pack200.ClassBands
 
ClassBands(Segment) - Constructor for class org.apache.commons.compress.harmony.unpack200.ClassBands
 
ClassConstantPool - Class in org.apache.commons.compress.harmony.unpack200.bytecode
The Class constant pool
ClassConstantPool() - Constructor for class org.apache.commons.compress.harmony.unpack200.bytecode.ClassConstantPool
 
ClassFile - Class in org.apache.commons.compress.harmony.unpack200.bytecode
ClassFile is used to represent and write out Java class files.
ClassFile() - Constructor for class org.apache.commons.compress.harmony.unpack200.bytecode.ClassFile
 
ClassFileEntry - Class in org.apache.commons.compress.harmony.unpack200.bytecode
The abstract superclass for all types of class file entries.
ClassFileEntry() - Constructor for class org.apache.commons.compress.harmony.unpack200.bytecode.ClassFileEntry
 
ClassRefForm - Class in org.apache.commons.compress.harmony.unpack200.bytecode.forms
This class implements the byte code form for those bytecodes which have class references (and only class references).
ClassRefForm(int, String, int[]) - Constructor for class org.apache.commons.compress.harmony.unpack200.bytecode.forms.ClassRefForm
 
ClassRefForm(int, String, int[], boolean) - Constructor for class org.apache.commons.compress.harmony.unpack200.bytecode.forms.ClassRefForm
 
ClassSpecificReferenceForm - Class in org.apache.commons.compress.harmony.unpack200.bytecode.forms
Abstract superclass of all classes that have class-specific references to constant pool information.
ClassSpecificReferenceForm(int, String, int[]) - Constructor for class org.apache.commons.compress.harmony.unpack200.bytecode.forms.ClassSpecificReferenceForm
 
clear() - Method in class org.apache.commons.compress.harmony.pack200.IntList
 
clearBitCache() - Method in class org.apache.commons.compress.utils.BitInputStream
Clears the cache of bits that have been read from the underlying stream but not yet provided via BitInputStream.readBits(int).
clearExtraPaxHeaders() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
Clears all extra PAX headers.
CLI - Class in org.apache.commons.compress.archivers.sevenz
Usage: archive-name [list]
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
Closes the archive, calling SevenZOutputFile.finish() if necessary.
close() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveInputStream
Closes this stream.
close() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveOutputStream
Closes the underlying OutputStream.
close() - Method in class org.apache.commons.compress.archivers.tar.TarFile
 
close() - Method in class org.apache.commons.compress.archivers.zip.ScatterZipOutputStream
Closes this stream, freeing all resources involved in the creation of this stream.
close() - Method in class org.apache.commons.compress.archivers.zip.ScatterZipOutputStream.ZipEntryWriter
 
close() - Method in class org.apache.commons.compress.archivers.zip.StreamCompressor
 
close() - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveInputStream
 
close() - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
Closes this output stream and releases any system resources associated with the stream.
close() - Method in class org.apache.commons.compress.archivers.zip.ZipFile
Closes the archive.
close() - Method in class org.apache.commons.compress.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.CloseShieldFilterInputStream
Deprecated.
 
close() - Method in class org.apache.commons.compress.utils.FixedLengthBlockOutputStream
 
close() - Method in class org.apache.commons.compress.utils.MultiReadOnlySeekableByteChannel
 
close() - Method in class org.apache.commons.compress.utils.SeekableInMemoryByteChannel
 
CloseableConsumer - Interface in org.apache.commons.compress.archivers.examples
Callback that is informed about a closable resource that has been wrapped around a passed in stream or channel by Expander or Archiver when Expander or Archiver no longer need them.
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
Closes 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(Closeable) - Static method in class org.apache.commons.compress.utils.IOUtils
closeQuietly(ZipFile) - Static method in class org.apache.commons.compress.archivers.zip.ZipFile
Closes a ZIP file quietly; throwing no IOException, does nothing on null input.
CloseShieldFilterInputStream - Class in org.apache.commons.compress.utils
Deprecated.
CloseShieldFilterInputStream(InputStream) - Constructor for class org.apache.commons.compress.utils.CloseShieldFilterInputStream
Deprecated.
 
CLOSING_CONSUMER - Static variable in interface org.apache.commons.compress.archivers.examples.CloseableConsumer
Closes the passed in Closeable immediately.
CLRI - Enum constant in enum org.apache.commons.compress.archivers.dump.DumpArchiveConstants.SEGMENT_TYPE
 
CODE_ATTRIBUTE_PFX - Static variable in interface org.apache.commons.compress.java.util.jar.Pack200.Packer
The format of a code attribute name.
CodeAttribute - Class in org.apache.commons.compress.harmony.unpack200.bytecode
 
CodeAttribute(int, int, byte[], Segment, OperandManager, List<ExceptionTableEntry>) - Constructor for class org.apache.commons.compress.harmony.unpack200.bytecode.CodeAttribute
 
Codec - Class in org.apache.commons.compress.harmony.pack200
A Codec allows a sequence of bytes to be decoded into integer values (or vice versa).
Codec() - Constructor for class org.apache.commons.compress.harmony.pack200.Codec
 
CodecEncoding - Class in org.apache.commons.compress.harmony.pack200
CodecEncoding is used to get the right Codec for a given meta-encoding.
CodecEncoding() - Constructor for class org.apache.commons.compress.harmony.pack200.CodecEncoding
 
codeLength - Variable in class org.apache.commons.compress.harmony.unpack200.bytecode.CodeAttribute
 
COMMENT - Enum constant in enum org.apache.commons.compress.archivers.zip.ZipArchiveEntry.CommentSource
The comment has been read from the archive using the encoding of the archive specified when creating the ZipArchiveInputStream or ZipFile (defaults to the platform's default encoding).
compareTo(Object) - Method in class org.apache.commons.compress.harmony.pack200.CPMethodOrField
 
compareTo(Object) - Method in class org.apache.commons.compress.harmony.pack200.CPNameAndType
 
compareTo(Object) - Method in class org.apache.commons.compress.harmony.pack200.CPSignature
 
compareTo(Object) - Method in class org.apache.commons.compress.harmony.pack200.CPUTF8
 
compareTo(CPClass) - Method in class org.apache.commons.compress.harmony.pack200.CPClass
 
compareTo(CPDouble) - Method in class org.apache.commons.compress.harmony.pack200.CPDouble
 
compareTo(CPFloat) - Method in class org.apache.commons.compress.harmony.pack200.CPFloat
 
compareTo(CPInt) - Method in class org.apache.commons.compress.harmony.pack200.CPInt
 
compareTo(CPLong) - Method in class org.apache.commons.compress.harmony.pack200.CPLong
 
compareTo(CPString) - Method in class org.apache.commons.compress.harmony.pack200.CPString
 
completed(double) - Method in class org.apache.commons.compress.harmony.pack200.Pack200Adapter
Completion between 0..1.
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 Class in org.apache.commons.compress.compressors
Compressor related exception
CompressorException(String) - Constructor for exception class org.apache.commons.compress.compressors.CompressorException
Constructs a new exception with the specified detail message.
CompressorException(String, Throwable) - Constructor for exception class 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
Constructs an instance with the decompress Concatenated option set to false.
CompressorStreamFactory(boolean) - Constructor for class org.apache.commons.compress.compressors.CompressorStreamFactory
Constructs an instance with the provided decompress Concatenated option.
CompressorStreamFactory(boolean, int) - Constructor for class org.apache.commons.compress.compressors.CompressorStreamFactory
Constructs 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
Computes the checksum of a tar entry header.
config(PackingOptions) - Static method in class org.apache.commons.compress.harmony.pack200.PackingUtils
 
ConstantPoolEntry - Class in org.apache.commons.compress.harmony.pack200
Abstract superclass for constant pool entries.
ConstantPoolEntry - Class in org.apache.commons.compress.harmony.unpack200.bytecode
Abstract superclass for constant pool entries
ConstantPoolEntry() - Constructor for class org.apache.commons.compress.harmony.pack200.ConstantPoolEntry
 
ConstantValueAttribute - Class in org.apache.commons.compress.harmony.unpack200.bytecode
An Attribute representing a constant.
ConstantValueAttribute(ClassFileEntry) - Constructor for class org.apache.commons.compress.harmony.unpack200.bytecode.ConstantValueAttribute
 
context(OperandManager) - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.forms.ClassSpecificReferenceForm
 
context(OperandManager) - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.forms.InitMethodReferenceForm
 
context(OperandManager) - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.forms.NewInitMethodRefForm
 
context(OperandManager) - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.forms.SuperFieldRefForm
 
context(OperandManager) - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.forms.SuperInitMethodRefForm
 
context(OperandManager) - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.forms.SuperMethodRefForm
 
context(OperandManager) - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.forms.ThisFieldRefForm
 
context(OperandManager) - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.forms.ThisInitMethodRefForm
 
context(OperandManager) - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.forms.ThisMethodRefForm
 
CONTEXT_CLASS - Static variable in class org.apache.commons.compress.harmony.pack200.AttributeDefinitionBands
0
CONTEXT_CLASS - Static variable in class org.apache.commons.compress.harmony.pack200.MetadataBandGroup
 
CONTEXT_CLASS - Static variable in class org.apache.commons.compress.harmony.unpack200.AttributeLayout
0
CONTEXT_CODE - Static variable in class org.apache.commons.compress.harmony.pack200.AttributeDefinitionBands
3
CONTEXT_CODE - Static variable in class org.apache.commons.compress.harmony.unpack200.AttributeLayout
3
CONTEXT_FIELD - Static variable in class org.apache.commons.compress.harmony.pack200.AttributeDefinitionBands
1
CONTEXT_FIELD - Static variable in class org.apache.commons.compress.harmony.pack200.MetadataBandGroup
 
CONTEXT_FIELD - Static variable in class org.apache.commons.compress.harmony.unpack200.AttributeLayout
1
CONTEXT_METHOD - Static variable in class org.apache.commons.compress.harmony.pack200.AttributeDefinitionBands
2
CONTEXT_METHOD - Static variable in class org.apache.commons.compress.harmony.pack200.MetadataBandGroup
 
CONTEXT_METHOD - Static variable in class org.apache.commons.compress.harmony.unpack200.AttributeLayout
2
contextNames - Static variable in class org.apache.commons.compress.harmony.unpack200.AttributeLayout
Context names.
contextType - Variable in class org.apache.commons.compress.harmony.pack200.AttributeDefinitionBands.AttributeDefinition
 
copy(File, OutputStream) - Static method in class org.apache.commons.compress.utils.IOUtils
copy(InputStream, OutputStream) - Static method in class org.apache.commons.compress.utils.IOUtils
copy(InputStream, OutputStream, int) - Static method in class org.apache.commons.compress.utils.IOUtils
COPY - Enum constant in enum org.apache.commons.compress.archivers.sevenz.SevenZMethod
No compression at all.
copyRange(InputStream, long, OutputStream) - Static method in class org.apache.commons.compress.utils.IOUtils
copyRange(InputStream, long, OutputStream, int) - Static method in class org.apache.commons.compress.utils.IOUtils
Deprecated.
No longer used.
copyRawEntries(ZipArchiveOutputStream, ZipArchiveEntryPredicate) - Method in class org.apache.commons.compress.archivers.zip.ZipFile
Transfer selected entries from this ZIP file to a given #ZipArchiveOutputStream.
copyThroughJar(JarFile, OutputStream) - Static method in class org.apache.commons.compress.harmony.pack200.PackingUtils
When effort is 0, the packer copys through the original jar file without compression
copyThroughJar(JarInputStream, OutputStream) - Static method in class org.apache.commons.compress.harmony.pack200.PackingUtils
When effort is 0, the packer copies through the original jar input stream without compression
count(int) - Method in class org.apache.commons.compress.archivers.ArchiveInputStream
Increments the counter of already read bytes.
count(int) - Method in class org.apache.commons.compress.archivers.ArchiveOutputStream
Increments the counter of already written bytes.
count(int) - Method in class org.apache.commons.compress.compressors.CompressorInputStream
Increments the counter of already read bytes.
count(long) - Method in class org.apache.commons.compress.archivers.ArchiveInputStream
Increments the counter of already read bytes.
count(long) - Method in class org.apache.commons.compress.archivers.ArchiveOutputStream
Increments the counter of already written bytes.
count(long) - Method in class org.apache.commons.compress.compressors.CompressorInputStream
Increments the counter of already read bytes.
count(long) - Method in class org.apache.commons.compress.utils.CountingInputStream
Deprecated.
Increments the counter of already read bytes.
count(long) - Method in class org.apache.commons.compress.utils.CountingOutputStream
Deprecated.
Increments the counter of already written bytes.
countArgs(String) - Static method in class org.apache.commons.compress.harmony.pack200.ClassBands
 
countArgs(String) - Static method in class org.apache.commons.compress.harmony.unpack200.SegmentUtils
 
countArgs(String, int) - Static method in class org.apache.commons.compress.harmony.unpack200.SegmentUtils
Count the number of arguments in the descriptor.
countBit16(int[]) - Static method in class org.apache.commons.compress.harmony.unpack200.SegmentUtils
 
countBit16(long[]) - Static method in class org.apache.commons.compress.harmony.unpack200.SegmentUtils
 
countBit16(long[][]) - Static method in class org.apache.commons.compress.harmony.unpack200.SegmentUtils
 
CountingInputStream - Class in org.apache.commons.compress.utils
Deprecated.
CountingInputStream(InputStream) - Constructor for class org.apache.commons.compress.utils.CountingInputStream
Deprecated.
 
CountingOutputStream - Class in org.apache.commons.compress.utils
Deprecated.
CountingOutputStream(OutputStream) - Constructor for class org.apache.commons.compress.utils.CountingOutputStream
Deprecated.
 
countInvokeInterfaceArgs(String) - Static method in class org.apache.commons.compress.harmony.unpack200.SegmentUtils
 
countMatches(long[][], IMatcher) - Static method in class org.apache.commons.compress.harmony.unpack200.SegmentUtils
 
countMatches(long[], IMatcher) - Static method in class org.apache.commons.compress.harmony.unpack200.SegmentUtils
 
CP_Class - Static variable in class org.apache.commons.compress.harmony.unpack200.bytecode.ConstantPoolEntry
 
CP_CLASS - Static variable in class org.apache.commons.compress.harmony.unpack200.SegmentConstantPool
 
CP_DESCR - Static variable in class org.apache.commons.compress.harmony.unpack200.SegmentConstantPool
 
CP_Double - Static variable in class org.apache.commons.compress.harmony.unpack200.bytecode.ConstantPoolEntry
 
CP_DOUBLE - Static variable in class org.apache.commons.compress.harmony.unpack200.SegmentConstantPool
 
CP_FIELD - Static variable in class org.apache.commons.compress.harmony.unpack200.SegmentConstantPool
 
CP_Fieldref - Static variable in class org.apache.commons.compress.harmony.unpack200.bytecode.ConstantPoolEntry
 
CP_Float - Static variable in class org.apache.commons.compress.harmony.unpack200.bytecode.ConstantPoolEntry
 
CP_FLOAT - Static variable in class org.apache.commons.compress.harmony.unpack200.SegmentConstantPool
 
CP_IMETHOD - Static variable in class org.apache.commons.compress.harmony.unpack200.SegmentConstantPool
 
CP_INT - Static variable in class org.apache.commons.compress.harmony.unpack200.SegmentConstantPool
 
CP_Integer - Static variable in class org.apache.commons.compress.harmony.unpack200.bytecode.ConstantPoolEntry
 
CP_InterfaceMethodref - Static variable in class org.apache.commons.compress.harmony.unpack200.bytecode.ConstantPoolEntry
 
CP_Long - Static variable in class org.apache.commons.compress.harmony.unpack200.bytecode.ConstantPoolEntry
 
CP_LONG - Static variable in class org.apache.commons.compress.harmony.unpack200.SegmentConstantPool
 
CP_METHOD - Static variable in class org.apache.commons.compress.harmony.unpack200.SegmentConstantPool
 
CP_Methodref - Static variable in class org.apache.commons.compress.harmony.unpack200.bytecode.ConstantPoolEntry
 
CP_NameAndType - Static variable in class org.apache.commons.compress.harmony.unpack200.bytecode.ConstantPoolEntry
 
CP_String - Static variable in class org.apache.commons.compress.harmony.unpack200.bytecode.ConstantPoolEntry
 
CP_STRING - Static variable in class org.apache.commons.compress.harmony.unpack200.SegmentConstantPool
 
CP_UTF8 - Static variable in class org.apache.commons.compress.harmony.unpack200.bytecode.ConstantPoolEntry
 
CpBands - Class in org.apache.commons.compress.harmony.pack200
Pack200 Constant Pool Bands
CpBands - Class in org.apache.commons.compress.harmony.unpack200
Constant Pool bands
CpBands(Segment, int) - Constructor for class org.apache.commons.compress.harmony.pack200.CpBands
 
CpBands(Segment) - Constructor for class org.apache.commons.compress.harmony.unpack200.CpBands
 
CPClass - Class in org.apache.commons.compress.harmony.pack200
Constant pool entry for a class.
CPClass - Class in org.apache.commons.compress.harmony.unpack200.bytecode
Constant pool entry for a class
CPClass(CPUTF8) - Constructor for class org.apache.commons.compress.harmony.pack200.CPClass
 
CPClass(CPUTF8, int) - Constructor for class org.apache.commons.compress.harmony.unpack200.bytecode.CPClass
Creates a new CPClass
cpClassValue(int) - Method in class org.apache.commons.compress.harmony.unpack200.CpBands
 
cpClassValue(String) - Method in class org.apache.commons.compress.harmony.unpack200.CpBands
 
CPConstant<T> - Class in org.apache.commons.compress.harmony.pack200
Abstract superclass for constant pool constant entries such as numbers or Strings.
CPConstant - Class in org.apache.commons.compress.harmony.unpack200.bytecode
Abstract superclass for constant pool constant entries such as numbers or Strings
CPConstant() - Constructor for class org.apache.commons.compress.harmony.pack200.CPConstant
 
CPConstant(byte, Object, int) - Constructor for class org.apache.commons.compress.harmony.unpack200.bytecode.CPConstant
Constructs a new CPConstant.
CPConstantNumber - Class in org.apache.commons.compress.harmony.unpack200.bytecode
Abstract superclass for constant pool entries that are numbers.
CPConstantNumber(byte, Object, int) - Constructor for class org.apache.commons.compress.harmony.unpack200.bytecode.CPConstantNumber
 
CPDouble - Class in org.apache.commons.compress.harmony.pack200
Constant pool entry for a double.
CPDouble - Class in org.apache.commons.compress.harmony.unpack200.bytecode
Double constant pool entry.
CPDouble(double) - Constructor for class org.apache.commons.compress.harmony.pack200.CPDouble
 
CPDouble(Double, int) - Constructor for class org.apache.commons.compress.harmony.unpack200.bytecode.CPDouble
 
cpDoubleValue(int) - Method in class org.apache.commons.compress.harmony.unpack200.CpBands
 
cpEntryListToArray(List<? extends ConstantPoolEntry>) - Method in class org.apache.commons.compress.harmony.pack200.BandSet
Converts a list of ConstantPoolEntrys to an int[] array of their indices
cpEntryOrNullListToArray(List<? extends ConstantPoolEntry>) - Method in class org.apache.commons.compress.harmony.pack200.BandSet
Converts a list of ConstantPoolEntrys or nulls to an int[] array of their indices +1 (or 0 for nulls)
CPField - Class in org.apache.commons.compress.harmony.unpack200.bytecode
Field constant pool entry.
CPField(CPUTF8, CPUTF8, long, List<Attribute>) - Constructor for class org.apache.commons.compress.harmony.unpack200.bytecode.CPField
 
CPFieldRef - Class in org.apache.commons.compress.harmony.unpack200.bytecode
Field reference constant pool entry.
CPFieldRef(CPClass, CPNameAndType, int) - Constructor for class org.apache.commons.compress.harmony.unpack200.bytecode.CPFieldRef
 
cpFieldValue(int) - Method in class org.apache.commons.compress.harmony.unpack200.CpBands
 
CPFloat - Class in org.apache.commons.compress.harmony.pack200
Constant pool entry for a float.
CPFloat - Class in org.apache.commons.compress.harmony.unpack200.bytecode
Float constant pool entry.
CPFloat(float) - Constructor for class org.apache.commons.compress.harmony.pack200.CPFloat
 
CPFloat(Float, int) - Constructor for class org.apache.commons.compress.harmony.unpack200.bytecode.CPFloat
 
cpFloatValue(int) - Method in class org.apache.commons.compress.harmony.unpack200.CpBands
 
cpIMethodValue(int) - Method in class org.apache.commons.compress.harmony.unpack200.CpBands
 
CPInt - Class in org.apache.commons.compress.harmony.pack200
Constant pool entry for an int.
CPInt(int) - Constructor for class org.apache.commons.compress.harmony.pack200.CPInt
 
CPInteger - Class in org.apache.commons.compress.harmony.unpack200.bytecode
Integer constant pool entry.
CPInteger(Integer, int) - Constructor for class org.apache.commons.compress.harmony.unpack200.bytecode.CPInteger
 
cpIntegerValue(int) - Method in class org.apache.commons.compress.harmony.unpack200.CpBands
 
CPInterfaceMethodRef - Class in org.apache.commons.compress.harmony.unpack200.bytecode
Interface method reference constant pool entry.
CPInterfaceMethodRef(CPClass, CPNameAndType, int) - Constructor for class org.apache.commons.compress.harmony.unpack200.bytecode.CPInterfaceMethodRef
 
CPIO - Static variable in class org.apache.commons.compress.archivers.ArchiveStreamFactory
Constant (value "cpio") used to identify the CPIO archive format.
CPIO_TRAILER - Static variable in interface org.apache.commons.compress.archivers.cpio.CpioConstants
The special trailer marker
CpioArchiveEntry - Class in org.apache.commons.compress.archivers.cpio
A cpio archive consists of a sequence of files.
CpioArchiveEntry(short) - Constructor for class org.apache.commons.compress.archivers.cpio.CpioArchiveEntry
Creates a CpioArchiveEntry with a specified format.
CpioArchiveEntry(short, File, String) - Constructor for class org.apache.commons.compress.archivers.cpio.CpioArchiveEntry
Creates a CpioArchiveEntry with a specified name for a specified file.
CpioArchiveEntry(short, String) - Constructor for class org.apache.commons.compress.archivers.cpio.CpioArchiveEntry
Creates a CpioArchiveEntry with a specified name.
CpioArchiveEntry(short, String, long) - Constructor for class org.apache.commons.compress.archivers.cpio.CpioArchiveEntry
Creates a CpioArchiveEntry with a specified name.
CpioArchiveEntry(short, Path, String, LinkOption...) - Constructor for class org.apache.commons.compress.archivers.cpio.CpioArchiveEntry
Creates a CpioArchiveEntry with a specified name for a specified path.
CpioArchiveEntry(File, String) - Constructor for class org.apache.commons.compress.archivers.cpio.CpioArchiveEntry
Creates a CpioArchiveEntry with a specified name for a specified file.
CpioArchiveEntry(String) - Constructor for class org.apache.commons.compress.archivers.cpio.CpioArchiveEntry
Creates a CpioArchiveEntry with a specified name.
CpioArchiveEntry(String, long) - Constructor for class org.apache.commons.compress.archivers.cpio.CpioArchiveEntry
Creates a CpioArchiveEntry with a specified name.
CpioArchiveEntry(Path, String, LinkOption...) - Constructor for class org.apache.commons.compress.archivers.cpio.CpioArchiveEntry
Creates a CpioArchiveEntry with a specified name for a specified file.
CpioArchiveInputStream - Class in org.apache.commons.compress.archivers.cpio
CpioArchiveInputStream is a stream for reading cpio streams.
CpioArchiveInputStream(InputStream) - Constructor for class org.apache.commons.compress.archivers.cpio.CpioArchiveInputStream
Constructs the cpio input stream with a blocksize of BLOCK_SIZE and expecting ASCII file names.
CpioArchiveInputStream(InputStream, int) - Constructor for class org.apache.commons.compress.archivers.cpio.CpioArchiveInputStream
Constructs 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
Constructs the cpio input stream with a blocksize of BLOCK_SIZE.
CpioArchiveInputStream(InputStream, String) - Constructor for class org.apache.commons.compress.archivers.cpio.CpioArchiveInputStream
Constructs the cpio input stream with a blocksize of BLOCK_SIZE.
CpioArchiveOutputStream - Class in org.apache.commons.compress.archivers.cpio
CpioArchiveOutputStream is a stream for writing CPIO streams.
CpioArchiveOutputStream(OutputStream) - Constructor for class org.apache.commons.compress.archivers.cpio.CpioArchiveOutputStream
Constructs the cpio output stream.
CpioArchiveOutputStream(OutputStream, short) - Constructor for class org.apache.commons.compress.archivers.cpio.CpioArchiveOutputStream
Constructs 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
Constructs 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
Constructs the cpio output stream with a specified format using ASCII as the file name encoding.
CpioArchiveOutputStream(OutputStream, String) - Constructor for class org.apache.commons.compress.archivers.cpio.CpioArchiveOutputStream
Constructs the cpio output stream.
CpioConstants - Interface in org.apache.commons.compress.archivers.cpio
All constants needed by CPIO.
CPLong - Class in org.apache.commons.compress.harmony.pack200
Constant pool entry for a long.
CPLong - Class in org.apache.commons.compress.harmony.unpack200.bytecode
Long constant pool entry.
CPLong(long) - Constructor for class org.apache.commons.compress.harmony.pack200.CPLong
 
CPLong(Long, int) - Constructor for class org.apache.commons.compress.harmony.unpack200.bytecode.CPLong
 
cpLongValue(int) - Method in class org.apache.commons.compress.harmony.unpack200.CpBands
 
CPMember - Class in org.apache.commons.compress.harmony.unpack200.bytecode
Superclass for member constant pool entries, such as fields or methods.
CPMember(CPUTF8, CPUTF8, long, List<Attribute>) - Constructor for class org.apache.commons.compress.harmony.unpack200.bytecode.CPMember
Constructs a new CPMember.
CPMethod - Class in org.apache.commons.compress.harmony.unpack200.bytecode
Method constant pool entry.
CPMethod(CPUTF8, CPUTF8, long, List<Attribute>) - Constructor for class org.apache.commons.compress.harmony.unpack200.bytecode.CPMethod
 
CPMethodOrField - Class in org.apache.commons.compress.harmony.pack200
Constant pool entry for a method or field.
CPMethodOrField(CPClass, CPNameAndType) - Constructor for class org.apache.commons.compress.harmony.pack200.CPMethodOrField
 
CPMethodRef - Class in org.apache.commons.compress.harmony.unpack200.bytecode
Method reference constant pool entry.
CPMethodRef(CPClass, CPNameAndType, int) - Constructor for class org.apache.commons.compress.harmony.unpack200.bytecode.CPMethodRef
 
cpMethodValue(int) - Method in class org.apache.commons.compress.harmony.unpack200.CpBands
 
CPNameAndType - Class in org.apache.commons.compress.harmony.pack200
Constant pool entry for a name and type pair.
CPNameAndType - Class in org.apache.commons.compress.harmony.unpack200.bytecode
Name and Type pair constant pool entry.
CPNameAndType(CPUTF8, CPSignature) - Constructor for class org.apache.commons.compress.harmony.pack200.CPNameAndType
 
CPNameAndType(CPUTF8, CPUTF8, int) - Constructor for class org.apache.commons.compress.harmony.unpack200.bytecode.CPNameAndType
Constructs a new CPNameAndType.
cpNameAndTypeValue(int) - Method in class org.apache.commons.compress.harmony.unpack200.CpBands
 
cpNameAndTypeValue(String) - Method in class org.apache.commons.compress.harmony.unpack200.CpBands
 
CPRef - Class in org.apache.commons.compress.harmony.unpack200.bytecode
Abstract superclass for reference constant pool entries, such as a method or field reference.
CPRef(byte, CPClass, CPNameAndType, int) - Constructor for class org.apache.commons.compress.harmony.unpack200.bytecode.CPRef
Constructs a new CPRef.
CPSignature - Class in org.apache.commons.compress.harmony.pack200
Constant pool entry for a signature.
CPSignature(String, CPUTF8, List<CPClass>) - Constructor for class org.apache.commons.compress.harmony.pack200.CPSignature
 
cpSignatureValue(int) - Method in class org.apache.commons.compress.harmony.unpack200.CpBands
 
CPString - Class in org.apache.commons.compress.harmony.pack200
Constant pool entry for a String.
CPString - Class in org.apache.commons.compress.harmony.unpack200.bytecode
String constant pool entry.
CPString(CPUTF8) - Constructor for class org.apache.commons.compress.harmony.pack200.CPString
 
CPString(CPUTF8, int) - Constructor for class org.apache.commons.compress.harmony.unpack200.bytecode.CPString
 
cpStringValue(int) - Method in class org.apache.commons.compress.harmony.unpack200.CpBands
 
CPUTF8 - Class in org.apache.commons.compress.harmony.pack200
Constant pool entry for a UTF8 entry, used for storing long Strings.
CPUTF8 - Class in org.apache.commons.compress.harmony.unpack200.bytecode
UTF8 constant pool entry, used for storing long Strings.
CPUTF8(String) - Constructor for class org.apache.commons.compress.harmony.pack200.CPUTF8
 
CPUTF8(String) - Constructor for class org.apache.commons.compress.harmony.unpack200.bytecode.CPUTF8
 
CPUTF8(String, int) - Constructor for class org.apache.commons.compress.harmony.unpack200.bytecode.CPUTF8
Creates a new CPUTF8 instance
cpUTF8Value(int) - Method in class org.apache.commons.compress.harmony.unpack200.CpBands
 
cpUTF8Value(String) - Method in class org.apache.commons.compress.harmony.unpack200.CpBands
 
cpUTF8Value(String, boolean) - Method in class org.apache.commons.compress.harmony.unpack200.CpBands
 
CRC_UNKNOWN - Static variable in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
 
CRC32 - Enum constant in enum org.apache.commons.compress.archivers.zip.PKWareExtraHeader.HashAlgorithm
 
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
Deprecated.
No longer used.
CRC32VerifyingInputStream(InputStream, long, long) - Constructor for class org.apache.commons.compress.utils.CRC32VerifyingInputStream
Constructs a new instance.
create(int, ScatterGatherBackingStore) - Static method in class org.apache.commons.compress.archivers.zip.StreamCompressor
Creates a stream compressor with the given compression level.
create(String, File, File) - Method in class org.apache.commons.compress.archivers.examples.Archiver
Creates an archive target using the format format by recursively including all files and directories in directory.
create(String, OutputStream, File) - Method in class org.apache.commons.compress.archivers.examples.Archiver
Deprecated.
this method leaks resources
create(String, OutputStream, File, CloseableConsumer) - Method in class org.apache.commons.compress.archivers.examples.Archiver
Creates an archive target using the format format by recursively including all files and directories in directory.
create(String, SeekableByteChannel, File) - Method in class org.apache.commons.compress.archivers.examples.Archiver
Deprecated.
this method leaks resources
create(String, SeekableByteChannel, File, CloseableConsumer) - Method in class org.apache.commons.compress.archivers.examples.Archiver
Creates an archive target using the format format by recursively including all files and directories in directory.
create(String, SeekableByteChannel, Path) - Method in class org.apache.commons.compress.archivers.examples.Archiver
Creates an archive target using the format format by recursively including all files and directories in directory.
create(String, Path, Path) - Method in class org.apache.commons.compress.archivers.examples.Archiver
Creates an archive target using the format format by recursively including all files and directories in directory.
create(ArchiveOutputStream<?>, File) - Method in class org.apache.commons.compress.archivers.examples.Archiver
Creates an archive target by recursively including all files and directories in directory.
create(ArchiveOutputStream<?>, Path) - Method in class org.apache.commons.compress.archivers.examples.Archiver
Creates an archive target by recursively including all files and directories in directory.
create(ArchiveOutputStream<?>, Path, EnumSet<FileVisitOption>, LinkOption...) - Method in class org.apache.commons.compress.archivers.examples.Archiver
Creates an archive target by recursively including all files and directories in directory.
create(SevenZOutputFile, File) - Method in class org.apache.commons.compress.archivers.examples.Archiver
Creates an archive target by recursively including all files and directories in directory.
create(SevenZOutputFile, Path) - Method in class org.apache.commons.compress.archivers.examples.Archiver
Creates an archive target by recursively including all files and directories in directory.
create(ScatterGatherBackingStore) - Static method in class org.apache.commons.compress.archivers.zip.StreamCompressor
Creates 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
Creates 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 CpioArchiveEntry.
createArchiveEntry(File, String) - Method in class org.apache.commons.compress.archivers.sevenz.SevenZOutputFile
Creates an archive entry using the inputFile and entryName provided.
createArchiveEntry(File, String) - Method in class org.apache.commons.compress.archivers.tar.TarArchiveOutputStream
 
createArchiveEntry(File, String) - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
Creates a new ZIP entry taking some information from the given file and using the provided name.
createArchiveEntry(Path, String, LinkOption...) - Method in class org.apache.commons.compress.archivers.ar.ArArchiveOutputStream
Creates an archive entry using the inputPath and entryName provided.
createArchiveEntry(Path, String, LinkOption...) - Method in class org.apache.commons.compress.archivers.ArchiveOutputStream
Creates an archive entry using the inputPath and entryName provided.
createArchiveEntry(Path, String, LinkOption...) - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveOutputStream
Creates a new CpioArchiveEntry.
createArchiveEntry(Path, String, LinkOption...) - Method in class org.apache.commons.compress.archivers.sevenz.SevenZOutputFile
Creates an archive entry using the inputPath and entryName provided.
createArchiveEntry(Path, String, LinkOption...) - Method in class org.apache.commons.compress.archivers.tar.TarArchiveOutputStream
 
createArchiveEntry(Path, String, LinkOption...) - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
Creates a new ZIP entry taking some information from the given file and using the provided name.
createArchiveInputStream(InputStream) - Method in class org.apache.commons.compress.archivers.ArchiveStreamFactory
Creates an archive input stream from an input stream, autodetecting the archive type from the first few bytes of the stream.
createArchiveInputStream(String, InputStream) - Method in class org.apache.commons.compress.archivers.ArchiveStreamFactory
Creates an archive input stream from an archiver name and an input stream.
createArchiveInputStream(String, InputStream, String) - Method in class org.apache.commons.compress.archivers.ArchiveStreamFactory
 
createArchiveInputStream(String, InputStream, String) - Method in interface org.apache.commons.compress.archivers.ArchiveStreamProvider
Creates an archive input stream from an archiver name and an input stream.
createArchiveOutputStream(String, OutputStream) - Method in class org.apache.commons.compress.archivers.ArchiveStreamFactory
Creates an archive output stream from an archiver name and an output stream.
createArchiveOutputStream(String, OutputStream, String) - Method in class org.apache.commons.compress.archivers.ArchiveStreamFactory
 
createArchiveOutputStream(String, OutputStream, String) - Method in interface org.apache.commons.compress.archivers.ArchiveStreamProvider
Creates an archive output stream from an archiver name and an output stream.
createCallable(ZipArchiveEntryRequestSupplier) - Method in class org.apache.commons.compress.archivers.zip.ParallelScatterZipCreator
Creates a callable that will compress archive entry supplied by ZipArchiveEntryRequestSupplier.
createCallable(ZipArchiveEntry, InputStreamSupplier) - Method in class org.apache.commons.compress.archivers.zip.ParallelScatterZipCreator
Creates a callable that will compress the given archive entry.
createCompressorInputStream(InputStream) - Method in class org.apache.commons.compress.compressors.CompressorStreamFactory
Creates a compressor input stream from an input stream, auto-detecting the compressor type from the first few bytes of the stream.
createCompressorInputStream(InputStream, Set<String>) - Method in class org.apache.commons.compress.compressors.CompressorStreamFactory
Creates a compressor input stream from an input stream, auto-detecting the compressor type from the first few bytes of the stream while limiting the detected type to the provided set of compressor names.
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 a compressor output stream from a compressor name and an output stream.
createCompressorOutputStream(String, OutputStream) - Method in interface org.apache.commons.compress.compressors.CompressorStreamProvider
Creates a compressor output stream from a compressor name and an output stream.
createExtraField(ZipShort) - Method in interface org.apache.commons.compress.archivers.zip.ExtraFieldParsingBehavior
Creates an instance of ZipExtraField for the given id.
createExtraField(ZipShort) - Static method in class org.apache.commons.compress.archivers.zip.ExtraFieldUtils
Creates an instance of the appropriate ExtraField, falls back to UnrecognizedExtraField.
createExtraField(ZipShort) - Method in enum org.apache.commons.compress.archivers.zip.ZipArchiveEntry.ExtraFieldParsingMode
 
createExtraFieldNoDefault(ZipShort) - Static method in class org.apache.commons.compress.archivers.zip.ExtraFieldUtils
Creates an instance of the appropriate ZipExtraField.
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
Creates 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.
currentClassReferencesInnerClass(CPClass) - Method in class org.apache.commons.compress.harmony.pack200.ClassBands
 

D

DATA_DESCRIPTOR - Static variable in class org.apache.commons.compress.archivers.zip.UnsupportedZipFeatureException.Feature
The entry uses a data descriptor.
DD_SIG - Static variable in class org.apache.commons.compress.archivers.zip.ZipLong
Data Descriptor signature.
decode(byte[]) - Method in interface org.apache.commons.compress.archivers.zip.ZipEncoding
 
decode(InputStream) - Method in class org.apache.commons.compress.harmony.pack200.BHSDCodec
 
decode(InputStream) - Method in class org.apache.commons.compress.harmony.pack200.Codec
Decodes a sequence of bytes from the given input stream, returning the value as a long.
decode(InputStream) - Method in class org.apache.commons.compress.harmony.pack200.PopulationCodec
 
decode(InputStream) - Method in class org.apache.commons.compress.harmony.pack200.RunCodec
 
decode(InputStream, long) - Method in class org.apache.commons.compress.harmony.pack200.BHSDCodec
 
decode(InputStream, long) - Method in class org.apache.commons.compress.harmony.pack200.Codec
Decodes a sequence of bytes from the given input stream, returning the value as a long.
decode(InputStream, long) - Method in class org.apache.commons.compress.harmony.pack200.PopulationCodec
 
decode(InputStream, long) - Method in class org.apache.commons.compress.harmony.pack200.RunCodec
 
decodeBandInt(String, InputStream, BHSDCodec, int) - Method in class org.apache.commons.compress.harmony.unpack200.BandSet
Decodes a band and return an array of int values.
decodeBandInt(String, InputStream, BHSDCodec, int[]) - Method in class org.apache.commons.compress.harmony.unpack200.BandSet
Decodes a band and return an array of int[] values.
decodeInts(int, InputStream) - Method in class org.apache.commons.compress.harmony.pack200.BHSDCodec
 
decodeInts(int, InputStream) - Method in class org.apache.commons.compress.harmony.pack200.Codec
Decodes a sequence of n values from in.
decodeInts(int, InputStream) - Method in class org.apache.commons.compress.harmony.pack200.PopulationCodec
 
decodeInts(int, InputStream) - Method in class org.apache.commons.compress.harmony.pack200.RunCodec
 
decodeInts(int, InputStream, int) - Method in class org.apache.commons.compress.harmony.pack200.BHSDCodec
 
decodeInts(int, InputStream, int) - Method in class org.apache.commons.compress.harmony.pack200.Codec
Decodes a sequence of n values from in.
decompressNextSymbol() - Method in class org.apache.commons.compress.compressors.lzw.LZWInputStream
Read the next code and expand it.
decompressNextSymbol() - Method in class org.apache.commons.compress.compressors.z.ZCompressorInputStream
Read the next code and expand it.
def - Variable in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
This Deflater object is used for output.
DEFAULT - Static variable in class org.apache.commons.compress.archivers.ArchiveStreamFactory
The singleton instance using the platform default encoding.
DEFAULT - Static variable in class org.apache.commons.compress.archivers.sevenz.SevenZFileOptions
Deprecated.
The default options.
DEFAULT - Static variable in class org.apache.commons.compress.compressors.lz4.FramedLZ4CompressorOutputStream.Parameters
The default parameters of 4M block size, enabled content checksum, disabled block checksums and independent blocks.
DEFAULT_BLKSIZE - Static variable in interface org.apache.commons.compress.archivers.tar.TarConstants
Default block size
DEFAULT_BLOCK_SIZE - Static variable in class org.apache.commons.compress.compressors.snappy.SnappyCompressorInputStream
Default block size
DEFAULT_BUFFER_SIZE - Static variable in class org.apache.commons.compress.harmony.pack200.Pack200Adapter
 
DEFAULT_CODE_SIZE - Static variable in class org.apache.commons.compress.compressors.lzw.LZWInputStream
 
DEFAULT_COMPRESSION - Static variable in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
Default compression level for deflated entries.
DEFAULT_DIR_MODE - Static variable in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
Default permissions bits for directories
DEFAULT_DIR_PERM - Static variable in interface org.apache.commons.compress.archivers.zip.UnixStat
Default permissions for directories.
DEFAULT_FILE_MODE - Static variable in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
Default permissions bits for files
DEFAULT_FILE_PERM - Static variable in interface org.apache.commons.compress.archivers.zip.UnixStat
Default permissions for plain files.
DEFAULT_LINK_PERM - Static variable in interface org.apache.commons.compress.archivers.zip.UnixStat
Default permissions for symbolic links.
DEFAULT_RCDSIZE - Static variable in interface org.apache.commons.compress.archivers.tar.TarConstants
Default record size
DefaultBackingStoreSupplier - Class in org.apache.commons.compress.archivers.zip
Implements ScatterGatherBackingStoreSupplier using a temporary folder.
DefaultBackingStoreSupplier(Path) - Constructor for class org.apache.commons.compress.archivers.zip.DefaultBackingStoreSupplier
Constructs a new instance.
deflate() - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
Writes next block of compressed data to the output stream.
deflate(InputStream, int) - Method in class org.apache.commons.compress.archivers.zip.StreamCompressor
Deflate the given source using the supplied compression method
DEFLATE - Enum constant in enum org.apache.commons.compress.archivers.sevenz.SevenZMethod
Deflate.
DEFLATE - Static variable in class org.apache.commons.compress.compressors.CompressorStreamFactory
Constant (value "deflate") used to identify the Deflate compress method.
DEFLATE_HINT - Static variable in interface org.apache.commons.compress.java.util.jar.Pack200.Packer
The deflation hint to set in the output archive.
DEFLATE_HINT - Static variable in interface org.apache.commons.compress.java.util.jar.Pack200.Unpacker
The String indicating if the unpacker should ignore all transmitted values, can be replaced by either true or false.
DEFLATE64 - Enum constant in enum org.apache.commons.compress.archivers.sevenz.SevenZMethod
Deflate64.
DEFLATE64 - Static variable in class org.apache.commons.compress.compressors.CompressorStreamFactory
Constant (value "deflate64") used to identify the Deflate64 compress method.
Deflate64CompressorInputStream - Class in org.apache.commons.compress.compressors.deflate64
Deflate64 decompressor.
Deflate64CompressorInputStream(InputStream) - Constructor for class org.apache.commons.compress.compressors.deflate64.Deflate64CompressorInputStream
Constructs a Deflate64CompressorInputStream.
DeflateCompressorInputStream - Class in org.apache.commons.compress.compressors.deflate
Deflate decompressor.
DeflateCompressorInputStream(InputStream) - Constructor for class org.apache.commons.compress.compressors.deflate.DeflateCompressorInputStream
Creates a new input stream that decompresses Deflate-compressed data from the specified input stream.
DeflateCompressorInputStream(InputStream, DeflateParameters) - Constructor for class org.apache.commons.compress.compressors.deflate.DeflateCompressorInputStream
Creates a new input stream that decompresses Deflate-compressed data from the specified input stream.
DeflateCompressorOutputStream - Class in org.apache.commons.compress.compressors.deflate
Deflate compressor.
DeflateCompressorOutputStream(OutputStream) - Constructor for class org.apache.commons.compress.compressors.deflate.DeflateCompressorOutputStream
Creates a Deflate compressed output stream with the default parameters.
DeflateCompressorOutputStream(OutputStream, DeflateParameters) - Constructor for class org.apache.commons.compress.compressors.deflate.DeflateCompressorOutputStream
Creates a Deflate compressed output stream with the specified parameters.
DEFLATED - Enum constant in enum org.apache.commons.compress.archivers.zip.ZipMethod
Compression method 8 for compressed (deflated) entries.
DEFLATED - Static variable in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
Compression method for deflated entries.
DeflateParameters - Class in org.apache.commons.compress.compressors.deflate
Parameters for the Deflate compressor.
DeflateParameters() - Constructor for class org.apache.commons.compress.compressors.deflate.DeflateParameters
 
delete(String) - Method in class org.apache.commons.compress.changes.ChangeSet
Deletes the file with the file name from the archive.
deleteDir(String) - Method in class org.apache.commons.compress.changes.ChangeSet
Deletes the directory tree from the archive.
DELTA_FILTER - Enum constant in enum org.apache.commons.compress.archivers.sevenz.SevenZMethod
Delta filter.
DELTA5 - Static variable in class org.apache.commons.compress.harmony.pack200.Codec
DELTA5 = (5,64,1,1): Used for the majority of numerical codings where there is a correlated sequence of signed values.
deltaDoubleSignedCodecs1 - Static variable in class org.apache.commons.compress.harmony.pack200.CanonicalCodecFamilies
 
deltaSignedCodecs1 - Static variable in class org.apache.commons.compress.harmony.pack200.CanonicalCodecFamilies
 
deltaSignedCodecs2 - Static variable in class org.apache.commons.compress.harmony.pack200.CanonicalCodecFamilies
 
deltaSignedCodecs3 - Static variable in class org.apache.commons.compress.harmony.pack200.CanonicalCodecFamilies
 
deltaSignedCodecs4 - Static variable in class org.apache.commons.compress.harmony.pack200.CanonicalCodecFamilies
 
deltaSignedCodecs5 - Static variable in class org.apache.commons.compress.harmony.pack200.CanonicalCodecFamilies
 
deltaUnsignedCodecs1 - Static variable in class org.apache.commons.compress.harmony.pack200.CanonicalCodecFamilies
 
deltaUnsignedCodecs2 - Static variable in class org.apache.commons.compress.harmony.pack200.CanonicalCodecFamilies
 
deltaUnsignedCodecs3 - Static variable in class org.apache.commons.compress.harmony.pack200.CanonicalCodecFamilies
 
deltaUnsignedCodecs4 - Static variable in class org.apache.commons.compress.harmony.pack200.CanonicalCodecFamilies
 
deltaUnsignedCodecs5 - Static variable in class org.apache.commons.compress.harmony.pack200.CanonicalCodecFamilies
 
DeprecatedAttribute - Class in org.apache.commons.compress.harmony.unpack200.bytecode
Deprecated class file attribute.
DeprecatedAttribute() - Constructor for class org.apache.commons.compress.harmony.unpack200.bytecode.DeprecatedAttribute
 
DES - Enum constant in enum org.apache.commons.compress.archivers.zip.PKWareExtraHeader.EncryptionAlgorithm
 
descriptor - Variable in class org.apache.commons.compress.harmony.unpack200.bytecode.CPMember
 
detect(InputStream) - Static method in class org.apache.commons.compress.archivers.ArchiveStreamFactory
Try to determine the type of Archiver
detect(InputStream) - Static method in class org.apache.commons.compress.compressors.CompressorStreamFactory
Detects the type of compressor stream.
DEVLEN - Static variable in interface org.apache.commons.compress.archivers.tar.TarConstants
The length of each of the device fields (major and minor) in a header buffer.
DIR_FLAG - Static variable in interface org.apache.commons.compress.archivers.zip.UnixStat
Indicates directories.
DIRECTORY - Enum constant in enum org.apache.commons.compress.archivers.dump.DumpArchiveEntry.TYPE
 
doBciRenumbering(IntList, Map<Label, Integer>) - Method in class org.apache.commons.compress.harmony.pack200.ClassBands
 
DOS - Static variable in class org.apache.commons.compress.archivers.arj.ArjArchiveEntry.HostOs
0
dosToJavaTime(long) - Static method in class org.apache.commons.compress.archivers.zip.ZipUtil
Converts DOS time to Java time (number of milliseconds since epoch).
DoubleForm - Class in org.apache.commons.compress.harmony.unpack200.bytecode.forms
This class implements the byte code form for those bytecodes which have double references (and only double references).
DoubleForm(int, String, int[]) - Constructor for class org.apache.commons.compress.harmony.unpack200.bytecode.forms.DoubleForm
 
doWrite(DataOutputStream) - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.Attribute
 
doWrite(DataOutputStream) - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.ByteCode
 
doWrite(DataOutputStream) - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.ClassFileEntry
 
doWrite(DataOutputStream) - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.ConstantPoolEntry
 
doWrite(DataOutputStream) - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.CPMember
 
doWrite(DataOutputStream) - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.InnerClassesAttribute
 
DRACONIC - Enum constant in enum org.apache.commons.compress.archivers.zip.ZipArchiveEntry.ExtraFieldParsingMode
Throw an exception if any of the recognized extra fields cannot be parsed or any extra field violates the recommended pattern.
DUMP - Static variable in class org.apache.commons.compress.archivers.ArchiveStreamFactory
Constant (value "dump") used to identify the Unix DUMP archive format.
DumpArchiveConstants - Class in org.apache.commons.compress.archivers.dump
Various constants associated with dump archives.
DumpArchiveConstants.COMPRESSION_TYPE - Enum in org.apache.commons.compress.archivers.dump
The type of compression.
DumpArchiveConstants.SEGMENT_TYPE - Enum in org.apache.commons.compress.archivers.dump
The type of tape segment.
DumpArchiveEntry - Class in org.apache.commons.compress.archivers.dump
This class represents an entry in a Dump archive.
DumpArchiveEntry() - Constructor for class org.apache.commons.compress.archivers.dump.DumpArchiveEntry
Constructs a default instance.
DumpArchiveEntry(String, String) - Constructor for class org.apache.commons.compress.archivers.dump.DumpArchiveEntry
Constructs a new instance with only names.
DumpArchiveEntry(String, String, int, DumpArchiveEntry.TYPE) - Constructor for class org.apache.commons.compress.archivers.dump.DumpArchiveEntry
Constructs a new instance with name, inode and type.
DumpArchiveEntry.PERMISSION - Enum in org.apache.commons.compress.archivers.dump
 
DumpArchiveEntry.TYPE - Enum in org.apache.commons.compress.archivers.dump
 
DumpArchiveException - Exception Class in org.apache.commons.compress.archivers.dump
Dump Archive Exception
DumpArchiveException() - Constructor for exception class org.apache.commons.compress.archivers.dump.DumpArchiveException
 
DumpArchiveException(String) - Constructor for exception class org.apache.commons.compress.archivers.dump.DumpArchiveException
 
DumpArchiveException(String, Throwable) - Constructor for exception class org.apache.commons.compress.archivers.dump.DumpArchiveException
 
DumpArchiveException(Throwable) - Constructor for exception class org.apache.commons.compress.archivers.dump.DumpArchiveException
 
DumpArchiveInputStream - Class in org.apache.commons.compress.archivers.dump
The DumpArchiveInputStream reads a UNIX dump archive as an InputStream.
DumpArchiveInputStream(InputStream) - Constructor for class org.apache.commons.compress.archivers.dump.DumpArchiveInputStream
Constructor using the platform's default encoding for file names.
DumpArchiveInputStream(InputStream, String) - Constructor for class org.apache.commons.compress.archivers.dump.DumpArchiveInputStream
Constructs a new instance.
DumpArchiveSummary - Class in org.apache.commons.compress.archivers.dump
This class represents identifying information about a Dump archive volume.

E

EFFORT - Static variable in interface org.apache.commons.compress.java.util.jar.Pack200.Packer
The indicated amount of effort to use in compressing the archive.
EFS_FLAG - Static variable in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
Deprecated.
ElementValue(int, Object) - Constructor for class org.apache.commons.compress.harmony.unpack200.bytecode.AnnotationsAttribute.ElementValue
 
EMPTY_BYTE_ARRAY - Static variable in class org.apache.commons.compress.utils.ByteUtils
Empty array.
EMPTY_FileVisitOption - Static variable in class org.apache.commons.compress.archivers.examples.Archiver
EMPTY_LINK_OPTIONS - Static variable in class org.apache.commons.compress.utils.IOUtils
Empty array of type LinkOption.
EnclosingMethodAttribute - Class in org.apache.commons.compress.harmony.unpack200.bytecode
Enclosing method class file attribute.
EnclosingMethodAttribute(CPClass, CPNameAndType) - Constructor for class org.apache.commons.compress.harmony.unpack200.bytecode.EnclosingMethodAttribute
 
encode() - Method in class org.apache.commons.compress.archivers.zip.GeneralPurposeBit
Encodes the set bits in a form suitable for ZIP archives.
encode(byte[], int) - Method in class org.apache.commons.compress.archivers.zip.GeneralPurposeBit
Encodes the set bits in a form suitable for ZIP archives.
encode(int) - Method in class org.apache.commons.compress.harmony.pack200.BHSDCodec
 
encode(int) - Method in class org.apache.commons.compress.harmony.pack200.Codec
Encodes a single value into a sequence of bytes.
encode(int) - Method in class org.apache.commons.compress.harmony.pack200.PopulationCodec
 
encode(int) - Method in class org.apache.commons.compress.harmony.pack200.RunCodec
 
encode(int[]) - Method in class org.apache.commons.compress.harmony.pack200.Codec
Encodes a sequence of integers into a byte array
encode(int[], int[], int[]) - Method in class org.apache.commons.compress.harmony.pack200.PopulationCodec
 
encode(int, int) - Method in class org.apache.commons.compress.harmony.pack200.BHSDCodec
 
encode(int, int) - Method in class org.apache.commons.compress.harmony.pack200.Codec
Encodes a single value into a sequence of bytes.
encode(int, int) - Method in class org.apache.commons.compress.harmony.pack200.PopulationCodec
 
encode(int, int) - Method in class org.apache.commons.compress.harmony.pack200.RunCodec
 
encode(String) - Method in interface org.apache.commons.compress.archivers.zip.ZipEncoding
Encode a file name or a comment to a byte array suitable for storing it to a serialized ZIP entry.
encodeBandInt(String, int[], BHSDCodec) - Method in class org.apache.commons.compress.harmony.pack200.BandSet
Encode a band of integers.
encodeFlags(String, long[][], BHSDCodec, BHSDCodec, boolean) - Method in class org.apache.commons.compress.harmony.pack200.BandSet
 
encodeFlags(String, long[], BHSDCodec, BHSDCodec, boolean) - Method in class org.apache.commons.compress.harmony.pack200.BandSet
Encode a band of longs (values are split into their high and low 32 bits and then encoded as two separate bands
encodes(long) - Method in class org.apache.commons.compress.harmony.pack200.BHSDCodec
True if this encoding can code the given value
encodeScalar(int[], BHSDCodec) - Method in class org.apache.commons.compress.harmony.pack200.BandSet
Encode a band without considering other Codecs
encodeScalar(int, BHSDCodec) - Method in class org.apache.commons.compress.harmony.pack200.BandSet
Encode a single value with the given Codec
ENCRYPTION - Static variable in class org.apache.commons.compress.archivers.zip.UnsupportedZipFeatureException.Feature
The entry is encrypted.
END - Enum constant in enum org.apache.commons.compress.archivers.dump.DumpArchiveConstants.SEGMENT_TYPE
 
ENDCOM - Static variable in class org.apache.commons.compress.archivers.jar.JarArchiveEntry
 
ENDCOM - Static variable in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
 
ENDHDR - Static variable in class org.apache.commons.compress.archivers.jar.JarArchiveEntry
 
ENDHDR - Static variable in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
 
endOfClass() - Method in class org.apache.commons.compress.harmony.pack200.ClassBands
 
ENDOFF - Static variable in class org.apache.commons.compress.archivers.jar.JarArchiveEntry
 
ENDOFF - Static variable in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
 
endOfMethod() - Method in class org.apache.commons.compress.harmony.pack200.ClassBands
 
ENDSIG - Static variable in class org.apache.commons.compress.archivers.jar.JarArchiveEntry
 
ENDSIG - Static variable in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
 
ENDSIZ - Static variable in class org.apache.commons.compress.archivers.jar.JarArchiveEntry
 
ENDSIZ - Static variable in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
 
ENDSUB - Static variable in class org.apache.commons.compress.archivers.jar.JarArchiveEntry
 
ENDSUB - Static variable in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
 
ENDTOT - Static variable in class org.apache.commons.compress.archivers.jar.JarArchiveEntry
 
ENDTOT - Static variable in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
 
ENHANCED_DEFLATED - Enum constant in enum org.apache.commons.compress.archivers.zip.ZipMethod
Compression Method 9 for enhanced deflate.
entries() - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.ClassConstantPool
 
entriesContainsSet - Variable in class org.apache.commons.compress.harmony.unpack200.bytecode.ClassConstantPool
 
EntryStreamOffsets - Interface in org.apache.commons.compress.archivers
Provides information about ArchiveEntry stream offsets.
EOD - Enum constant in enum org.apache.commons.compress.compressors.lz77support.LZ77Compressor.Block.BlockType
 
EOD() - Constructor for class org.apache.commons.compress.compressors.lz77support.LZ77Compressor.EOD
 
equals(Object) - Method in class org.apache.commons.compress.archivers.ar.ArArchiveEntry
 
equals(Object) - Method in class org.apache.commons.compress.archivers.arj.ArjArchiveEntry
 
equals(Object) - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveEntry
 
equals(Object) - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveEntry
 
equals(Object) - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveSummary
 
equals(Object) - Method in class org.apache.commons.compress.archivers.sevenz.SevenZArchiveEntry
 
equals(Object) - Method in class org.apache.commons.compress.archivers.sevenz.SevenZMethodConfiguration
 
equals(Object) - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
Determine if the two entries are equal.
equals(Object) - Method in class org.apache.commons.compress.archivers.tar.TarArchiveStructSparse
 
equals(Object) - Method in class org.apache.commons.compress.archivers.zip.GeneralPurposeBit
 
equals(Object) - Method in class org.apache.commons.compress.archivers.zip.X000A_NTFS
 
equals(Object) - Method in class org.apache.commons.compress.archivers.zip.X5455_ExtendedTimestamp
 
equals(Object) - Method in class org.apache.commons.compress.archivers.zip.X7875_NewUnix
 
equals(Object) - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
 
equals(Object) - Method in class org.apache.commons.compress.archivers.zip.ZipEightByteInteger
Override to make two instances with same value equal.
equals(Object) - Method in class org.apache.commons.compress.archivers.zip.ZipLong
Override to make two instances with same value equal.
equals(Object) - Method in class org.apache.commons.compress.archivers.zip.ZipShort
Override to make two instances with same value equal.
equals(Object) - Method in class org.apache.commons.compress.harmony.pack200.BHSDCodec
 
equals(Object) - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.AnnotationDefaultAttribute
 
equals(Object) - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.Attribute
 
equals(Object) - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.ByteCode
 
equals(Object) - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.ClassFileEntry
 
equals(Object) - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.ConstantPoolEntry
 
equals(Object) - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.ConstantValueAttribute
 
equals(Object) - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.CPClass
 
equals(Object) - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.CPConstant
 
equals(Object) - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.CPFieldRef
 
equals(Object) - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.CPMember
 
equals(Object) - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.CPNameAndType
 
equals(Object) - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.CPRef
 
equals(Object) - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.CPUTF8
 
equals(Object) - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.ExceptionsAttribute
 
equals(Object) - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.InnerClassesAttribute
 
equals(Object) - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.LineNumberTableAttribute
 
equals(Object) - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.SourceFileAttribute
 
equals(Object) - Method in class org.apache.commons.compress.harmony.unpack200.IcTuple
 
equals(TarArchiveEntry) - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
Determine if the two entries are equal.
ERROR - Static variable in class org.apache.commons.compress.harmony.pack200.PackingOptions
 
ERROR - Static variable in interface org.apache.commons.compress.java.util.jar.Pack200.Packer
a String representation for error.
ErrorAttribute(String, int) - Constructor for class org.apache.commons.compress.harmony.pack200.NewAttribute.ErrorAttribute
 
ExactMath - Class in org.apache.commons.compress.utils
PRIVATE.
ExceptionsAttribute - Class in org.apache.commons.compress.harmony.unpack200.bytecode
Exceptions class file attribute
ExceptionsAttribute(CPClass[]) - Constructor for class org.apache.commons.compress.harmony.unpack200.bytecode.ExceptionsAttribute
 
exceptionTable - Variable in class org.apache.commons.compress.harmony.unpack200.bytecode.CodeAttribute
 
ExceptionTableEntry - Class in org.apache.commons.compress.harmony.unpack200.bytecode
An entry in an exception table.
ExceptionTableEntry(int, int, int, CPClass) - Constructor for class org.apache.commons.compress.harmony.unpack200.bytecode.ExceptionTableEntry
Constructs a new ExceptionTableEntry.
existsCpClass(String) - Method in class org.apache.commons.compress.harmony.pack200.CpBands
 
expand(File, File) - Method in class org.apache.commons.compress.archivers.examples.Expander
Expands archive into targetDirectory.
expand(InputStream, File) - Method in class org.apache.commons.compress.archivers.examples.Expander
Deprecated.
this method leaks resources
expand(InputStream, File, CloseableConsumer) - Method in class org.apache.commons.compress.archivers.examples.Expander
Expands archive into targetDirectory.
expand(String, File, File) - Method in class org.apache.commons.compress.archivers.examples.Expander
Expands archive into targetDirectory.
expand(String, InputStream, File) - Method in class org.apache.commons.compress.archivers.examples.Expander
Deprecated.
this method leaks resources
expand(String, InputStream, File, CloseableConsumer) - Method in class org.apache.commons.compress.archivers.examples.Expander
Expands archive into targetDirectory.
expand(String, InputStream, Path, CloseableConsumer) - Method in class org.apache.commons.compress.archivers.examples.Expander
Expands archive into targetDirectory.
expand(String, SeekableByteChannel, File) - Method in class org.apache.commons.compress.archivers.examples.Expander
Deprecated.
this method leaks resources
expand(String, SeekableByteChannel, File, CloseableConsumer) - Method in class org.apache.commons.compress.archivers.examples.Expander
Expands archive into targetDirectory.
expand(String, SeekableByteChannel, Path, CloseableConsumer) - Method in class org.apache.commons.compress.archivers.examples.Expander
Expands archive into targetDirectory.
expand(String, Path, Path) - Method in class org.apache.commons.compress.archivers.examples.Expander
Expands archive into targetDirectory.
expand(Path, Path) - Method in class org.apache.commons.compress.archivers.examples.Expander
Expands archive into targetDirectory.
expand(ArchiveInputStream<?>, File) - Method in class org.apache.commons.compress.archivers.examples.Expander
Expands archive into targetDirectory.
expand(ArchiveInputStream<?>, Path) - Method in class org.apache.commons.compress.archivers.examples.Expander
Expands archive into targetDirectory.
expand(SevenZFile, File) - Method in class org.apache.commons.compress.archivers.examples.Expander
Expands archive into targetDirectory.
expand(SevenZFile, Path) - Method in class org.apache.commons.compress.archivers.examples.Expander
Expands archive into targetDirectory.
expand(TarFile, File) - Method in class org.apache.commons.compress.archivers.examples.Expander
Expands archive into targetDirectory.
expand(TarFile, Path) - Method in class org.apache.commons.compress.archivers.examples.Expander
Expands archive into targetDirectory.
expand(ZipFile, File) - Method in class org.apache.commons.compress.archivers.examples.Expander
Expands archive into targetDirectory.
expand(ZipFile, Path) - Method in class org.apache.commons.compress.archivers.examples.Expander
Expands archive into targetDirectory.
expandCodeToOutputStack(int, boolean) - Method in class org.apache.commons.compress.compressors.lzw.LZWInputStream
Expands the entry with index code to the output stack and may create a new entry
Expander - Class in org.apache.commons.compress.archivers.examples
Provides a high level API for expanding archives.
Expander() - Constructor for class org.apache.commons.compress.archivers.examples.Expander
 
EXPANDING_LEVEL_1 - Enum constant in enum org.apache.commons.compress.archivers.zip.ZipMethod
Reduced with compression factor 1.
EXPANDING_LEVEL_2 - Enum constant in enum org.apache.commons.compress.archivers.zip.ZipMethod
Reduced with compression factor 2.
EXPANDING_LEVEL_3 - Enum constant in enum org.apache.commons.compress.archivers.zip.ZipMethod
Reduced with compression factor 3.
EXPANDING_LEVEL_4 - Enum constant in enum org.apache.commons.compress.archivers.zip.ZipMethod
Reduced with compression factor 4.
EXTCRC - Static variable in class org.apache.commons.compress.archivers.jar.JarArchiveEntry
 
EXTCRC - Static variable in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
 
EXTHDR - Static variable in class org.apache.commons.compress.archivers.jar.JarArchiveEntry
 
EXTHDR - Static variable in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
 
EXTLEN - Static variable in class org.apache.commons.compress.archivers.jar.JarArchiveEntry
 
EXTLEN - Static variable in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
 
extractOperands(OperandManager, Segment, int) - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.ByteCode
 
EXTRAFIELD_HEADER_SIZE - Static variable in interface org.apache.commons.compress.archivers.zip.ZipExtraField
Size of an extra field header (id + length).
ExtraFieldParsingBehavior - Interface in org.apache.commons.compress.archivers.zip
Controls details of parsing ZIP extra fields.
ExtraFieldUtils - Class in org.apache.commons.compress.archivers.zip
ZipExtraField related methods.
ExtraFieldUtils() - Constructor for class org.apache.commons.compress.archivers.zip.ExtraFieldUtils
 
ExtraFieldUtils.UnparseableExtraField - Class in org.apache.commons.compress.archivers.zip
"enum" for the possible actions to take if the extra field cannot be parsed.
EXTSIG - Static variable in class org.apache.commons.compress.archivers.jar.JarArchiveEntry
 
EXTSIG - Static variable in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
 
EXTSIZ - Static variable in class org.apache.commons.compress.archivers.jar.JarArchiveEntry
 
EXTSIZ - Static variable in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
 

F

F - Variable in class org.apache.commons.compress.harmony.unpack200.IcTuple
 
FALSE - Static variable in interface org.apache.commons.compress.java.util.jar.Pack200.Packer
a String representation of false.
FALSE - Static variable in interface org.apache.commons.compress.java.util.jar.Pack200.Unpacker
a String representation of false.
FIELD_ATTRIBUTE_PFX - Static variable in interface org.apache.commons.compress.java.util.jar.Pack200.Packer
The format of a field attribute name.
FieldRefForm - Class in org.apache.commons.compress.harmony.unpack200.bytecode.forms
This class implements the byte code form for those bytecodes which have field references (and only field references).
FieldRefForm(int, String, int[]) - Constructor for class org.apache.commons.compress.harmony.unpack200.bytecode.forms.FieldRefForm
 
fields - Variable in class org.apache.commons.compress.harmony.unpack200.bytecode.ClassFile
 
FIFO - Enum constant in enum org.apache.commons.compress.archivers.dump.DumpArchiveEntry.TYPE
 
FILE - Enum constant in enum org.apache.commons.compress.archivers.dump.DumpArchiveEntry.TYPE
 
FILE_FLAG - Static variable in interface org.apache.commons.compress.archivers.zip.UnixStat
Indicates plain files.
FILE_TYPE_FLAG - Static variable in interface org.apache.commons.compress.archivers.zip.UnixStat
Bits used to indicate the file system object type.
FileBands - Class in org.apache.commons.compress.harmony.pack200
Bands containing information about files in the pack200 archive and the file contents for non-class-files.
FileBands - Class in org.apache.commons.compress.harmony.unpack200
Parses the file band headers (not including the actual bits themselves).
FileBands(CpBands, SegmentHeader, PackingOptions, Archive.SegmentUnit, int) - Constructor for class org.apache.commons.compress.harmony.pack200.FileBands
 
FileBands(Segment) - Constructor for class org.apache.commons.compress.harmony.unpack200.FileBands
 
fileBased(File) - Static method in class org.apache.commons.compress.archivers.zip.ScatterZipOutputStream
Creates a ScatterZipOutputStream with default compression level that is backed by a file
fileBased(File, int) - Static method in class org.apache.commons.compress.archivers.zip.ScatterZipOutputStream
Creates a ScatterZipOutputStream that is backed by a file
FileBasedScatterGatherBackingStore - Class in org.apache.commons.compress.parallel
ScatterGatherBackingStore that is backed by a path.
FileBasedScatterGatherBackingStore(File) - Constructor for class org.apache.commons.compress.parallel.FileBasedScatterGatherBackingStore
 
FileBasedScatterGatherBackingStore(Path) - Constructor for class org.apache.commons.compress.parallel.FileBasedScatterGatherBackingStore
Constructs a new instance for the given path.
FileNameUtil - Class in org.apache.commons.compress.compressors
File name mapping code for the compression formats.
FileNameUtil(Map<String, String>, String) - Constructor for class org.apache.commons.compress.compressors.FileNameUtil
sets up the utility with a map of known compressed to uncompressed suffix mappings and the default extension of the format.
FileNameUtils - Class in org.apache.commons.compress.utils
Generic file name utilities.
FileNameUtils() - Constructor for class org.apache.commons.compress.utils.FileNameUtils
 
fill(ZipExtraField, byte[], int, int, boolean) - Method in interface org.apache.commons.compress.archivers.zip.ExtraFieldParsingBehavior
Fills in the extra field data for a single extra field.
fill(ZipExtraField, byte[], int, int, boolean) - Method in enum org.apache.commons.compress.archivers.zip.ZipArchiveEntry.ExtraFieldParsingMode
 
fillExtraField(ZipExtraField, byte[], int, int, boolean) - Static method in class org.apache.commons.compress.archivers.zip.ExtraFieldUtils
Fills in the extra field data into the given instance.
finaliseBands() - Method in class org.apache.commons.compress.harmony.pack200.AttributeDefinitionBands
All input classes for the segment have now been read in, so this method is called so that this class can calculate/complete anything it could not do while classes were being read.
finaliseBands() - Method in class org.apache.commons.compress.harmony.pack200.BcBands
All input classes for the segment have now been read in, so this method is called so that this class can calculate/complete anything it could not do while classes were being read.
finaliseBands() - Method in class org.apache.commons.compress.harmony.pack200.ClassBands
All input classes for the segment have now been read in, so this method is called so that this class can calculate/complete anything it could not do while classes were being read.
finaliseBands() - Method in class org.apache.commons.compress.harmony.pack200.CpBands
All input classes for the segment have now been read in, so this method is called so that this class can calculate/complete anything it could not do while classes were being read.
finaliseBands() - Method in class org.apache.commons.compress.harmony.pack200.FileBands
All input classes for the segment have now been read in, so this method is called so that this class can calculate/complete anything it could not do while classes were being read.
finaliseBands() - Method in class org.apache.commons.compress.harmony.pack200.IcBands
All input classes for the segment have now been read in, so this method is called so that this class can calculate/complete anything it could not do while classes were being read.
finalize() - Method in class org.apache.commons.compress.archivers.zip.ZipFile
Ensures that the close method of this ZIP file is called when there are no more references to it.
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
Finishes 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 blockDataRemaining 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.
firePropertyChange(String, Object, Object) - Method in class org.apache.commons.compress.harmony.pack200.Pack200Adapter
Reports a property update to listeners
firePropertyChange(String, Object, Object) - Method in class org.apache.commons.compress.harmony.pack200.Pack200PackerAdapter
 
firstOperandIndex() - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.forms.ByteCodeForm
 
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
Constructs 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
Constructs a fixed length block output stream with given destination writable byte channel and block size.
fixUpByteCodeTargets(ByteCode, CodeAttribute) - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.forms.ByteCodeForm
The ByteCodeForm knows how to fix up a bytecode if it needs to be fixed up because it holds a Label bytecode.
fixUpByteCodeTargets(ByteCode, CodeAttribute) - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.forms.LabelForm
 
fixUpByteCodeTargets(ByteCode, CodeAttribute) - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.forms.SwitchForm
 
FloatRefForm - Class in org.apache.commons.compress.harmony.unpack200.bytecode.forms
This class implements the byte code form for those bytecodes which have float references (and only float references).
FloatRefForm(int, String, int[]) - Constructor for class org.apache.commons.compress.harmony.unpack200.bytecode.forms.FloatRefForm
 
FloatRefForm(int, String, int[], boolean) - Constructor for class org.apache.commons.compress.harmony.unpack200.bytecode.forms.FloatRefForm
 
flush() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveOutputStream
 
flush() - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
Flushes this output stream and forces any buffered output bytes to be written out to the stream.
flush() - Method in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorOutputStream
 
flush() - Method in class org.apache.commons.compress.compressors.deflate.DeflateCompressorOutputStream
Flushes the encoder and calls outputStream.flush().
flush() - Method in class org.apache.commons.compress.compressors.gzip.GzipCompressorOutputStream
flush() - Method in class org.apache.commons.compress.compressors.lzma.LZMACompressorOutputStream
Doesn't do anything as LZMAOutputStream doesn't support flushing.
flush() - Method in class org.apache.commons.compress.compressors.xz.XZCompressorOutputStream
Flushes the encoder and calls outputStream.flush().
flush() - Method in class org.apache.commons.compress.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
Re-implements FilterOutputStream.flush() to do nothing.
FlushShieldFilterOutputStream(OutputStream) - Constructor for class org.apache.commons.compress.utils.FlushShieldFilterOutputStream
 
forFiles(File...) - Static method in class org.apache.commons.compress.archivers.zip.ZipSplitReadOnlySeekableByteChannel
Concatenates the given files.
forFiles(File...) - Static method in class org.apache.commons.compress.utils.MultiReadOnlySeekableByteChannel
Concatenates the given files.
forFiles(File, Iterable<File>) - Static method in class org.apache.commons.compress.archivers.zip.ZipSplitReadOnlySeekableByteChannel
Concatenates the given files.
format(String, Object[]) - Static method in class org.apache.commons.compress.harmony.archive.internal.nls.Messages
Generates a formatted text string given a source string containing "argument markers" of the form "{argNum}" where each argNum must be in the range 0..9.
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
Writes an octal long integer into a buffer.
formatLongOctalOrBinaryBytes(long, byte[], int, int) - Static method in class org.apache.commons.compress.archivers.tar.TarUtils
Writes a 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
Copies a name into a buffer.
formatNameBytes(String, byte[], int, int, ZipEncoding) - Static method in class org.apache.commons.compress.archivers.tar.TarUtils
Copies a name into a buffer.
formatOctalBytes(long, byte[], int, int) - Static method in class org.apache.commons.compress.archivers.tar.TarUtils
Writes an octal integer into a buffer.
formatUnsignedOctalString(long, byte[], int, int) - Static method in class org.apache.commons.compress.archivers.tar.TarUtils
Fills a buffer with unsigned octal number, padded with leading zeroes.
forOrderedSeekableByteChannels(SeekableByteChannel...) - Static method in class org.apache.commons.compress.archivers.zip.ZipSplitReadOnlySeekableByteChannel
Concatenates the given channels.
forOrderedSeekableByteChannels(SeekableByteChannel, Iterable<SeekableByteChannel>) - Static method in class org.apache.commons.compress.archivers.zip.ZipSplitReadOnlySeekableByteChannel
Concatenates the given channels.
forPaths(Path...) - Static method in class org.apache.commons.compress.archivers.zip.ZipSplitReadOnlySeekableByteChannel
Concatenates the given file paths.
forPaths(Path...) - Static method in class org.apache.commons.compress.utils.MultiReadOnlySeekableByteChannel
Concatenates the given file paths.
forPaths(Path, Iterable<Path>) - Static method in class org.apache.commons.compress.archivers.zip.ZipSplitReadOnlySeekableByteChannel
Concatenates the given file paths.
forPaths(List<Path>, OpenOption[]) - Static method in class org.apache.commons.compress.archivers.zip.ZipSplitReadOnlySeekableByteChannel
Concatenates the given file paths.
forSeekableByteChannels(SeekableByteChannel...) - Static method in class org.apache.commons.compress.utils.MultiReadOnlySeekableByteChannel
Concatenates the given channels.
FramedLZ4CompressorInputStream - Class in org.apache.commons.compress.compressors.lz4
CompressorInputStream for the LZ4 frame format.
FramedLZ4CompressorInputStream(InputStream) - Constructor for class org.apache.commons.compress.compressors.lz4.FramedLZ4CompressorInputStream
Creates a new input stream that decompresses streams compressed using the LZ4 frame format and stops after decompressing the first frame.
FramedLZ4CompressorInputStream(InputStream, boolean) - Constructor for class org.apache.commons.compress.compressors.lz4.FramedLZ4CompressorInputStream
Creates a new input stream that decompresses streams compressed using the LZ4 frame format.
FramedLZ4CompressorOutputStream - Class in org.apache.commons.compress.compressors.lz4
CompressorOutputStream for the LZ4 frame format.
FramedLZ4CompressorOutputStream(OutputStream) - Constructor for class org.apache.commons.compress.compressors.lz4.FramedLZ4CompressorOutputStream
Constructs a new output stream that compresses data using the LZ4 frame format using the default block size of 4MB.
FramedLZ4CompressorOutputStream(OutputStream, FramedLZ4CompressorOutputStream.Parameters) - Constructor for class org.apache.commons.compress.compressors.lz4.FramedLZ4CompressorOutputStream
Constructs a new output stream that compresses data using the LZ4 frame format using the given block size.
FramedLZ4CompressorOutputStream.BlockSize - Enum in org.apache.commons.compress.compressors.lz4
The block sizes supported by the format.
FramedLZ4CompressorOutputStream.Parameters - Class in org.apache.commons.compress.compressors.lz4
Parameters of the LZ4 frame format.
FramedSnappyCompressorInputStream - Class in org.apache.commons.compress.compressors.snappy
CompressorInputStream for the framing Snappy format.
FramedSnappyCompressorInputStream(InputStream) - Constructor for class org.apache.commons.compress.compressors.snappy.FramedSnappyCompressorInputStream
Constructs a new input stream that decompresses snappy-framed-compressed data from the specified input stream using the FramedSnappyDialect.STANDARD dialect.
FramedSnappyCompressorInputStream(InputStream, int, FramedSnappyDialect) - Constructor for class org.apache.commons.compress.compressors.snappy.FramedSnappyCompressorInputStream
Constructs a new input stream that decompresses snappy-framed-compressed data from the specified input stream.
FramedSnappyCompressorInputStream(InputStream, FramedSnappyDialect) - Constructor for class org.apache.commons.compress.compressors.snappy.FramedSnappyCompressorInputStream
Constructs a new input stream that decompresses snappy-framed-compressed data from the specified input stream.
FramedSnappyCompressorOutputStream - Class in org.apache.commons.compress.compressors.snappy
CompressorOutputStream for the framing Snappy format.
FramedSnappyCompressorOutputStream(OutputStream) - Constructor for class org.apache.commons.compress.compressors.snappy.FramedSnappyCompressorOutputStream
Constructs a new output stream that compresses snappy-framed-compressed data to the specified output stream.
FramedSnappyCompressorOutputStream(OutputStream, Parameters) - Constructor for class org.apache.commons.compress.compressors.snappy.FramedSnappyCompressorOutputStream
Constructs a new output stream that compresses snappy-framed-compressed data to the specified output stream.
FramedSnappyDialect - Enum in org.apache.commons.compress.compressors.snappy
Dialects of the framing format that FramedSnappyCompressorInputStream can deal with.
fromDosTime(ZipLong) - Static method in class org.apache.commons.compress.archivers.zip.ZipUtil
Converts a DOS date/time field to a Date object.
fromLittleEndian(byte[]) - Static method in class org.apache.commons.compress.utils.ByteUtils
Reads the given byte array as a little-endian long.
fromLittleEndian(byte[], int, int) - Static method in class org.apache.commons.compress.utils.ByteUtils
Reads the given byte array as a little-endian long.
fromLittleEndian(DataInput, int) - Static method in class org.apache.commons.compress.utils.ByteUtils
Reads the given number of bytes from the given input as little-endian long.
fromLittleEndian(InputStream, int) - Static method in class org.apache.commons.compress.utils.ByteUtils
Deprecated.
Unused
fromLittleEndian(ByteUtils.ByteSupplier, int) - Static method in class org.apache.commons.compress.utils.ByteUtils
Reads the given number of bytes from the given supplier as a little-endian long.
FS_UFS2_MAGIC - Static variable in class org.apache.commons.compress.archivers.dump.DumpArchiveConstants
 

G

G_SIZE - Static variable in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorInputStream
 
G_SIZE - Static variable in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorOutputStream
 
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 class org.apache.commons.compress.archivers.sevenz.SevenZFile.Builder
 
get() - Method in class org.apache.commons.compress.archivers.zip.DefaultBackingStoreSupplier
 
get() - Method in interface org.apache.commons.compress.archivers.zip.ZipArchiveEntryRequestSupplier
Supply a ZipArchiveEntryRequest to be added to a parallel archive.
get() - Method in class org.apache.commons.compress.archivers.zip.ZipFile.Builder
 
get() - Method in interface org.apache.commons.compress.parallel.InputStreamSupplier
Supplies an input stream for a resource.
get() - Method in interface org.apache.commons.compress.parallel.ScatterGatherBackingStoreSupplier
Constructs a ScatterGatherBackingStore.
get(int) - Method in class org.apache.commons.compress.harmony.pack200.IntList
 
get(int) - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.ClassConstantPool
 
get(int) - Static method in class org.apache.commons.compress.harmony.unpack200.bytecode.forms.ByteCodeForm
 
getAccessDate() - Method in class org.apache.commons.compress.archivers.sevenz.SevenZArchiveEntry
Gets the access date.
getAccessFileTime() - Method in class org.apache.commons.compress.archivers.zip.X000A_NTFS
Gets the access time as a FileTime of this ZIP entry, or null if no such timestamp exists in the ZIP entry.
getAccessFileTime() - Method in class org.apache.commons.compress.archivers.zip.X5455_ExtendedTimestamp
Gets the access time as a FileTime 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.X000A_NTFS
Gets 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
Gets 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.sevenz.SevenZArchiveEntry
Gets the access time.
getAccessTime() - Method in class org.apache.commons.compress.archivers.zip.X000A_NTFS
Gets 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
Gets 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.
getACodec() - Method in class org.apache.commons.compress.harmony.pack200.RunCodec
 
getAddedFromChangeSet() - Method in class org.apache.commons.compress.changes.ChangeSetResults
Gets a list of file names which has been added from the ChangeSet
getAddedFromStream() - Method in class org.apache.commons.compress.changes.ChangeSetResults
Gets a list of file names which has been added from the original stream
getAlgorithmByCode(int) - Static method in enum org.apache.commons.compress.archivers.zip.PKWareExtraHeader.EncryptionAlgorithm
Returns the EncryptionAlgorithm for the given code or null if the method is not known.
getAlgorithmByCode(int) - Static method in enum org.apache.commons.compress.archivers.zip.PKWareExtraHeader.HashAlgorithm
Returns the HashAlgorithm for the given code or null if the method is not known.
getAlignment() - Method in class org.apache.commons.compress.archivers.zip.ResourceAlignmentExtraField
Gets requested alignment.
getAlignment() - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
Gets currently configured alignment.
getAlignmentBoundary() - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveEntry
Gets the alignment boundary for this CPIO format
getArchive_modtime() - Method in class org.apache.commons.compress.harmony.pack200.SegmentHeader
 
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
 
getArchiveModtime() - Method in class org.apache.commons.compress.harmony.unpack200.SegmentHeader
 
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
 
getArchiveSize() - Method in class org.apache.commons.compress.harmony.unpack200.SegmentHeader
 
getArchiveSizeOffset() - Method in class org.apache.commons.compress.harmony.unpack200.SegmentHeader
 
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
Deprecated.
 
getAttrBands() - Method in class org.apache.commons.compress.harmony.pack200.Segment
 
getAttrDefinitionBands() - Method in class org.apache.commons.compress.harmony.unpack200.Segment
 
getAttributeBands(AttributeLayout) - Method in class org.apache.commons.compress.harmony.unpack200.AttributeLayoutMap
 
getAttributeDefinitionCount() - Method in class org.apache.commons.compress.harmony.unpack200.SegmentHeader
 
getAttributeDefinitionMap() - Method in class org.apache.commons.compress.harmony.unpack200.AttrDefinitionBands
 
getAttributeLayout(int, int) - Method in class org.apache.commons.compress.harmony.unpack200.AttributeLayoutMap
 
getAttributeLayout(String, int) - Method in class org.apache.commons.compress.harmony.unpack200.AttributeLayoutMap
 
getAttributeName() - Method in class org.apache.commons.compress.harmony.pack200.NewAttributeBands
 
getAttributeName() - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.Attribute
 
getAttributes() - Method in class org.apache.commons.compress.harmony.unpack200.MetadataBandGroup
 
getB() - Method in class org.apache.commons.compress.harmony.pack200.BHSDCodec
Gets the B.
getBackwardsCallCount() - Method in class org.apache.commons.compress.harmony.unpack200.NewAttributeBands
 
getBandHeadersInputStream() - Method in class org.apache.commons.compress.harmony.unpack200.SegmentHeader
Obtain the band headers data as an input stream.
getBandHeadersSize() - Method in class org.apache.commons.compress.harmony.unpack200.SegmentHeader
 
getBaseName(String) - Static method in class org.apache.commons.compress.utils.FileNameUtils
Deprecated.
No longer used, no replacement.
getBaseName(Path) - Static method in class org.apache.commons.compress.utils.FileNameUtils
Gets the base name (i.e.
getBcByte() - Method in class org.apache.commons.compress.harmony.unpack200.BcBands
 
getBcCaseCount() - Method in class org.apache.commons.compress.harmony.unpack200.BcBands
 
getBcCaseValue() - Method in class org.apache.commons.compress.harmony.unpack200.BcBands
 
getBcClassRef() - Method in class org.apache.commons.compress.harmony.unpack200.BcBands
 
getBcDoubleRef() - Method in class org.apache.commons.compress.harmony.unpack200.BcBands
 
getBcFieldRef() - Method in class org.apache.commons.compress.harmony.unpack200.BcBands
 
getBcFloatRef() - Method in class org.apache.commons.compress.harmony.unpack200.BcBands
 
getBcIMethodRef() - Method in class org.apache.commons.compress.harmony.unpack200.BcBands
 
getBcInitRef() - Method in class org.apache.commons.compress.harmony.unpack200.BcBands
 
getBcIntRef() - Method in class org.apache.commons.compress.harmony.unpack200.BcBands
 
getBcLabel() - Method in class org.apache.commons.compress.harmony.unpack200.BcBands
 
getBcLocal() - Method in class org.apache.commons.compress.harmony.unpack200.BcBands
 
getBcLongRef() - Method in class org.apache.commons.compress.harmony.unpack200.BcBands
 
getBcMethodRef() - Method in class org.apache.commons.compress.harmony.unpack200.BcBands
 
getBCodec() - Method in class org.apache.commons.compress.harmony.pack200.RunCodec
 
getBcShort() - Method in class org.apache.commons.compress.harmony.unpack200.BcBands
 
getBcStringRef() - Method in class org.apache.commons.compress.harmony.unpack200.BcBands
 
getBcSuperField() - Method in class org.apache.commons.compress.harmony.unpack200.BcBands
 
getBcSuperMethod() - Method in class org.apache.commons.compress.harmony.unpack200.BcBands
 
getBcThisField() - Method in class org.apache.commons.compress.harmony.unpack200.BcBands
 
getBcThisMethod() - Method in class org.apache.commons.compress.harmony.unpack200.BcBands
 
getBlockSize() - Method in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorOutputStream
Returns the blocksize parameter specified at construction time.
getBody() - Method in class org.apache.commons.compress.harmony.pack200.NewAttributeBands.Callable
 
getBody() - Method in class org.apache.commons.compress.harmony.pack200.NewAttributeBands.UnionCase
 
getBody() - Method in class org.apache.commons.compress.harmony.unpack200.NewAttributeBands.Callable
 
getBody() - Method in class org.apache.commons.compress.harmony.unpack200.NewAttributeBands.UnionCase
 
getBrotli() - Static method in class org.apache.commons.compress.compressors.CompressorStreamFactory
 
getBufferSize() - Method in class org.apache.commons.compress.compressors.gzip.GzipParameters
Gets size of the buffer used to retrieve compressed data.
getByteCode(int) - Static method in class org.apache.commons.compress.harmony.unpack200.bytecode.ByteCode
 
getByteCodeForm() - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.ByteCode
 
getByteCodeIndex() - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.ByteCode
 
getByteCodeTargets() - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.ByteCode
 
getBytes() - Method in class org.apache.commons.compress.archivers.zip.ZipEightByteInteger
Gets value as eight bytes in big-endian byte order.
getBytes() - Method in class org.apache.commons.compress.archivers.zip.ZipLong
Gets value as four bytes in big-endian byte order.
getBytes() - Method in class org.apache.commons.compress.archivers.zip.ZipShort
Gets value as two bytes in big-endian byte order.
getBytes() - Method in class org.apache.commons.compress.harmony.pack200.NewAttribute
 
getBytes(int) - Static method in class org.apache.commons.compress.archivers.zip.ZipShort
Gets value as two bytes in big-endian byte order.
getBytes(long) - Static method in class org.apache.commons.compress.archivers.zip.ZipEightByteInteger
Gets value as eight bytes in big-endian byte order.
getBytes(long) - Static method in class org.apache.commons.compress.archivers.zip.ZipLong
Gets value as four bytes in big-endian byte order.
getBytes(BigInteger) - Static method in class org.apache.commons.compress.archivers.zip.ZipEightByteInteger
Gets value as eight bytes in big-endian byte order.
getBytesRead() - Method in class org.apache.commons.compress.archivers.ArchiveInputStream
Gets 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
Gets 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
Deprecated.
Returns the current number of bytes read from this stream.
getBytesRemaining() - Method in class org.apache.commons.compress.utils.BoundedInputStream
Deprecated.
Gets how many bytes remain to read.
getBytesRemaining() - Method in class org.apache.commons.compress.utils.ChecksumVerifyingInputStream
Gets the byte count remaining to read.
getBytesWritten() - Method in class org.apache.commons.compress.archivers.ArchiveOutputStream
Gets 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.archivers.zip.ZipArchiveOutputStream
Returns the total number of bytes written to this stream.
getBytesWritten() - Method in class org.apache.commons.compress.utils.CountingOutputStream
Deprecated.
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
 
getC() - Method in class org.apache.commons.compress.harmony.unpack200.IcTuple
 
getC2() - Method in class org.apache.commons.compress.harmony.unpack200.IcTuple
 
getCallable() - Method in class org.apache.commons.compress.harmony.pack200.NewAttributeBands.Call
 
getCallable() - Method in class org.apache.commons.compress.harmony.unpack200.NewAttributeBands.Call
 
getCallableIndex() - Method in class org.apache.commons.compress.harmony.pack200.NewAttributeBands.Call
 
getCallableIndex() - Method in class org.apache.commons.compress.harmony.unpack200.NewAttributeBands.Call
 
getCanonicalCodec(int) - Static method in class org.apache.commons.compress.harmony.pack200.CodecEncoding
 
getCatchType() - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.ExceptionTableEntry
 
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
Gets 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
Gets the central data.
getCentralDirectoryData() - Method in class org.apache.commons.compress.archivers.zip.X000A_NTFS
Gets 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
Gets 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
Gets 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
Gets the central data length.
getCentralDirectoryLength() - Method in class org.apache.commons.compress.archivers.zip.X000A_NTFS
Gets the 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
Gets the length of the extra field in the local file data - without Header-ID or length specifier.
getCentralDirectoryLength() - Method in class org.apache.commons.compress.archivers.zip.X7875_NewUnix
Length of the extra field in the central directory data - without Header-ID or length specifier.
getCentralDirectoryLength() - Method in class org.apache.commons.compress.archivers.zip.Zip64ExtendedInformationExtraField
 
getCentralDirectoryLength() - Method in interface org.apache.commons.compress.archivers.zip.ZipExtraField
Length of the extra field in the central directory - without Header-ID or length specifier.
getCertificates() - Method in class org.apache.commons.compress.archivers.jar.JarArchiveEntry
Deprecated.
since 1.5, not currently implemented
getCharset() - Method in class org.apache.commons.compress.archivers.ArchiveInputStream
Gets the Charest.
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
Gets the checksum.
getClassAttributeLayouts() - Method in class org.apache.commons.compress.harmony.pack200.AttributeDefinitionBands
 
getClassAttributes() - Method in class org.apache.commons.compress.harmony.unpack200.ClassBands
 
getClassBands() - Method in class org.apache.commons.compress.harmony.pack200.Segment
 
getClassBands() - Method in class org.apache.commons.compress.harmony.unpack200.Segment
 
getClassCount() - Method in class org.apache.commons.compress.harmony.unpack200.SegmentHeader
 
getClasses() - Method in class org.apache.commons.compress.harmony.pack200.CPSignature
 
getClassFieldCount() - Method in class org.apache.commons.compress.harmony.unpack200.ClassBands
 
getClassFileEntries() - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.AnnotationsAttribute.Annotation
 
getClassFileEntries() - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.AnnotationsAttribute.ElementValue
 
getClassFileEntries() - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.RuntimeVisibleorInvisibleParameterAnnotationsAttribute.ParameterAnnotation
 
getClassFlags() - Method in class org.apache.commons.compress.harmony.unpack200.ClassBands
 
getClassIndex() - Method in class org.apache.commons.compress.harmony.pack200.CPMethodOrField
 
getClassInterfacesInts() - Method in class org.apache.commons.compress.harmony.unpack200.ClassBands
 
getClassMethodCount() - Method in class org.apache.commons.compress.harmony.unpack200.ClassBands
 
getClassName() - Method in class org.apache.commons.compress.harmony.pack200.CPMethodOrField
 
getClassPoolEntry(String) - Method in class org.apache.commons.compress.harmony.unpack200.SegmentConstantPool
Given the name of a class, answer the CPClass associated with that class.
getClassSpecificPoolEntry(int, long, String) - Method in class org.apache.commons.compress.harmony.unpack200.SegmentConstantPool
Subset the constant pool of the specified type to be just that which has the specified class name.
getClassSuperInts() - Method in class org.apache.commons.compress.harmony.unpack200.ClassBands
 
getClassThisInts() - Method in class org.apache.commons.compress.harmony.unpack200.ClassBands
 
getClassVersionMajor() - Method in class org.apache.commons.compress.harmony.unpack200.ClassBands
Returns null if all classes should use the default major and minor version or an array of integers containing the major version numberss to use for each class in the segment
getClassVersionMinor() - Method in class org.apache.commons.compress.harmony.unpack200.ClassBands
Returns null if all classes should use the default major and minor version or an array of integers containing the minor version numberss to use for each class in the segment
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.
getCodeAttributeLayouts() - Method in class org.apache.commons.compress.harmony.pack200.AttributeDefinitionBands
 
getCodec() - Method in class org.apache.commons.compress.harmony.unpack200.AttributeLayout
 
getCodec(int, InputStream, Codec) - Static method in class org.apache.commons.compress.harmony.pack200.CodecEncoding
Gets the codec specified by the given value byte and optional byte header.
getCodec(String) - Method in class org.apache.commons.compress.harmony.unpack200.NewAttributeBands
Returns the BHSDCodec that should be used for the given layout element.
getCodeHandlerCatchPO() - Method in class org.apache.commons.compress.harmony.unpack200.ClassBands
 
getCodeHandlerClassRCN() - Method in class org.apache.commons.compress.harmony.unpack200.ClassBands
 
getCodeHandlerCount() - Method in class org.apache.commons.compress.harmony.unpack200.ClassBands
 
getCodeHandlerEndPO() - Method in class org.apache.commons.compress.harmony.unpack200.ClassBands
 
getCodeHandlerStartP() - Method in class org.apache.commons.compress.harmony.unpack200.ClassBands
 
getCodeHasAttributes() - Method in class org.apache.commons.compress.harmony.unpack200.ClassBands
 
getCodeMaxNALocals() - Method in class org.apache.commons.compress.harmony.unpack200.ClassBands
 
getCodeMaxStack() - Method in class org.apache.commons.compress.harmony.unpack200.ClassBands
 
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
Gets the amount of raw or compressed bytes read by the stream.
getCompressedFilename(String) - Static method in class org.apache.commons.compress.compressors.bzip2.BZip2Utils
getCompressedFilename(String) - Method in class org.apache.commons.compress.compressors.FileNameUtil
getCompressedFilename(String) - Static method in class org.apache.commons.compress.compressors.gzip.GzipUtils
getCompressedFilename(String) - Static method in class org.apache.commons.compress.compressors.lzma.LZMAUtils
getCompressedFilename(String) - Static method in class org.apache.commons.compress.compressors.xz.XZUtils
getCompressedFileName(String) - Static method in class org.apache.commons.compress.compressors.bzip2.BZip2Utils
Maps the given file name to the name that the file should have after compression with bzip2.
getCompressedFileName(String) - Method in class org.apache.commons.compress.compressors.FileNameUtil
Maps the given file name to the name that the file should have after compression.
getCompressedFileName(String) - Static method in class org.apache.commons.compress.compressors.gzip.GzipUtils
Maps the given file name to the name that the file should have after compression with gzip.
getCompressedFileName(String) - Static method in class org.apache.commons.compress.compressors.lzma.LZMAUtils
Maps the given file name to the name that the file should have after compression with LZMA.
getCompressedFileName(String) - Static method in class org.apache.commons.compress.compressors.xz.XZUtils
Maps the given file name to the name that the file should have after compression with xz.
getCompressedSize() - Method in class org.apache.commons.compress.archivers.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
 
getConstant(Object) - Method in class org.apache.commons.compress.harmony.pack200.CpBands
 
getConstantPool() - Method in class org.apache.commons.compress.harmony.unpack200.CpBands
 
getConstantPool() - Method in class org.apache.commons.compress.harmony.unpack200.Segment
 
getConstantPoolEntry(int, long) - Method in class org.apache.commons.compress.harmony.unpack200.SegmentConstantPool
 
getContentBeforeFirstLocalFileHeader() - Method in class org.apache.commons.compress.archivers.zip.ZipFile
Gets an InputStream for reading the content before the first local file header.
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.
getContext() - Method in class org.apache.commons.compress.harmony.unpack200.AttributeLayout
 
getCount() - Method in class org.apache.commons.compress.archivers.ArchiveInputStream
Deprecated.
this method may yield wrong results for large archives, use ArchiveInputStream.getBytesRead() instead.
getCount() - Method in class org.apache.commons.compress.archivers.ArchiveOutputStream
Deprecated.
this method may yield wrong results for large archives, use #getBytesWritten instead
getCount() - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveInputStream
Deprecated.
getCount() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveOutputStream
Deprecated.
getCount() - Method in class org.apache.commons.compress.compressors.CompressorInputStream
Deprecated.
this method may yield wrong results for large archives, use #getBytesRead instead
getCountElement() - Method in class org.apache.commons.compress.harmony.pack200.NewAttributeBands.Replication
 
getCountElement() - Method in class org.apache.commons.compress.harmony.unpack200.NewAttributeBands.Replication
 
getCpBands() - Method in class org.apache.commons.compress.harmony.pack200.Segment
 
getCpBands() - Method in class org.apache.commons.compress.harmony.unpack200.Segment
 
getCpClass() - Method in class org.apache.commons.compress.harmony.unpack200.CpBands
 
getCPClass(String) - Method in class org.apache.commons.compress.harmony.pack200.CpBands
 
getCpClassCount() - Method in class org.apache.commons.compress.harmony.unpack200.SegmentHeader
 
getCpDescriptor() - Method in class org.apache.commons.compress.harmony.unpack200.CpBands
 
getCpDescriptorCount() - Method in class org.apache.commons.compress.harmony.unpack200.SegmentHeader
 
getCpDescriptorNameInts() - Method in class org.apache.commons.compress.harmony.unpack200.CpBands
 
getCpDescriptorTypeInts() - Method in class org.apache.commons.compress.harmony.unpack200.CpBands
 
getCpDoubleCount() - Method in class org.apache.commons.compress.harmony.unpack200.SegmentHeader
 
getCPField(String, String, String) - Method in class org.apache.commons.compress.harmony.pack200.CpBands
 
getCPField(CPClass, String, String) - Method in class org.apache.commons.compress.harmony.pack200.CpBands
 
getCpFieldClass() - Method in class org.apache.commons.compress.harmony.unpack200.CpBands
 
getCpFieldCount() - Method in class org.apache.commons.compress.harmony.unpack200.SegmentHeader
 
getCpFloatCount() - Method in class org.apache.commons.compress.harmony.unpack200.SegmentHeader
 
getCPIMethod(String, String, String) - Method in class org.apache.commons.compress.harmony.pack200.CpBands
 
getCPIMethod(CPClass, String, String) - Method in class org.apache.commons.compress.harmony.pack200.CpBands
 
getCpIMethodClass() - Method in class org.apache.commons.compress.harmony.unpack200.CpBands
 
getCpIMethodCount() - Method in class org.apache.commons.compress.harmony.unpack200.SegmentHeader
 
getCpInt() - Method in class org.apache.commons.compress.harmony.unpack200.CpBands
 
getCpIntCount() - Method in class org.apache.commons.compress.harmony.unpack200.SegmentHeader
 
getCpLong() - Method in class org.apache.commons.compress.harmony.unpack200.CpBands
 
getCpLongCount() - Method in class org.apache.commons.compress.harmony.unpack200.SegmentHeader
 
getCPMethod(String, String, String) - Method in class org.apache.commons.compress.harmony.pack200.CpBands
 
getCPMethod(CPClass, String, String) - Method in class org.apache.commons.compress.harmony.pack200.CpBands
 
getCpMethodClass() - Method in class org.apache.commons.compress.harmony.unpack200.CpBands
 
getCpMethodCount() - Method in class org.apache.commons.compress.harmony.unpack200.SegmentHeader
 
getCpMethodDescriptor() - Method in class org.apache.commons.compress.harmony.unpack200.CpBands
 
getCPNameAndType(String, String) - Method in class org.apache.commons.compress.harmony.pack200.CpBands
 
getCpSignature() - Method in class org.apache.commons.compress.harmony.unpack200.CpBands
 
getCPSignature(String) - Method in class org.apache.commons.compress.harmony.pack200.CpBands
 
getCpSignatureCount() - Method in class org.apache.commons.compress.harmony.unpack200.SegmentHeader
 
getCpStringCount() - Method in class org.apache.commons.compress.harmony.unpack200.SegmentHeader
 
getCpUTF8() - Method in class org.apache.commons.compress.harmony.unpack200.CpBands
 
getCPUtf8(String) - Method in class org.apache.commons.compress.harmony.pack200.CpBands
 
getCpUTF8Count() - Method in class org.apache.commons.compress.harmony.unpack200.SegmentHeader
 
getCrc() - Method in class org.apache.commons.compress.archivers.sevenz.SevenZArchiveEntry
Deprecated.
use getCrcValue instead.
getCrc32() - Method in class org.apache.commons.compress.archivers.zip.StreamCompressor
The crc32 of the last deflated file
getCrcValue() - Method in class org.apache.commons.compress.archivers.sevenz.SevenZArchiveEntry
Gets the CRC.
getCreateFileTime() - Method in class org.apache.commons.compress.archivers.zip.X000A_NTFS
Gets the create time as a FileTime of this ZIP entry, or null if no such timestamp exists in the ZIP entry.
getCreateFileTime() - Method in class org.apache.commons.compress.archivers.zip.X5455_ExtendedTimestamp
Gets the create time as a FileTime 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.X000A_NTFS
Gets the create time as 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
Gets the create time as 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
Gets 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
Gets 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
Gets file creation time.
getCreationTime() - Method in class org.apache.commons.compress.archivers.sevenz.SevenZArchiveEntry
Gets the creation time.
getCreationTime() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
Gets this entry's creation time.
getCurrentClass() - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.OperandManager
 
getCurrentClassReader() - Method in class org.apache.commons.compress.harmony.pack200.Segment
 
getCurrentEntry() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveInputStream
Gets 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.tar.TarArchiveEntry
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
Gets the number of bytes needed to pad the data to the alignment boundary.
getDecompressUntilEOF() - Method in class org.apache.commons.compress.compressors.CompressorStreamFactory
 
getDefaultCaseBody() - Method in class org.apache.commons.compress.harmony.pack200.NewAttributeBands.Union
 
getDefaultCaseBody() - Method in class org.apache.commons.compress.harmony.unpack200.NewAttributeBands.Union
 
getDefaultClassMajorVersion() - Method in class org.apache.commons.compress.harmony.unpack200.SegmentHeader
 
getDefaultClassMinorVersion() - Method in class org.apache.commons.compress.harmony.unpack200.SegmentHeader
 
getDefaultMajorVersion() - Method in class org.apache.commons.compress.harmony.pack200.SegmentHeader
 
getDefaultName() - Method in class org.apache.commons.compress.archivers.sevenz.SevenZFile
Gets a default file name from the archive name - if known.
getDeflate() - Static method in class org.apache.commons.compress.compressors.CompressorStreamFactory
 
getDeflate64() - Static method in class org.apache.commons.compress.compressors.CompressorStreamFactory
 
getDeflateHint() - Method in class org.apache.commons.compress.harmony.pack200.PackingOptions
 
getDeflateStrategy() - Method in class org.apache.commons.compress.compressors.gzip.GzipParameters
Gets the deflater strategy.
getDeleted() - Method in class org.apache.commons.compress.changes.ChangeSetResults
Gets a list of file names which has been deleted
getDesc() - Method in class org.apache.commons.compress.harmony.pack200.CPMethodOrField
 
getDescIndex() - Method in class org.apache.commons.compress.harmony.pack200.CPMethodOrField
 
getDevice() - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveEntry
Gets the device id.
getDeviceMaj() - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveEntry
Gets the major device id.
getDeviceMin() - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveEntry
Gets the minor device id
getDevMajor() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
Gets this entry's major device number.
getDevMinor() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
Gets this entry's minor device number.
getDevname() - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveSummary
Gets 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.
getDiskNumberStart() - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
The number of the split segment this entry starts at.
getDiskStartNumber() - Method in class org.apache.commons.compress.archivers.zip.Zip64ExtendedInformationExtraField
The disk start number stored in this extra field.
getDouble() - Method in class org.apache.commons.compress.harmony.pack200.CPDouble
 
getDumpDate() - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveSummary
Gets the date of this dump.
getEffort() - Method in class org.apache.commons.compress.harmony.pack200.PackingOptions
 
getEncoding() - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
The encoding to use for file names and the file comment.
getEncoding() - Method in class org.apache.commons.compress.archivers.zip.ZipFile
Gets the encoding to use for file names and the file comment.
getEncryptionAlgorithm() - Method in class org.apache.commons.compress.archivers.zip.X0017_StrongEncryptionHeader
Gets encryption algorithm.
getEntries() - Method in class org.apache.commons.compress.archivers.sevenz.SevenZFile
Gets a copy of meta-data of all archive entries.
getEntries() - Method in class org.apache.commons.compress.archivers.tar.TarFile
Gets all TAR Archive Entries from the TarFile
getEntries() - Method in class org.apache.commons.compress.archivers.zip.ZipFile
Gets all entries.
getEntries(String) - Method in class org.apache.commons.compress.archivers.zip.ZipFile
Gets 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
Gets all entries in physical order.
getEntriesInPhysicalOrder(String) - Method in class org.apache.commons.compress.archivers.zip.ZipFile
Gets all named entries in the same order their contents appear within the archive.
getEntry() - Method in exception class 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
Gets a named entry or null if no entry by that name exists.
getEntryEncoding() - Method in class org.apache.commons.compress.archivers.ArchiveStreamFactory
Gets the encoding to use for arj, jar, ZIP, dump, cpio and tar files, or null for the archiver default.
getExtension(String) - Static method in class org.apache.commons.compress.utils.FileNameUtils
getExtension(Path) - Static method in class org.apache.commons.compress.utils.FileNameUtils
Gets the extension (i.e.
getExternalAttributes() - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
Retrieves the external file attributes.
getExtraField(ZipShort) - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
Gets an extra field by its header id.
getExtraFields() - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
Gets all extra fields that have been parsed successfully.
getExtraFields(boolean) - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
Gets extra fields.
getExtraFields(ExtraFieldParsingBehavior) - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
Gets extra fields.
getExtraPaxHeader(String) - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
Gets named extra PAX header
getExtraPaxHeaders() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
Gets extra PAX Headers
getF() - Method in class org.apache.commons.compress.harmony.unpack200.IcTuple
 
getFavoured() - Method in class org.apache.commons.compress.harmony.pack200.PopulationCodec
 
getFavouredCodec() - Method in class org.apache.commons.compress.harmony.pack200.PopulationCodec
 
getFeature() - Method in exception class org.apache.commons.compress.archivers.zip.UnsupportedZipFeatureException
The unsupported feature that has been used.
getFieldAttributeLayouts() - Method in class org.apache.commons.compress.harmony.pack200.AttributeDefinitionBands
 
getFieldAttributes() - Method in class org.apache.commons.compress.harmony.unpack200.ClassBands
 
getFieldDescrInts() - Method in class org.apache.commons.compress.harmony.unpack200.ClassBands
 
getFieldFlags() - Method in class org.apache.commons.compress.harmony.unpack200.ClassBands
 
getFile() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
Gets this entry's file.
getFileBits() - Method in class org.apache.commons.compress.harmony.unpack200.FileBands
 
getFileModtime() - Method in class org.apache.commons.compress.harmony.unpack200.FileBands
 
getFilename() - Method in class org.apache.commons.compress.compressors.gzip.GzipParameters
getFileName() - Method in class org.apache.commons.compress.compressors.gzip.GzipParameters
Gets the file name.
getFileName() - Method in class org.apache.commons.compress.harmony.pack200.Pack200ClassReader
 
getFileName() - Method in class org.apache.commons.compress.harmony.unpack200.FileBands
 
getFileOptions() - Method in class org.apache.commons.compress.harmony.unpack200.FileBands
 
getFileSize() - Method in class org.apache.commons.compress.harmony.unpack200.FileBands
 
getFilesystem() - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveSummary
Gets the last mountpoint, e.g., /home.
getFirstLocalFileHeaderOffset() - Method in class org.apache.commons.compress.archivers.zip.ZipFile
Gets the offset of the first local file header in the file.
getFirstRecord() - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveSummary
Gets the inode of the first record on this volume.
getFlagIndex() - Method in class org.apache.commons.compress.harmony.pack200.NewAttributeBands
 
getFlags() - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveSummary
Gets the miscellaneous flags.
getFlags() - Method in class org.apache.commons.compress.archivers.zip.X5455_ExtendedTimestamp
Gets flags byte.
getFloat() - Method in class org.apache.commons.compress.harmony.pack200.CPFloat
 
getFormat() - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveEntry
Gets the format for this entry.
getFormat() - Method in exception class org.apache.commons.compress.archivers.StreamingNotSupportedException
Gets 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
Gets the generation of the file.
getGID() - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveEntry
Gets the group id.
getGID() - Method in class org.apache.commons.compress.archivers.zip.X7875_NewUnix
Gets the GID as a long.
getGlobalIndex() - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.ConstantPoolEntry
 
getGroupId() - Method in class org.apache.commons.compress.archivers.ar.ArArchiveEntry
Gets the group ID.
getGroupId() - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveEntry
Gets the group id
getGroupId() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
Deprecated.
use #getLongGroupId instead as group ids can be bigger than Integer.MAX_VALUE
getGroupId() - Method in class org.apache.commons.compress.archivers.zip.AsiExtraField
Gets the group id.
getGroupName() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
Gets this entry's group name.
getGzip() - Static method in class org.apache.commons.compress.compressors.CompressorStreamFactory
 
getH() - Method in class org.apache.commons.compress.harmony.pack200.BHSDCodec
Gets the H.
getHasAccessDate() - Method in class org.apache.commons.compress.archivers.sevenz.SevenZArchiveEntry
Gets whether this entry has got an access date at all.
getHasCrc() - Method in class org.apache.commons.compress.archivers.sevenz.SevenZArchiveEntry
Gets whether this entry has got a crc.
getHasCreationDate() - Method in class org.apache.commons.compress.archivers.sevenz.SevenZArchiveEntry
Gets whether this entry has got a creation date at all.
getHashAlgorithm() - Method in class org.apache.commons.compress.archivers.zip.X0015_CertificateIdForFile
Gets hash algorithm.
getHashAlgorithm() - Method in class org.apache.commons.compress.archivers.zip.X0016_CertificateIdForCentralDirectory
Gets hash algorithm.
getHashAlgorithm() - Method in class org.apache.commons.compress.archivers.zip.X0017_StrongEncryptionHeader
Gets hash algorithm.
getHasLastModifiedDate() - Method in class org.apache.commons.compress.archivers.sevenz.SevenZArchiveEntry
Gets whether this entry has got a last modified date at all.
getHasWindowsAttributes() - Method in class org.apache.commons.compress.archivers.sevenz.SevenZArchiveEntry
Gets whether this entry has windows attributes.
getHeaderCount() - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveEntry
Gets the number of records in this segment.
getHeaderHoles() - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveEntry
Gets 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
Gets 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
Gets the header id.
getHeaderId() - Method in class org.apache.commons.compress.archivers.zip.X000A_NTFS
Gets the Header-ID.
getHeaderId() - Method in class org.apache.commons.compress.archivers.zip.X5455_ExtendedTimestamp
Gets the Header-ID.
getHeaderId() - Method in class org.apache.commons.compress.archivers.zip.X7875_NewUnix
The Header-ID.
getHeaderId() - Method in class org.apache.commons.compress.archivers.zip.Zip64ExtendedInformationExtraField
 
getHeaderId() - Method in interface org.apache.commons.compress.archivers.zip.ZipExtraField
The Header-ID.
getHeaderPadCount() - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveEntry
Deprecated.
This method doesn't properly work for multi-byte encodings. And creates corrupt archives. Use CpioArchiveEntry.getHeaderPadCount(Charset) or CpioArchiveEntry.getHeaderPadCount(long) in any case.
getHeaderPadCount(long) - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveEntry
Gets the number of bytes needed to pad the header to the alignment boundary.
getHeaderPadCount(Charset) - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveEntry
Gets the number of bytes needed to pad the header to the alignment boundary.
getHeaderSize() - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveEntry
Gets the header size for this CPIO format
getHeaderType() - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveEntry
Gets the type of the tape segment header.
getHostname() - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveSummary
Gets 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.
getIcBands() - Method in class org.apache.commons.compress.harmony.pack200.Segment
 
getIcBands() - Method in class org.apache.commons.compress.harmony.unpack200.Segment
 
getIcLocal() - Method in class org.apache.commons.compress.harmony.unpack200.ClassBands
 
getIcTuple(CPClass) - Method in class org.apache.commons.compress.harmony.pack200.IcBands
 
getIcTuples() - Method in class org.apache.commons.compress.harmony.unpack200.IcBands
 
getIndex() - Method in class org.apache.commons.compress.harmony.pack200.ConstantPoolEntry
 
getIndex() - Method in class org.apache.commons.compress.harmony.unpack200.AttributeLayout
 
getIndexInClass() - Method in class org.apache.commons.compress.harmony.pack200.CPMethodOrField
 
getIndexInClassForConstructor() - Method in class org.apache.commons.compress.harmony.pack200.CPMethodOrField
 
getIndexInCpUtf8() - Method in class org.apache.commons.compress.harmony.pack200.CPClass
 
getIndexInCpUtf8() - Method in class org.apache.commons.compress.harmony.pack200.CPSignature
 
getIndexInCpUtf8() - Method in class org.apache.commons.compress.harmony.pack200.CPString
 
getInitMethodPoolEntry(int, long, String) - Method in class org.apache.commons.compress.harmony.unpack200.SegmentConstantPool
Answer the init method for the specified class.
getInnerClassCount() - Method in class org.apache.commons.compress.harmony.unpack200.SegmentHeader
 
getInnerClassesForOuter(String) - Method in class org.apache.commons.compress.harmony.pack200.IcBands
 
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
Sets the inode.
getInputStream() - Method in class org.apache.commons.compress.parallel.FileBasedScatterGatherBackingStore
 
getInputStream() - Method in interface org.apache.commons.compress.parallel.ScatterGatherBackingStore
An input stream that contains the scattered payload
getInputStream(SevenZArchiveEntry) - Method in class org.apache.commons.compress.archivers.sevenz.SevenZFile
Gets an InputStream for reading the contents of the given entry.
getInputStream(TarArchiveEntry) - Method in class org.apache.commons.compress.archivers.tar.TarFile
Gets the input stream for the provided Tar Archive Entry.
getInputStream(ZipArchiveEntry) - Method in class org.apache.commons.compress.archivers.zip.ZipFile
Gets an InputStream for reading the contents of the given entry.
getInputStreamArchiveNames() - Method in class org.apache.commons.compress.archivers.ArchiveStreamFactory
 
getInputStreamArchiveNames() - Method in interface org.apache.commons.compress.archivers.ArchiveStreamProvider
Gets all the input stream archive names for this provider
getInputStreamCompressorNames() - Method in class org.apache.commons.compress.compressors.CompressorStreamFactory
 
getInputStreamCompressorNames() - Method in interface org.apache.commons.compress.compressors.CompressorStreamProvider
Gets all the input stream compressor names for this provider
getInstance() - Static method in class org.apache.commons.compress.archivers.zip.JarMarker
Since JarMarker is stateless we can always use the same instance.
getInt() - Method in class org.apache.commons.compress.harmony.pack200.CPInt
 
getInternalAttributes() - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
Gets the internal file attributes.
getIntValue() - Method in class org.apache.commons.compress.archivers.zip.ZipLong
Gets value as a (signed) Java int
getK() - Method in class org.apache.commons.compress.harmony.pack200.RunCodec
 
getKey() - Method in class org.apache.commons.compress.archivers.zip.ExtraFieldUtils.UnparseableExtraField
Key of the action to take.
getL() - Method in class org.apache.commons.compress.harmony.pack200.BHSDCodec
Gets the L.
getLabel() - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveSummary
Gets dump label.
getLabel(int) - Method in class org.apache.commons.compress.harmony.pack200.NewAttribute
 
getLastAccessTime() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
Gets this entry's last access time.
getLastModified() - Method in class org.apache.commons.compress.archivers.ar.ArArchiveEntry
Gets the 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
Gets this entry's modification time.
getLastModifiedDate() - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
Wraps ZipEntry.getTime() with a Date as the entry's last modified date.
getLastModifiedTime() - Method in class org.apache.commons.compress.archivers.sevenz.SevenZArchiveEntry
Gets the last modified time.
getLastModifiedTime() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
Gets this entry's modification time.
getLayout() - Method in class org.apache.commons.compress.harmony.pack200.NewAttribute
 
getLayout() - Method in class org.apache.commons.compress.harmony.unpack200.AttributeLayout
 
getLayoutElements() - Method in class org.apache.commons.compress.harmony.pack200.NewAttributeBands.Replication
 
getLayoutElements() - Method in class org.apache.commons.compress.harmony.unpack200.NewAttributeBands.Replication
 
getLayoutIndex() - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.NewAttribute
 
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
Gets the length.
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.
getLength() - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.AnnotationDefaultAttribute
 
getLength() - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.AnnotationsAttribute.Annotation
 
getLength() - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.AnnotationsAttribute.ElementValue
 
getLength() - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.Attribute
 
getLength() - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.BCIRenumberedAttribute
 
getLength() - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.ByteCode
 
getLength() - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.CodeAttribute
 
getLength() - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.ConstantValueAttribute
 
getLength() - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.DeprecatedAttribute
 
getLength() - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.EnclosingMethodAttribute
 
getLength() - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.ExceptionsAttribute
 
getLength() - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.InnerClassesAttribute
 
getLength() - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.LineNumberTableAttribute
 
getLength() - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.LocalVariableTableAttribute
 
getLength() - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.LocalVariableTypeTableAttribute
 
getLength() - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.NewAttribute
 
getLength() - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.RuntimeVisibleorInvisibleAnnotationsAttribute
 
getLength() - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.RuntimeVisibleorInvisibleParameterAnnotationsAttribute
 
getLength() - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.RuntimeVisibleorInvisibleParameterAnnotationsAttribute.ParameterAnnotation
 
getLength() - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.SignatureAttribute
 
getLength() - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.SourceFileAttribute
 
getLength(char) - Method in class org.apache.commons.compress.harmony.pack200.NewAttributeBands.LayoutElement
 
getLength(char) - Method in class org.apache.commons.compress.harmony.unpack200.NewAttributeBands.Call
 
getLength(char) - Method in class org.apache.commons.compress.harmony.unpack200.NewAttributeBands.Integral
 
getLength(char) - Method in class org.apache.commons.compress.harmony.unpack200.NewAttributeBands.Reference
 
getLength(char) - Method in class org.apache.commons.compress.harmony.unpack200.NewAttributeBands.Replication
 
getLength(char) - Method in class org.apache.commons.compress.harmony.unpack200.NewAttributeBands.Union
 
getLength(char) - Method in class org.apache.commons.compress.harmony.unpack200.NewAttributeBands.UnionCase
 
getLengthIncludingHeader() - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.Attribute
Answer the length of the receiver including its header (the u2 for the attribute name and the u4 for the attribute length).
getLevel() - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveSummary
Gets the level of this dump.
getLinkedFile() - Method in class org.apache.commons.compress.archivers.zip.AsiExtraField
Name of linked file
getLinkFlag() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
Gets this entry's link flag.
getLinkName() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
Gets 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
Gets 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
Gets the local data.
getLocalFileDataData() - Method in class org.apache.commons.compress.archivers.zip.X000A_NTFS
Gets 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
Gets 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
Gets 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
Gets 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
Gets the length of the local data.
getLocalFileDataLength() - Method in class org.apache.commons.compress.archivers.zip.X000A_NTFS
Gets the 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
Gets the 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
Gets the local header offset.
getLogFile() - Method in class org.apache.commons.compress.harmony.pack200.PackingOptions
 
getLong() - Method in class org.apache.commons.compress.harmony.pack200.CPLong
 
getLongGroupId() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
Gets this entry's group id.
getLongNameData() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveInputStream
Gets the next entry in this tar archive as long name data.
getLongUserId() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
Gets this entry's user id.
getLongValue() - Method in class org.apache.commons.compress.archivers.zip.ZipEightByteInteger
Gets value as Java long.
getLongValue(byte[]) - Static method in class org.apache.commons.compress.archivers.zip.ZipEightByteInteger
Helper method to get the value as a Java long from an eight-byte array
getLongValue(byte[], int) - Static method in class org.apache.commons.compress.archivers.zip.ZipEightByteInteger
Helper method to get the value as a Java long from eight bytes starting at given array offset
getLZ4Block() - Static method in class org.apache.commons.compress.compressors.CompressorStreamFactory
 
getLZ4Framed() - Static method in class org.apache.commons.compress.compressors.CompressorStreamFactory
 
getLzma() - Static method in class org.apache.commons.compress.compressors.CompressorStreamFactory
 
getManifestAttributes() - Method in class org.apache.commons.compress.archivers.jar.JarArchiveEntry
Deprecated.
since 1.5, do not use; always returns null
getMaxBackReferenceLength() - Method in class org.apache.commons.compress.compressors.lz77support.Parameters
Gets the maximal length of a back-reference found.
getMaxCandidates() - Method in class org.apache.commons.compress.compressors.lz77support.Parameters
Gets the maximum number of back-reference candidates to consider.
getMaxLiteralLength() - Method in class org.apache.commons.compress.compressors.lz77support.Parameters
Gets the maximal length of a literal block.
getMaxMemoryLimitInKb() - Method in class org.apache.commons.compress.archivers.sevenz.SevenZFileOptions
Deprecated.
Gets the maximum amount of memory to use for parsing the archive and during extraction.
getMaxOffset() - Method in class org.apache.commons.compress.compressors.lz77support.Parameters
Gets the maximal offset of a back-reference found.
getMemoryLimitInKb() - Method in exception class org.apache.commons.compress.MemoryLimitException
 
getMemoryNeededInKb() - Method in exception class 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
Gets 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
Gets the compression method to use
getMethodAttributeLayouts() - Method in class org.apache.commons.compress.harmony.pack200.AttributeDefinitionBands
 
getMethodAttributes() - Method in class org.apache.commons.compress.harmony.unpack200.ClassBands
 
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.
getMethodByteCodePacked() - Method in class org.apache.commons.compress.harmony.unpack200.BcBands
 
getMethodDescr() - Method in class org.apache.commons.compress.harmony.unpack200.ClassBands
 
getMethodDescrInts() - Method in class org.apache.commons.compress.harmony.unpack200.ClassBands
 
getMethodFlags() - Method in class org.apache.commons.compress.harmony.unpack200.ClassBands
 
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
Gets the mode.
getMode() - Method in class org.apache.commons.compress.archivers.arj.ArjArchiveEntry
File mode of this entry.
getMode() - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveEntry
Gets the mode of this entry (e.g.
getMode() - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveEntry
Gets the access permissions on the entry.
getMode() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
Gets 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
Gets the file mode for given permissions with the correct file type.
getModificationTime() - Method in class org.apache.commons.compress.compressors.gzip.GzipParameters
 
getModificationTime() - Method in class org.apache.commons.compress.harmony.pack200.PackingOptions
 
getModifyFileTime() - Method in class org.apache.commons.compress.archivers.zip.X000A_NTFS
Gets the modify time as a FileTime of this ZIP entry, or null if no such timestamp exists in the ZIP entry.
getModifyFileTime() - Method in class org.apache.commons.compress.archivers.zip.X5455_ExtendedTimestamp
Gets the modify time as a FileTime 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.X000A_NTFS
Gets 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
Gets 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
Gets 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
Gets 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
Gets this entry's modification time.
getN() - Method in class org.apache.commons.compress.harmony.unpack200.IcTuple
 
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
Gets this entry's name.
getName() - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveEntry
Gets the name.
getName() - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveEntry
Returns the name of the entry.
getName() - Method in class org.apache.commons.compress.archivers.sevenz.SevenZArchiveEntry
Gets this entry's name.
getName() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
Gets this entry's name.
getName() - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
Gets the name of the entry.
getName() - Method in class org.apache.commons.compress.harmony.pack200.CPNameAndType
 
getName() - Method in class org.apache.commons.compress.harmony.unpack200.AttributeLayout
 
getName() - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.ByteCode
 
getName() - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.CPClass
 
getName() - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.forms.ByteCodeForm
 
getNameCRC32() - Method in class org.apache.commons.compress.archivers.zip.AbstractUnicodeExtraField
Gets the CRC32 checksum of the file name or comment as encoded in the central directory of the ZIP file.
getNameIndex() - Method in class org.apache.commons.compress.harmony.pack200.CPNameAndType
 
getNameSource() - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
The source of the name field value.
getNestedClassFileEntries() - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.AnnotationDefaultAttribute
 
getNestedClassFileEntries() - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.Attribute
 
getNestedClassFileEntries() - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.ByteCode
 
getNestedClassFileEntries() - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.ClassFileEntry
 
getNestedClassFileEntries() - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.CodeAttribute
 
getNestedClassFileEntries() - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.ConstantValueAttribute
 
getNestedClassFileEntries() - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.CPClass
 
getNestedClassFileEntries() - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.CPFieldRef
 
getNestedClassFileEntries() - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.CPMember
 
getNestedClassFileEntries() - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.CPMethodRef
 
getNestedClassFileEntries() - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.CPNameAndType
 
getNestedClassFileEntries() - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.CPRef
 
getNestedClassFileEntries() - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.CPString
 
getNestedClassFileEntries() - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.EnclosingMethodAttribute
 
getNestedClassFileEntries() - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.ExceptionsAttribute
 
getNestedClassFileEntries() - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.InnerClassesAttribute
 
getNestedClassFileEntries() - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.LineNumberTableAttribute
 
getNestedClassFileEntries() - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.LocalVariableTableAttribute
 
getNestedClassFileEntries() - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.LocalVariableTypeTableAttribute
 
getNestedClassFileEntries() - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.NewAttribute
 
getNestedClassFileEntries() - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.RuntimeVisibleorInvisibleAnnotationsAttribute
 
getNestedClassFileEntries() - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.RuntimeVisibleorInvisibleParameterAnnotationsAttribute
 
getNestedClassFileEntries() - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.SignatureAttribute
 
getNestedClassFileEntries() - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.SourceFileAttribute
 
getNestedPosition(int) - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.ByteCode
 
getNestedPositions() - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.ByteCode
 
getNewClass() - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.OperandManager
 
getNextArEntry() - Method in class org.apache.commons.compress.archivers.ar.ArArchiveInputStream
getNextCPIOEntry() - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveInputStream
getNextDumpEntry() - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveInputStream
getNextEntry() - Method in class org.apache.commons.compress.archivers.ar.ArArchiveInputStream
 
getNextEntry() - Method in class org.apache.commons.compress.archivers.ArchiveInputStream
Gets 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
Gets the next Archive Entry in this archive.
getNextEntry() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveInputStream
Gets the next TarArchiveEntry 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
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
Gets the number of hard links to the entry.
getNTRec() - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveSummary
Gets the number of records per tape block.
getNumber() - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.CPConstantNumber
 
getNumberOfFiles() - Method in class org.apache.commons.compress.harmony.unpack200.SegmentHeader
 
getNumberOfLinks() - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveEntry
Gets the number of links.
getNumbytes() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveStructSparse
 
getOffset() - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveEntry
Gets the offset within the archive
getOffset() - Method in exception class org.apache.commons.compress.archivers.dump.InvalidFormatException
 
getOffset() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveStructSparse
 
getOffset() - Method in class org.apache.commons.compress.compressors.lz77support.LZ77Compressor.BackReference
Provides the offset of the back-reference.
getOffset() - Method in class org.apache.commons.compress.compressors.lz77support.LZ77Compressor.LiteralBlock
Offset into data where the literal block starts.
getOffset(OperandManager) - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.forms.ClassRefForm
 
getOffset(OperandManager) - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.forms.ClassSpecificReferenceForm
 
getOffset(OperandManager) - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.forms.DoubleForm
 
getOffset(OperandManager) - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.forms.FieldRefForm
 
getOffset(OperandManager) - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.forms.FloatRefForm
 
getOffset(OperandManager) - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.forms.IMethodRefForm
 
getOffset(OperandManager) - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.forms.InitMethodReferenceForm
 
getOffset(OperandManager) - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.forms.IntRefForm
 
getOffset(OperandManager) - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.forms.LongForm
 
getOffset(OperandManager) - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.forms.MethodRefForm
 
getOffset(OperandManager) - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.forms.ReferenceForm
 
getOffset(OperandManager) - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.forms.SingleByteReferenceForm
 
getOffset(OperandManager) - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.forms.StringRefForm
 
getOffset(OperandManager) - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.forms.SuperFieldRefForm
 
getOffset(OperandManager) - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.forms.SuperMethodRefForm
 
getOffset(OperandManager) - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.forms.ThisFieldRefForm
 
getOffset(OperandManager) - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.forms.ThisMethodRefForm
 
getOpcode() - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.ByteCode
 
getOpcode() - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.forms.ByteCodeForm
 
getOperatingSystem() - Method in class org.apache.commons.compress.compressors.gzip.GzipParameters
 
getOptions() - Method in class org.apache.commons.compress.archivers.sevenz.SevenZMethodConfiguration
The specified options.
getOptions() - Method in class org.apache.commons.compress.harmony.unpack200.SegmentHeader
 
getOrderedCodeAttributes() - Method in class org.apache.commons.compress.harmony.unpack200.ClassBands
Gets an ArrayList of ArrayLists which hold the code attributes corresponding to all classes in order.
getOrderedSparseHeaders() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
Gets this entry's sparse headers ordered by offset with all empty sparse sections at the start filtered out.
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
 
getPackingFileListFromJar(JarFile, boolean) - Static method in class org.apache.commons.compress.harmony.pack200.PackingUtils
 
getPackingFileListFromJar(JarInputStream, boolean) - Static method in class org.apache.commons.compress.harmony.pack200.PackingUtils
 
getPath() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
Gets this entry's file.
getPayloadStream() - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveEntryRequest
Gets the payload that will be added to this ZIP entry
getPermissions() - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveEntry
Returns the permissions on the entry.
getPlatform() - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
Platform specification to put into the "version made by" part of the central file header.
getPoolID() - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.forms.ClassRefForm
 
getPoolID() - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.forms.ClassSpecificReferenceForm
 
getPoolID() - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.forms.DoubleForm
 
getPoolID() - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.forms.FieldRefForm
 
getPoolID() - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.forms.FloatRefForm
 
getPoolID() - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.forms.IMethodRefForm
 
getPoolID() - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.forms.InitMethodReferenceForm
 
getPoolID() - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.forms.IntRefForm
 
getPoolID() - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.forms.LongForm
 
getPoolID() - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.forms.MethodRefForm
 
getPoolID() - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.forms.ReferenceForm
 
getPoolID() - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.forms.SingleByteReferenceForm
 
getPoolID() - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.forms.StringRefForm
 
getPoolID() - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.forms.SuperFieldRefForm
 
getPoolID() - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.forms.SuperMethodRefForm
 
getPoolID() - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.forms.ThisFieldRefForm
 
getPoolID() - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.forms.ThisMethodRefForm
 
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
Gets the date of the previous dump at this level higher.
getRawClassFlags() - Method in class org.apache.commons.compress.harmony.unpack200.ClassBands
 
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
Gets 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
Gets this entry's real file size in case of a sparse file.
getRecordCount() - Method in class org.apache.commons.compress.archivers.zip.X0015_CertificateIdForFile
Gets record count.
getRecordCount() - Method in class org.apache.commons.compress.archivers.zip.X0016_CertificateIdForCentralDirectory
Gets record count.
getRecordCount() - Method in class org.apache.commons.compress.archivers.zip.X0017_StrongEncryptionHeader
Gets record count.
getRecordSize() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveInputStream
Gets the record size being used by this stream's buffer.
getRecordSize() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveOutputStream
Deprecated. 
getReferences(int[][], String[]) - Method in class org.apache.commons.compress.harmony.unpack200.BandSet
 
getReferences(int[], String[]) - Method in class org.apache.commons.compress.harmony.unpack200.BandSet
 
getRelativeHeaderOffset() - Method in class org.apache.commons.compress.archivers.zip.Zip64ExtendedInformationExtraField
The relative header offset stored in this extra field.
getRelevantIcTuples(String, ClassConstantPool) - Method in class org.apache.commons.compress.harmony.unpack200.IcBands
Answer the relevant IcTuples for the specified className and class constant pool.
getRemoteDevice() - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveEntry
Gets the remote device id.
getRemoteDeviceMaj() - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveEntry
Gets the remote major device id.
getRemoteDeviceMin() - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveEntry
Gets the remote minor device id.
getRewrite() - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.ByteCode
Some bytecodes (the ones with variable lengths) can't have a static rewrite array - they need the ability to update the array.
getRewrite() - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.forms.ByteCodeForm
 
getRewriteCopy() - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.forms.ByteCodeForm
 
getS() - Method in class org.apache.commons.compress.harmony.pack200.BHSDCodec
Gets the S.
getSegmentHeader() - Method in class org.apache.commons.compress.harmony.pack200.Segment
 
getSegmentHeader() - Method in class org.apache.commons.compress.harmony.unpack200.Segment
 
getSegmentLimit() - Method in class org.apache.commons.compress.harmony.pack200.PackingOptions
 
getSegmentsRemaining() - Method in class org.apache.commons.compress.harmony.unpack200.SegmentHeader
 
getSignatureForm() - Method in class org.apache.commons.compress.harmony.pack200.CPSignature
 
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
Gets this entry's file size.
getSize() - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveEntry
Gets the filesize.
getSize() - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveEntry
Returns the size of the entry.
getSize() - Method in class org.apache.commons.compress.archivers.sevenz.SevenZArchiveEntry
Gets this entry's file size.
getSize() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
Gets 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
Gets the uncompressed size of the stream
getSize() - Method in class org.apache.commons.compress.compressors.snappy.SnappyCompressorInputStream
Gets 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
 
getSparseHeaders() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
Gets this entry's sparse headers
getSparseHeaders() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveSparseEntry
Gets information about the configuration for the sparse entry.
getSpecifier(Codec, Codec) - Static method in class org.apache.commons.compress.harmony.pack200.CodecEncoding
 
getSpecifierForDefaultCodec(BHSDCodec) - Static method in class org.apache.commons.compress.harmony.pack200.CodecEncoding
 
getStartPCs() - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.BCIRenumberedAttribute
 
getStartPCs() - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.CodeAttribute
 
getStartPCs() - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.LineNumberTableAttribute
 
getStartPCs() - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.LocalVariableTableAttribute
 
getStartPCs() - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.LocalVariableTypeTableAttribute
 
getStartPCs() - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.NewAttribute
 
getStatisticsForCurrentEntry() - Method in class org.apache.commons.compress.archivers.sevenz.SevenZFile
Gets statistics for bytes read from the current entry.
getStatisticsMessage() - Method in class org.apache.commons.compress.archivers.zip.ParallelScatterZipCreator
Gets a message describing the overall statistics of the compression run
getStatusChangeTime() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
Gets this entry's status change time.
getString(String) - Static method in class org.apache.commons.compress.harmony.archive.internal.nls.Messages
Retrieves a message which has no arguments.
getString(String, char) - Static method in class org.apache.commons.compress.harmony.archive.internal.nls.Messages
Retrieves a message which takes 1 character argument.
getString(String, int) - Static method in class org.apache.commons.compress.harmony.archive.internal.nls.Messages
Retrieves a message which takes 1 integer argument.
getString(String, Object) - Static method in class org.apache.commons.compress.harmony.archive.internal.nls.Messages
Retrieves a message which takes 1 argument.
getString(String, Object[]) - Static method in class org.apache.commons.compress.harmony.archive.internal.nls.Messages
Retrieves a message which takes several arguments.
getString(String, Object, Object) - Static method in class org.apache.commons.compress.harmony.archive.internal.nls.Messages
Retrieves a message which takes 2 arguments.
getSummary() - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveInputStream
Gets the archive summary information.
getSuperClass() - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.OperandManager
 
getTableSize() - Method in class org.apache.commons.compress.compressors.lzw.LZWInputStream
 
getTag() - Method in class org.apache.commons.compress.harmony.pack200.NewAttributeBands.Integral
 
getTag() - Method in class org.apache.commons.compress.harmony.pack200.NewAttributeBands.Reference
 
getTag() - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.ConstantPoolEntry
 
getTag() - Method in class org.apache.commons.compress.harmony.unpack200.NewAttributeBands.Integral
 
getTag() - Method in class org.apache.commons.compress.harmony.unpack200.NewAttributeBands.Reference
 
getTime() - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveEntry
Gets the time in seconds.
getTime() - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
getTokenCodec() - Method in class org.apache.commons.compress.harmony.pack200.PopulationCodec
 
getTotalBytesWritten() - Method in class org.apache.commons.compress.archivers.zip.StreamCompressor
The total number of bytes written to the output for all files
getTryToRecoverBrokenArchives() - Method in class org.apache.commons.compress.archivers.sevenz.SevenZFileOptions
Deprecated.
Whether SevenZFile shall try to recover from a certain type of broken archive.
getTupleIndex() - Method in class org.apache.commons.compress.harmony.unpack200.IcTuple
 
getType() - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveEntry
Gets 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
 
getTypeIndex() - Method in class org.apache.commons.compress.harmony.pack200.CPNameAndType
 
getUID() - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveEntry
Gets the user id.
getUID() - Method in class org.apache.commons.compress.archivers.zip.X7875_NewUnix
Gets the UID as a long.
getUncompressedCount() - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveInputStream
Gets the uncompressed count.
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
Gets the amount of decompressed bytes returned by the stream.
getUncompressedFilename(String) - Static method in class org.apache.commons.compress.compressors.bzip2.BZip2Utils
getUncompressedFilename(String) - Method in class org.apache.commons.compress.compressors.FileNameUtil
getUncompressedFilename(String) - Static method in class org.apache.commons.compress.compressors.gzip.GzipUtils
getUncompressedFilename(String) - Static method in class org.apache.commons.compress.compressors.lzma.LZMAUtils
getUncompressedFilename(String) - Static method in class org.apache.commons.compress.compressors.xz.XZUtils
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.
getUnderlyingString() - Method in class org.apache.commons.compress.harmony.pack200.CPSignature
 
getUnderlyingString() - Method in class org.apache.commons.compress.harmony.pack200.CPUTF8
 
getUnfavouredCodec() - Method in class org.apache.commons.compress.harmony.pack200.PopulationCodec
 
getUnicodeName() - Method in class org.apache.commons.compress.archivers.zip.AbstractUnicodeExtraField
Gets The UTF-8 encoded name.
getUnionCases() - Method in class org.apache.commons.compress.harmony.pack200.NewAttributeBands.Union
 
getUnionCases() - Method in class org.apache.commons.compress.harmony.unpack200.NewAttributeBands.Union
 
getUnionTag() - Method in class org.apache.commons.compress.harmony.pack200.NewAttributeBands.Union
 
getUnionTag() - Method in class org.apache.commons.compress.harmony.unpack200.NewAttributeBands.Union
 
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
Gets the Unix permission.
getUnixSymlink(ZipArchiveEntry) - Method in class org.apache.commons.compress.archivers.zip.ZipFile
Gets the entry's content as a String if isUnixSymlink() returns true for it, otherwise returns null.
getUnknownAttributeAction() - Method in class org.apache.commons.compress.harmony.pack200.PackingOptions
 
getUnknownAttributePrototypes() - Method in class org.apache.commons.compress.harmony.pack200.PackingOptions
 
getUnknownClassAttributeAction(String) - Method in class org.apache.commons.compress.harmony.pack200.PackingOptions
 
getUnknownCodeAttributeAction(String) - Method in class org.apache.commons.compress.harmony.pack200.PackingOptions
 
getUnknownFieldAttributeAction(String) - Method in class org.apache.commons.compress.harmony.pack200.PackingOptions
 
getUnknownMethodAttributeAction(String) - Method in class org.apache.commons.compress.harmony.pack200.PackingOptions
 
getUnparseableExtraFieldData() - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
Gets up extra field data that couldn't be parsed correctly.
getUseDefaultNameForUnnamedEntries() - Method in class org.apache.commons.compress.archivers.sevenz.SevenZFileOptions
Deprecated.
Gets whether entries without a name should get their names set to the archive's default file name.
getUserId() - Method in class org.apache.commons.compress.archivers.ar.ArArchiveEntry
Gets the user ID.
getUserId() - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveEntry
Gets the user id.
getUserId() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
Deprecated.
use #getLongUserId instead as user ids can be bigger than Integer.MAX_VALUE
getUserId() - Method in class org.apache.commons.compress.archivers.zip.AsiExtraField
Gets the user id.
getUserName() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
Gets this entry's user name.
getValue() - Method in class org.apache.commons.compress.archivers.zip.ZipEightByteInteger
Gets value as Java BigInteger.
getValue() - Method in class org.apache.commons.compress.archivers.zip.ZipLong
Gets value as Java long.
getValue() - Method in class org.apache.commons.compress.archivers.zip.ZipShort
Gets value as Java int.
getValue() - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.CPConstant
 
getValue() - Method in class org.apache.commons.compress.utils.ChecksumCalculatingInputStream
getValue(byte[]) - Static method in class org.apache.commons.compress.archivers.zip.ZipEightByteInteger
Helper method to get the value as a Java long from an eight-byte array
getValue(byte[]) - Static method in class org.apache.commons.compress.archivers.zip.ZipLong
Helper method to get the value as a Java long from a four-byte array
getValue(byte[]) - Static method in class org.apache.commons.compress.archivers.zip.ZipShort
Helper method to get the value as a Java int from a two-byte array
getValue(byte[], int) - Static method in class org.apache.commons.compress.archivers.zip.ZipEightByteInteger
Helper method to get the value as a Java BigInteger from eight bytes starting at given array offset
getValue(byte[], int) - Static method in class org.apache.commons.compress.archivers.zip.ZipLong
Helper method to get the value as a Java long from four bytes starting at given array offset
getValue(byte[], int) - Static method in class org.apache.commons.compress.archivers.zip.ZipShort
Helper method to get the value as a Java int from two bytes starting at given array offset
getValue(int, long) - Method in class org.apache.commons.compress.harmony.unpack200.SegmentConstantPool
 
getValue(long, String, SegmentConstantPool) - Method in class org.apache.commons.compress.harmony.unpack200.AttributeLayout
 
getValue(long, SegmentConstantPool) - Method in class org.apache.commons.compress.harmony.unpack200.AttributeLayout
 
getVersionMadeBy() - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
Gets the "version made by" field.
getVersionRequired() - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
Gets the "version required to expand" field.
getVolume() - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveEntry
Gets the tape volume where this file is located.
getVolume() - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveSummary
Gets 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.
getZipEncoding(Charset) - 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.
globalConstantPool() - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.OperandManager
 
globalIndex - Variable in class org.apache.commons.compress.harmony.unpack200.bytecode.ConstantPoolEntry
 
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.
GROUP_EXEC - Enum constant in enum org.apache.commons.compress.archivers.dump.DumpArchiveEntry.PERMISSION
 
GROUP_READ - Enum constant in enum org.apache.commons.compress.archivers.dump.DumpArchiveEntry.PERMISSION
 
GROUP_WRITE - Enum constant in enum org.apache.commons.compress.archivers.dump.DumpArchiveEntry.PERMISSION
 
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.

H

hasAllCodeFlags() - Method in class org.apache.commons.compress.harmony.unpack200.SegmentOptions
 
hasArchiveFileCounts() - Method in class org.apache.commons.compress.harmony.unpack200.SegmentOptions
 
hasBCIRenumbering() - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.Attribute
Answer true if the receiver needs to have BCI renumbering applied to it; otherwise answer false.
hasBCIRenumbering() - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.BCIRenumberedAttribute
 
hasClassFlagsHi() - Method in class org.apache.commons.compress.harmony.unpack200.SegmentOptions
 
hasCodeFlagsHi() - Method in class org.apache.commons.compress.harmony.unpack200.SegmentOptions
 
hasContent() - Method in class org.apache.commons.compress.harmony.pack200.MetadataBandGroup
Returns true if any annotations have been added to this set of bands.
hasCPNumberCounts() - Method in class org.apache.commons.compress.harmony.unpack200.SegmentOptions
 
hasFieldFlagsHi() - Method in class org.apache.commons.compress.harmony.unpack200.SegmentOptions
 
hasFileModtime() - Method in class org.apache.commons.compress.harmony.unpack200.SegmentOptions
 
hasFileOptions() - Method in class org.apache.commons.compress.harmony.unpack200.SegmentOptions
 
hasFileSizeHi() - Method in class org.apache.commons.compress.harmony.unpack200.SegmentOptions
 
hashCode() - Method in class org.apache.commons.compress.archivers.ar.ArArchiveEntry
 
hashCode() - Method in class org.apache.commons.compress.archivers.arj.ArjArchiveEntry
 
hashCode() - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveEntry
 
hashCode() - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveEntry
 
hashCode() - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveSummary
 
hashCode() - Method in class org.apache.commons.compress.archivers.sevenz.SevenZArchiveEntry
 
hashCode() - Method in class org.apache.commons.compress.archivers.sevenz.SevenZMethodConfiguration
 
hashCode() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
Hash codes are based on entry names.
hashCode() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveStructSparse
 
hashCode() - Method in class org.apache.commons.compress.archivers.zip.GeneralPurposeBit
 
hashCode() - Method in class org.apache.commons.compress.archivers.zip.X000A_NTFS
 
hashCode() - Method in class org.apache.commons.compress.archivers.zip.X5455_ExtendedTimestamp
 
hashCode() - Method in class org.apache.commons.compress.archivers.zip.X7875_NewUnix
 
hashCode() - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
Gets the hash code of the entry.
hashCode() - Method in class org.apache.commons.compress.archivers.zip.ZipEightByteInteger
Override to make two instances with same value equal.
hashCode() - Method in class org.apache.commons.compress.archivers.zip.ZipLong
Override to make two instances with same value equal.
hashCode() - Method in class org.apache.commons.compress.archivers.zip.ZipShort
Override to make two instances with same value equal.
hashCode() - Method in class org.apache.commons.compress.harmony.pack200.BHSDCodec
 
hashCode() - Method in class org.apache.commons.compress.harmony.unpack200.AttributeLayout
 
hashCode() - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.Attribute
 
hashCode() - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.ByteCode
 
hashCode() - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.ClassFileEntry
 
hashCode() - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.ConstantPoolEntry
 
hashCode() - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.ConstantValueAttribute
 
hashCode() - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.CPClass
 
hashCode() - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.CPConstant
 
hashCode() - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.CPFieldRef
 
hashCode() - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.CPInterfaceMethodRef
 
hashCode() - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.CPMember
 
hashCode() - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.CPMethod
 
hashCode() - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.CPMethodRef
 
hashCode() - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.CPNameAndType
 
hashCode() - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.CPString
 
hashCode() - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.CPUTF8
 
hashCode() - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.ExceptionsAttribute
 
hashCode() - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.InnerClassesAttribute
 
hashCode() - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.SourceFileAttribute
 
hashCode() - Method in class org.apache.commons.compress.harmony.unpack200.IcTuple
 
hasMethodFlagsHi() - Method in class org.apache.commons.compress.harmony.unpack200.SegmentOptions
 
hasMoreDataInBlock() - Method in class org.apache.commons.compress.compressors.lz77support.AbstractLZ77CompressorInputStream
Is there still data remaining inside the current block?
hasMultipleByteCodes() - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.ByteCode
This method will answer true if the receiver is a multi-bytecode instruction (such as aload0_putfield_super); otherwise, it will answer false.
hasMultipleByteCodes() - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.forms.ByteCodeForm
This method will answer true if the receiver is a multi-bytecode instruction (such as aload0_putfield_super); otherwise, it will answer false.
hasNext() - Method in class org.apache.commons.compress.utils.ServiceLoaderIterator
Deprecated.
 
hasNoOperand() - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.forms.ByteCodeForm
 
hasSpecialFormats() - Method in class org.apache.commons.compress.harmony.unpack200.SegmentOptions
 
hasStream() - Method in class org.apache.commons.compress.archivers.sevenz.SevenZArchiveEntry
Tests whether there is any content associated with this entry.
hasSyntheticAttributes() - Method in class org.apache.commons.compress.harmony.pack200.Pack200ClassReader
 
hasTag(int) - Method in class org.apache.commons.compress.harmony.unpack200.NewAttributeBands.UnionCase
 
hasTag(long) - Method in class org.apache.commons.compress.harmony.pack200.NewAttributeBands.UnionCase
 
hasTag(long) - Method in class org.apache.commons.compress.harmony.unpack200.NewAttributeBands.UnionCase
 
have_all_code_flags() - Method in class org.apache.commons.compress.harmony.pack200.SegmentHeader
 
have_class_flags_hi() - Method in class org.apache.commons.compress.harmony.pack200.SegmentHeader
 
have_code_flags_hi() - Method in class org.apache.commons.compress.harmony.pack200.SegmentHeader
 
have_field_flags_hi() - Method in class org.apache.commons.compress.harmony.pack200.SegmentHeader
 
have_file_modtime() - Method in class org.apache.commons.compress.harmony.pack200.SegmentHeader
 
have_file_options() - Method in class org.apache.commons.compress.harmony.pack200.SegmentHeader
 
have_file_size_hi() - Method in class org.apache.commons.compress.harmony.pack200.SegmentHeader
 
have_method_flags_hi() - Method in class org.apache.commons.compress.harmony.pack200.SegmentHeader
 
header - Variable in class org.apache.commons.compress.harmony.unpack200.BandSet
 
HEADER - Static variable in class org.apache.commons.compress.archivers.ar.ArArchiveEntry
The header for each entry
HEADER_ID - Static variable in class org.apache.commons.compress.archivers.zip.X000A_NTFS
The header ID for this extra field.
HEADER_ID - Static variable in class org.apache.commons.compress.archivers.zip.X5455_ExtendedTimestamp
The header ID for this extra field.
HIGH_DENSITY_NTREC - Static variable in class org.apache.commons.compress.archivers.dump.DumpArchiveConstants
 
HostOs() - Constructor for class org.apache.commons.compress.archivers.arj.ArjArchiveEntry.HostOs
 

I

IcBands - Class in org.apache.commons.compress.harmony.pack200
Inner class bands (corresponds to the ic_bands set of bands in the pack200 specification)
IcBands - Class in org.apache.commons.compress.harmony.unpack200
Inner Class Bands
IcBands(SegmentHeader, CpBands, int) - Constructor for class org.apache.commons.compress.harmony.pack200.IcBands
 
IcBands(Segment) - Constructor for class org.apache.commons.compress.harmony.unpack200.IcBands
 
IcTuple - Class in org.apache.commons.compress.harmony.unpack200
An IcTuple is the set of information that describes an inner class.
IcTuple(String, int, String, String, int, int, int, int) - Constructor for class org.apache.commons.compress.harmony.unpack200.IcTuple
 
ID - Static variable in class org.apache.commons.compress.archivers.zip.ResourceAlignmentExtraField
Extra field id used for storing alignment and padding.
IincForm - Class in org.apache.commons.compress.harmony.unpack200.bytecode.forms
This class implements the byte code form for the iinc instruction.
IincForm(int, String, int[]) - Constructor for class org.apache.commons.compress.harmony.unpack200.bytecode.forms.IincForm
 
IMatcher - Interface in org.apache.commons.compress.harmony.unpack200
Interface for a class that can perform matching on flag values.
IMethodRefForm - Class in org.apache.commons.compress.harmony.unpack200.bytecode.forms
This class implements the byte code form for those bytecodes which have IMethod references (and only IMethod references).
IMethodRefForm(int, String, int[]) - Constructor for class org.apache.commons.compress.harmony.unpack200.bytecode.forms.IMethodRefForm
 
IMPLODING - Enum constant in enum org.apache.commons.compress.archivers.zip.ZipMethod
Imploding.
in - Variable in class org.apache.commons.compress.compressors.lzw.LZWInputStream
 
IN_MEMORY - Enum constant in enum org.apache.commons.compress.compressors.pack200.Pack200Strategy
Cache output in memory
increment(int) - Method in class org.apache.commons.compress.harmony.pack200.IntList
 
incrementAnnoN() - Method in class org.apache.commons.compress.harmony.pack200.MetadataBandGroup
 
incrementCodeSize() - Method in class org.apache.commons.compress.compressors.lzw.LZWInputStream
 
index - Variable in class org.apache.commons.compress.harmony.pack200.AttributeDefinitionBands.AttributeDefinition
 
indexCache - Variable in class org.apache.commons.compress.harmony.unpack200.bytecode.ClassConstantPool
 
indexesForArrayKey(String[], String) - Method in class org.apache.commons.compress.harmony.unpack200.SegmentConstantPoolArrayCache
Answer the indices for the given key in the given array.
indexesForKey(String) - Method in class org.apache.commons.compress.harmony.unpack200.SegmentConstantPoolArrayCache.CachedArray
Given a particular key, answer a List of index locations in the array which contain that key.
indexOf(ClassFileEntry) - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.ClassConstantPool
 
initializeTables(int) - Method in class org.apache.commons.compress.compressors.lzw.LZWInputStream
Initializes the arrays based on the maximum code size.
initializeTables(int, int) - Method in class org.apache.commons.compress.compressors.lzw.LZWInputStream
Initializes the arrays based on the maximum code size.
InitMethodReferenceForm - Class in org.apache.commons.compress.harmony.unpack200.bytecode.forms
Abstract superclass of those classes which look up init methods (these are class specific methods).
InitMethodReferenceForm(int, String, int[]) - Constructor for class org.apache.commons.compress.harmony.unpack200.bytecode.forms.InitMethodReferenceForm
 
INITSTRING - Static variable in class org.apache.commons.compress.harmony.unpack200.SegmentConstantPool
 
innerBreakAtDollar(String) - Method in class org.apache.commons.compress.harmony.unpack200.IcTuple
Break the receiver into components at $ boundaries.
InnerClassesAttribute - Class in org.apache.commons.compress.harmony.unpack200.bytecode
Inner classes class file attribute
InnerClassesAttribute(String) - Constructor for class org.apache.commons.compress.harmony.unpack200.bytecode.InnerClassesAttribute
 
INODE - Enum constant in enum org.apache.commons.compress.archivers.dump.DumpArchiveConstants.SEGMENT_TYPE
 
InputStreamByteSupplier(InputStream) - Constructor for class org.apache.commons.compress.utils.ByteUtils.InputStreamByteSupplier
Deprecated.
 
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.
integerListToArray(List<Integer>) - Method in class org.apache.commons.compress.harmony.pack200.BandSet
Converts a list of Integers to an int[] array.
Integral(String) - Constructor for class org.apache.commons.compress.harmony.pack200.NewAttributeBands.Integral
 
Integral(String) - Constructor for class org.apache.commons.compress.harmony.unpack200.NewAttributeBands.Integral
 
Integral(String, NewAttributeBands.Integral) - Constructor for class org.apache.commons.compress.harmony.pack200.NewAttributeBands.Integral
 
interfaces - Variable in class org.apache.commons.compress.harmony.unpack200.bytecode.ClassFile
 
IntList - Class in org.apache.commons.compress.harmony.pack200
IntList is based on ArrayList, but is written specifically for ints in order to reduce boxing and unboxing to Integers, reduce the memory required and improve performance of pack200.
IntList() - Constructor for class org.apache.commons.compress.harmony.pack200.IntList
Constructs a new instance of IntList with capacity for ten elements.
IntList(int) - Constructor for class org.apache.commons.compress.harmony.pack200.IntList
Constructs a new instance of IntList with the specified capacity.
IntRefForm - Class in org.apache.commons.compress.harmony.unpack200.bytecode.forms
This class implements the byte code form for those bytecodes which have int references (and only int references).
IntRefForm(int, String, int[]) - Constructor for class org.apache.commons.compress.harmony.unpack200.bytecode.forms.IntRefForm
 
IntRefForm(int, String, int[], boolean) - Constructor for class org.apache.commons.compress.harmony.unpack200.bytecode.forms.IntRefForm
 
InvalidFormatException - Exception Class in org.apache.commons.compress.archivers.dump
Invalid Format Exception.
InvalidFormatException() - Constructor for exception class org.apache.commons.compress.archivers.dump.InvalidFormatException
 
InvalidFormatException(long) - Constructor for exception class org.apache.commons.compress.archivers.dump.InvalidFormatException
 
invokeInterfaceCount() - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.CPInterfaceMethodRef
This method answers the value this method will use for an invokeinterface call.
invokeInterfaceCount() - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.CPNameAndType
Answers the invokeinterface count argument when the receiver is treated as an invokeinterface target.
IOUtils - Class in org.apache.commons.compress.utils
Utility functions.
isAnonymous() - Method in class org.apache.commons.compress.harmony.unpack200.IcTuple
 
isAntiItem() - Method in class org.apache.commons.compress.archivers.sevenz.SevenZArchiveEntry
Tests whether this is an "anti-item" used in differential backups, meaning it should delete the same file from a previous backup.
isAnySyntheticClasses() - Method in class org.apache.commons.compress.harmony.pack200.ClassBands
 
isAnySyntheticFields() - Method in class org.apache.commons.compress.harmony.pack200.ClassBands
 
isAnySyntheticMethods() - Method in class org.apache.commons.compress.harmony.pack200.ClassBands
 
isArrayZero(byte[], int) - Static method in class org.apache.commons.compress.utils.ArchiveUtils
Returns true if the first N bytes of an array are all zero
isAtEOF() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveInputStream
 
isAtEOF() - Method in class org.apache.commons.compress.archivers.tar.TarFile
 
isBackwardsCallable() - Method in class org.apache.commons.compress.harmony.pack200.NewAttributeBands.Callable
 
isBackwardsCallable() - Method in class org.apache.commons.compress.harmony.unpack200.NewAttributeBands.Callable
 
isBit0_modifyTimePresent() - Method in class org.apache.commons.compress.archivers.zip.X5455_ExtendedTimestamp
Tests 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
Tests 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
Tests whether bit2 of the flags byte is set or not, which should correspond to the presence or absence of a create timestamp in this particular ZIP entry.
isBlkDev() - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveEntry
Is this a block device?
isBlockDevice() - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveEntry
Checks if this entry represents a block device.
isBlockDevice() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
Tests whether 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
Checks if this entry represents a character device.
isCharacterDevice() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
Tests whether this is a character device entry.
isCheckSumOK() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
Tests whether this entry's checksum status.
isChrDev() - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveEntry
Is this a character device?
isCodeAttribute() - Method in class org.apache.commons.compress.harmony.pack200.NewAttribute
 
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
isCompressedFilename(String) - Method in class org.apache.commons.compress.compressors.FileNameUtil
isCompressedFilename(String) - Static method in class org.apache.commons.compress.compressors.gzip.GzipUtils
isCompressedFilename(String) - Static method in class org.apache.commons.compress.compressors.lzma.LZMAUtils
isCompressedFilename(String) - Static method in class org.apache.commons.compress.compressors.xz.XZUtils
isCompressedFileName(String) - Static method in class org.apache.commons.compress.compressors.bzip2.BZip2Utils
Detects common bzip2 suffixes in the given file name.
isCompressedFileName(String) - Method in class org.apache.commons.compress.compressors.FileNameUtil
Detects common format suffixes in the given file name.
isCompressedFileName(String) - Static method in class org.apache.commons.compress.compressors.gzip.GzipUtils
Detects common gzip suffixes in the given file name.
isCompressedFileName(String) - Static method in class org.apache.commons.compress.compressors.lzma.LZMAUtils
Detects common LZMA suffixes in the given file name.
isCompressedFileName(String) - Static method in class org.apache.commons.compress.compressors.xz.XZUtils
Detects common xz suffixes in the given file name.
isContextClass() - Method in class org.apache.commons.compress.harmony.pack200.NewAttribute
 
isContextCode() - Method in class org.apache.commons.compress.harmony.pack200.NewAttribute
 
isContextField() - Method in class org.apache.commons.compress.harmony.pack200.NewAttribute
 
isContextMethod() - Method in class org.apache.commons.compress.harmony.pack200.NewAttribute
 
isDefaultLayout() - Method in class org.apache.commons.compress.harmony.unpack200.AttributeLayout
 
isDeleted() - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveEntry
Has this file been deleted? (On valid on incremental dumps.)
isDelta() - Method in class org.apache.commons.compress.harmony.pack200.BHSDCodec
Returns true if this codec is a delta codec
isDescendent(TarArchiveEntry) - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
Tests whether 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
Tests whether this entry refers to a directory (true).
isDirectory() - Method in class org.apache.commons.compress.archivers.arj.ArjArchiveEntry
True if the entry refers to a directory.
isDirectory() - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveEntry
Checks if this entry represents a directory.
isDirectory() - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveEntry
Is this a directory?
isDirectory() - Method in class org.apache.commons.compress.archivers.sevenz.SevenZArchiveEntry
Tests whether or not this entry represents a directory.
isDirectory() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
Tests 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?
isDosTime(long) - Static method in class org.apache.commons.compress.archivers.zip.ZipUtil
Tests whether a given time (in milliseconds since Epoch) can be safely represented as DOS time
isEmpty() - Method in class org.apache.commons.compress.harmony.pack200.IntList
 
isEOFRecord(byte[]) - Method in class org.apache.commons.compress.archivers.tar.TarArchiveInputStream
Tests if an archive record indicate End of Archive.
isEqual(byte[], byte[]) - Static method in class org.apache.commons.compress.utils.ArchiveUtils
isEqual(byte[], byte[], boolean) - Static method in class org.apache.commons.compress.utils.ArchiveUtils
Compare byte buffers, optionally ignoring trailing nulls
isEqual(byte[], int, int, byte[], int, int) - Static method in class org.apache.commons.compress.utils.ArchiveUtils
Compare byte buffers
isEqual(byte[], int, int, byte[], int, int, boolean) - Static method in class org.apache.commons.compress.utils.ArchiveUtils
Compare byte buffers, optionally ignoring trailing nulls
isEqualWithNull(byte[], int, int, byte[], int, int) - Static method in class org.apache.commons.compress.utils.ArchiveUtils
Compare byte buffers, ignoring trailing nulls
isExtended() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
Tests whether in case of an oldgnu sparse file if an extension sparse header follows.
isExtended() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveSparseEntry
 
isExtendedAttributes() - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveSummary
Does this volume contain extended attributes.
ISEXTENDEDLEN_GNU - Static variable in interface org.apache.commons.compress.archivers.tar.TarConstants
The length of the is extension field in an old GNU header buffer.
ISEXTENDEDLEN_GNU_SPARSE - Static variable in interface org.apache.commons.compress.archivers.tar.TarConstants
The length of the is extension field in a sparse header buffer.
isFifo() - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveEntry
Is this a fifo/pipe?
isFIFO() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
Tests whether 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
Tests whether this is a "normal file"
isGlobalPaxHeader() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
Tests whether this is a Pax header.
isGNULongLinkEntry() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
Tests whether this entry is a GNU long linkname block
isGNULongNameEntry() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
Tests whether this entry is a GNU long name block
isGNUSparse() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
Tests whether this entry is a GNU sparse block.
isGzip() - Method in class org.apache.commons.compress.harmony.pack200.PackingOptions
 
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?
isInnerClass() - Method in class org.apache.commons.compress.harmony.pack200.CPClass
 
isKeepDeflateHint() - Method in class org.apache.commons.compress.harmony.pack200.PackingOptions
 
isKeepFileOrder() - Method in class org.apache.commons.compress.harmony.pack200.PackingOptions
 
isLink() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
Tests whether 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?
isMember() - Method in class org.apache.commons.compress.harmony.unpack200.IcTuple
 
isMetaDataOnly() - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveSummary
Does this volume only contain metadata?
isNetwork() - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveEntry
Checks if this entry represents a network device.
isNewHeader() - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveSummary
Is this the new header format? (We do not currently support the old format.)
isNewInode() - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveSummary
Is this the new inode format? (We do not currently support the old format.)
ISO_8859_1 - Static variable in class org.apache.commons.compress.utils.CharsetNames
CharEncodingISO Latin Alphabet No.
ISO_8859_1 - Static variable in class org.apache.commons.compress.utils.Charsets
Deprecated.
replaced by StandardCharsets in Java 7
isOldGNUSparse() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
Tests whether 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.MultiReadOnlySeekableByteChannel
 
isOpen() - Method in class org.apache.commons.compress.utils.SeekableInMemoryByteChannel
 
isPassFile(String) - Method in class org.apache.commons.compress.harmony.pack200.PackingOptions
 
isPaxGNU1XSparse() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
Tests whether this entry is a sparse file with 1.X PAX Format or not
isPaxGNUSparse() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
Tests whether this entry is a GNU sparse block using one of the PAX formats.
isPaxHeader() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
Tests whether this is a Pax header.
isPipe() - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveEntry
Checks if this entry represents a pipe.
isRegularFile() - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveEntry
Checks if this entry represents a regular file.
isRunningInOsgiEnvironment() - Static method in class org.apache.commons.compress.utils.OsgiUtils
Tests if Commons Compress running as an OSGi bundle?
isSeekable() - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
This method indicates whether this archive is writing to a seekable stream (i.e., to a random access file).
isSigned() - Method in class org.apache.commons.compress.harmony.pack200.BHSDCodec
Returns true if this codec is a signed codec
isSocket() - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveEntry
Checks if this entry represents a socket.
isSocket() - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveEntry
Is this a network device?
isSourceFileAttribute() - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.Attribute
Answer true if the receiver is a source file attribute (which gets special handling when the class is built); otherwise answer false.
isSourceFileAttribute() - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.SourceFileAttribute
 
isSparse() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
Tests 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
Tests whether this entry is a star sparse block using PAX headers.
isStreamContiguous() - Method in interface org.apache.commons.compress.archivers.EntryStreamOffsets
Tests whether the stream is contiguous, that is, not split among several archive parts, interspersed with control blocks, and so on.
isStreamContiguous() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
Tests whether the stream is contiguous, that is, not split among several archive parts, interspersed with control blocks, and so on.
isStreamContiguous() - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
 
isStripDebug() - Method in class org.apache.commons.compress.harmony.pack200.PackingOptions
 
isSymbolicLink() - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveEntry
Checks if this entry represents a symbolic link.
isSymbolicLink() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
Tests whether 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.
isUnixTime(long) - Static method in class org.apache.commons.compress.utils.TimeUtils
Tests whether a given number of seconds (since Epoch) can be safely represented in the standard UNIX time.
isUnixTime(FileTime) - Static method in class org.apache.commons.compress.utils.TimeUtils
Tests whether a FileTime can be safely represented in the standard UNIX time.
isUnknown() - Method in class org.apache.commons.compress.harmony.pack200.NewAttribute
 
isUnknown(int) - Method in class org.apache.commons.compress.harmony.pack200.NewAttribute
 
isUsedAtLeastOnce() - Method in class org.apache.commons.compress.harmony.pack200.NewAttributeBands
 
isVerbose() - Method in class org.apache.commons.compress.harmony.pack200.PackingOptions
 
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.
IWORK_ARCHIVE - Enum constant in enum org.apache.commons.compress.compressors.snappy.FramedSnappyDialect
The format used by Apple's iWork Archives (.iwa files).

J

JAR - Static variable in class org.apache.commons.compress.archivers.ArchiveStreamFactory
Constant (value "jar") used to identify the JAR archive format.
JarArchiveEntry - Class in org.apache.commons.compress.archivers.jar
JAR archive entry.
JarArchiveEntry(String) - Constructor for class org.apache.commons.compress.archivers.jar.JarArchiveEntry
Constructs a new instance.
JarArchiveEntry(JarEntry) - Constructor for class org.apache.commons.compress.archivers.jar.JarArchiveEntry
Constructs a new instance.
JarArchiveEntry(ZipEntry) - Constructor for class org.apache.commons.compress.archivers.jar.JarArchiveEntry
Constructs a new instance.
JarArchiveEntry(ZipArchiveEntry) - Constructor for class org.apache.commons.compress.archivers.jar.JarArchiveEntry
Constructs a new instance.
JarArchiveInputStream - Class in org.apache.commons.compress.archivers.jar
Implements an input stream that can read entries from jar files.
JarArchiveInputStream(InputStream) - Constructor for class org.apache.commons.compress.archivers.jar.JarArchiveInputStream
Creates an instance from the input stream using the default encoding.
JarArchiveInputStream(InputStream, String) - Constructor for class org.apache.commons.compress.archivers.jar.JarArchiveInputStream
Creates an instance from the input stream using the specified encoding.
JarArchiveOutputStream - Class in org.apache.commons.compress.archivers.jar
Subclass that adds a special extra field to the very first entry which allows the created archive to be used as an executable jar on Solaris.
JarArchiveOutputStream(OutputStream) - Constructor for class org.apache.commons.compress.archivers.jar.JarArchiveOutputStream
 
JarArchiveOutputStream(OutputStream, String) - Constructor for class org.apache.commons.compress.archivers.jar.JarArchiveOutputStream
Constructs a new instance that wraps the output stream using the provided encoding.
JarMarker - Class in org.apache.commons.compress.archivers.zip
If this extra field is added as the very first extra field of the archive, Solaris will consider it an executable jar file.
JarMarker() - Constructor for class org.apache.commons.compress.archivers.zip.JarMarker
No-arg constructor
javaTimeToNtfsTime(Date) - Static method in class org.apache.commons.compress.archivers.sevenz.SevenZArchiveEntry
Deprecated.
JPEG - Enum constant in enum org.apache.commons.compress.archivers.zip.ZipMethod
Compression Method 96 for Jpeg compression.

K

K256 - Enum constant in enum org.apache.commons.compress.compressors.lz4.FramedLZ4CompressorOutputStream.BlockSize
Block size of 256K
K64 - Enum constant in enum org.apache.commons.compress.compressors.lz4.FramedLZ4CompressorOutputStream.BlockSize
Block size of 64K
KEEP - Static variable in class org.apache.commons.compress.harmony.pack200.PackingOptions
 
KEEP - Static variable in interface org.apache.commons.compress.java.util.jar.Pack200.Packer
The String representation for keep.
KEEP - Static variable in interface org.apache.commons.compress.java.util.jar.Pack200.Unpacker
a String representation of keep.
KEEP_FILE_ORDER - Static variable in interface org.apache.commons.compress.java.util.jar.Pack200.Packer
Decide if all elements shall transmit in their original order.
knownArrays - Variable in class org.apache.commons.compress.harmony.unpack200.SegmentConstantPoolArrayCache
 

L

LabelForm - Class in org.apache.commons.compress.harmony.unpack200.bytecode.forms
This class implements the byte code form for those bytecodes which have label references (and only label references).
LabelForm(int, String, int[]) - Constructor for class org.apache.commons.compress.harmony.unpack200.bytecode.forms.LabelForm
 
LabelForm(int, String, int[], boolean) - Constructor for class org.apache.commons.compress.harmony.unpack200.bytecode.forms.LabelForm
 
largest() - Method in class org.apache.commons.compress.harmony.pack200.BHSDCodec
Returns the largest value that this codec can represent.
lastArray - Variable in class org.apache.commons.compress.harmony.unpack200.SegmentConstantPoolArrayCache
 
lastBandLength - Variable in class org.apache.commons.compress.harmony.pack200.Codec
 
lastConstantHadWideIndex() - Method in class org.apache.commons.compress.harmony.pack200.Pack200ClassReader
 
lastConstantHadWideIndex() - Method in class org.apache.commons.compress.harmony.pack200.Segment
 
lastIndexes - Variable in class org.apache.commons.compress.harmony.unpack200.SegmentConstantPoolArrayCache
 
lastKey - Variable in class org.apache.commons.compress.harmony.unpack200.SegmentConstantPoolArrayCache
 
lastKnownSize() - Method in class org.apache.commons.compress.harmony.unpack200.SegmentConstantPoolArrayCache.CachedArray
Answer the last known size of the array cached.
LATEST - Static variable in interface org.apache.commons.compress.java.util.jar.Pack200.Packer
The String representation for latest.
latestValue() - Method in class org.apache.commons.compress.harmony.pack200.NewAttributeBands.Integral
 
layout - Variable in class org.apache.commons.compress.harmony.pack200.AttributeDefinitionBands.AttributeDefinition
 
LayoutElement() - Constructor for class org.apache.commons.compress.harmony.pack200.NewAttributeBands.LayoutElement
 
LBLSIZE - Static variable in class org.apache.commons.compress.archivers.dump.DumpArchiveConstants
 
LF_BLK - Static variable in interface org.apache.commons.compress.archivers.tar.TarConstants
Block device file type.
LF_CHR - Static variable in interface org.apache.commons.compress.archivers.tar.TarConstants
Character device file type.
LF_CONTIG - Static variable in interface org.apache.commons.compress.archivers.tar.TarConstants
Contiguous file type.
LF_DIR - Static variable in interface org.apache.commons.compress.archivers.tar.TarConstants
Directory file type.
LF_FIFO - Static variable in interface org.apache.commons.compress.archivers.tar.TarConstants
FIFO (pipe) file type.
LF_GNUTYPE_LONGLINK - Static variable in interface org.apache.commons.compress.archivers.tar.TarConstants
Identifies the *next* file on the tape as having a long link name.
LF_GNUTYPE_LONGNAME - Static variable in interface org.apache.commons.compress.archivers.tar.TarConstants
Identifies the *next* file on the tape as having a long name.
LF_GNUTYPE_SPARSE - Static variable in interface org.apache.commons.compress.archivers.tar.TarConstants
Sparse file type.
LF_LINK - Static variable in interface org.apache.commons.compress.archivers.tar.TarConstants
Link file type.
LF_MULTIVOLUME - Static variable in interface org.apache.commons.compress.archivers.tar.TarConstants
Identifies the entry as a multi-volume past volume #0
LF_NORMAL - Static variable in interface org.apache.commons.compress.archivers.tar.TarConstants
Normal file type.
LF_OFFSET - Static variable in interface org.apache.commons.compress.archivers.tar.TarConstants
Offset inside the header for the "link flag" field.
LF_OLDNORM - Static variable in interface org.apache.commons.compress.archivers.tar.TarConstants
LF_ constants represent the "link flag" of an entry, or more commonly, the "entry type".
LF_PAX_EXTENDED_HEADER_LC - Static variable in interface org.apache.commons.compress.archivers.tar.TarConstants
Identifies the entry as a Pax extended header.
LF_PAX_EXTENDED_HEADER_UC - Static variable in interface org.apache.commons.compress.archivers.tar.TarConstants
Identifies the entry as a Pax extended header (SunOS tar -E).
LF_PAX_GLOBAL_EXTENDED_HEADER - Static variable in interface org.apache.commons.compress.archivers.tar.TarConstants
Identifies the entry as a Pax global extended header.
LF_SYMLINK - Static variable in interface org.apache.commons.compress.archivers.tar.TarConstants
Symbolic link file type.
LFH_SIG - Static variable in class org.apache.commons.compress.archivers.zip.ZipLong
Local File Header Signature
LineNumberTableAttribute - Class in org.apache.commons.compress.harmony.unpack200.bytecode
Line number table
LineNumberTableAttribute(int, int[], int[]) - Constructor for class org.apache.commons.compress.harmony.unpack200.bytecode.LineNumberTableAttribute
 
LINK - Enum constant in enum org.apache.commons.compress.archivers.dump.DumpArchiveEntry.TYPE
 
LINK_FLAG - Static variable in interface org.apache.commons.compress.archivers.zip.UnixStat
Indicates symbolic links.
Lister - Class in org.apache.commons.compress.archivers
Simple command line application that lists the contents of an archive.
Lister() - Constructor for class org.apache.commons.compress.archivers.Lister
Deprecated.
No replacement.
Lists - Class in org.apache.commons.compress.utils
List utilities
LITERAL - Enum constant in enum org.apache.commons.compress.compressors.lz77support.LZ77Compressor.Block.BlockType
 
LiteralBlock(byte[], int, int) - Constructor for class org.apache.commons.compress.compressors.lz77support.LZ77Compressor.LiteralBlock
 
LocalForm - Class in org.apache.commons.compress.harmony.unpack200.bytecode.forms
This class implements the byte code form for those bytecodes which have float references (and only float references).
LocalForm(int, String, int[]) - Constructor for class org.apache.commons.compress.harmony.unpack200.bytecode.forms.LocalForm
 
LocalVariableTableAttribute - Class in org.apache.commons.compress.harmony.unpack200.bytecode
Local variable table
LocalVariableTableAttribute(int, int[], int[], CPUTF8[], CPUTF8[], int[]) - Constructor for class org.apache.commons.compress.harmony.unpack200.bytecode.LocalVariableTableAttribute
 
LocalVariableTypeTableAttribute - Class in org.apache.commons.compress.harmony.unpack200.bytecode
Local variable type table.
LocalVariableTypeTableAttribute(int, int[], int[], CPUTF8[], CPUTF8[], int[]) - Constructor for class org.apache.commons.compress.harmony.unpack200.bytecode.LocalVariableTypeTableAttribute
 
LOCCRC - Static variable in class org.apache.commons.compress.archivers.jar.JarArchiveEntry
 
LOCCRC - Static variable in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
 
LOCEXT - Static variable in class org.apache.commons.compress.archivers.jar.JarArchiveEntry
 
LOCEXT - Static variable in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
 
LOCFLG - Static variable in class org.apache.commons.compress.archivers.jar.JarArchiveEntry
 
LOCFLG - Static variable in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
 
LOCHDR - Static variable in class org.apache.commons.compress.archivers.jar.JarArchiveEntry
 
LOCHDR - Static variable in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
 
LOCHOW - Static variable in class org.apache.commons.compress.archivers.jar.JarArchiveEntry
 
LOCHOW - Static variable in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
 
LOCLEN - Static variable in class org.apache.commons.compress.archivers.jar.JarArchiveEntry
 
LOCLEN - Static variable in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
 
LOCNAM - Static variable in class org.apache.commons.compress.archivers.jar.JarArchiveEntry
 
LOCNAM - Static variable in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
 
LOCSIG - Static variable in class org.apache.commons.compress.archivers.jar.JarArchiveEntry
 
LOCSIG - Static variable in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
 
LOCSIZ - Static variable in class org.apache.commons.compress.archivers.jar.JarArchiveEntry
 
LOCSIZ - Static variable in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
 
LOCTIM - Static variable in class org.apache.commons.compress.archivers.jar.JarArchiveEntry
 
LOCTIM - Static variable in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
 
LOCVER - Static variable in class org.apache.commons.compress.archivers.jar.JarArchiveEntry
 
LOCVER - Static variable in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
 
log(int, String) - Method in class org.apache.commons.compress.harmony.unpack200.Segment
 
log(String) - Static method in class org.apache.commons.compress.harmony.pack200.PackingUtils
 
LOG_LEVEL_QUIET - Static variable in class org.apache.commons.compress.harmony.unpack200.Segment
 
LOG_LEVEL_STANDARD - Static variable in class org.apache.commons.compress.harmony.unpack200.Segment
 
LOG_LEVEL_VERBOSE - Static variable in class org.apache.commons.compress.harmony.unpack200.Segment
 
LONGFILE_BSD - Static variable in class org.apache.commons.compress.archivers.ar.ArArchiveOutputStream
BSD ar extensions are used to store long file names in the archive.
LONGFILE_ERROR - Static variable in class org.apache.commons.compress.archivers.ar.ArArchiveOutputStream
Fail if a long file name is required in the archive.
LONGFILE_ERROR - Static variable in class org.apache.commons.compress.archivers.tar.TarArchiveOutputStream
Fail if a long file name is required in the archive.
LONGFILE_GNU - Static variable in class org.apache.commons.compress.archivers.tar.TarArchiveOutputStream
GNU tar extensions are used to store long file names in the archive.
LONGFILE_POSIX - Static variable in class org.apache.commons.compress.archivers.tar.TarArchiveOutputStream
POSIX/PAX extensions are used to store long file names in the archive.
LONGFILE_TRUNCATE - Static variable in class org.apache.commons.compress.archivers.tar.TarArchiveOutputStream
Long paths will be truncated in the archive.
LongForm - Class in org.apache.commons.compress.harmony.unpack200.bytecode.forms
This class implements the byte code form for those bytecodes which have long references (and only long references).
LongForm(int, String, int[]) - Constructor for class org.apache.commons.compress.harmony.unpack200.bytecode.forms.LongForm
 
longListToArray(List<Long>) - Method in class org.apache.commons.compress.harmony.pack200.BandSet
Converts a list of Longs to an long[] array.
LONGNAMESLEN_GNU - Static variable in interface org.apache.commons.compress.archivers.tar.TarConstants
The length of the long names field in an old GNU header buffer.
LookupSwitchForm - Class in org.apache.commons.compress.harmony.unpack200.bytecode.forms
 
LookupSwitchForm(int, String) - Constructor for class org.apache.commons.compress.harmony.unpack200.bytecode.forms.LookupSwitchForm
 
LZ4_BLOCK - Static variable in class org.apache.commons.compress.compressors.CompressorStreamFactory
Constant (value "lz4-block") used to identify the block LZ4 compression method.
LZ4_FRAMED - Static variable in class org.apache.commons.compress.compressors.CompressorStreamFactory
Constant (value "lz4-framed") used to identify the frame LZ4 compression method.
LZ77Compressor - Class in org.apache.commons.compress.compressors.lz77support
Helper class for compression algorithms that use the ideas of LZ77.
LZ77Compressor(Parameters, LZ77Compressor.Callback) - Constructor for class org.apache.commons.compress.compressors.lz77support.LZ77Compressor
Initializes a compressor with parameters and a callback.
LZ77Compressor.BackReference - Class in org.apache.commons.compress.compressors.lz77support
Represents a back-reference.
LZ77Compressor.Block - Class in org.apache.commons.compress.compressors.lz77support
Base class representing blocks the compressor may emit.
LZ77Compressor.Block.BlockType - Enum in org.apache.commons.compress.compressors.lz77support
Enumeration of the block types the compressor may emit.
LZ77Compressor.Callback - Interface in org.apache.commons.compress.compressors.lz77support
Callback invoked while the compressor processes data.
LZ77Compressor.EOD - Class in org.apache.commons.compress.compressors.lz77support
A simple "we are done" marker.
LZ77Compressor.LiteralBlock - Class in org.apache.commons.compress.compressors.lz77support
Represents a literal block of data.
LZMA - Enum constant in enum org.apache.commons.compress.archivers.sevenz.SevenZMethod
LZMA - only supported when reading.
LZMA - Enum constant in enum org.apache.commons.compress.archivers.zip.ZipMethod
Compression Method 14 for LZMA.
LZMA - Static variable in class org.apache.commons.compress.compressors.CompressorStreamFactory
Constant (value "lzma") used to identify the LZMA compression method.
LZMA2 - Enum constant in enum org.apache.commons.compress.archivers.sevenz.SevenZMethod
LZMA2.
LZMACompressorInputStream - Class in org.apache.commons.compress.compressors.lzma
LZMA decompressor.
LZMACompressorInputStream(InputStream) - Constructor for class org.apache.commons.compress.compressors.lzma.LZMACompressorInputStream
Creates a new input stream that decompresses LZMA-compressed data from the specified input stream.
LZMACompressorInputStream(InputStream, int) - Constructor for class org.apache.commons.compress.compressors.lzma.LZMACompressorInputStream
Creates a new input stream that decompresses LZMA-compressed data from the specified input stream.
LZMACompressorOutputStream - Class in org.apache.commons.compress.compressors.lzma
LZMA compressor.
LZMACompressorOutputStream(OutputStream) - Constructor for class org.apache.commons.compress.compressors.lzma.LZMACompressorOutputStream
Creates a LZMA compressor.
LZMAUtils - Class in org.apache.commons.compress.compressors.lzma
Utility code for the LZMA compression format.
LZO - Enum constant in enum org.apache.commons.compress.archivers.dump.DumpArchiveConstants.COMPRESSION_TYPE
 
LZWInputStream - Class in org.apache.commons.compress.compressors.lzw
Generic LZW implementation.
LZWInputStream(InputStream, ByteOrder) - Constructor for class org.apache.commons.compress.compressors.lzw.LZWInputStream
 

M

M1 - Enum constant in enum org.apache.commons.compress.compressors.lz4.FramedLZ4CompressorOutputStream.BlockSize
Block size of 1M
M4 - Enum constant in enum org.apache.commons.compress.compressors.lz4.FramedLZ4CompressorOutputStream.BlockSize
Block size of 4M
MAC_OS - Static variable in class org.apache.commons.compress.archivers.arj.ArjArchiveEntry.HostOs
4
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
Runs this class from the command line.
main(String[]) - Static method in class org.apache.commons.compress.archivers.sevenz.CLI
 
mainlyPositiveDeltas() - Method in class org.apache.commons.compress.harmony.pack200.BandSet.BandData
Returns true if the band deltas are mainly positive (heuristic).
mainlySmallDeltas() - Method in class org.apache.commons.compress.harmony.pack200.BandSet.BandData
Returns true if the deltas between adjacent band elements are mainly small (heuristic).
major - Variable in class org.apache.commons.compress.harmony.unpack200.bytecode.ClassFile
 
mark(int) - Method in class org.apache.commons.compress.archivers.ArchiveInputStream
Does nothing.
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.ArchiveInputStream
Always returns false.
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[]) - Static method in class org.apache.commons.compress.utils.ArchiveUtils
Check if buffer contents matches ASCII String.
matchAsciiBuffer(String, byte[], int, int) - Static method in class org.apache.commons.compress.utils.ArchiveUtils
Check if buffer contents matches ASCII String.
matches(byte[], int) - Static method in class org.apache.commons.compress.archivers.ar.ArArchiveInputStream
Checks if the signature matches ASCII "!<arch>" followed by a single LF control character
matches(byte[], int) - Static method in class org.apache.commons.compress.archivers.arj.ArjArchiveInputStream
Checks if the signature matches what is expected for an arj file.
matches(byte[], int) - Static method in class org.apache.commons.compress.archivers.cpio.CpioArchiveInputStream
Checks if the signature matches one of the following magic values: Strings: "070701" - MAGIC_NEW "070702" - MAGIC_NEW_CRC "070707" - MAGIC_OLD_ASCII Octal Binary value: 070707 - MAGIC_OLD_BINARY (held as a short) = 0x71C7 or 0xC771
matches(byte[], int) - Static method in class org.apache.commons.compress.archivers.dump.DumpArchiveInputStream
Look at the first few bytes of the file to decide if it's a dump archive.
matches(byte[], int) - Static method in class org.apache.commons.compress.archivers.jar.JarArchiveInputStream
Checks if the signature matches what is expected for a jar file (in this case it is the same as for a ZIP file).
matches(byte[], int) - Static method in class org.apache.commons.compress.archivers.sevenz.SevenZFile
Checks if the signature matches what is expected for a 7z file.
matches(byte[], int) - Static method in class org.apache.commons.compress.archivers.tar.TarArchiveInputStream
Checks if the signature matches what is expected for a tar file.
matches(byte[], int) - Static method in class org.apache.commons.compress.archivers.zip.ZipArchiveInputStream
Checks if the signature matches what is expected for a ZIP file.
matches(byte[], int) - Static method in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorInputStream
Checks if the signature matches what is expected for a bzip2 file.
matches(byte[], int) - Static method in class org.apache.commons.compress.compressors.deflate.DeflateCompressorInputStream
Checks if the signature matches what is expected for a zlib / deflated file with the zlib header.
matches(byte[], int) - Static method in class org.apache.commons.compress.compressors.gzip.GzipCompressorInputStream
Checks if the signature matches what is expected for a .gz file.
matches(byte[], int) - Static method in class org.apache.commons.compress.compressors.lz4.FramedLZ4CompressorInputStream
Checks if the signature matches what is expected for a .lz4 file.
matches(byte[], int) - Static method in class org.apache.commons.compress.compressors.lzma.LZMACompressorInputStream
Checks if the signature matches what is expected for an LZMA file.
matches(byte[], int) - Static method in class org.apache.commons.compress.compressors.lzma.LZMAUtils
Checks if the signature matches what is expected for a .lzma file.
matches(byte[], int) - Static method in class org.apache.commons.compress.compressors.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.
matches(long) - Method in class org.apache.commons.compress.harmony.unpack200.AttributeLayout
 
matches(long) - Method in interface org.apache.commons.compress.harmony.unpack200.IMatcher
 
matchSpecificPoolEntryIndex(String[], String[], String, String, int) - Method in class org.apache.commons.compress.harmony.unpack200.SegmentConstantPool
This method's function is to look through pairs of arrays.
matchSpecificPoolEntryIndex(String[], String, int) - Method in class org.apache.commons.compress.harmony.unpack200.SegmentConstantPool
A number of things make use of subsets of structures.
MAX_ALPHA_SIZE - Static variable in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorInputStream
 
MAX_ALPHA_SIZE - Static variable in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorOutputStream
 
MAX_BLOCKSIZE - Static variable in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorOutputStream
The maximum supported blocksize == 9.
MAX_CODE_LEN - Static variable in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorInputStream
 
MAX_CODE_LEN - Static variable in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorOutputStream
 
MAX_NAMELEN - Static variable in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
Maximum length of a user's name in the tar file
MAX_SELECTORS - Static variable in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorInputStream
 
MAX_SELECTORS - Static variable in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorOutputStream
 
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).
maxLocals - Variable in class org.apache.commons.compress.harmony.unpack200.bytecode.CodeAttribute
 
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).
maxStack - Variable in class org.apache.commons.compress.harmony.unpack200.bytecode.CodeAttribute
 
MD5 - Enum constant in enum org.apache.commons.compress.archivers.zip.PKWareExtraHeader.HashAlgorithm
 
MDELTA5 - Static variable in class org.apache.commons.compress.harmony.pack200.Codec
MDELTA5 = (5,64,2,1): Used for the majority of numerical codings where there is a correlated sequence of signed values, but where most of them are expected to be non-negative.
MemoryLimitException - Exception Class 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 class org.apache.commons.compress.MemoryLimitException
 
MemoryLimitException(long, int, Exception) - Constructor for exception class 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.
Messages - Class in org.apache.commons.compress.harmony.archive.internal.nls
This class retrieves strings from a resource bundle and returns them, formatting them with MessageFormat when required.
Messages() - Constructor for class org.apache.commons.compress.harmony.archive.internal.nls.Messages
 
MetadataBandGroup - Class in org.apache.commons.compress.harmony.pack200
A group of metadata (annotation) bands, such as class_RVA_bands, method_AD_bands etc.
MetadataBandGroup - Class in org.apache.commons.compress.harmony.unpack200
A group of metadata bands, such as class_RVA_bands, method_AD_bands etc.
MetadataBandGroup(String, int, CpBands, SegmentHeader, int) - Constructor for class org.apache.commons.compress.harmony.pack200.MetadataBandGroup
Constructs a new MetadataBandGroup
MetadataBandGroup(String, CpBands) - Constructor for class org.apache.commons.compress.harmony.unpack200.MetadataBandGroup
 
METHOD - Static variable in class org.apache.commons.compress.archivers.zip.UnsupportedZipFeatureException.Feature
The entry used an unsupported compression method.
METHOD_ATTRIBUTE_PFX - Static variable in interface org.apache.commons.compress.java.util.jar.Pack200.Packer
The format of a method attribute name.
MethodRefForm - Class in org.apache.commons.compress.harmony.unpack200.bytecode.forms
This class implements the byte code form for those bytecodes which have regular method references (and only regular method references).
MethodRefForm(int, String, int[]) - Constructor for class org.apache.commons.compress.harmony.unpack200.bytecode.forms.MethodRefForm
 
methods - Variable in class org.apache.commons.compress.harmony.unpack200.bytecode.ClassFile
 
MILLIS_PER_SECOND - Static variable in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
Deprecated.
Unused.
MIN_BLOCKSIZE - Static variable in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorOutputStream
The minimum supported blocksize == 1.
minor - Variable in class org.apache.commons.compress.harmony.unpack200.bytecode.ClassFile
 
MODELEN - Static variable in interface org.apache.commons.compress.archivers.tar.TarConstants
The length of the mode field in a header buffer.
MODIFICATION_TIME - Static variable in interface org.apache.commons.compress.java.util.jar.Pack200.Packer
If it shall attempt to determine the latest modification time if this is set to LATEST.
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.
MultiANewArrayForm - Class in org.apache.commons.compress.harmony.unpack200.bytecode.forms
This class implements the byte code form for the multianewarray instruction.
MultiANewArrayForm(int, String, int[]) - Constructor for class org.apache.commons.compress.harmony.unpack200.bytecode.forms.MultiANewArrayForm
 
MultiReadOnlySeekableByteChannel - Class in org.apache.commons.compress.utils
Read-Only Implementation of SeekableByteChannel that concatenates a collection of other SeekableByteChannels.
MultiReadOnlySeekableByteChannel(List<SeekableByteChannel>) - Constructor for class org.apache.commons.compress.utils.MultiReadOnlySeekableByteChannel
Concatenates the given channels.

N

N - Variable in class org.apache.commons.compress.harmony.unpack200.IcTuple
 
N_GROUPS - Static variable in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorInputStream
 
N_GROUPS - Static variable in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorOutputStream
 
N_ITERS - Static variable in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorInputStream
 
N_ITERS - Static variable in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorOutputStream
 
name - Variable in class org.apache.commons.compress.harmony.pack200.AttributeDefinitionBands.AttributeDefinition
 
name - Variable in class org.apache.commons.compress.harmony.unpack200.bytecode.CPClass
 
NAME - Enum constant in enum org.apache.commons.compress.archivers.zip.ZipArchiveEntry.NameSource
The name has been read from the archive using the encoding of the archive specified when creating the ZipArchiveInputStream or ZipFile (defaults to the platform's default encoding).
name_RU - Variable in class org.apache.commons.compress.harmony.pack200.MetadataBandGroup
 
name_RU - Variable in class org.apache.commons.compress.harmony.unpack200.MetadataBandGroup
 
NAME_WITH_EFS_FLAG - Enum constant in enum org.apache.commons.compress.archivers.zip.ZipArchiveEntry.NameSource
The name has been read from the archive and the archive specified the EFS flag which indicates the name has been encoded as UTF-8.
nameAndType - Variable in class org.apache.commons.compress.harmony.unpack200.bytecode.CPRef
 
NAMELEN - Static variable in class org.apache.commons.compress.archivers.dump.DumpArchiveConstants
 
NAMELEN - Static variable in interface org.apache.commons.compress.archivers.tar.TarConstants
The length of the name field in a header buffer.
NarrowClassRefForm - Class in org.apache.commons.compress.harmony.unpack200.bytecode.forms
This class is used for representations of cldc and cldc_w.
NarrowClassRefForm(int, String, int[]) - Constructor for class org.apache.commons.compress.harmony.unpack200.bytecode.forms.NarrowClassRefForm
 
NarrowClassRefForm(int, String, int[], boolean) - Constructor for class org.apache.commons.compress.harmony.unpack200.bytecode.forms.NarrowClassRefForm
 
NESTED_CLASS_FLAG - Static variable in class org.apache.commons.compress.harmony.unpack200.IcTuple
 
nestedExplicitFlagSet() - Method in class org.apache.commons.compress.harmony.unpack200.IcTuple
Answer true if the receiver's bit 16 is set (indicating that explicit outer class and name fields are set).
nestedMustStartClassPool() - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.ByteCode
 
nestedMustStartClassPool() - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.forms.ByteCodeForm
 
nestedMustStartClassPool() - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.forms.NarrowClassRefForm
 
nestedMustStartClassPool() - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.forms.SingleByteReferenceForm
 
nestname_RU - Variable in class org.apache.commons.compress.harmony.pack200.MetadataBandGroup
 
nestname_RU - Variable in class org.apache.commons.compress.harmony.unpack200.MetadataBandGroup
 
nestpair_N - Variable in class org.apache.commons.compress.harmony.pack200.MetadataBandGroup
 
nestpair_N - Variable in class org.apache.commons.compress.harmony.unpack200.MetadataBandGroup
 
nesttype_RS - Variable in class org.apache.commons.compress.harmony.pack200.MetadataBandGroup
 
nesttype_RS - Variable in class org.apache.commons.compress.harmony.unpack200.MetadataBandGroup
 
Never - Enum constant in enum org.apache.commons.compress.archivers.zip.Zip64Mode
Don't use Zip64 extensions for any entries.
NEVER - Static variable in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream.UnicodeExtraFieldPolicy
Never create Unicode extra fields.
newArrayList() - Static method in class org.apache.commons.compress.utils.Lists
Creates a new ArrayList.
newArrayList(Iterator<? extends E>) - Static method in class org.apache.commons.compress.utils.Lists
Creates a new ArrayList filled with the contents of the given iterator.
NewAttribute - Class in org.apache.commons.compress.harmony.pack200
NewAttribute extends Attribute and manages unknown attributes encountered by ASM that have had a layout definition given to pack200 (e.g.
NewAttribute - Class in org.apache.commons.compress.harmony.unpack200.bytecode
A compressor-defined class file attribute.
NewAttribute(String, String, int) - Constructor for class org.apache.commons.compress.harmony.pack200.NewAttribute
 
NewAttribute(CPUTF8, int) - Constructor for class org.apache.commons.compress.harmony.unpack200.bytecode.NewAttribute
 
NewAttribute(ClassReader, String, String, byte[], char[], int, Label[]) - Constructor for class org.apache.commons.compress.harmony.pack200.NewAttribute
 
NewAttribute.ErrorAttribute - Class in org.apache.commons.compress.harmony.pack200
ErrorAttribute extends NewAttribute and manages attributes encountered by ASM that have had an error action specified to pack200 (e.g.
NewAttribute.PassAttribute - Class in org.apache.commons.compress.harmony.pack200
PassAttribute extends NewAttribute and manages attributes encountered by ASM that have had a pass action specified to pack200 (e.g.
NewAttribute.StripAttribute - Class in org.apache.commons.compress.harmony.pack200
StripAttribute extends NewAttribute and manages attributes encountered by ASM that have had a strip action specified to pack200 (e.g.
NewAttributeBands - Class in org.apache.commons.compress.harmony.pack200
Sets of bands relating to a non-predefined attribute that has had a layout definition given to pack200 (e.g.
NewAttributeBands - Class in org.apache.commons.compress.harmony.unpack200
Sets of bands relating to a non-predefined attribute
NewAttributeBands(int, CpBands, SegmentHeader, AttributeDefinitionBands.AttributeDefinition) - Constructor for class org.apache.commons.compress.harmony.pack200.NewAttributeBands
 
NewAttributeBands(Segment, AttributeLayout) - Constructor for class org.apache.commons.compress.harmony.unpack200.NewAttributeBands
 
NewAttributeBands.AttributeLayoutElement - Interface in org.apache.commons.compress.harmony.pack200
An AttributeLayoutElement is a part of an attribute layout and has one or more bands associated with it, which transmit the AttributeElement data for successive Attributes of this type.
NewAttributeBands.Call - Class in org.apache.commons.compress.harmony.pack200
 
NewAttributeBands.Call - Class in org.apache.commons.compress.harmony.unpack200
 
NewAttributeBands.Callable - Class in org.apache.commons.compress.harmony.pack200
 
NewAttributeBands.Callable - Class in org.apache.commons.compress.harmony.unpack200
 
NewAttributeBands.Integral - Class in org.apache.commons.compress.harmony.pack200
 
NewAttributeBands.Integral - Class in org.apache.commons.compress.harmony.unpack200
 
NewAttributeBands.LayoutElement - Class in org.apache.commons.compress.harmony.pack200
 
NewAttributeBands.Reference - Class in org.apache.commons.compress.harmony.pack200
Constant Pool Reference
NewAttributeBands.Reference - Class in org.apache.commons.compress.harmony.unpack200
Constant Pool Reference
NewAttributeBands.Replication - Class in org.apache.commons.compress.harmony.pack200
A replication is an array of layout elements, with an associated count
NewAttributeBands.Replication - Class in org.apache.commons.compress.harmony.unpack200
A replication is an array of layout elements, with an associated count
NewAttributeBands.Union - Class in org.apache.commons.compress.harmony.pack200
A Union is a type of layout element where the tag value acts as a selector for one of the union cases
NewAttributeBands.Union - Class in org.apache.commons.compress.harmony.unpack200
A Union is a type of layout element where the tag value acts as a selector for one of the union cases
NewAttributeBands.UnionCase - Class in org.apache.commons.compress.harmony.pack200
A Union case
NewAttributeBands.UnionCase - Class in org.apache.commons.compress.harmony.unpack200
A Union case
NewClassRefForm - Class in org.apache.commons.compress.harmony.unpack200.bytecode.forms
This class is an extension of the ClassRefForm.
NewClassRefForm(int, String, int[]) - Constructor for class org.apache.commons.compress.harmony.unpack200.bytecode.forms.NewClassRefForm
 
newEntryInAnnoN() - Method in class org.apache.commons.compress.harmony.pack200.MetadataBandGroup
 
NEW FORMAT - Search tag in class org.apache.commons.compress.archivers.cpio.CpioArchiveEntry
Section
newHashSet(E...) - Static method in class org.apache.commons.compress.utils.Sets
Creates a new HashSet filled with the given elements
NewInitMethodRefForm - Class in org.apache.commons.compress.harmony.unpack200.bytecode.forms
This class is used to determine which init method should be called, based on the last class which was sent a constructor message.
NewInitMethodRefForm(int, String, int[]) - Constructor for class org.apache.commons.compress.harmony.unpack200.bytecode.forms.NewInitMethodRefForm
 
newPacker() - Static method in class org.apache.commons.compress.java.util.jar.Pack200
Returns a new instance of a packer engine.
newUnpacker() - Static method in class org.apache.commons.compress.java.util.jar.Pack200
Returns a new instance of an unpacker engine.
next() - Method in class org.apache.commons.compress.utils.ServiceLoaderIterator
Deprecated.
 
NEXT - Static variable in class org.apache.commons.compress.archivers.arj.ArjArchiveEntry.HostOs
8
nextByte() - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.OperandManager
 
nextCaseCount() - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.OperandManager
 
nextCaseValues() - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.OperandManager
 
nextClassRef() - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.OperandManager
 
nextDoubleRef() - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.OperandManager
 
nextFieldRef() - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.OperandManager
 
nextFloatRef() - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.OperandManager
 
nextIMethodRef() - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.OperandManager
 
nextInitRef() - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.OperandManager
 
nextIntRef() - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.OperandManager
 
nextLabel() - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.OperandManager
 
nextLocal() - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.OperandManager
 
nextLongRef() - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.OperandManager
 
nextMethodRef() - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.OperandManager
 
nextShort() - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.OperandManager
 
nextStringRef() - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.OperandManager
 
nextSuperFieldRef() - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.OperandManager
 
nextSuperMethodRef() - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.OperandManager
 
nextThisFieldRef() - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.OperandManager
 
nextThisMethodRef() - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.OperandManager
 
nextWideByteCode() - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.OperandManager
 
NFS_MAGIC - Static variable in class org.apache.commons.compress.archivers.dump.DumpArchiveConstants
 
NoArgumentForm - Class in org.apache.commons.compress.harmony.unpack200.bytecode.forms
This class implements the byte code form of all bytecodes which either have no operands (such as nop) or have all their operands passed on the stack (not encoded as bytes in the bytecode streams).
NoArgumentForm(int, String) - Constructor for class org.apache.commons.compress.harmony.unpack200.bytecode.forms.NoArgumentForm
 
nonDeltaDoubleSignedCodecs1 - Static variable in class org.apache.commons.compress.harmony.pack200.CanonicalCodecFamilies
 
nonDeltaSignedCodecs1 - Static variable in class org.apache.commons.compress.harmony.pack200.CanonicalCodecFamilies
 
nonDeltaSignedCodecs2 - Static variable in class org.apache.commons.compress.harmony.pack200.CanonicalCodecFamilies
 
nonDeltaUnsignedCodecs1 - Static variable in class org.apache.commons.compress.harmony.pack200.CanonicalCodecFamilies
 
nonDeltaUnsignedCodecs2 - Static variable in class org.apache.commons.compress.harmony.pack200.CanonicalCodecFamilies
 
nonDeltaUnsignedCodecs3 - Static variable in class org.apache.commons.compress.harmony.pack200.CanonicalCodecFamilies
 
nonDeltaUnsignedCodecs4 - Static variable in class org.apache.commons.compress.harmony.pack200.CanonicalCodecFamilies
 
nonDeltaUnsignedCodecs5 - Static variable in class org.apache.commons.compress.harmony.pack200.CanonicalCodecFamilies
 
NONE - Enum constant in enum org.apache.commons.compress.archivers.zip.PKWareExtraHeader.HashAlgorithm
 
NONE - Static variable in class org.apache.commons.compress.harmony.unpack200.bytecode.ClassFileEntry
 
normalize(File) - Static method in class org.apache.commons.compress.compressors.pack200.Pack200Utils
Normalizes a JAR archive in-place, so it can be safely signed and packed.
normalize(File, File) - Static method in class org.apache.commons.compress.compressors.pack200.Pack200Utils
Normalizes a JAR archive, so it can be safely signed and packed.
normalize(File, File, Map<String, String>) - Static method in class org.apache.commons.compress.compressors.pack200.Pack200Utils
Normalizes a JAR archive, so it can be safely signed and packed.
normalize(File, Map<String, String>) - Static method in class org.apache.commons.compress.compressors.pack200.Pack200Utils
Normalizes a JAR archive in-place, so it can be safely signed and packed.
NOT_ENCODEABLE - Static variable in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream.UnicodeExtraFieldPolicy
Creates Unicode extra fields for file names that cannot be encoded using the specified encoding.
ntfsTimeToDate(long) - Static method in class org.apache.commons.compress.utils.TimeUtils
ntfsTimeToFileTime(long) - Static method in class org.apache.commons.compress.utils.TimeUtils
ntfsTimeToJavaTime(long) - Static method in class org.apache.commons.compress.archivers.sevenz.SevenZArchiveEntry
Deprecated.
NTREC - Static variable in class org.apache.commons.compress.archivers.dump.DumpArchiveConstants
 
NULL_CONSUMER - Static variable in interface org.apache.commons.compress.archivers.examples.CloseableConsumer
Ignores the passed in Closeable.
nullSafeEquals(String, String) - Method in class org.apache.commons.compress.harmony.unpack200.IcTuple
 
NUM_OVERSHOOT_BYTES - Static variable in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorInputStream
 
NUM_OVERSHOOT_BYTES - Static variable in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorOutputStream
 
numBackwardsCallables() - Method in class org.apache.commons.compress.harmony.unpack200.AttributeLayout
 
numBackwardsCalls() - Method in class org.apache.commons.compress.harmony.pack200.MetadataBandGroup
 
numBackwardsCalls() - Method in class org.apache.commons.compress.harmony.pack200.NewAttributeBands
 
numClassesProcessed() - Method in class org.apache.commons.compress.harmony.pack200.ClassBands
 
numDistinctValues() - Method in class org.apache.commons.compress.harmony.pack200.BandSet.BandData
Returns the total number of distinct values found in the band.

O

objectHashCode() - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.ClassFileEntry
 
offset - Variable in exception class org.apache.commons.compress.archivers.dump.InvalidFormatException
 
OFFSET_UNKNOWN - Static variable in interface org.apache.commons.compress.archivers.EntryStreamOffsets
Indicates that the offset is unknown.
OFFSETLEN_GNU - Static variable in interface org.apache.commons.compress.archivers.tar.TarConstants
The length of the multivolume start offset field in an old GNU header buffer.
OFS_MAGIC - Static variable in class org.apache.commons.compress.archivers.dump.DumpArchiveConstants
 
OLD FORMAT - Search tag in class org.apache.commons.compress.archivers.cpio.CpioArchiveEntry
Section
ONLY_PARSEABLE_LENIENT - Enum constant in enum org.apache.commons.compress.archivers.zip.ZipArchiveEntry.ExtraFieldParsingMode
Try to parse as many extra fields as possible and wrap unknown extra fields as well as supported extra fields that cannot be parsed in UnrecognizedExtraField.
ONLY_PARSEABLE_STRICT - Enum constant in enum org.apache.commons.compress.archivers.zip.ZipArchiveEntry.ExtraFieldParsingMode
Try to parse as many extra fields as possible and wrap unknown extra fields in UnrecognizedExtraField.
onUnparseableExtraField(byte[], int, int, boolean, int) - Method in class org.apache.commons.compress.archivers.zip.ExtraFieldUtils.UnparseableExtraField
 
onUnparseableExtraField(byte[], int, int, boolean, int) - Method in interface org.apache.commons.compress.archivers.zip.UnparseableExtraFieldBehavior
Decides what to do with extra field data that doesn't follow the recommended pattern.
onUnparseableExtraField(byte[], int, int, boolean, int) - Method in enum org.apache.commons.compress.archivers.zip.ZipArchiveEntry.ExtraFieldParsingMode
 
operandLength() - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.forms.ByteCodeForm
 
OperandManager - Class in org.apache.commons.compress.harmony.unpack200.bytecode
Tracks operands, provides methods to let other classes get next elements, and also knows about which classes have been used recently in super, this and new references.
OperandManager(int[], int[], int[], int[], int[], int[], int[], int[], int[], int[], int[], int[], int[], int[], int[], int[], int[], int[], int[], int[], int[]) - Constructor for class org.apache.commons.compress.harmony.unpack200.bytecode.OperandManager
 
org.apache.commons.compress - package org.apache.commons.compress
Apache Commons Compress.
org.apache.commons.compress.archivers - package org.apache.commons.compress.archivers
Provides a unified API and factories for dealing with archives in different formats.
org.apache.commons.compress.archivers.ar - package org.apache.commons.compress.archivers.ar
Provides stream classes for reading and writing archives using the AR format.
org.apache.commons.compress.archivers.arj - package org.apache.commons.compress.archivers.arj
Provides stream classes for reading archives using the ARJ format.
org.apache.commons.compress.archivers.cpio - package org.apache.commons.compress.archivers.cpio
Provides stream classes for reading and writing archives using the CPIO format.
org.apache.commons.compress.archivers.dump - package org.apache.commons.compress.archivers.dump
This package provides stream classes for reading archives using the Unix DUMP format.
org.apache.commons.compress.archivers.examples - package org.apache.commons.compress.archivers.examples
Contains example code that is not guaranteed to provide a stable API across releases of Commons Compress.
org.apache.commons.compress.archivers.jar - package org.apache.commons.compress.archivers.jar
Provides stream classes for reading and writing archives using the ZIP format with some extensions for the special case of JAR archives.
org.apache.commons.compress.archivers.sevenz - package org.apache.commons.compress.archivers.sevenz
Provides classes for reading and writing archives using the 7z format.
org.apache.commons.compress.archivers.tar - package org.apache.commons.compress.archivers.tar
Provides stream classes for reading and writing archives using the TAR format.
org.apache.commons.compress.archivers.zip - package org.apache.commons.compress.archivers.zip
Provides stream classes for reading and writing archives using the ZIP format.
org.apache.commons.compress.changes - package org.apache.commons.compress.changes
EXPERIMENTAL support for changesets that are applied to archives.
org.apache.commons.compress.compressors - package org.apache.commons.compress.compressors
Provides a unified API and factories for dealing with compressed streams.
org.apache.commons.compress.compressors.brotli - package org.apache.commons.compress.compressors.brotli
Provides stream class for decompressing streams using the Brotli algorithm based on Google's Brotli decoder.
org.apache.commons.compress.compressors.bzip2 - package org.apache.commons.compress.compressors.bzip2
Provides stream classes for compressing and decompressing streams using the BZip2 algorithm.
org.apache.commons.compress.compressors.deflate - package org.apache.commons.compress.compressors.deflate
Provides a stream classes that allow (de)compressing streams using the DEFLATE algorithm.
org.apache.commons.compress.compressors.deflate64 - package org.apache.commons.compress.compressors.deflate64
Provides a stream that allows decompressing streams using the DEFLATE64(tm) algorithm.
org.apache.commons.compress.compressors.gzip - package org.apache.commons.compress.compressors.gzip
Provides stream classes for compressing and decompressing streams using the GZip algorithm.
org.apache.commons.compress.compressors.lz4 - package org.apache.commons.compress.compressors.lz4
Provides stream classes for the LZ4 algorithm.
org.apache.commons.compress.compressors.lz77support - package org.apache.commons.compress.compressors.lz77support
Provides utility classes for LZ77 based algorithms.
org.apache.commons.compress.compressors.lzma - package org.apache.commons.compress.compressors.lzma
Provides stream classes using the "stand-alone" LZMA algorithm.
org.apache.commons.compress.compressors.lzw - package org.apache.commons.compress.compressors.lzw
Generic LZW implementation.
org.apache.commons.compress.compressors.pack200 - package org.apache.commons.compress.compressors.pack200
Provides stream classes for compressing and decompressing streams using the Pack200 algorithm used to compress Java archives.
org.apache.commons.compress.compressors.snappy - package org.apache.commons.compress.compressors.snappy
Provides stream classes for the Snappy algorithm.
org.apache.commons.compress.compressors.xz - package org.apache.commons.compress.compressors.xz
Provides stream classes for compressing and decompressing streams using the XZ algorithm.
org.apache.commons.compress.compressors.z - package org.apache.commons.compress.compressors.z
Provides stream classes for decompressing streams using the "compress" algorithm used to write .Z files.
org.apache.commons.compress.compressors.zstandard - package org.apache.commons.compress.compressors.zstandard
Provides stream class for (de)compressing streams using the Zstandard algorithm based on Zstandard JNI.
org.apache.commons.compress.harmony - package org.apache.commons.compress.harmony
Internal package.
org.apache.commons.compress.harmony.archive.internal.nls - package org.apache.commons.compress.harmony.archive.internal.nls
Internal package.
org.apache.commons.compress.harmony.pack200 - package org.apache.commons.compress.harmony.pack200
Internal package.
org.apache.commons.compress.harmony.unpack200 - package org.apache.commons.compress.harmony.unpack200
Internal package.
org.apache.commons.compress.harmony.unpack200.bytecode - package org.apache.commons.compress.harmony.unpack200.bytecode
Internal package.
org.apache.commons.compress.harmony.unpack200.bytecode.forms - package org.apache.commons.compress.harmony.unpack200.bytecode.forms
Internal package.
org.apache.commons.compress.java.util.jar - package org.apache.commons.compress.java.util.jar
Internal package.
org.apache.commons.compress.parallel - package org.apache.commons.compress.parallel
Provides common API classes for parallel compression features.
org.apache.commons.compress.utils - package org.apache.commons.compress.utils
Provides utilities used internally by the compress library.
OS_2 - Static variable in class org.apache.commons.compress.archivers.arj.ArjArchiveEntry.HostOs
5
OsgiUtils - Class in org.apache.commons.compress.utils
Utilities for dealing with OSGi environments.
OsgiUtils() - Constructor for class org.apache.commons.compress.utils.OsgiUtils
 
othersContainsSet - Variable in class org.apache.commons.compress.harmony.unpack200.bytecode.ClassConstantPool
 
outerClassIndex() - Method in class org.apache.commons.compress.harmony.unpack200.IcTuple
 
outerClassString() - Method in class org.apache.commons.compress.harmony.unpack200.IcTuple
Answer the outer class name for the receiver.
outerIsAnonymous() - Method in class org.apache.commons.compress.harmony.unpack200.IcTuple
 
OutputStreamByteConsumer(OutputStream) - Constructor for class org.apache.commons.compress.utils.ByteUtils.OutputStreamByteConsumer
 
overrideDeflateHint(boolean) - Method in class org.apache.commons.compress.harmony.unpack200.Segment
Override the archive's deflate hint with the given boolean

P

pack() - Method in class org.apache.commons.compress.harmony.pack200.Archive
Packs the archive.
pack(OutputStream) - Method in class org.apache.commons.compress.harmony.pack200.AttributeDefinitionBands
 
pack(OutputStream) - Method in class org.apache.commons.compress.harmony.pack200.BandSet
Write the packed set of bands to the given output stream
pack(OutputStream) - Method in class org.apache.commons.compress.harmony.pack200.BcBands
 
pack(OutputStream) - Method in class org.apache.commons.compress.harmony.pack200.ClassBands
 
pack(OutputStream) - Method in class org.apache.commons.compress.harmony.pack200.CpBands
 
pack(OutputStream) - Method in class org.apache.commons.compress.harmony.pack200.FileBands
 
pack(OutputStream) - Method in class org.apache.commons.compress.harmony.pack200.IcBands
 
pack(OutputStream) - Method in class org.apache.commons.compress.harmony.pack200.MetadataBandGroup
 
pack(OutputStream) - Method in interface org.apache.commons.compress.harmony.pack200.NewAttributeBands.AttributeLayoutElement
 
pack(OutputStream) - Method in class org.apache.commons.compress.harmony.pack200.NewAttributeBands.Call
 
pack(OutputStream) - Method in class org.apache.commons.compress.harmony.pack200.NewAttributeBands.Callable
 
pack(OutputStream) - Method in class org.apache.commons.compress.harmony.pack200.NewAttributeBands.Integral
 
pack(OutputStream) - Method in class org.apache.commons.compress.harmony.pack200.NewAttributeBands
 
pack(OutputStream) - Method in class org.apache.commons.compress.harmony.pack200.NewAttributeBands.Reference
 
pack(OutputStream) - Method in class org.apache.commons.compress.harmony.pack200.NewAttributeBands.Replication
 
pack(OutputStream) - Method in class org.apache.commons.compress.harmony.pack200.NewAttributeBands.Union
 
pack(OutputStream) - Method in class org.apache.commons.compress.harmony.pack200.NewAttributeBands.UnionCase
 
pack(OutputStream) - Method in class org.apache.commons.compress.harmony.pack200.SegmentHeader
Encode and write the SegmentHeader bands to the OutputStream
pack(JarFile, OutputStream) - Method in class org.apache.commons.compress.harmony.pack200.Pack200PackerAdapter
 
pack(JarFile, OutputStream) - Method in interface org.apache.commons.compress.java.util.jar.Pack200.Packer
Packs the specified JAR file to the specified output stream.
pack(JarInputStream, OutputStream) - Method in class org.apache.commons.compress.harmony.pack200.Pack200PackerAdapter
 
pack(JarInputStream, OutputStream) - Method in interface org.apache.commons.compress.java.util.jar.Pack200.Packer
Packs the data from the specified jar input stream to the specified output stream.
pack(Archive.SegmentUnit, OutputStream, PackingOptions) - Method in class org.apache.commons.compress.harmony.pack200.Segment
The main method on Segment.
Pack200 - Class in org.apache.commons.compress.java.util.jar
Class factory for Pack200.Packer and Pack200.Unpacker.
PACK200 - Static variable in class org.apache.commons.compress.compressors.CompressorStreamFactory
Constant (value "pack200") used to identify the PACK200 compression algorithm.
Pack200.Packer - Interface in org.apache.commons.compress.java.util.jar
The interface defining the API for converting a JAR file to an output stream in the Pack200 format.
Pack200.Unpacker - Interface in org.apache.commons.compress.java.util.jar
The interface defining the API for converting a packed stream in the Pack200 format to a JAR file.
Pack200Adapter - Class in org.apache.commons.compress.harmony.pack200
Provides generic JavaBeans support for the Pack/UnpackAdapters
Pack200Adapter() - Constructor for class org.apache.commons.compress.harmony.pack200.Pack200Adapter
 
Pack200ClassReader - Class in org.apache.commons.compress.harmony.pack200
Wrapper for ClassReader that enables pack200 to obtain extra class file information
Pack200ClassReader(byte[]) - Constructor for class org.apache.commons.compress.harmony.pack200.Pack200ClassReader
 
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(File) - Constructor for class org.apache.commons.compress.compressors.pack200.Pack200CompressorInputStream
Decompresses the given file, caching the decompressed data in memory.
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) - Constructor for class org.apache.commons.compress.compressors.pack200.Pack200CompressorInputStream
Decompresses the given file using the given strategy to cache the results.
Pack200CompressorInputStream(File, Pack200Strategy, Map<String, String>) - Constructor for class org.apache.commons.compress.compressors.pack200.Pack200CompressorInputStream
Decompresses the given file using the given strategy to cache the results and the given properties.
Pack200CompressorInputStream(InputStream) - Constructor for class org.apache.commons.compress.compressors.pack200.Pack200CompressorInputStream
Decompresses the given stream, caching the decompressed data in memory.
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) - Constructor for class org.apache.commons.compress.compressors.pack200.Pack200CompressorInputStream
Decompresses the given stream using the given strategy to cache the results.
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.
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, 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) - Constructor for class org.apache.commons.compress.compressors.pack200.Pack200CompressorOutputStream
Compresses the given stream using the given strategy to cache the results.
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.
Pack200Exception - Exception Class in org.apache.commons.compress.harmony.pack200
Signals a problem with a Pack200 coding or decoding issue.
Pack200Exception(String) - Constructor for exception class org.apache.commons.compress.harmony.pack200.Pack200Exception
Constructs a new Pack200 exception with the given message
Pack200PackerAdapter - Class in org.apache.commons.compress.harmony.pack200
This class provides the binding between the standard Pack200 interface and the internal interface for (un)packing.
Pack200PackerAdapter() - Constructor for class org.apache.commons.compress.harmony.pack200.Pack200PackerAdapter
 
Pack200Strategy - Enum in org.apache.commons.compress.compressors.pack200
The different modes the Pack200 streams can use to wrap input and output.
Pack200UnpackerAdapter - Class in org.apache.commons.compress.harmony.unpack200
This class provides the binding between the standard Pack200 interface and the internal interface for (un)packing.
Pack200UnpackerAdapter() - Constructor for class org.apache.commons.compress.harmony.unpack200.Pack200UnpackerAdapter
 
Pack200Utils - Class in org.apache.commons.compress.compressors.pack200
Utility methods for Pack200.
PackingOptions - Class in org.apache.commons.compress.harmony.pack200
Utility class to manage the various options available for pack200.
PackingOptions() - Constructor for class org.apache.commons.compress.harmony.pack200.PackingOptions
 
PackingUtils - Class in org.apache.commons.compress.harmony.pack200
 
PackingUtils() - Constructor for class org.apache.commons.compress.harmony.pack200.PackingUtils
 
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.
pair_N - Variable in class org.apache.commons.compress.harmony.pack200.MetadataBandGroup
 
pair_N - Variable in class org.apache.commons.compress.harmony.unpack200.MetadataBandGroup
 
ParallelScatterZipCreator - Class in org.apache.commons.compress.archivers.zip
Creates a ZIP in parallel by using multiple threadlocal ScatterZipOutputStream instances.
ParallelScatterZipCreator() - Constructor for class org.apache.commons.compress.archivers.zip.ParallelScatterZipCreator
Constructs 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
Constructs a ParallelScatterZipCreator
ParallelScatterZipCreator(ExecutorService, ScatterGatherBackingStoreSupplier) - Constructor for class org.apache.commons.compress.archivers.zip.ParallelScatterZipCreator
Constructs a ParallelScatterZipCreator
ParallelScatterZipCreator(ExecutorService, ScatterGatherBackingStoreSupplier, int) - Constructor for class org.apache.commons.compress.archivers.zip.ParallelScatterZipCreator
Constructs a ParallelScatterZipCreator
param_NB - Variable in class org.apache.commons.compress.harmony.pack200.MetadataBandGroup
 
param_NB - Variable in class org.apache.commons.compress.harmony.unpack200.MetadataBandGroup
 
ParameterAnnotation(AnnotationsAttribute.Annotation[]) - Constructor for class org.apache.commons.compress.harmony.unpack200.bytecode.RuntimeVisibleorInvisibleParameterAnnotationsAttribute.ParameterAnnotation
 
Parameters - Class in org.apache.commons.compress.compressors.lz77support
Parameters of the compressor.
Parameters(FramedLZ4CompressorOutputStream.BlockSize) - Constructor for class org.apache.commons.compress.compressors.lz4.FramedLZ4CompressorOutputStream.Parameters
Sets up custom a custom block size for the LZ4 stream but otherwise uses the defaults of enabled content checksum, disabled block checksums and independent blocks.
Parameters(FramedLZ4CompressorOutputStream.BlockSize, boolean, boolean, boolean) - Constructor for class org.apache.commons.compress.compressors.lz4.FramedLZ4CompressorOutputStream.Parameters
Sets up custom parameters for the LZ4 stream.
Parameters(FramedLZ4CompressorOutputStream.BlockSize, boolean, boolean, boolean, Parameters) - Constructor for class org.apache.commons.compress.compressors.lz4.FramedLZ4CompressorOutputStream.Parameters
Sets up custom parameters for the LZ4 stream.
Parameters(FramedLZ4CompressorOutputStream.BlockSize, Parameters) - Constructor for class org.apache.commons.compress.compressors.lz4.FramedLZ4CompressorOutputStream.Parameters
Sets up custom a custom block size for the LZ4 stream but otherwise uses the defaults of enabled content checksum, disabled block checksums and independent blocks.
Parameters.Builder - Class in org.apache.commons.compress.compressors.lz77support
Builder for Parameters instances.
parse(byte[]) - Static method in class org.apache.commons.compress.archivers.zip.ExtraFieldUtils
Parses 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
Parses the array into ExtraFields and populate them with the given data, throwing an exception if the data cannot be parsed.
parse(byte[], boolean, ExtraFieldParsingBehavior) - Static method in class org.apache.commons.compress.archivers.zip.ExtraFieldUtils
Parses the array into ExtraFields and populate them with the given data.
parse(byte[], boolean, ExtraFieldUtils.UnparseableExtraField) - Static method in class org.apache.commons.compress.archivers.zip.ExtraFieldUtils
Parses 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.
parseAttributes(InputStream, int) - Method in class org.apache.commons.compress.harmony.unpack200.NewAttributeBands
Parse the bands relating to this AttributeLayout and return the correct class file attributes as a List of Attribute.
parseBoolean(byte[], int) - Static method in class org.apache.commons.compress.archivers.tar.TarUtils
Parses 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.
parseCPClassReferences(String, InputStream, BHSDCodec, int) - Method in class org.apache.commons.compress.harmony.unpack200.BandSet
 
parseCPDescriptorReferences(String, InputStream, BHSDCodec, int) - Method in class org.apache.commons.compress.harmony.unpack200.BandSet
 
parseCPDoubleReferences(String, InputStream, BHSDCodec, int) - Method in class org.apache.commons.compress.harmony.unpack200.BandSet
 
parseCPFieldRefReferences(String, InputStream, BHSDCodec, int) - Method in class org.apache.commons.compress.harmony.unpack200.BandSet
 
parseCPFloatReferences(String, InputStream, BHSDCodec, int) - Method in class org.apache.commons.compress.harmony.unpack200.BandSet
 
parseCPInterfaceMethodRefReferences(String, InputStream, BHSDCodec, int) - Method in class org.apache.commons.compress.harmony.unpack200.BandSet
 
parseCPIntReferences(String, InputStream, BHSDCodec, int) - Method in class org.apache.commons.compress.harmony.unpack200.BandSet
 
parseCPLongReferences(String, InputStream, BHSDCodec, int) - Method in class org.apache.commons.compress.harmony.unpack200.BandSet
 
parseCPMethodRefReferences(String, InputStream, BHSDCodec, int) - Method in class org.apache.commons.compress.harmony.unpack200.BandSet
 
parseCPSignatureReferences(String, InputStream, BHSDCodec, int) - Method in class org.apache.commons.compress.harmony.unpack200.BandSet
 
parseCPSignatureReferences(String, InputStream, BHSDCodec, int[]) - Method in class org.apache.commons.compress.harmony.unpack200.BandSet
 
parseCPStringReferences(String, InputStream, BHSDCodec, int) - Method in class org.apache.commons.compress.harmony.unpack200.BandSet
 
parseCPUTF8References(String, InputStream, BHSDCodec, int) - Method in class org.apache.commons.compress.harmony.unpack200.BandSet
 
parseCPUTF8References(String, InputStream, BHSDCodec, int[]) - Method in class org.apache.commons.compress.harmony.unpack200.BandSet
 
parseFileFormat(byte[], int, int) - Method in class org.apache.commons.compress.archivers.zip.X0017_StrongEncryptionHeader
Parse file header format.
parseFlags(String, InputStream, int[], BHSDCodec, boolean) - Method in class org.apache.commons.compress.harmony.unpack200.BandSet
 
parseFlags(String, InputStream, int[], BHSDCodec, BHSDCodec) - Method in class org.apache.commons.compress.harmony.unpack200.BandSet
 
parseFlags(String, InputStream, int, BHSDCodec, boolean) - Method in class org.apache.commons.compress.harmony.unpack200.BandSet
 
parseFlags(String, InputStream, int, BHSDCodec, BHSDCodec) - Method in class org.apache.commons.compress.harmony.unpack200.BandSet
 
parseFromCentralDirectoryData(byte[], int, int) - Method in class org.apache.commons.compress.archivers.zip.AbstractUnicodeExtraField
Doesn't do anything special since this class always uses the same data in central directory and local file data.
parseFromCentralDirectoryData(byte[], int, int) - Method in class org.apache.commons.compress.archivers.zip.AsiExtraField
Doesn't do anything special since this class always uses the same data in central directory and local file data.
parseFromCentralDirectoryData(byte[], int, int) - Method in class org.apache.commons.compress.archivers.zip.JarMarker
Doesn't do anything special since this class always uses the same data in central directory and local file data.
parseFromCentralDirectoryData(byte[], int, int) - Method in class org.apache.commons.compress.archivers.zip.PKWareExtraHeader
 
parseFromCentralDirectoryData(byte[], int, int) - Method in class org.apache.commons.compress.archivers.zip.ResourceAlignmentExtraField
 
parseFromCentralDirectoryData(byte[], int, int) - Method in class org.apache.commons.compress.archivers.zip.UnparseableExtraFieldData
Populate data from this array as if it was in central directory data.
parseFromCentralDirectoryData(byte[], int, int) - Method in class org.apache.commons.compress.archivers.zip.UnrecognizedExtraField
 
parseFromCentralDirectoryData(byte[], int, int) - Method in class org.apache.commons.compress.archivers.zip.X000A_NTFS
Doesn't do anything special since this class always uses the same parsing logic for both central directory and local file data.
parseFromCentralDirectoryData(byte[], int, int) - Method in class org.apache.commons.compress.archivers.zip.X0015_CertificateIdForFile
 
parseFromCentralDirectoryData(byte[], int, int) - Method in class org.apache.commons.compress.archivers.zip.X0016_CertificateIdForCentralDirectory
 
parseFromCentralDirectoryData(byte[], int, int) - Method in class org.apache.commons.compress.archivers.zip.X0017_StrongEncryptionHeader
 
parseFromCentralDirectoryData(byte[], int, int) - Method in class org.apache.commons.compress.archivers.zip.X5455_ExtendedTimestamp
Doesn't do anything special since this class always uses the same parsing logic for both central directory and local file data.
parseFromCentralDirectoryData(byte[], int, int) - Method in class org.apache.commons.compress.archivers.zip.X7875_NewUnix
Doesn't do anything since this class doesn't store anything inside the central directory.
parseFromCentralDirectoryData(byte[], int, int) - Method in class org.apache.commons.compress.archivers.zip.Zip64ExtendedInformationExtraField
 
parseFromCentralDirectoryData(byte[], int, int) - Method in interface org.apache.commons.compress.archivers.zip.ZipExtraField
Populate data from this array as if it was in central directory data.
parseFromLocalFileData(byte[], int, int) - Method in class org.apache.commons.compress.archivers.zip.AbstractUnicodeExtraField
 
parseFromLocalFileData(byte[], int, int) - Method in class org.apache.commons.compress.archivers.zip.AsiExtraField
Populate data from this array as if it was in local file data.
parseFromLocalFileData(byte[], int, int) - Method in class org.apache.commons.compress.archivers.zip.JarMarker
Populate data from this array as if it was in local file data.
parseFromLocalFileData(byte[], int, int) - Method in class org.apache.commons.compress.archivers.zip.PKWareExtraHeader
 
parseFromLocalFileData(byte[], int, int) - Method in class org.apache.commons.compress.archivers.zip.ResourceAlignmentExtraField
 
parseFromLocalFileData(byte[], int, int) - Method in class org.apache.commons.compress.archivers.zip.UnparseableExtraFieldData
Populate data from this array as if it was in local file data.
parseFromLocalFileData(byte[], int, int) - Method in class org.apache.commons.compress.archivers.zip.UnrecognizedExtraField
 
parseFromLocalFileData(byte[], int, int) - Method in class org.apache.commons.compress.archivers.zip.X000A_NTFS
Populate data from this array as if it was in local file data.
parseFromLocalFileData(byte[], int, int) - Method in class org.apache.commons.compress.archivers.zip.X0017_StrongEncryptionHeader
 
parseFromLocalFileData(byte[], int, int) - Method in class org.apache.commons.compress.archivers.zip.X5455_ExtendedTimestamp
Populate data from this array as if it was in local file data.
parseFromLocalFileData(byte[], int, int) - Method in class org.apache.commons.compress.archivers.zip.X7875_NewUnix
Populate data from this array as if it was in local file data.
parseFromLocalFileData(byte[], int, int) - Method in class org.apache.commons.compress.archivers.zip.Zip64ExtendedInformationExtraField
 
parseFromLocalFileData(byte[], int, int) - Method in interface org.apache.commons.compress.archivers.zip.ZipExtraField
Populate data from this array as if it was in local file data.
parseFromPAX01SparseHeaders(String) - Static method in class org.apache.commons.compress.archivers.tar.TarUtils
For PAX Format 0.1, the sparse headers are stored in a single variable : GNU.sparse.map GNU.sparse.map Map of non-null data chunks.
parseIntValue(String) - Static method in class org.apache.commons.compress.utils.ParsingUtils
Parses the provided string value to an Integer, assuming a base-10 radix
parseIntValue(String, int) - Static method in class org.apache.commons.compress.utils.ParsingUtils
Parse the provided string value to an Integer with a provided radix
parseLongValue(String) - Static method in class org.apache.commons.compress.utils.ParsingUtils
Parses the provided string value to a Long, assuming a base-10 radix
parseLongValue(String, int) - Static method in class org.apache.commons.compress.utils.ParsingUtils
Parses the provided string value to a Long with a provided radix
parseName(byte[], int, int) - Static method in class org.apache.commons.compress.archivers.tar.TarUtils
Parses an entry name from a buffer.
parseName(byte[], int, int, ZipEncoding) - Static method in class org.apache.commons.compress.archivers.tar.TarUtils
Parses an entry name from a buffer.
parseOctal(byte[], int, int) - Static method in class org.apache.commons.compress.archivers.tar.TarUtils
Parses an octal string from a buffer.
parseOctalOrBinary(byte[], int, int) - Static method in class org.apache.commons.compress.archivers.tar.TarUtils
Computes the value contained in a byte buffer.
parsePAX01SparseHeaders(String) - Static method in class org.apache.commons.compress.archivers.tar.TarUtils
Deprecated.
use #parseFromPAX01SparseHeaders instead
parsePAX1XSparseHeaders(InputStream, int) - Static method in class org.apache.commons.compress.archivers.tar.TarUtils
For PAX Format 1.X: The sparse map itself is stored in the file data block, preceding the actual file data.
parsePaxHeaders(InputStream, List<TarArchiveStructSparse>, Map<String, String>) - Static method in class org.apache.commons.compress.archivers.tar.TarUtils
Deprecated.
use the four-arg version instead
parsePaxHeaders(InputStream, List<TarArchiveStructSparse>, Map<String, String>, long) - Static method in class org.apache.commons.compress.archivers.tar.TarUtils
For PAX Format 0.0, the sparse headers(GNU.sparse.offset and GNU.sparse.numbytes) may appear multi times, and they look like:
parseReferences(String, InputStream, BHSDCodec, int[], String[]) - Method in class org.apache.commons.compress.harmony.unpack200.BandSet
Parses count references from in, using codec to decode the values as indexes into reference (which is populated prior to this call).
parseReferences(String, InputStream, BHSDCodec, int, String[]) - Method in class org.apache.commons.compress.harmony.unpack200.BandSet
Parses count references from in, using codec to decode the values as indexes into reference (which is populated prior to this call).
parseSparse(byte[], int) - Static method in class org.apache.commons.compress.archivers.tar.TarUtils
Parses the content of a PAX 1.0 sparse block.
parseTarHeader(byte[]) - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
Parses 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.
ParsingUtils - Class in org.apache.commons.compress.utils
Utility methods for parsing data and converting it to other formats.
PASS - Static variable in class org.apache.commons.compress.harmony.pack200.PackingOptions
 
PASS - Static variable in interface org.apache.commons.compress.java.util.jar.Pack200.Packer
The String representation of pass.
PASS_FILE_PFX - Static variable in interface org.apache.commons.compress.java.util.jar.Pack200.Packer
The file that will not be compressed.
PassAttribute(String, int) - Constructor for class org.apache.commons.compress.harmony.pack200.NewAttribute.PassAttribute
 
PassException() - Constructor for exception class org.apache.commons.compress.harmony.pack200.Segment.PassException
 
PasswordRequiredException - Exception Class 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 class org.apache.commons.compress.PasswordRequiredException
Constructs a new exception.
pathBased(Path) - Static method in class org.apache.commons.compress.archivers.zip.ScatterZipOutputStream
Creates a ScatterZipOutputStream with default compression level that is backed by a file
pathBased(Path, int) - Static method in class org.apache.commons.compress.archivers.zip.ScatterZipOutputStream
Creates a ScatterZipOutputStream that is backed by a file
perform(I, O) - 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, O) - 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)
PKWARE_IMPLODING - Enum constant in enum org.apache.commons.compress.archivers.zip.ZipMethod
PKWARE Data Compression Library Imploding.
PKWareExtraHeader - Class in org.apache.commons.compress.archivers.zip
Base class for all PKWare strong crypto extra headers.
PKWareExtraHeader(ZipShort) - Constructor for class org.apache.commons.compress.archivers.zip.PKWareExtraHeader
 
PKWareExtraHeader.EncryptionAlgorithm - Enum in org.apache.commons.compress.archivers.zip
Encryption algorithm.
PKWareExtraHeader.HashAlgorithm - Enum in org.apache.commons.compress.archivers.zip
Hash Algorithm
PLATFORM_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
 
pool - Variable in class org.apache.commons.compress.harmony.unpack200.bytecode.ClassFile
 
PopulationCodec - Class in org.apache.commons.compress.harmony.pack200
A PopulationCodec is a Codec that is well suited to encoding data that shows statistical or repetitive patterns, containing for example a few numbers which are repeated a lot throughout the set, but not necessarily sequentially.
PopulationCodec(Codec, int, Codec) - Constructor for class org.apache.commons.compress.harmony.pack200.PopulationCodec
 
PopulationCodec(Codec, Codec, Codec) - Constructor for class org.apache.commons.compress.harmony.pack200.PopulationCodec
 
position() - Method in class org.apache.commons.compress.utils.MultiReadOnlySeekableByteChannel
Gets this channel's position.
position() - Method in class org.apache.commons.compress.utils.SeekableInMemoryByteChannel
Returns this channel's position.
position(long) - Method in class org.apache.commons.compress.utils.MultiReadOnlySeekableByteChannel
 
position(long) - Method in class org.apache.commons.compress.utils.SeekableInMemoryByteChannel
 
position(long, long) - Method in class org.apache.commons.compress.utils.MultiReadOnlySeekableByteChannel
Sets the position based on the given channel number and relative offset
PPMD - Enum constant in enum org.apache.commons.compress.archivers.zip.ZipMethod
Compression Method 98 for PPMd.
PREAMBLE_GARBAGE_MAX_SIZE - Static variable in class org.apache.commons.compress.archivers.zip.ZipArchiveInputStream
 
predicted() - Method in class org.apache.commons.compress.harmony.unpack200.IcTuple
Answer true if the receiver is predicted; answer false if the receiver is specified explicitly in the outer and name fields.
prefill(byte[]) - Method in class org.apache.commons.compress.compressors.lz77support.AbstractLZ77CompressorInputStream
Adds some initial data to fill the window with.
prefill(byte[]) - Method in class org.apache.commons.compress.compressors.lz77support.LZ77Compressor
Adds some initial data to fill the window with.
prefill(byte[], int, int) - Method in class org.apache.commons.compress.compressors.lz4.BlockLZ4CompressorOutputStream
Adds some initial data to fill the window with.
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
1
processFileBits() - Method in class org.apache.commons.compress.harmony.unpack200.FileBands
 
PROGRESS - Static variable in interface org.apache.commons.compress.java.util.jar.Pack200.Packer
Packer progress as a percentage.
PROGRESS - Static variable in interface org.apache.commons.compress.java.util.jar.Pack200.Unpacker
The progress as a percentage.
properties() - Method in class org.apache.commons.compress.harmony.pack200.Pack200Adapter
 
properties() - Method in interface org.apache.commons.compress.java.util.jar.Pack200.Packer
Gets a sorted map of the properties of this packer.
properties() - Method in interface org.apache.commons.compress.java.util.jar.Pack200.Unpacker
Gets a sorted map of the properties of this unpacker.
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(E) - Method in class org.apache.commons.compress.archivers.ArchiveOutputStream
Writes the headers for an archive entry to the output stream.
putArchiveEntry(ArArchiveEntry) - Method in class org.apache.commons.compress.archivers.ar.ArArchiveOutputStream
 
putArchiveEntry(ArchiveEntry) - Method in class org.apache.commons.compress.archivers.sevenz.SevenZOutputFile
putArchiveEntry(CpioArchiveEntry) - 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(SevenZArchiveEntry) - Method in class org.apache.commons.compress.archivers.sevenz.SevenZOutputFile
Records an archive entry to add.
putArchiveEntry(TarArchiveEntry) - Method in class org.apache.commons.compress.archivers.tar.TarArchiveOutputStream
Puts an entry on the output stream.
putArchiveEntry(ZipArchiveEntry) - Method in class org.apache.commons.compress.archivers.jar.JarArchiveOutputStream
 
putArchiveEntry(ZipArchiveEntry) - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
Writes the headers for an archive entry to the output stream.
putLong(byte[], int) - Method in class org.apache.commons.compress.archivers.zip.ZipLong
 
putLong(long, byte[], int) - Static method in class org.apache.commons.compress.archivers.zip.ZipLong
put the value as four bytes in big-endian byte order.
putShort(int, byte[], int) - Static method in class org.apache.commons.compress.archivers.zip.ZipShort
put the value as two bytes in big-endian byte order.

R

raw - Variable in class org.apache.commons.compress.archivers.dump.DumpArchiveInputStream
 
RC2 - Enum constant in enum org.apache.commons.compress.archivers.zip.PKWareExtraHeader.EncryptionAlgorithm
 
RC2pre52 - Enum constant in enum org.apache.commons.compress.archivers.zip.PKWareExtraHeader.EncryptionAlgorithm
 
RC4 - Enum constant in enum org.apache.commons.compress.archivers.zip.PKWareExtraHeader.EncryptionAlgorithm
 
read() - Method in class org.apache.commons.compress.archivers.ArchiveInputStream
Reads a byte of data.
read() - Method in class org.apache.commons.compress.archivers.sevenz.SevenZFile
Reads a byte of data.
read() - Method in class org.apache.commons.compress.compressors.brotli.BrotliCompressorInputStream
 
read() - Method in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorInputStream
 
read() - Method in class org.apache.commons.compress.compressors.deflate.DeflateCompressorInputStream
read() - Method in class org.apache.commons.compress.compressors.deflate64.Deflate64CompressorInputStream
 
read() - Method in class org.apache.commons.compress.compressors.gzip.GzipCompressorInputStream
 
read() - Method in class org.apache.commons.compress.compressors.lz4.FramedLZ4CompressorInputStream
read() - Method in class org.apache.commons.compress.compressors.lz77support.AbstractLZ77CompressorInputStream
read() - Method in class org.apache.commons.compress.compressors.lzma.LZMACompressorInputStream
read() - Method in class org.apache.commons.compress.compressors.lzw.LZWInputStream
 
read() - Method in class org.apache.commons.compress.compressors.pack200.Pack200CompressorInputStream
 
read() - Method in class org.apache.commons.compress.compressors.snappy.FramedSnappyCompressorInputStream
read() - Method in class org.apache.commons.compress.compressors.xz.XZCompressorInputStream
 
read() - Method in class org.apache.commons.compress.compressors.zstandard.ZstdCompressorInputStream
 
read() - Method in class org.apache.commons.compress.utils.BoundedArchiveInputStream
 
read() - Method in class org.apache.commons.compress.utils.ChecksumVerifyingInputStream
Reads a single byte from the stream
read() - Method in class org.apache.commons.compress.utils.CountingInputStream
Deprecated.
 
read(byte[]) - Method in class org.apache.commons.compress.archivers.sevenz.SevenZFile
Reads data into an array of bytes.
read(byte[]) - Method in class org.apache.commons.compress.compressors.brotli.BrotliCompressorInputStream
 
read(byte[]) - Method in class org.apache.commons.compress.compressors.pack200.Pack200CompressorInputStream
 
read(byte[]) - Method in class org.apache.commons.compress.compressors.zstandard.ZstdCompressorInputStream
 
read(byte[]) - Method in class org.apache.commons.compress.utils.CountingInputStream
Deprecated.
 
read(byte[], int, int) - Method in class org.apache.commons.compress.archivers.ar.ArArchiveInputStream
 
read(byte[], int, int) - Method in class org.apache.commons.compress.archivers.arj.ArjArchiveInputStream
 
read(byte[], int, int) - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveInputStream
Reads from the current CPIO entry into an array of bytes.
read(byte[], int, int) - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveInputStream
Reads bytes from the current dump archive entry.
read(byte[], int, int) - Method in class org.apache.commons.compress.archivers.sevenz.SevenZFile
Reads data into an array of bytes.
read(byte[], int, int) - Method in class org.apache.commons.compress.archivers.tar.TarArchiveInputStream
Reads bytes from the current tar archive entry.
read(byte[], int, int) - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveInputStream
 
read(byte[], int, int) - Method in class org.apache.commons.compress.compressors.brotli.BrotliCompressorInputStream
 
read(byte[], int, int) - Method in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorInputStream
 
read(byte[], int, int) - Method in class org.apache.commons.compress.compressors.deflate.DeflateCompressorInputStream
read(byte[], int, int) - Method in class org.apache.commons.compress.compressors.deflate64.Deflate64CompressorInputStream
 
read(byte[], int, int) - Method in class org.apache.commons.compress.compressors.gzip.GzipCompressorInputStream
read(byte[], int, int) - Method in class org.apache.commons.compress.compressors.lz4.BlockLZ4CompressorInputStream
read(byte[], int, int) - Method in class org.apache.commons.compress.compressors.lz4.FramedLZ4CompressorInputStream
read(byte[], int, int) - Method in class org.apache.commons.compress.compressors.lzma.LZMACompressorInputStream
read(byte[], int, int) - Method in class org.apache.commons.compress.compressors.lzw.LZWInputStream
 
read(byte[], int, int) - Method in class org.apache.commons.compress.compressors.pack200.Pack200CompressorInputStream
 
read(byte[], int, int) - Method in class org.apache.commons.compress.compressors.snappy.FramedSnappyCompressorInputStream
read(byte[], int, int) - Method in class org.apache.commons.compress.compressors.snappy.SnappyCompressorInputStream
read(byte[], int, int) - Method in class org.apache.commons.compress.compressors.xz.XZCompressorInputStream
 
read(byte[], int, int) - Method in class org.apache.commons.compress.compressors.zstandard.ZstdCompressorInputStream
 
read(byte[], int, int) - Method in class org.apache.commons.compress.utils.BoundedArchiveInputStream
 
read(byte[], int, int) - Method in class org.apache.commons.compress.utils.ChecksumVerifyingInputStream
Reads from the stream into a byte array.
read(byte[], int, int) - Method in class org.apache.commons.compress.utils.CountingInputStream
Deprecated.
 
read(long, ByteBuffer) - Method in class org.apache.commons.compress.utils.BoundedArchiveInputStream
Reads content of the stream into a ByteBuffer.
read(long, ByteBuffer) - Method in class org.apache.commons.compress.utils.BoundedSeekableByteChannelInputStream
 
read(File, byte[]) - Static method in class org.apache.commons.compress.utils.IOUtils
read(InputStream) - Method in class org.apache.commons.compress.harmony.unpack200.AttrDefinitionBands
 
read(InputStream) - Method in class org.apache.commons.compress.harmony.unpack200.BandSet
 
read(InputStream) - Method in class org.apache.commons.compress.harmony.unpack200.BcBands
 
read(InputStream) - Method in class org.apache.commons.compress.harmony.unpack200.ClassBands
 
read(InputStream) - Method in class org.apache.commons.compress.harmony.unpack200.CpBands
 
read(InputStream) - Method in class org.apache.commons.compress.harmony.unpack200.FileBands
 
read(InputStream) - Method in class org.apache.commons.compress.harmony.unpack200.IcBands
 
read(InputStream) - Method in class org.apache.commons.compress.harmony.unpack200.NewAttributeBands
 
read(InputStream) - Method in class org.apache.commons.compress.harmony.unpack200.SegmentHeader
 
read(ByteBuffer) - Method in class org.apache.commons.compress.utils.MultiReadOnlySeekableByteChannel
 
read(ByteBuffer) - Method in class org.apache.commons.compress.utils.SeekableInMemoryByteChannel
 
read(ClassReader, int, int, char[], int, Label[]) - Method in class org.apache.commons.compress.harmony.pack200.NewAttribute.ErrorAttribute
 
read(ClassReader, int, int, char[], int, Label[]) - Method in class org.apache.commons.compress.harmony.pack200.NewAttribute.PassAttribute
 
read(ClassReader, int, int, char[], int, Label[]) - Method in class org.apache.commons.compress.harmony.pack200.NewAttribute
 
read(ClassReader, int, int, char[], int, Label[]) - Method in class org.apache.commons.compress.harmony.pack200.NewAttribute.StripAttribute
 
READ - Static variable in class org.apache.commons.compress.archivers.zip.ExtraFieldUtils.UnparseableExtraField
Read the extra field data into an instance of UnparseableExtraFieldData.
READ_KEY - Static variable in class org.apache.commons.compress.archivers.zip.ExtraFieldUtils.UnparseableExtraField
Key for "read" action.
readBackReference(byte[], int, int) - Method in class org.apache.commons.compress.compressors.lz77support.AbstractLZ77CompressorInputStream
Reads data from the current back-reference.
readBands(InputStream, int) - Method in class org.apache.commons.compress.harmony.unpack200.NewAttributeBands.Call
 
readBands(InputStream, int) - Method in class org.apache.commons.compress.harmony.unpack200.NewAttributeBands.Callable
 
readBands(InputStream, int) - Method in class org.apache.commons.compress.harmony.unpack200.NewAttributeBands.Integral
 
readBands(InputStream, int) - Method in class org.apache.commons.compress.harmony.unpack200.NewAttributeBands.Reference
 
readBands(InputStream, int) - Method in class org.apache.commons.compress.harmony.unpack200.NewAttributeBands.Replication
 
readBands(InputStream, int) - Method in class org.apache.commons.compress.harmony.unpack200.NewAttributeBands.Union
 
readBands(InputStream, int) - Method in class org.apache.commons.compress.harmony.unpack200.NewAttributeBands.UnionCase
 
readBits(int) - Method in class org.apache.commons.compress.utils.BitInputStream
Returns at most 63 bits read from the underlying stream.
readClass(int) - Method in class org.apache.commons.compress.harmony.pack200.NewAttribute
 
readConst(int) - Method in class org.apache.commons.compress.harmony.pack200.NewAttribute
 
readConst(int, char[]) - Method in class org.apache.commons.compress.harmony.pack200.Pack200ClassReader
 
readFully(InputStream, byte[]) - Static method in class org.apache.commons.compress.utils.IOUtils
Reads as much from input as possible to fill the given array.
readFully(InputStream, byte[], int, int) - Static method in class org.apache.commons.compress.utils.IOUtils
Reads as much from input as possible to fill the given array with the given amount of bytes.
readFully(ReadableByteChannel, ByteBuffer) - Static method in class org.apache.commons.compress.utils.IOUtils
Reads b.remaining() bytes from the given channel starting at the current channel's position.
readLiteral(byte[], int, int) - Method in class org.apache.commons.compress.compressors.lz77support.AbstractLZ77CompressorInputStream
Reads data from the current literal block.
readNextCode() - Method in class org.apache.commons.compress.compressors.lzw.LZWInputStream
Reads the next code from the stream.
readNextCode() - Method in class org.apache.commons.compress.compressors.z.ZCompressorInputStream
Reads the next code from the stream.
readOneByte() - Method in class org.apache.commons.compress.compressors.lz77support.AbstractLZ77CompressorInputStream
Reads a single byte from the real input stream and ensures the data is accounted for.
readRange(InputStream, int) - Static method in class org.apache.commons.compress.utils.IOUtils
Gets part of the contents of an InputStream as a byte[].
readRange(ReadableByteChannel, int) - Static method in class org.apache.commons.compress.utils.IOUtils
Gets part of the contents of an ReadableByteChannel as a byte[].
readRecord() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveInputStream
Read a record from the input stream and return the data.
readUnsignedShort(int) - Method in class org.apache.commons.compress.harmony.pack200.Pack200ClassReader
 
readUTF8(int) - Method in class org.apache.commons.compress.harmony.pack200.NewAttribute
 
readUTF8(int, char[]) - Method in class org.apache.commons.compress.harmony.pack200.Pack200ClassReader
 
REALSIZELEN_GNU - Static variable in interface org.apache.commons.compress.archivers.tar.TarConstants
The length of the real size field in an old GNU header buffer.
Reference(String) - Constructor for class org.apache.commons.compress.harmony.pack200.NewAttributeBands.Reference
 
Reference(String) - Constructor for class org.apache.commons.compress.harmony.unpack200.NewAttributeBands.Reference
 
ReferenceForm - Class in org.apache.commons.compress.harmony.unpack200.bytecode.forms
Abstract class of all ByteCodeForms which add a nested entry from the globalConstantPool.
ReferenceForm(int, String, int[]) - Constructor for class org.apache.commons.compress.harmony.unpack200.bytecode.forms.ReferenceForm
 
REGEX_MATCH_ALL - Static variable in class org.apache.commons.compress.harmony.unpack200.SegmentConstantPool
 
REGEX_MATCH_INIT - Static variable in class org.apache.commons.compress.harmony.unpack200.SegmentConstantPool
 
regexMatches(String, String) - Static method in class org.apache.commons.compress.harmony.unpack200.SegmentConstantPool
We don't want a dependency on regex in Pack200.
register(Class<?>) - Static method in class org.apache.commons.compress.archivers.zip.ExtraFieldUtils
remove() - Method in class org.apache.commons.compress.utils.ServiceLoaderIterator
Deprecated.
 
remove(int) - Method in class org.apache.commons.compress.harmony.pack200.IntList
 
removeCurrentClass() - Method in class org.apache.commons.compress.harmony.pack200.ClassBands
Remove all entries for the current class
removeExtraField(ZipShort) - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
Remove an extra field.
removeLatest() - Method in class org.apache.commons.compress.harmony.pack200.MetadataBandGroup
Remove the latest annotation that was added to this group
removePassFile(String) - Method in class org.apache.commons.compress.harmony.pack200.PackingOptions
 
removePropertyChangeListener(PropertyChangeListener) - Method in class org.apache.commons.compress.harmony.pack200.Pack200Adapter
 
removePropertyChangeListener(PropertyChangeListener) - Method in interface org.apache.commons.compress.java.util.jar.Pack200.Packer
Removes a listener
removePropertyChangeListener(PropertyChangeListener) - Method in interface org.apache.commons.compress.java.util.jar.Pack200.Unpacker
Removes a listener.
removeUnparseableExtraFieldData() - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
Removes unparseable extra field data.
renumber(List<Integer>) - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.BCIRenumberedAttribute
In Pack200, line number tables are BCI renumbered.
renumber(List<Integer>) - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.CodeAttribute
 
renumber(List<Integer>) - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.ExceptionTableEntry
 
renumber(List<Integer>) - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.LocalVariableTableAttribute
 
renumber(List<Integer>) - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.LocalVariableTypeTableAttribute
 
renumber(List<Integer>) - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.NewAttribute
 
renumberBci(IntList, Map<Label, Integer>) - Method in interface org.apache.commons.compress.harmony.pack200.NewAttributeBands.AttributeLayoutElement
 
renumberBci(IntList, Map<Label, Integer>) - Method in class org.apache.commons.compress.harmony.pack200.NewAttributeBands.Call
 
renumberBci(IntList, Map<Label, Integer>) - Method in class org.apache.commons.compress.harmony.pack200.NewAttributeBands.Callable
 
renumberBci(IntList, Map<Label, Integer>) - Method in class org.apache.commons.compress.harmony.pack200.NewAttributeBands.Integral
 
renumberBci(IntList, Map<Label, Integer>) - Method in class org.apache.commons.compress.harmony.pack200.NewAttributeBands.Reference
 
renumberBci(IntList, Map<Label, Integer>) - Method in class org.apache.commons.compress.harmony.pack200.NewAttributeBands
Renumber any bytecode indexes or offsets as described in section 5.5.2 of the pack200 specification
renumberBci(IntList, Map<Label, Integer>) - Method in class org.apache.commons.compress.harmony.pack200.NewAttributeBands.Replication
 
renumberBci(IntList, Map<Label, Integer>) - Method in class org.apache.commons.compress.harmony.pack200.NewAttributeBands.Union
 
renumberBci(IntList, Map<Label, Integer>) - Method in class org.apache.commons.compress.harmony.pack200.NewAttributeBands.UnionCase
 
renumbered - Variable in class org.apache.commons.compress.harmony.unpack200.bytecode.BCIRenumberedAttribute
 
reparseCentralDirectoryData(boolean, boolean, boolean, boolean) - Method in class org.apache.commons.compress.archivers.zip.Zip64ExtendedInformationExtraField
Parses the raw bytes read from the central directory extra field with knowledge which fields are expected to be there.
Replication(String, String) - Constructor for class org.apache.commons.compress.harmony.pack200.NewAttributeBands.Replication
 
Replication(String, String) - Constructor for class org.apache.commons.compress.harmony.unpack200.NewAttributeBands.Replication
 
reset() - Method in class org.apache.commons.compress.archivers.ArchiveInputStream
Does nothing.
reset() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveInputStream
Since we do not support marking just yet, we do nothing.
reset() - Method in class org.apache.commons.compress.compressors.brotli.BrotliCompressorInputStream
 
reset() - Method in class org.apache.commons.compress.compressors.pack200.Pack200CompressorInputStream
 
reset() - Method in class org.apache.commons.compress.compressors.zstandard.ZstdCompressorInputStream
 
resetCodeSize() - Method in class org.apache.commons.compress.compressors.lzw.LZWInputStream
 
resetPreviousCode() - Method in class org.apache.commons.compress.compressors.lzw.LZWInputStream
 
resolve(ClassConstantPool) - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.AnnotationDefaultAttribute
 
resolve(ClassConstantPool) - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.AnnotationsAttribute.Annotation
 
resolve(ClassConstantPool) - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.AnnotationsAttribute.ElementValue
 
resolve(ClassConstantPool) - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.Attribute
 
resolve(ClassConstantPool) - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.ByteCode
 
resolve(ClassConstantPool) - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.ClassFileEntry
Allows the constant pool entries to resolve their nested entries.
resolve(ClassConstantPool) - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.CodeAttribute
 
resolve(ClassConstantPool) - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.ConstantValueAttribute
 
resolve(ClassConstantPool) - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.CPClass
 
resolve(ClassConstantPool) - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.CPFieldRef
 
resolve(ClassConstantPool) - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.CPMember
 
resolve(ClassConstantPool) - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.CPNameAndType
 
resolve(ClassConstantPool) - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.CPRef
 
resolve(ClassConstantPool) - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.CPString
Allows the constant pool entries to resolve their nested entries
resolve(ClassConstantPool) - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.EnclosingMethodAttribute
 
resolve(ClassConstantPool) - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.ExceptionsAttribute
 
resolve(ClassConstantPool) - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.ExceptionTableEntry
 
resolve(ClassConstantPool) - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.InnerClassesAttribute
 
resolve(ClassConstantPool) - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.LineNumberTableAttribute
 
resolve(ClassConstantPool) - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.LocalVariableTableAttribute
 
resolve(ClassConstantPool) - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.LocalVariableTypeTableAttribute
 
resolve(ClassConstantPool) - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.NewAttribute
 
resolve(ClassConstantPool) - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.RuntimeVisibleorInvisibleAnnotationsAttribute
 
resolve(ClassConstantPool) - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.RuntimeVisibleorInvisibleParameterAnnotationsAttribute.ParameterAnnotation
 
resolve(ClassConstantPool) - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.RuntimeVisibleorInvisibleParameterAnnotationsAttribute
 
resolve(ClassConstantPool) - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.SignatureAttribute
 
resolve(ClassConstantPool) - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.SourceFileAttribute
 
resolve(Segment) - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.ClassConstantPool
 
resolveIn(Path) - Method in interface org.apache.commons.compress.archivers.ArchiveEntry
Resolves this entry in the given parent Path.
ResourceAlignmentExtraField - Class in org.apache.commons.compress.archivers.zip
An extra field who's sole purpose is to align and pad the local file header so that the entry's data starts at a certain position.
ResourceAlignmentExtraField() - Constructor for class org.apache.commons.compress.archivers.zip.ResourceAlignmentExtraField
 
ResourceAlignmentExtraField(int) - Constructor for class org.apache.commons.compress.archivers.zip.ResourceAlignmentExtraField
 
ResourceAlignmentExtraField(int, boolean) - Constructor for class org.apache.commons.compress.archivers.zip.ResourceAlignmentExtraField
 
ResourceAlignmentExtraField(int, boolean, int) - Constructor for class org.apache.commons.compress.archivers.zip.ResourceAlignmentExtraField
 
reverse(byte[]) - Static method in class org.apache.commons.compress.archivers.zip.ZipUtil
Reverses a byte[] array.
RIPEND160 - Enum constant in enum org.apache.commons.compress.archivers.zip.PKWareExtraHeader.HashAlgorithm
 
RUNA - Static variable in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorInputStream
 
RUNA - Static variable in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorOutputStream
 
RUNB - Static variable in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorInputStream
 
RUNB - Static variable in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorOutputStream
 
RunCodec - Class in org.apache.commons.compress.harmony.pack200
A run codec is a grouping of two nested codecs; K values are decoded from the first codec, and the remaining codes are decoded from the remaining codec.
RunCodec(int, Codec, Codec) - Constructor for class org.apache.commons.compress.harmony.pack200.RunCodec
 
RuntimeVisibleorInvisibleAnnotationsAttribute - Class in org.apache.commons.compress.harmony.unpack200.bytecode
Annotations class file attribute, either a RuntimeVisibleAnnotations attribute or a RuntimeInvisibleAnnotations attribute.
RuntimeVisibleorInvisibleAnnotationsAttribute(CPUTF8, AnnotationsAttribute.Annotation[]) - Constructor for class org.apache.commons.compress.harmony.unpack200.bytecode.RuntimeVisibleorInvisibleAnnotationsAttribute
 
RuntimeVisibleorInvisibleParameterAnnotationsAttribute - Class in org.apache.commons.compress.harmony.unpack200.bytecode
Parameter annotations class file attribute, either a RuntimeVisibleParameterAnnotations attribute or a RuntimeInvisibleParameterAnnotations attribute.
RuntimeVisibleorInvisibleParameterAnnotationsAttribute(CPUTF8, RuntimeVisibleorInvisibleParameterAnnotationsAttribute.ParameterAnnotation[]) - Constructor for class org.apache.commons.compress.harmony.unpack200.bytecode.RuntimeVisibleorInvisibleParameterAnnotationsAttribute
 
RuntimeVisibleorInvisibleParameterAnnotationsAttribute.ParameterAnnotation - Class in org.apache.commons.compress.harmony.unpack200.bytecode
ParameterAnnotation represents the annotations on a single parameter.

S

S_IFMT - Static variable in interface org.apache.commons.compress.archivers.cpio.CpioConstants
Mask for all file type bits.
sanitize(String) - Static method in class org.apache.commons.compress.utils.ArchiveUtils
Returns a "sanitized" version of the string given as arguments, where sanitized means non-printable characters have been replaced with a question mark and the outcome is not longer than 255 chars.
ScatterGatherBackingStore - Interface in org.apache.commons.compress.parallel
Store intermediate payload in a scatter-gather scenario.
ScatterGatherBackingStoreSupplier - Interface in org.apache.commons.compress.parallel
Supplies ScatterGatherBackingStore instances.
ScatterStatistics - Class in org.apache.commons.compress.archivers.zip
Provides information about a scatter compression run.
ScatterZipOutputStream - Class in org.apache.commons.compress.archivers.zip
A ZIP output stream that is optimized for multi-threaded scatter/gather construction of ZIP files.
ScatterZipOutputStream(ScatterGatherBackingStore, StreamCompressor) - Constructor for class org.apache.commons.compress.archivers.zip.ScatterZipOutputStream
 
ScatterZipOutputStream.ZipEntryWriter - Class in org.apache.commons.compress.archivers.zip
 
SeekableInMemoryByteChannel - Class in org.apache.commons.compress.utils
A SeekableByteChannel implementation that wraps a byte[].
SeekableInMemoryByteChannel() - Constructor for class org.apache.commons.compress.utils.SeekableInMemoryByteChannel
Constructs a new instance using a default empty buffer.
SeekableInMemoryByteChannel(byte[]) - Constructor for class org.apache.commons.compress.utils.SeekableInMemoryByteChannel
Constructs a new instance from a byte array.
SeekableInMemoryByteChannel(int) - Constructor for class org.apache.commons.compress.utils.SeekableInMemoryByteChannel
Constructs a new instance from a size of storage to be allocated.
segment - Variable in class org.apache.commons.compress.harmony.unpack200.BandSet
 
Segment - Class in org.apache.commons.compress.harmony.pack200
A Pack200 archive consists of one or more Segments.
Segment - Class in org.apache.commons.compress.harmony.unpack200
A Pack200 archive consists of one or more segments.
Segment() - Constructor for class org.apache.commons.compress.harmony.pack200.Segment
 
Segment() - Constructor for class org.apache.commons.compress.harmony.unpack200.Segment
 
SEGMENT_LIMIT - Static variable in class org.apache.commons.compress.harmony.pack200.PackingOptions
 
SEGMENT_LIMIT - Static variable in interface org.apache.commons.compress.java.util.jar.Pack200.Packer
The number of bytes of each archive segment.
Segment.ArrayVisitor - Class in org.apache.commons.compress.harmony.pack200
 
Segment.PassException - Exception Class in org.apache.commons.compress.harmony.pack200
Exception indicating that the class currently being visited contains an unknown attribute, which means that by default the class file needs to be passed through as-is in the file_bands rather than being packed with pack200.
Segment.SegmentAnnotationVisitor - Class in org.apache.commons.compress.harmony.pack200
SegmentAnnotationVisitor implements AnnotationVisitor to visit Annotations found in a class file.
Segment.SegmentFieldVisitor - Class in org.apache.commons.compress.harmony.pack200
SegmentFieldVisitor implements FieldVisitor to visit the metadata relating to fields in a class file.
Segment.SegmentMethodVisitor - Class in org.apache.commons.compress.harmony.pack200
This class implements MethodVisitor to visit the contents and metadata related to methods in a class file.
SegmentAnnotationVisitor(int) - Constructor for class org.apache.commons.compress.harmony.pack200.Segment.SegmentAnnotationVisitor
 
SegmentAnnotationVisitor(int, int, String, boolean) - Constructor for class org.apache.commons.compress.harmony.pack200.Segment.SegmentAnnotationVisitor
 
SegmentAnnotationVisitor(int, String, boolean) - Constructor for class org.apache.commons.compress.harmony.pack200.Segment.SegmentAnnotationVisitor
 
SegmentConstantPool - Class in org.apache.commons.compress.harmony.unpack200
SegmentConstantPool manages the constant pool used for re-creating class files.
SegmentConstantPool(CpBands) - Constructor for class org.apache.commons.compress.harmony.unpack200.SegmentConstantPool
 
SegmentConstantPoolArrayCache - Class in org.apache.commons.compress.harmony.unpack200
The SegmentConstantPool spends a lot of time searching through large arrays of Strings looking for matches.
SegmentConstantPoolArrayCache() - Constructor for class org.apache.commons.compress.harmony.unpack200.SegmentConstantPoolArrayCache
 
SegmentConstantPoolArrayCache.CachedArray - Class in org.apache.commons.compress.harmony.unpack200
CachedArray keeps track of the last known size of an array as well as a HashMap that knows the mapping from element values to the indices of the array which contain that value.
SegmentFieldVisitor() - Constructor for class org.apache.commons.compress.harmony.pack200.Segment.SegmentFieldVisitor
 
segmentHeader - Variable in class org.apache.commons.compress.harmony.pack200.BandSet
 
SegmentHeader - Class in org.apache.commons.compress.harmony.pack200
SegmentHeader is the header band of a Segment.
SegmentHeader - Class in org.apache.commons.compress.harmony.unpack200
SegmentHeader is the header band of a Segment
SegmentHeader() - Constructor for class org.apache.commons.compress.harmony.pack200.SegmentHeader
Constructs a new SegmentHeader
SegmentHeader(Segment) - Constructor for class org.apache.commons.compress.harmony.unpack200.SegmentHeader
 
SegmentMethodVisitor() - Constructor for class org.apache.commons.compress.harmony.pack200.Segment.SegmentMethodVisitor
 
SegmentOptions - Class in org.apache.commons.compress.harmony.unpack200
Stores the combinations of bit flags that can be used in the segment header options.
SegmentOptions(int) - Constructor for class org.apache.commons.compress.harmony.unpack200.SegmentOptions
Creates a new segment options with the given integer value.
SegmentUtils - Class in org.apache.commons.compress.harmony.unpack200
Utility class for unpack200
SegmentUtils() - Constructor for class org.apache.commons.compress.harmony.unpack200.SegmentUtils
 
ServiceLoaderIterator<E> - Class in org.apache.commons.compress.utils
Deprecated.
No longer needed.
ServiceLoaderIterator(Class<E>) - Constructor for class org.apache.commons.compress.utils.ServiceLoaderIterator
Deprecated.
 
ServiceLoaderIterator(Class<E>, ClassLoader) - Constructor for class org.apache.commons.compress.utils.ServiceLoaderIterator
Deprecated.
 
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.
setAccessFileTime(FileTime) - Method in class org.apache.commons.compress.archivers.zip.X000A_NTFS
Sets the access time.
setAccessFileTime(FileTime) - Method in class org.apache.commons.compress.archivers.zip.X5455_ExtendedTimestamp
Sets the acccess time as a FileTime of this ZIP entry.
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(FileTime) - Method in class org.apache.commons.compress.archivers.sevenz.SevenZArchiveEntry
Sets the access time.
setAccessTime(Date) - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveEntry
Sets 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
Sets 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.
setArchiveModtime(long) - Method in class org.apache.commons.compress.harmony.unpack200.SegmentHeader
 
setArchiveSize(long) - Method in class org.apache.commons.compress.harmony.unpack200.SegmentHeader
 
setAtEOF(boolean) - Method in class org.apache.commons.compress.archivers.tar.TarArchiveInputStream
 
setAtEOF(boolean) - Method in class org.apache.commons.compress.archivers.tar.TarFile
 
setAttribute_definition_count(int) - Method in class org.apache.commons.compress.harmony.pack200.SegmentHeader
 
setAttributeName(CPUTF8) - Static method in class org.apache.commons.compress.harmony.unpack200.bytecode.AnnotationDefaultAttribute
 
setAttributeName(CPUTF8) - Static method in class org.apache.commons.compress.harmony.unpack200.bytecode.CodeAttribute
 
setAttributeName(CPUTF8) - Static method in class org.apache.commons.compress.harmony.unpack200.bytecode.ConstantValueAttribute
 
setAttributeName(CPUTF8) - Static method in class org.apache.commons.compress.harmony.unpack200.bytecode.DeprecatedAttribute
 
setAttributeName(CPUTF8) - Static method in class org.apache.commons.compress.harmony.unpack200.bytecode.EnclosingMethodAttribute
 
setAttributeName(CPUTF8) - Static method in class org.apache.commons.compress.harmony.unpack200.bytecode.ExceptionsAttribute
 
setAttributeName(CPUTF8) - Static method in class org.apache.commons.compress.harmony.unpack200.bytecode.InnerClassesAttribute
 
setAttributeName(CPUTF8) - Static method in class org.apache.commons.compress.harmony.unpack200.bytecode.LineNumberTableAttribute
 
setAttributeName(CPUTF8) - Static method in class org.apache.commons.compress.harmony.unpack200.bytecode.LocalVariableTableAttribute
 
setAttributeName(CPUTF8) - Static method in class org.apache.commons.compress.harmony.unpack200.bytecode.LocalVariableTypeTableAttribute
 
setAttributeName(CPUTF8) - Static method in class org.apache.commons.compress.harmony.unpack200.bytecode.SignatureAttribute
 
setAttributeName(CPUTF8) - Static method in class org.apache.commons.compress.harmony.unpack200.bytecode.SourceFileAttribute
 
setBackwardsCallable() - Method in class org.apache.commons.compress.harmony.pack200.NewAttributeBands.Callable
Tells this Callable that it is a backwards callable
setBackwardsCallable() - Method in class org.apache.commons.compress.harmony.unpack200.NewAttributeBands.Callable
Tells this Callable that it is a backwards callable
setBackwardsCallableIndex(int) - Method in class org.apache.commons.compress.harmony.pack200.NewAttributeBands.Callable
 
setBackwardsCallCount(int) - Method in class org.apache.commons.compress.harmony.unpack200.AttributeLayout
 
setBackwardsCalls(int[]) - Method in class org.apache.commons.compress.harmony.unpack200.NewAttributeBands
Once the attribute bands have been read the callables can be informed about the number of times each is subject to a backwards call.
setBigNumberMode(int) - Method in class org.apache.commons.compress.archivers.tar.TarArchiveOutputStream
Sets the big number mode.
setBufferSize(int) - Method in class org.apache.commons.compress.compressors.gzip.GzipParameters
Sets size of the buffer used to retrieve compressed data from Deflater and write to underlying OutputStream.
setByteCodeIndex(int) - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.ByteCode
ByteCodes may need to know their position in the code array (in particular, label byte codes need to know where they are in order to calculate their targets).
setByteCodeOperands(ByteCode, OperandManager, int) - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.forms.ByteCodeForm
When passed a byteCode, an OperandTable and a SegmentConstantPool, this method will set the rewrite of the byteCode appropriately.
setByteCodeOperands(ByteCode, OperandManager, int) - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.forms.ByteForm
 
setByteCodeOperands(ByteCode, OperandManager, int) - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.forms.IincForm
 
setByteCodeOperands(ByteCode, OperandManager, int) - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.forms.IMethodRefForm
 
setByteCodeOperands(ByteCode, OperandManager, int) - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.forms.LabelForm
 
setByteCodeOperands(ByteCode, OperandManager, int) - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.forms.LocalForm
 
setByteCodeOperands(ByteCode, OperandManager, int) - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.forms.LookupSwitchForm
 
setByteCodeOperands(ByteCode, OperandManager, int) - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.forms.MultiANewArrayForm
 
setByteCodeOperands(ByteCode, OperandManager, int) - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.forms.NewClassRefForm
 
setByteCodeOperands(ByteCode, OperandManager, int) - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.forms.NoArgumentForm
 
setByteCodeOperands(ByteCode, OperandManager, int) - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.forms.ReferenceForm
 
setByteCodeOperands(ByteCode, OperandManager, int) - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.forms.ShortForm
 
setByteCodeOperands(ByteCode, OperandManager, int) - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.forms.TableSwitchForm
 
setByteCodeOperands(ByteCode, OperandManager, int) - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.forms.WideForm
 
setByteCodeOperandsFormat1(int, ByteCode, OperandManager, int) - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.forms.WideForm
This method sets the rewrite array for the bytecode using Format 1 of the JVM spec: an opcode and two index bytes.
setByteCodeOperandsFormat2(int, ByteCode, OperandManager, int) - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.forms.WideForm
This method sets the rewrite array for the bytecode using Format 2 of the JVM spec: an opcode, two index bytes, and two constant bytes.
setByteCodeTargets(int[]) - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.ByteCode
Some ByteCodes (in particular, those with labels) have to keep track of byteCodeTargets.
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.
setCallable(NewAttributeBands.Callable) - Method in class org.apache.commons.compress.harmony.pack200.NewAttributeBands.Call
 
setCallable(NewAttributeBands.Callable) - Method in class org.apache.commons.compress.harmony.unpack200.NewAttributeBands.Call
 
setCentralDirectoryData(byte[]) - Method in class org.apache.commons.compress.archivers.zip.PKWareExtraHeader
Sets the extra field data in central directory.
setCentralDirectoryData(byte[]) - Method in class org.apache.commons.compress.archivers.zip.UnrecognizedExtraField
Sets the extra field data in central directory.
setCentralDirectoryExtra(byte[]) - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
Sets the central directory part of extra fields.
setChksum(long) - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveEntry
Sets the checksum.
setClass_count(int) - Method in class org.apache.commons.compress.harmony.pack200.SegmentHeader
 
setClearCode(int) - Method in class org.apache.commons.compress.compressors.lzw.LZWInputStream
Sets the clear code based on the code size.
setCodeLength(int) - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.LocalVariableTableAttribute
 
setCodeLength(int) - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.LocalVariableTypeTableAttribute
 
setCodeSize(int) - Method in class org.apache.commons.compress.compressors.lzw.LZWInputStream
 
setComment(String) - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
Sets 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.
setContentMethods(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.
setCp_Class_count(int) - Method in class org.apache.commons.compress.harmony.pack200.SegmentHeader
 
setCp_Descr_count(int) - Method in class org.apache.commons.compress.harmony.pack200.SegmentHeader
 
setCp_Double_count(int) - Method in class org.apache.commons.compress.harmony.pack200.SegmentHeader
 
setCp_Field_count(int) - Method in class org.apache.commons.compress.harmony.pack200.SegmentHeader
 
setCp_Float_count(int) - Method in class org.apache.commons.compress.harmony.pack200.SegmentHeader
 
setCp_Imethod_count(int) - Method in class org.apache.commons.compress.harmony.pack200.SegmentHeader
 
setCp_Int_count(int) - Method in class org.apache.commons.compress.harmony.pack200.SegmentHeader
 
setCp_Long_count(int) - Method in class org.apache.commons.compress.harmony.pack200.SegmentHeader
 
setCp_Method_count(int) - Method in class org.apache.commons.compress.harmony.pack200.SegmentHeader
 
setCp_Signature_count(int) - Method in class org.apache.commons.compress.harmony.pack200.SegmentHeader
 
setCp_String_count(int) - Method in class org.apache.commons.compress.harmony.pack200.SegmentHeader
 
setCp_Utf8_count(int) - Method in class org.apache.commons.compress.harmony.pack200.SegmentHeader
 
setCrc(int) - Method in class org.apache.commons.compress.archivers.sevenz.SevenZArchiveEntry
Deprecated.
use setCrcValue instead.
setCrcValue(long) - Method in class org.apache.commons.compress.archivers.sevenz.SevenZArchiveEntry
Sets the CRC.
setCreateFileTime(FileTime) - Method in class org.apache.commons.compress.archivers.zip.X000A_NTFS
Sets the create time.
setCreateFileTime(FileTime) - Method in class org.apache.commons.compress.archivers.zip.X5455_ExtendedTimestamp
Sets the create time as a FileTime of this ZIP entry.
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(FileTime) - Method in class org.apache.commons.compress.archivers.sevenz.SevenZArchiveEntry
Sets the creation time.
setCreationTime(FileTime) - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
Sets this entry's creation time.
setCreationTime(FileTime) - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
 
setCreationTime(Date) - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveEntry
Sets the file creation time.
setCurrentClass(String) - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.OperandManager
 
setCurrentClass(String, String) - Method in class org.apache.commons.compress.harmony.pack200.BcBands
 
setCurrentEntry(TarArchiveEntry) - Method in class org.apache.commons.compress.archivers.tar.TarArchiveInputStream
 
setDataOffset(long) - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
Sets the offset of the data for the tar entry.
setDataOffset(long) - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
Sets the data offset.
setDecompressConcatenated(boolean) - Method in class org.apache.commons.compress.compressors.CompressorStreamFactory
Deprecated.
1.10 use the CompressorStreamFactory(boolean) constructor instead
setDefaultName(String) - Method in class org.apache.commons.compress.archivers.sevenz.SevenZFile.Builder
Sets the default name.
setDeflate_hint(boolean) - Method in class org.apache.commons.compress.harmony.pack200.SegmentHeader
 
setDeflateHint(boolean) - Method in class org.apache.commons.compress.harmony.unpack200.Archive
 
setDeflateHint(String) - Method in class org.apache.commons.compress.harmony.pack200.PackingOptions
 
setDeflateStrategy(int) - Method in class org.apache.commons.compress.compressors.gzip.GzipParameters
Sets the deflater strategy.
setDeleted(boolean) - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveEntry
Sets whether this file has been deleted.
setDevice(long) - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveEntry
Sets the device id.
setDeviceMaj(long) - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveEntry
Sets major device id.
setDeviceMin(long) - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveEntry
Sets the minor device id
setDevMajor(int) - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
Sets this entry's major device number.
setDevMinor(int) - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
Sets this entry's minor device number.
setDevname(String) - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveSummary
Sets the device name.
setDirectory(boolean) - Method in class org.apache.commons.compress.archivers.sevenz.SevenZArchiveEntry
Sets whether or not this entry represents a directory.
setDirectory(boolean) - Method in class org.apache.commons.compress.archivers.zip.AsiExtraField
Indicate whether this entry is a directory.
setDiskNumberStart(long) - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
The number of the split segment this entry starts at.
setDiskStartNumber(ZipLong) - Method in class org.apache.commons.compress.archivers.zip.Zip64ExtendedInformationExtraField
The disk start number stored in this extra field.
setDumpDate(Date) - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveSummary
Sets dump date.
setEffort(int) - Method in class org.apache.commons.compress.harmony.pack200.PackingOptions
Sets the compression effort level (0-9, equivalent to -E command line option)
setEncoding(String) - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
The encoding to use for file names and the file comment.
setEntryEncoding(String) - Method in class org.apache.commons.compress.archivers.ArchiveStreamFactory
Deprecated.
1.10 use ArchiveStreamFactory(String) to specify the encoding
setExternalAttributes(long) - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
Sets the external file attributes.
setExtra() - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
Unfortunately ZipOutputStream seems to access the extra data directly, so overriding getExtra doesn't help - we need to modify super's data directly and on every update.
setExtra(byte[]) - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
Parses the given bytes as extra field data and consumes any unparseable data as an UnparseableExtraFieldData instance.
setExtraFields(ZipExtraField[]) - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
Replaces all currently attached extra fields with the new array.
setExtraFieldSupport(Function<ZipShort, ZipExtraField>) - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveInputStream
Enable custom extra fields factory.
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.
setFile_count(int) - Method in class org.apache.commons.compress.harmony.pack200.SegmentHeader
 
setFilename(String) - Method in class org.apache.commons.compress.compressors.gzip.GzipParameters
setFileName(String) - Method in class org.apache.commons.compress.compressors.gzip.GzipParameters
Sets the name of the compressed file.
setFileName(String) - Method in class org.apache.commons.compress.harmony.pack200.Pack200ClassReader
 
setFilesystem(String) - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveSummary
Sets the last mountpoint.
setFirstCallable(boolean) - Method in class org.apache.commons.compress.harmony.unpack200.NewAttributeBands.Callable
 
setFirstRecord(int) - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveSummary
Sets the inode of the first record.
setFlags(byte) - Method in class org.apache.commons.compress.archivers.zip.X5455_ExtendedTimestamp
Sets flags byte.
setFlags(int) - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveSummary
Sets the miscellaneous flags.
setGeneralPurposeBit(GeneralPurposeBit) - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
Sets the "general purpose bit" field.
setGeneration(int) - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveEntry
Sets the generation of the file.
setGID(long) - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveEntry
Sets the group id.
setGID(long) - Method in class org.apache.commons.compress.archivers.zip.X7875_NewUnix
Sets the GID.
setGlobalIndex(int) - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.CPUTF8
 
setGroupId(int) - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveEntry
Sets the group id.
setGroupId(int) - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
Sets this entry's group id.
setGroupId(int) - Method in class org.apache.commons.compress.archivers.zip.AsiExtraField
Sets the group id.
setGroupId(long) - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
Sets this entry's group id.
setGroupName(String) - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
Sets this entry's group name.
SETGUI - Enum constant in enum org.apache.commons.compress.archivers.dump.DumpArchiveEntry.PERMISSION
 
setGzip(boolean) - Method in class org.apache.commons.compress.harmony.pack200.PackingOptions
 
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.
setHave_all_code_flags(boolean) - Method in class org.apache.commons.compress.harmony.pack200.SegmentHeader
 
setHave_class_flags_hi(boolean) - Method in class org.apache.commons.compress.harmony.pack200.SegmentHeader
 
setHave_code_flags_hi(boolean) - Method in class org.apache.commons.compress.harmony.pack200.SegmentHeader
 
setHave_field_flags_hi(boolean) - Method in class org.apache.commons.compress.harmony.pack200.SegmentHeader
 
setHave_method_flags_hi(boolean) - Method in class org.apache.commons.compress.harmony.pack200.SegmentHeader
 
setHeaderId(ZipShort) - Method in class org.apache.commons.compress.archivers.zip.UnrecognizedExtraField
Sets the header id.
setHostname(String) - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveSummary
Sets the hostname.
setIc_count(int) - Method in class org.apache.commons.compress.harmony.pack200.SegmentHeader
 
setIds(int, int) - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
Convenience method to set this entry's group and user ids.
setIgnoreLocalFileHeader(boolean) - Method in class org.apache.commons.compress.archivers.zip.ZipFile.Builder
Sets whether to ignore information stored inside the local file header.
setIndex(int) - Method in class org.apache.commons.compress.harmony.pack200.ConstantPoolEntry
 
setIndexInClass(int) - Method in class org.apache.commons.compress.harmony.pack200.CPMethodOrField
 
setIndexInClassForConstructor(int) - Method in class org.apache.commons.compress.harmony.pack200.CPMethodOrField
 
setInode(long) - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveEntry
Sets the inode.
setInternalAttributes(int) - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
Sets the internal file attributes.
setKeepFileOrder(boolean) - Method in class org.apache.commons.compress.harmony.pack200.PackingOptions
 
setLabel(String) - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveSummary
Sets dump label.
setLastAccessTime(FileTime) - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
Sets this entry's last access time.
setLastAccessTime(FileTime) - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
 
setLastModifiedDate(long) - Method in class org.apache.commons.compress.archivers.sevenz.SevenZArchiveEntry
Sets the last modified date using NTFS time (100 nanosecond units since 1 January 1601)
setLastModifiedDate(Date) - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveEntry
Sets the time the file was last modified.
setLastModifiedDate(Date) - Method in class org.apache.commons.compress.archivers.sevenz.SevenZArchiveEntry
Sets the last modified date.
setLastModifiedTime(FileTime) - Method in class org.apache.commons.compress.archivers.sevenz.SevenZArchiveEntry
Sets the last modified time.
setLastModifiedTime(FileTime) - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
Sets this entry's modification time.
setLastModifiedTime(FileTime) - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
 
setLevel(int) - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveSummary
Sets level.
setLevel(int) - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
Sets the compression level for subsequent entries.
setLinkedFile(String) - Method in class org.apache.commons.compress.archivers.zip.AsiExtraField
Indicate that this entry is a symbolic link to the given file name.
setLinkName(String) - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
Sets this entry's link name.
setLocale(Locale, String) - Static method in class org.apache.commons.compress.harmony.archive.internal.nls.Messages
Changes the locale of the messages.
setLocalFileDataData(byte[]) - Method in class org.apache.commons.compress.archivers.zip.PKWareExtraHeader
Sets 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
Sets 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
 
setLogFile(String) - Method in class org.apache.commons.compress.harmony.pack200.PackingOptions
 
setLogFile(String) - Method in class org.apache.commons.compress.harmony.unpack200.Archive
 
setLogFile(String, boolean) - Method in class org.apache.commons.compress.harmony.unpack200.Archive
 
setLogLevel(int) - Method in class org.apache.commons.compress.harmony.unpack200.Segment
 
setLogStream(OutputStream) - Method in class org.apache.commons.compress.harmony.unpack200.Segment
 
setLongFileMode(int) - Method in class org.apache.commons.compress.archivers.ar.ArArchiveOutputStream
Sets the long file mode.
setLongFileMode(int) - Method in class org.apache.commons.compress.archivers.tar.TarArchiveOutputStream
Sets the long file mode.
setMaxMemoryLimitKb(int) - Method in class org.apache.commons.compress.archivers.sevenz.SevenZFile.Builder
Sets the maximum amount of memory in kilobytes to use for parsing the archive and during extraction.
setMaxNumberOfDisks(long) - Method in class org.apache.commons.compress.archivers.zip.ZipFile.Builder
Sets max number of multi archive disks, default is 1 (no multi archive).
setMethod(int) - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
Sets the compression method of this entry.
setMethod(int) - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
Sets the default compression method for subsequent entries.
setMode(int) - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveEntry
Sets the access permissions on the entry.
setMode(int) - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
Sets the mode for this entry
setMode(int) - Method in class org.apache.commons.compress.archivers.zip.AsiExtraField
File mode of this file.
setMode(long) - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveEntry
Sets the mode of this entry (e.g.
setModificationTime(long) - Method in class org.apache.commons.compress.compressors.gzip.GzipParameters
Sets the modification time of the compressed file.
setModificationTime(String) - Method in class org.apache.commons.compress.harmony.pack200.PackingOptions
 
setModifyFileTime(FileTime) - Method in class org.apache.commons.compress.archivers.zip.X000A_NTFS
Sets the modify time.
setModifyFileTime(FileTime) - Method in class org.apache.commons.compress.archivers.zip.X5455_ExtendedTimestamp
Sets the modify time as a FileTime of this ZIP entry.
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
Sets this entry's modification time.
setModTime(FileTime) - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
Sets this entry's modification time.
setModTime(Date) - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
Sets this entry's modification time.
setName(String) - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveEntry
Sets the name.
setName(String) - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveEntry
Sets the name of the entry.
setName(String) - Method in class org.apache.commons.compress.archivers.sevenz.SevenZArchiveEntry
Sets this entry's name.
setName(String) - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
Sets this entry's name.
setName(String) - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
Sets 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
Gets The CRC32 checksum of the file name as encoded in the central directory of the ZIP file to set.
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.
setNested(ClassFileEntry[]) - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.ByteCode
 
setNestedEntries(ByteCode, OperandManager, int) - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.forms.ClassRefForm
 
setNestedEntries(ByteCode, OperandManager, int) - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.forms.ClassSpecificReferenceForm
 
setNestedEntries(ByteCode, OperandManager, int) - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.forms.InitMethodReferenceForm
 
setNestedEntries(ByteCode, OperandManager, int) - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.forms.NarrowClassRefForm
 
setNestedEntries(ByteCode, OperandManager, int) - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.forms.NewInitMethodRefForm
 
setNestedEntries(ByteCode, OperandManager, int) - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.forms.ReferenceForm
 
setNestedEntries(ByteCode, OperandManager, int) - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.forms.SingleByteReferenceForm
 
setNestedEntries(ByteCode, OperandManager, int) - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.forms.StringRefForm
 
setNestedPositions(int[][]) - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.ByteCode
nestedPositions is an array of arrays of ints.
setNewClass(String) - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.OperandManager
 
setNlink(int) - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveEntry
Sets the number of hard links.
setNTRec(int) - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveSummary
Sets the number of records per tape block.
setNumberOfLinks(long) - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveEntry
Sets the number of links.
setOffset(long) - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveEntry
Sets the offset within the archive.
setOperand2Bytes(int, int) - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.ByteCode
Given an int operand, set the rewrite bytes for that position and the one immediately following it to a high-byte, low-byte encoding of the operand.
setOperandByte(int, int) - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.ByteCode
Given an int operand, treat it as a byte and set the rewrite byte for that position to that value.
setOperandBytes(int[]) - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.ByteCode
Given an array of ints which correspond to bytes in the operand of the bytecode, set the rewrite bytes of the operand to be the appropriate values.
setOperandSigned2Bytes(int, int) - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.ByteCode
This is just like setOperandInt, but takes special care when the operand is less than 0 to make sure it's written correctly.
setOperatingSystem(int) - Method in class org.apache.commons.compress.compressors.gzip.GzipParameters
Sets the operating system on which the compression took place.
setPassword(byte[]) - Method in class org.apache.commons.compress.archivers.sevenz.SevenZFile.Builder
Sets the password.
setPassword(char[]) - Method in class org.apache.commons.compress.archivers.sevenz.SevenZFile.Builder
Sets the password.
setPassword(String) - Method in class org.apache.commons.compress.archivers.sevenz.SevenZFile.Builder
Sets the password.
setPlatform(int) - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
Sets the platform (UNIX or FAT).
setPrefix(int, int) - Method in class org.apache.commons.compress.compressors.lzw.LZWInputStream
 
setPreRead(boolean) - Method in class org.apache.commons.compress.harmony.unpack200.Segment
 
setPreviousDumpDate(Date) - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveSummary
Sets previous dump date.
setQuiet(boolean) - Method in class org.apache.commons.compress.harmony.pack200.PackingOptions
 
setQuiet(boolean) - Method in class org.apache.commons.compress.harmony.unpack200.Archive
 
setRawFlag(int) - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
Sets the content of the flags field.
setRelativeHeaderOffset(ZipEightByteInteger) - Method in class org.apache.commons.compress.archivers.zip.Zip64ExtendedInformationExtraField
The relative header offset stored in this extra field.
setRemoteDevice(long) - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveEntry
Sets the remote device id.
setRemoteDeviceMaj(long) - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveEntry
Sets the remote major device id.
setRemoteDeviceMin(long) - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveEntry
Sets the remote minor device id.
setRemovePackFile(boolean) - Method in class org.apache.commons.compress.harmony.unpack200.Archive
If removePackFile is set to true, the input file is deleted after unpacking.
setRewrite(int[]) - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.ByteCode
Some bytecodes (the ones with variable lengths) can't have a static rewrite array - they need the ability to update the array.
setRewrite2Bytes(int, int, int[]) - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.forms.VariableInstructionForm
This method writes operand directly into the rewrite array at index position specified.
setRewrite4Bytes(int, int[]) - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.forms.VariableInstructionForm
Given an int operand, set the rewrite bytes for the next available operand position and the three immediately following it to a highest-byte, mid-high, mid-low, low-byte encoding of the operand.
setRewrite4Bytes(int, int, int[]) - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.forms.VariableInstructionForm
This method writes operand directly into the rewrite array at index position specified.
setRiaAttributeName(CPUTF8) - Static method in class org.apache.commons.compress.harmony.unpack200.MetadataBandGroup
 
setRipaAttributeName(CPUTF8) - Static method in class org.apache.commons.compress.harmony.unpack200.MetadataBandGroup
 
setRvaAttributeName(CPUTF8) - Static method in class org.apache.commons.compress.harmony.unpack200.MetadataBandGroup
 
setRvpaAttributeName(CPUTF8) - Static method in class org.apache.commons.compress.harmony.unpack200.MetadataBandGroup
 
Sets - Class in org.apache.commons.compress.utils
Set utilities
setSeekableByteChannel(SeekableByteChannel) - Method in class org.apache.commons.compress.archivers.sevenz.SevenZFile.Builder
Sets the input channel.
setSeekableByteChannel(SeekableByteChannel) - Method in class org.apache.commons.compress.archivers.zip.ZipFile.Builder
The actual channel, overrides any other input aspects like a File, Path, and so on.
setSegment(Segment) - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.OperandManager
 
setSegmentLimit(long) - Method in class org.apache.commons.compress.harmony.pack200.PackingOptions
Sets the segment limit (equivalent to -S command line option)
setSegmentsRemaining(long) - Method in class org.apache.commons.compress.harmony.unpack200.SegmentHeader
 
setSimpleName(String) - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveEntry
Sets the path of the entry.
setSize(long) - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveEntry
Sets the filesize.
setSize(long) - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveEntry
Sets the size of the entry.
setSize(long) - Method in class org.apache.commons.compress.archivers.sevenz.SevenZArchiveEntry
Sets this entry's file size.
setSize(long) - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
Sets this entry's file size.
setSize(long) - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
Sets the uncompressed size of the entry data.
setSize(ZipEightByteInteger) - Method in class org.apache.commons.compress.archivers.zip.Zip64ExtendedInformationExtraField
The uncompressed size stored in this extra field.
setSparseHeaders(List<TarArchiveStructSparse>) - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
Sets this entry's sparse headers
setStatusChangeTime(FileTime) - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
Sets this entry's status change time.
setStreamContiguous(boolean) - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
 
setStripDebug(boolean) - Method in class org.apache.commons.compress.harmony.pack200.PackingOptions
Sets strip debug attributes.
setSuperClass(String) - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.OperandManager
 
setTableSize(int) - Method in class org.apache.commons.compress.compressors.lzw.LZWInputStream
 
setTime(long) - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveEntry
Sets the time in seconds.
setTime(long) - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
setTime(FileTime) - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveEntry
Sets the time.
setTime(FileTime) - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
Sets the modification time of the entry.
setTryToRecoverBrokenArchives(boolean) - Method in class org.apache.commons.compress.archivers.sevenz.SevenZFile.Builder
Sets whether SevenZFile will try to recover broken archives where the CRC of the file's metadata is 0.
setType(DumpArchiveEntry.TYPE) - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveEntry
Sets the type of the entry.
setUID(long) - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveEntry
Sets the user id.
setUID(long) - Method in class org.apache.commons.compress.archivers.zip.X7875_NewUnix
Sets the UID.
SETUID - Enum constant in enum org.apache.commons.compress.archivers.dump.DumpArchiveEntry.PERMISSION
 
setUnicodeName(byte[]) - Method in class org.apache.commons.compress.archivers.zip.AbstractUnicodeExtraField
Gets the UTF-8 encoded name to set.
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.
setUnknownAttributeAction(String) - Method in class org.apache.commons.compress.harmony.pack200.PackingOptions
Sets the compressor behavior when an unknown attribute is encountered.
setUseDefaultNameForUnnamedEntries(boolean) - Method in class org.apache.commons.compress.archivers.sevenz.SevenZFile.Builder
Sets whether entries without a name should get their names set to the archive's default file name.
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
Sets the user id.
setUserId(int) - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
Sets this entry's user id.
setUserId(int) - Method in class org.apache.commons.compress.archivers.zip.AsiExtraField
Sets the user id.
setUserId(long) - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
Sets this entry's user id.
setUserName(String) - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
Sets this entry's user name.
setUseUnicodeExtraFields(boolean) - Method in class org.apache.commons.compress.archivers.zip.ZipFile.Builder
Sets whether to use InfoZIP Unicode Extra Fields (if present) to set the file names.
setUseZip64(Zip64Mode) - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
Whether Zip64 extensions will be used.
setVerbose(boolean) - Method in class org.apache.commons.compress.harmony.pack200.PackingOptions
 
setVerbose(boolean) - Method in class org.apache.commons.compress.harmony.unpack200.Archive
 
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
Sets the tape volume.
setVolume(int) - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveSummary
Sets 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
Constructs a new instance.
SevenZFile - Class in org.apache.commons.compress.archivers.sevenz
Reads a 7z file, using SeekableByteChannel under the covers.
SevenZFile(File) - Constructor for class org.apache.commons.compress.archivers.sevenz.SevenZFile
Deprecated.
SevenZFile(File, byte[]) - Constructor for class org.apache.commons.compress.archivers.sevenz.SevenZFile
Deprecated.
SevenZFile(File, char[]) - Constructor for class org.apache.commons.compress.archivers.sevenz.SevenZFile
Deprecated.
SevenZFile(File, char[], SevenZFileOptions) - Constructor for class org.apache.commons.compress.archivers.sevenz.SevenZFile
Deprecated.
SevenZFile(File, SevenZFileOptions) - Constructor for class org.apache.commons.compress.archivers.sevenz.SevenZFile
Deprecated.
SevenZFile(SeekableByteChannel) - Constructor for class org.apache.commons.compress.archivers.sevenz.SevenZFile
Deprecated.
SevenZFile(SeekableByteChannel, byte[]) - Constructor for class org.apache.commons.compress.archivers.sevenz.SevenZFile
Deprecated.
SevenZFile(SeekableByteChannel, char[]) - Constructor for class org.apache.commons.compress.archivers.sevenz.SevenZFile
Deprecated.
SevenZFile(SeekableByteChannel, char[], SevenZFileOptions) - Constructor for class org.apache.commons.compress.archivers.sevenz.SevenZFile
Deprecated.
SevenZFile(SeekableByteChannel, String) - Constructor for class org.apache.commons.compress.archivers.sevenz.SevenZFile
Deprecated.
SevenZFile(SeekableByteChannel, String, byte[]) - Constructor for class org.apache.commons.compress.archivers.sevenz.SevenZFile
Deprecated.
SevenZFile(SeekableByteChannel, String, char[]) - Constructor for class org.apache.commons.compress.archivers.sevenz.SevenZFile
Deprecated.
SevenZFile(SeekableByteChannel, String, char[], SevenZFileOptions) - Constructor for class org.apache.commons.compress.archivers.sevenz.SevenZFile
Deprecated.
SevenZFile(SeekableByteChannel, String, SevenZFileOptions) - Constructor for class org.apache.commons.compress.archivers.sevenz.SevenZFile
Deprecated.
SevenZFile(SeekableByteChannel, SevenZFileOptions) - Constructor for class org.apache.commons.compress.archivers.sevenz.SevenZFile
Deprecated.
SevenZFile.Builder - Class in org.apache.commons.compress.archivers.sevenz
Builds new instances of SevenZFile.
SevenZFileOptions - Class in org.apache.commons.compress.archivers.sevenz
Deprecated.
SevenZFileOptions.Builder - Class in org.apache.commons.compress.archivers.sevenz
Deprecated.
Mutable builder for the immutable SevenZFileOptions.
SevenZMethod - Enum in org.apache.commons.compress.archivers.sevenz
The (partially) supported compression/encryption methods used in 7z archives.
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(File, char[]) - Constructor for class org.apache.commons.compress.archivers.sevenz.SevenZOutputFile
Opens file to write a 7z archive to.
SevenZOutputFile(SeekableByteChannel) - Constructor for class org.apache.commons.compress.archivers.sevenz.SevenZOutputFile
Prepares channel to write a 7z archive to.
SevenZOutputFile(SeekableByteChannel, char[]) - Constructor for class org.apache.commons.compress.archivers.sevenz.SevenZOutputFile
Prepares channel to write a 7z archive to.
SHA1 - Enum constant in enum org.apache.commons.compress.archivers.zip.PKWareExtraHeader.HashAlgorithm
 
SHA256 - Enum constant in enum org.apache.commons.compress.archivers.zip.PKWareExtraHeader.HashAlgorithm
 
SHA384 - Enum constant in enum org.apache.commons.compress.archivers.zip.PKWareExtraHeader.HashAlgorithm
 
SHA512 - Enum constant in enum org.apache.commons.compress.archivers.zip.PKWareExtraHeader.HashAlgorithm
 
ShortFileException - Exception Class in org.apache.commons.compress.archivers.dump
Short File Exception.
ShortFileException() - Constructor for exception class org.apache.commons.compress.archivers.dump.ShortFileException
 
ShortForm - Class in org.apache.commons.compress.harmony.unpack200.bytecode.forms
This class implements the form for bytecodes which have short operands only.
ShortForm(int, String, int[]) - Constructor for class org.apache.commons.compress.harmony.unpack200.bytecode.forms.ShortForm
 
shouldDeflate() - Method in class org.apache.commons.compress.harmony.unpack200.SegmentOptions
 
SIGNATURE - Static variable in class org.apache.commons.compress.harmony.unpack200.SegmentConstantPool
 
SignatureAttribute - Class in org.apache.commons.compress.harmony.unpack200.bytecode
Signature class file attribute
SignatureAttribute(CPUTF8) - Constructor for class org.apache.commons.compress.harmony.unpack200.bytecode.SignatureAttribute
 
SIGNED5 - Static variable in class org.apache.commons.compress.harmony.pack200.Codec
SIGNED5 = (5,64,1): Used for small signed values.
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).
simpleClassName() - Method in class org.apache.commons.compress.harmony.unpack200.IcTuple
Answer the inner class name for the receiver.
simpleClassNameIndex() - Method in class org.apache.commons.compress.harmony.unpack200.IcTuple
 
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).
SingleByteReferenceForm - Class in org.apache.commons.compress.harmony.unpack200.bytecode.forms
Some bytecodes (such as (a)ldc, fldc and ildc) have single-byte references to the class pool.
SingleByteReferenceForm(int, String, int[]) - Constructor for class org.apache.commons.compress.harmony.unpack200.bytecode.forms.SingleByteReferenceForm
 
size() - Method in class org.apache.commons.compress.harmony.pack200.IntList
 
size() - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.ClassConstantPool
 
size() - Method in class org.apache.commons.compress.utils.MultiReadOnlySeekableByteChannel
 
size() - Method in class org.apache.commons.compress.utils.SeekableInMemoryByteChannel
Returns the current size of entity to which this channel is connected.
SIZE_UNKNOWN - Static variable in interface org.apache.commons.compress.archivers.ArchiveEntry
Special value (-1L) 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 n bytes of data from this input stream.
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.SkipShieldingInputStream
Deprecated.
 
skip(InputStream, long) - Static method in class org.apache.commons.compress.utils.IOUtils
Skips bytes from an input byte 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_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
Deprecated.
No longer used.
SkipShieldingInputStream(InputStream) - Constructor for class org.apache.commons.compress.utils.SkipShieldingInputStream
Deprecated.
 
smallest() - Method in class org.apache.commons.compress.harmony.pack200.BHSDCodec
Returns the smallest value that this codec can represent.
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.
SOCKET - Enum constant in enum org.apache.commons.compress.archivers.dump.DumpArchiveEntry.TYPE
 
sortClassPool() - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.ClassConstantPool
 
SourceFileAttribute - Class in org.apache.commons.compress.harmony.unpack200.bytecode
Source file class file attribute
SourceFileAttribute(CPUTF8) - Constructor for class org.apache.commons.compress.harmony.unpack200.bytecode.SourceFileAttribute
 
SPARSE_HEADERS_IN_EXTENSION_HEADER - Static variable in interface org.apache.commons.compress.archivers.tar.TarConstants
The number of sparse headers in an extension header
SPARSE_HEADERS_IN_OLDGNU_HEADER - Static variable in interface org.apache.commons.compress.archivers.tar.TarConstants
The number of sparse headers in an old GNU header
SPARSE_NUMBYTES_LEN - Static variable in interface org.apache.commons.compress.archivers.tar.TarConstants
The length of numbytes in struct sparse
SPARSE_OFFSET_LEN - Static variable in interface org.apache.commons.compress.archivers.tar.TarConstants
The length of offset in struct sparse
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.
STANDARD - Enum constant in enum org.apache.commons.compress.compressors.snappy.FramedSnappyDialect
The standard as defined by the Snappy framing format description
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.
STICKY - Enum constant in enum org.apache.commons.compress.archivers.dump.DumpArchiveEntry.PERMISSION
 
STORED - Enum constant in enum org.apache.commons.compress.archivers.zip.ZipMethod
Compression method 0 for uncompressed entries.
STORED - 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 Class 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 class org.apache.commons.compress.archivers.StreamingNotSupportedException
Creates a new StreamingNotSupportedException.
STRICT_FOR_KNOW_EXTRA_FIELDS - Enum constant in enum org.apache.commons.compress.archivers.zip.ZipArchiveEntry.ExtraFieldParsingMode
Try to parse as many extra fields as possible and wrap unknown extra fields in UnrecognizedExtraField.
StringRefForm - Class in org.apache.commons.compress.harmony.unpack200.bytecode.forms
This class implements the byte code form for those bytecodes which have string references (and only string references).
StringRefForm(int, String, int[]) - Constructor for class org.apache.commons.compress.harmony.unpack200.bytecode.forms.StringRefForm
 
StringRefForm(int, String, int[], boolean) - Constructor for class org.apache.commons.compress.harmony.unpack200.bytecode.forms.StringRefForm
 
STRIP - Static variable in class org.apache.commons.compress.harmony.pack200.PackingOptions
 
STRIP - Static variable in interface org.apache.commons.compress.java.util.jar.Pack200.Packer
The String representation of strip.
StripAttribute(String, int) - Constructor for class org.apache.commons.compress.harmony.pack200.NewAttribute.StripAttribute
 
submit(Callable<? extends Object>) - Method in class org.apache.commons.compress.archivers.zip.ParallelScatterZipCreator
Submits a callable for compression.
submitStreamAwareCallable(Callable<? extends ScatterZipOutputStream>) - Method in class org.apache.commons.compress.archivers.zip.ParallelScatterZipCreator
Submits a callable for compression.
superClass - Variable in class org.apache.commons.compress.harmony.unpack200.bytecode.ClassFile
 
SuperFieldRefForm - Class in org.apache.commons.compress.harmony.unpack200.bytecode.forms
This class implements references to fields defined in the superclass, which is set by this class in the OperandManager.
SuperFieldRefForm(int, String, int[]) - Constructor for class org.apache.commons.compress.harmony.unpack200.bytecode.forms.SuperFieldRefForm
 
SuperInitMethodRefForm - Class in org.apache.commons.compress.harmony.unpack200.bytecode.forms
This class is used to determine which init method should be called, based on the last superclass reference.
SuperInitMethodRefForm(int, String, int[]) - Constructor for class org.apache.commons.compress.harmony.unpack200.bytecode.forms.SuperInitMethodRefForm
 
SuperMethodRefForm - Class in org.apache.commons.compress.harmony.unpack200.bytecode.forms
This class implements references to methods defined in the superclass, which is set by this class in the OperandManager.
SuperMethodRefForm(int, String, int[]) - Constructor for class org.apache.commons.compress.harmony.unpack200.bytecode.forms.SuperMethodRefForm
 
supplier - Variable in class org.apache.commons.compress.compressors.lz77support.AbstractLZ77CompressorInputStream
SwitchForm - Class in org.apache.commons.compress.harmony.unpack200.bytecode.forms
 
SwitchForm(int, String) - Constructor for class org.apache.commons.compress.harmony.unpack200.bytecode.forms.SwitchForm
 

T

T - Variable in class org.apache.commons.compress.harmony.pack200.MetadataBandGroup
 
T - Variable in class org.apache.commons.compress.harmony.unpack200.MetadataBandGroup
 
TableSwitchForm - Class in org.apache.commons.compress.harmony.unpack200.bytecode.forms
 
TableSwitchForm(int, String) - Constructor for class org.apache.commons.compress.harmony.unpack200.bytecode.forms.TableSwitchForm
 
TAPE - Enum constant in enum org.apache.commons.compress.archivers.dump.DumpArchiveConstants.SEGMENT_TYPE
 
TAR - Static variable in class org.apache.commons.compress.archivers.ArchiveStreamFactory
Constant used to identify the TAR archive format.
TarArchiveEntry - Class in org.apache.commons.compress.archivers.tar
This class represents an entry in a Tar archive.
TarArchiveEntry(byte[]) - Constructor for class org.apache.commons.compress.archivers.tar.TarArchiveEntry
Constructs an entry from an archive's header bytes.
TarArchiveEntry(byte[], ZipEncoding) - Constructor for class org.apache.commons.compress.archivers.tar.TarArchiveEntry
Constructs an entry from an archive's header bytes.
TarArchiveEntry(byte[], ZipEncoding, boolean) - Constructor for class org.apache.commons.compress.archivers.tar.TarArchiveEntry
Constructs an entry from an archive's header bytes.
TarArchiveEntry(byte[], ZipEncoding, boolean, long) - Constructor for class org.apache.commons.compress.archivers.tar.TarArchiveEntry
Constructs an entry from an archive's header bytes for random access tar.
TarArchiveEntry(File) - Constructor for class org.apache.commons.compress.archivers.tar.TarArchiveEntry
Constructs an entry for a file.
TarArchiveEntry(File, String) - Constructor for class org.apache.commons.compress.archivers.tar.TarArchiveEntry
Constructs an entry for a file.
TarArchiveEntry(String) - Constructor for class org.apache.commons.compress.archivers.tar.TarArchiveEntry
Constructs an entry with only a name.
TarArchiveEntry(String, boolean) - Constructor for class org.apache.commons.compress.archivers.tar.TarArchiveEntry
Constructs an entry with only a name.
TarArchiveEntry(String, byte) - Constructor for class org.apache.commons.compress.archivers.tar.TarArchiveEntry
Constructs an entry with a name and a link flag.
TarArchiveEntry(String, byte, boolean) - Constructor for class org.apache.commons.compress.archivers.tar.TarArchiveEntry
Constructs an entry with a name and a link flag.
TarArchiveEntry(Path) - Constructor for class org.apache.commons.compress.archivers.tar.TarArchiveEntry
Constructs an entry for a file.
TarArchiveEntry(Path, String, LinkOption...) - Constructor for class org.apache.commons.compress.archivers.tar.TarArchiveEntry
Constructs an entry for a file.
TarArchiveEntry(Map<String, String>, byte[], ZipEncoding, boolean) - Constructor for class org.apache.commons.compress.archivers.tar.TarArchiveEntry
Constructs an entry from an archive's header bytes.
TarArchiveEntry(Map<String, String>, byte[], ZipEncoding, boolean, long) - Constructor for class org.apache.commons.compress.archivers.tar.TarArchiveEntry
Constructs an entry from an archive's header bytes for random access tar.
TarArchiveInputStream - Class in org.apache.commons.compress.archivers.tar
The TarInputStream reads a UNIX tar archive as an InputStream.
TarArchiveInputStream(InputStream) - Constructor for class org.apache.commons.compress.archivers.tar.TarArchiveInputStream
Constructs a new instance.
TarArchiveInputStream(InputStream, boolean) - Constructor for class org.apache.commons.compress.archivers.tar.TarArchiveInputStream
Constructs a new instance.
TarArchiveInputStream(InputStream, int) - Constructor for class org.apache.commons.compress.archivers.tar.TarArchiveInputStream
Constructs a new instance.
TarArchiveInputStream(InputStream, int, int) - Constructor for class org.apache.commons.compress.archivers.tar.TarArchiveInputStream
Constructs a new instance.
TarArchiveInputStream(InputStream, int, int, String) - Constructor for class org.apache.commons.compress.archivers.tar.TarArchiveInputStream
Constructs a new instance.
TarArchiveInputStream(InputStream, int, int, String, boolean) - Constructor for class org.apache.commons.compress.archivers.tar.TarArchiveInputStream
Constructs a new instance.
TarArchiveInputStream(InputStream, int, String) - Constructor for class org.apache.commons.compress.archivers.tar.TarArchiveInputStream
Constructs a new instance.
TarArchiveInputStream(InputStream, String) - Constructor for class org.apache.commons.compress.archivers.tar.TarArchiveInputStream
Constructs a new instance.
TarArchiveOutputStream - Class in org.apache.commons.compress.archivers.tar
The TarOutputStream writes a UNIX tar archive as an OutputStream.
TarArchiveOutputStream(OutputStream) - Constructor for class org.apache.commons.compress.archivers.tar.TarArchiveOutputStream
Constructs a new instance.
TarArchiveOutputStream(OutputStream, int) - Constructor for class org.apache.commons.compress.archivers.tar.TarArchiveOutputStream
Constructs a new instance.
TarArchiveOutputStream(OutputStream, int, int) - Constructor for class org.apache.commons.compress.archivers.tar.TarArchiveOutputStream
Deprecated.
recordSize must always be 512 bytes. An IllegalArgumentException will be thrown if any other value is used
TarArchiveOutputStream(OutputStream, int, int, String) - Constructor for class org.apache.commons.compress.archivers.tar.TarArchiveOutputStream
Deprecated.
recordSize must always be 512 bytes. An IllegalArgumentException will be thrown if any other value is used.
TarArchiveOutputStream(OutputStream, int, String) - Constructor for class org.apache.commons.compress.archivers.tar.TarArchiveOutputStream
Constructs a new instance.
TarArchiveOutputStream(OutputStream, String) - Constructor for class org.apache.commons.compress.archivers.tar.TarArchiveOutputStream
Constructs a new instance.
TarArchiveSparseEntry - Class in org.apache.commons.compress.archivers.tar
This class represents a sparse entry in a Tar archive.
TarArchiveSparseEntry(byte[]) - Constructor for class org.apache.commons.compress.archivers.tar.TarArchiveSparseEntry
Constructs an entry from an archive's header bytes.
TarArchiveStructSparse - Class in org.apache.commons.compress.archivers.tar
This class represents struct sparse in a Tar archive.
TarArchiveStructSparse(long, long) - Constructor for class org.apache.commons.compress.archivers.tar.TarArchiveStructSparse
 
TarConstants - Interface in org.apache.commons.compress.archivers.tar
This interface contains all the definitions used in the package.
TarFile - Class in org.apache.commons.compress.archivers.tar
Provides random access to UNIX archives.
TarFile(byte[]) - Constructor for class org.apache.commons.compress.archivers.tar.TarFile
Constructor for TarFile.
TarFile(byte[], boolean) - Constructor for class org.apache.commons.compress.archivers.tar.TarFile
Constructor for TarFile.
TarFile(byte[], String) - Constructor for class org.apache.commons.compress.archivers.tar.TarFile
Constructor for TarFile.
TarFile(File) - Constructor for class org.apache.commons.compress.archivers.tar.TarFile
Constructor for TarFile.
TarFile(File, boolean) - Constructor for class org.apache.commons.compress.archivers.tar.TarFile
Constructor for TarFile.
TarFile(File, String) - Constructor for class org.apache.commons.compress.archivers.tar.TarFile
Constructor for TarFile.
TarFile(SeekableByteChannel) - Constructor for class org.apache.commons.compress.archivers.tar.TarFile
Constructor for TarFile.
TarFile(SeekableByteChannel, int, int, String, boolean) - Constructor for class org.apache.commons.compress.archivers.tar.TarFile
Constructor for TarFile.
TarFile(Path) - Constructor for class org.apache.commons.compress.archivers.tar.TarFile
Constructor for TarFile.
TarFile(Path, boolean) - Constructor for class org.apache.commons.compress.archivers.tar.TarFile
Constructor for TarFile.
TarFile(Path, String) - Constructor for class org.apache.commons.compress.archivers.tar.TarFile
Constructor for TarFile.
TarUtils - Class in org.apache.commons.compress.archivers.tar
This class provides static utility methods to work with byte streams.
TEMP_FILE - Enum constant in enum org.apache.commons.compress.compressors.pack200.Pack200Strategy
Cache output in a temporary file
test(ZipArchiveEntry) - Method in interface org.apache.commons.compress.archivers.zip.ZipArchiveEntryPredicate
Indicate if the given entry should be included in the operation
thisClass - Variable in class org.apache.commons.compress.harmony.unpack200.bytecode.ClassFile
 
thisClassIndex() - Method in class org.apache.commons.compress.harmony.unpack200.IcTuple
 
thisClassString() - Method in class org.apache.commons.compress.harmony.unpack200.IcTuple
Answer the full name of the inner class represented by this tuple (including its outer component)
ThisFieldRefForm - Class in org.apache.commons.compress.harmony.unpack200.bytecode.forms
This class implements references to fields defined in the current class, which is set by this class in the OperandManager.
ThisFieldRefForm(int, String, int[]) - Constructor for class org.apache.commons.compress.harmony.unpack200.bytecode.forms.ThisFieldRefForm
 
ThisInitMethodRefForm - Class in org.apache.commons.compress.harmony.unpack200.bytecode.forms
This class is used to determine which init method should be called, based on the last current class reference.
ThisInitMethodRefForm(int, String, int[]) - Constructor for class org.apache.commons.compress.harmony.unpack200.bytecode.forms.ThisInitMethodRefForm
 
ThisMethodRefForm - Class in org.apache.commons.compress.harmony.unpack200.bytecode.forms
This class implements references to methods defined in the current class, which is set by this class in the OperandManager.
ThisMethodRefForm(int, String, int[]) - Constructor for class org.apache.commons.compress.harmony.unpack200.bytecode.forms.ThisMethodRefForm
 
THROW - Static variable in class org.apache.commons.compress.archivers.zip.ExtraFieldUtils.UnparseableExtraField
Throw an exception if field cannot be parsed.
THROW_KEY - Static variable in class org.apache.commons.compress.archivers.zip.ExtraFieldUtils.UnparseableExtraField
Key for "throw an exception" action.
TimeUtils - Class in org.apache.commons.compress.utils
Utility class for handling time-related types and conversions.
toArray() - Method in class org.apache.commons.compress.harmony.pack200.IntList
 
toAsciiBytes(String) - Static method in class org.apache.commons.compress.utils.ArchiveUtils
Convert a string to ASCII bytes.
toAsciiString(byte[]) - Static method in class org.apache.commons.compress.utils.ArchiveUtils
Convert an input byte array to a String using the ASCII character set.
toAsciiString(byte[], int, int) - Static method in class org.apache.commons.compress.utils.ArchiveUtils
Convert an input byte array to a String using the ASCII character set.
toByteArray(InputStream) - Static method in class org.apache.commons.compress.utils.IOUtils
toCharset(String) - Static method in class org.apache.commons.compress.utils.Charsets
Deprecated.
Returns a Charset for the named charset.
toCharset(Charset) - Static method in class org.apache.commons.compress.utils.Charsets
Deprecated.
Returns the given Charset or the default Charset if the given Charset is null.
toDate(FileTime) - Static method in class org.apache.commons.compress.utils.TimeUtils
Deprecated.
toDosTime(long) - Static method in class org.apache.commons.compress.archivers.zip.ZipUtil
Converts a Date object to a DOS date/time field.
toDosTime(long, byte[], int) - Static method in class org.apache.commons.compress.archivers.zip.ZipUtil
Converts a Date object to a DOS date/time field.
toDosTime(Date) - Static method in class org.apache.commons.compress.archivers.zip.ZipUtil
Converts a Date object to a DOS date/time field.
toFileTime(Date) - Static method in class org.apache.commons.compress.utils.TimeUtils
Deprecated.
TOKENIZATION - Enum constant in enum org.apache.commons.compress.archivers.zip.ZipMethod
Tokenization.
toLittleEndian(byte[], long, int, int) - Static method in class org.apache.commons.compress.utils.ByteUtils
Inserts the given value into the array as a little-endian sequence of the given length starting at the given offset.
toLittleEndian(DataOutput, long, int) - Static method in class org.apache.commons.compress.utils.ByteUtils
Deprecated.
Unused
toLittleEndian(OutputStream, long, int) - Static method in class org.apache.commons.compress.utils.ByteUtils
Writes the given value to the given stream as a little-endian array of the given length.
toLittleEndian(ByteUtils.ByteConsumer, long, int) - Static method in class org.apache.commons.compress.utils.ByteUtils
Provides the given value to the given consumer as a little-endian sequence of the given length.
toNtfsTime(long) - Static method in class org.apache.commons.compress.utils.TimeUtils
Converts Java time (milliseconds since Epoch) to NTFS time.
toNtfsTime(FileTime) - Static method in class org.apache.commons.compress.utils.TimeUtils
toNtfsTime(Date) - Static method in class org.apache.commons.compress.utils.TimeUtils
Deprecated.
toString() - Method in class org.apache.commons.compress.archivers.dump.DumpArchiveEntry
 
toString() - Method in class org.apache.commons.compress.archivers.sevenz.SevenZFile
 
toString() - Method in class org.apache.commons.compress.archivers.tar.TarArchiveStructSparse
 
toString() - Method in class org.apache.commons.compress.archivers.zip.ScatterStatistics
 
toString() - Method in class org.apache.commons.compress.archivers.zip.UnsupportedZipFeatureException.Feature
 
toString() - Method in class org.apache.commons.compress.archivers.zip.X000A_NTFS
Returns a String representation of this class useful for debugging purposes.
toString() - Method in class org.apache.commons.compress.archivers.zip.X5455_ExtendedTimestamp
Returns a String representation of this class useful for debugging purposes.
toString() - Method in class org.apache.commons.compress.archivers.zip.X7875_NewUnix
Returns a String representation of this class useful for debugging purposes.
toString() - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream.UnicodeExtraFieldPolicy
 
toString() - Method in class org.apache.commons.compress.archivers.zip.ZipEightByteInteger
 
toString() - Method in class org.apache.commons.compress.archivers.zip.ZipLong
 
toString() - Method in class org.apache.commons.compress.archivers.zip.ZipShort
 
toString() - Method in class org.apache.commons.compress.compressors.brotli.BrotliCompressorInputStream
 
toString() - Method in class org.apache.commons.compress.compressors.lz4.FramedLZ4CompressorOutputStream.Parameters
 
toString() - Method in class org.apache.commons.compress.compressors.lz77support.LZ77Compressor.BackReference
 
toString() - Method in class org.apache.commons.compress.compressors.lz77support.LZ77Compressor.LiteralBlock
 
toString() - Method in class org.apache.commons.compress.compressors.zstandard.ZstdCompressorInputStream
 
toString() - Method in class org.apache.commons.compress.compressors.zstandard.ZstdCompressorOutputStream
 
toString() - Method in class org.apache.commons.compress.harmony.pack200.BHSDCodec
Returns the codec in the form (1,256) or (1,64,1,1).
toString() - Method in class org.apache.commons.compress.harmony.pack200.CPClass
 
toString() - Method in class org.apache.commons.compress.harmony.pack200.CPLong
 
toString() - Method in class org.apache.commons.compress.harmony.pack200.CPMethodOrField
 
toString() - Method in class org.apache.commons.compress.harmony.pack200.CPNameAndType
 
toString() - Method in class org.apache.commons.compress.harmony.pack200.CPSignature
 
toString() - Method in class org.apache.commons.compress.harmony.pack200.CPString
 
toString() - Method in class org.apache.commons.compress.harmony.pack200.CPUTF8
 
toString() - Method in class org.apache.commons.compress.harmony.pack200.RunCodec
 
toString() - Method in class org.apache.commons.compress.harmony.unpack200.AttributeLayout
 
toString() - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.AnnotationDefaultAttribute
 
toString() - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.BCIRenumberedAttribute
 
toString() - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.ByteCode
 
toString() - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.ClassFileEntry
 
toString() - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.CodeAttribute
 
toString() - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.ConstantValueAttribute
 
toString() - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.CPClass
 
toString() - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.CPDouble
 
toString() - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.CPField
 
toString() - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.CPFieldRef
 
toString() - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.CPFloat
 
toString() - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.CPInteger
 
toString() - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.CPLong
 
toString() - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.CPMember
 
toString() - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.CPMethod
 
toString() - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.CPNameAndType
 
toString() - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.CPRef
 
toString() - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.CPString
 
toString() - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.CPUTF8
 
toString() - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.DeprecatedAttribute
 
toString() - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.EnclosingMethodAttribute
 
toString() - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.ExceptionsAttribute
 
toString() - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.forms.ByteCodeForm
 
toString() - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.InnerClassesAttribute
 
toString() - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.LineNumberTableAttribute
 
toString() - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.LocalVariableTableAttribute
 
toString() - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.LocalVariableTypeTableAttribute
 
toString() - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.NewAttribute
 
toString() - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.RuntimeVisibleorInvisibleAnnotationsAttribute
 
toString() - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.RuntimeVisibleorInvisibleParameterAnnotationsAttribute
 
toString() - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.SignatureAttribute
 
toString() - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.SourceFileAttribute
 
toString() - Method in class org.apache.commons.compress.harmony.unpack200.IcTuple
 
toString(ArchiveEntry) - Static method in class org.apache.commons.compress.utils.ArchiveUtils
Generates a string containing the name, isDirectory setting and size of an entry.
toUnixTime(FileTime) - Static method in class org.apache.commons.compress.utils.TimeUtils
Converts FileTime to standard UNIX time.
TP_SIZE - Static variable in class org.apache.commons.compress.archivers.dump.DumpArchiveConstants
 
TRAILER - Static variable in class org.apache.commons.compress.archivers.ar.ArArchiveEntry
The trailer for each entry
TripleDES168 - Enum constant in enum org.apache.commons.compress.archivers.zip.PKWareExtraHeader.EncryptionAlgorithm
 
TripleDES192 - Enum constant in enum org.apache.commons.compress.archivers.zip.PKWareExtraHeader.EncryptionAlgorithm
 
TRUE - Static variable in interface org.apache.commons.compress.java.util.jar.Pack200.Packer
The String representation of true.
TRUE - Static variable in interface org.apache.commons.compress.java.util.jar.Pack200.Unpacker
a String representation of true.
TRUE_MIN_BACK_REFERENCE_LENGTH - Static variable in class org.apache.commons.compress.compressors.lz77support.Parameters
The hard-coded absolute minimal length of a back-reference.
truncate(long) - Method in class org.apache.commons.compress.utils.MultiReadOnlySeekableByteChannel
 
truncate(long) - Method in class org.apache.commons.compress.utils.SeekableInMemoryByteChannel
Truncates the entity, to which this channel is connected, to the given size.
truncateToHundredNanos(FileTime) - Static method in class org.apache.commons.compress.utils.TimeUtils
Truncates a FileTime to 100-nanosecond precision.
tunedForCompressionRatio() - Method in class org.apache.commons.compress.compressors.lz77support.Parameters.Builder
Changes the default setting for "nice back-reference length" and "maximum number of candidates" for improved compression ratio at the cost of compression speed.
tunedForSpeed() - Method in class org.apache.commons.compress.compressors.lz77support.Parameters.Builder
Changes the default setting for "nice back-reference length" and "maximum number of candidates" for improved compression speed at the cost of compression ratio.
type_RS - Variable in class org.apache.commons.compress.harmony.pack200.MetadataBandGroup
 
type_RS - Variable in class org.apache.commons.compress.harmony.unpack200.MetadataBandGroup
 

U

UCOM_ID - Static variable in class org.apache.commons.compress.archivers.zip.UnicodeCommentExtraField
 
UDELTA5 - Static variable in class org.apache.commons.compress.harmony.pack200.Codec
UDELTA5 = (5,64,0,1): Used for the majority of numerical codings where there is a correlated sequence of unsigned values.
UFT8_NAMES_FLAG - Static variable in class org.apache.commons.compress.archivers.zip.GeneralPurposeBit
Indicates that file names are written in UTF-8.
UIDLEN - Static variable in interface org.apache.commons.compress.archivers.tar.TarConstants
The length of the user id field in a header buffer.
UNAMELEN - Static variable in interface org.apache.commons.compress.archivers.tar.TarConstants
The length of the user name field in a header buffer.
underlyingString() - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.CPUTF8
 
UNICODE_EXTRA_FIELD - Enum constant in enum org.apache.commons.compress.archivers.zip.ZipArchiveEntry.CommentSource
The comment has been read from an Unicode Extra Field.
UNICODE_EXTRA_FIELD - Enum constant in enum org.apache.commons.compress.archivers.zip.ZipArchiveEntry.NameSource
The name has been read from an Unicode Extra Field.
UnicodeCommentExtraField - Class in org.apache.commons.compress.archivers.zip
Info-ZIP Unicode Comment Extra Field (0x6375):
UnicodeCommentExtraField() - Constructor for class org.apache.commons.compress.archivers.zip.UnicodeCommentExtraField
 
UnicodeCommentExtraField(String, byte[]) - Constructor for class org.apache.commons.compress.archivers.zip.UnicodeCommentExtraField
Assemble as unicode comment extension from the comment given as text as well as the bytes actually written to the archive.
UnicodeCommentExtraField(String, byte[], int, int) - Constructor for class org.apache.commons.compress.archivers.zip.UnicodeCommentExtraField
Assemble as unicode comment extension from the name given as text as well as the encoded bytes actually written to the archive.
UnicodePathExtraField - Class in org.apache.commons.compress.archivers.zip
Info-ZIP Unicode Path Extra Field (0x7075):
UnicodePathExtraField() - Constructor for class org.apache.commons.compress.archivers.zip.UnicodePathExtraField
 
UnicodePathExtraField(String, byte[]) - Constructor for class org.apache.commons.compress.archivers.zip.UnicodePathExtraField
Assemble as unicode path extension from the name given as text as well as the encoded bytes actually written to the archive.
UnicodePathExtraField(String, byte[], int, int) - Constructor for class org.apache.commons.compress.archivers.zip.UnicodePathExtraField
Assemble as unicode path extension from the name given as text as well as the encoded bytes actually written to the archive.
Union(String, List<NewAttributeBands.UnionCase>, List<NewAttributeBands.LayoutElement>) - Constructor for class org.apache.commons.compress.harmony.pack200.NewAttributeBands.Union
 
Union(String, List<NewAttributeBands.UnionCase>, List<NewAttributeBands.LayoutElement>) - Constructor for class org.apache.commons.compress.harmony.unpack200.NewAttributeBands.Union
 
UnionCase(List<Integer>) - Constructor for class org.apache.commons.compress.harmony.pack200.NewAttributeBands.UnionCase
 
UnionCase(List<Integer>) - Constructor for class org.apache.commons.compress.harmony.unpack200.NewAttributeBands.UnionCase
 
UnionCase(List<Integer>, List<NewAttributeBands.LayoutElement>) - Constructor for class org.apache.commons.compress.harmony.pack200.NewAttributeBands.UnionCase
 
UnionCase(List<Integer>, List<NewAttributeBands.LayoutElement>) - Constructor for class org.apache.commons.compress.harmony.unpack200.NewAttributeBands.UnionCase
 
UNIX - Static variable in class org.apache.commons.compress.archivers.arj.ArjArchiveEntry.HostOs
2
UnixStat - Interface in org.apache.commons.compress.archivers.zip
Constants from stat.h on Unix systems.
unixTimeToFileTime(long) - Static method in class org.apache.commons.compress.utils.TimeUtils
Converts standard UNIX time (in seconds, UTC/GMT) to FileTime.
UNKNOWN - Enum constant in enum org.apache.commons.compress.archivers.dump.DumpArchiveConstants.COMPRESSION_TYPE
 
UNKNOWN - Enum constant in enum org.apache.commons.compress.archivers.dump.DumpArchiveEntry.TYPE
 
UNKNOWN - Enum constant in enum org.apache.commons.compress.archivers.zip.PKWareExtraHeader.EncryptionAlgorithm
 
UNKNOWN - Enum constant in enum org.apache.commons.compress.archivers.zip.ZipMethod
Unknown compression method.
UNKNOWN - Static variable in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
Value used to indicate unknown mode, user/groupids, device numbers and modTime when parsing a file in lenient mode and the archive contains illegal fields.
UNKNOWN_ATTRIBUTE - Static variable in interface org.apache.commons.compress.java.util.jar.Pack200.Packer
The action to take if an unknown attribute is encountered.
UNKNOWN_COMPRESSED_SIZE - Static variable in class org.apache.commons.compress.archivers.zip.UnsupportedZipFeatureException.Feature
The archive contains entries with unknown compressed size for a compression method that doesn't support detection of the end of the compressed stream.
unpack() - Method in class org.apache.commons.compress.harmony.unpack200.Archive
Unpacks the Archive from the input file to the output file
unpack() - Method in class org.apache.commons.compress.harmony.unpack200.AttrDefinitionBands
 
unpack() - Method in class org.apache.commons.compress.harmony.unpack200.BandSet
 
unpack() - Method in class org.apache.commons.compress.harmony.unpack200.BcBands
 
unpack() - Method in class org.apache.commons.compress.harmony.unpack200.ClassBands
 
unpack() - Method in class org.apache.commons.compress.harmony.unpack200.CpBands
 
unpack() - Method in class org.apache.commons.compress.harmony.unpack200.FileBands
 
unpack() - Method in class org.apache.commons.compress.harmony.unpack200.IcBands
 
unpack() - Method in class org.apache.commons.compress.harmony.unpack200.NewAttributeBands
 
unpack() - Method in class org.apache.commons.compress.harmony.unpack200.SegmentHeader
 
unpack(File, JarOutputStream) - Method in class org.apache.commons.compress.harmony.unpack200.Pack200UnpackerAdapter
 
unpack(File, JarOutputStream) - Method in interface org.apache.commons.compress.java.util.jar.Pack200.Unpacker
Unpacks the contents of the specified File to the specified JAR output stream.
unpack(InputStream) - Method in class org.apache.commons.compress.harmony.unpack200.BandSet
 
unpack(InputStream, JarOutputStream) - Method in class org.apache.commons.compress.harmony.unpack200.Pack200UnpackerAdapter
 
unpack(InputStream, JarOutputStream) - Method in class org.apache.commons.compress.harmony.unpack200.Segment
Unpacks a packed stream (either .pack.
unpack(InputStream, JarOutputStream) - Method in interface org.apache.commons.compress.java.util.jar.Pack200.Unpacker
Unpacks the specified stream to the specified JAR output stream.
UnparseableExtraFieldBehavior - Interface in org.apache.commons.compress.archivers.zip
Handles extra field data that doesn't follow the recommended pattern for extra fields with a two-byte key and a two-byte length.
UnparseableExtraFieldData - Class in org.apache.commons.compress.archivers.zip
Wrapper for extra field data that doesn't conform to the recommended format of header-tag + size + data.
UnparseableExtraFieldData() - Constructor for class org.apache.commons.compress.archivers.zip.UnparseableExtraFieldData
 
UnrecognizedExtraField - Class in org.apache.commons.compress.archivers.zip
Simple placeholder for all those extra fields we don't want to deal with.
UnrecognizedExtraField() - Constructor for class org.apache.commons.compress.archivers.zip.UnrecognizedExtraField
 
UnrecognizedFormatException - Exception Class in org.apache.commons.compress.archivers.dump
Unrecognized Format Exception.
UnrecognizedFormatException() - Constructor for exception class org.apache.commons.compress.archivers.dump.UnrecognizedFormatException
 
UNSHRINKING - Enum constant in enum org.apache.commons.compress.archivers.zip.ZipMethod
UnShrinking.
UNSIGNED5 - Static variable in class org.apache.commons.compress.harmony.pack200.Codec
UNSIGNED5 = (5,64): Used for small unsigned values.
unsignedIntToSignedByte(int) - Static method in class org.apache.commons.compress.archivers.zip.ZipUtil
Converts an unsigned integer to a signed byte (e.g., 255 becomes -1).
UnsupportedCompressionAlgorithmException - Exception Class in org.apache.commons.compress.archivers.dump
Unsupported compression algorithm.
UnsupportedCompressionAlgorithmException() - Constructor for exception class org.apache.commons.compress.archivers.dump.UnsupportedCompressionAlgorithmException
 
UnsupportedCompressionAlgorithmException(String) - Constructor for exception class org.apache.commons.compress.archivers.dump.UnsupportedCompressionAlgorithmException
 
UnsupportedZipFeatureException - Exception Class in org.apache.commons.compress.archivers.zip
Exception thrown when attempting to read or write data for a ZIP entry that uses ZIP features not supported by this library.
UnsupportedZipFeatureException(UnsupportedZipFeatureException.Feature) - Constructor for exception class org.apache.commons.compress.archivers.zip.UnsupportedZipFeatureException
Creates an exception when the whole archive uses an unsupported feature.
UnsupportedZipFeatureException(UnsupportedZipFeatureException.Feature, ZipArchiveEntry) - Constructor for exception class org.apache.commons.compress.archivers.zip.UnsupportedZipFeatureException
Creates an exception.
UnsupportedZipFeatureException(ZipMethod, ZipArchiveEntry) - Constructor for exception class org.apache.commons.compress.archivers.zip.UnsupportedZipFeatureException
Creates an exception for archives that use an unsupported compression algorithm.
UnsupportedZipFeatureException.Feature - Class in org.apache.commons.compress.archivers.zip
ZIP Features that may or may not be supported.
UNUSED_PREFIX - Static variable in class org.apache.commons.compress.compressors.lzw.LZWInputStream
 
UPATH_ID - Static variable in class org.apache.commons.compress.archivers.zip.UnicodePathExtraField
 
US_ASCII - Static variable in class org.apache.commons.compress.utils.CharsetNames
Seven-bit ASCII, also known as ISO646-US, also known as the Basic Latin block of the Unicode character set.
US_ASCII - Static variable in class org.apache.commons.compress.utils.Charsets
Deprecated.
replaced by StandardCharsets in Java 7
useDataDescriptor(boolean) - Method in class org.apache.commons.compress.archivers.zip.GeneralPurposeBit
whether the current entry will use the data descriptor to store CRC and size information.
useEncryption(boolean) - Method in class org.apache.commons.compress.archivers.zip.GeneralPurposeBit
whether the current entry will be encrypted.
USER_EXEC - Enum constant in enum org.apache.commons.compress.archivers.dump.DumpArchiveEntry.PERMISSION
 
USER_READ - Enum constant in enum org.apache.commons.compress.archivers.dump.DumpArchiveEntry.PERMISSION
 
USER_WRITE - Enum constant in enum org.apache.commons.compress.archivers.dump.DumpArchiveEntry.PERMISSION
 
usesDataDescriptor() - Method in class org.apache.commons.compress.archivers.zip.GeneralPurposeBit
whether the current entry uses the data descriptor to store CRC and size information.
usesEncryption() - Method in class org.apache.commons.compress.archivers.zip.GeneralPurposeBit
whether the current entry is encrypted.
usesStrongEncryption() - Method in class org.apache.commons.compress.archivers.zip.GeneralPurposeBit
whether the current entry is encrypted using strong encryption.
useStrongEncryption(boolean) - Method in class org.apache.commons.compress.archivers.zip.GeneralPurposeBit
whether the current entry will be encrypted using strong encryption.
usesUTF8ForNames() - Method in class org.apache.commons.compress.archivers.zip.GeneralPurposeBit
whether the current entry uses UTF8 for file name and comment.
useUTF8ForNames(boolean) - Method in class org.apache.commons.compress.archivers.zip.GeneralPurposeBit
whether the current entry will use UTF8 for file name and comment.
UTF_16 - Static variable in class org.apache.commons.compress.utils.CharsetNames
Sixteen-bit Unicode Transformation Format, The byte order specified by a mandatory initial byte-order mark (either order accepted on input, big-endian used on output)
UTF_16 - Static variable in class org.apache.commons.compress.utils.Charsets
Deprecated.
replaced by StandardCharsets in Java 7
UTF_16BE - Static variable in class org.apache.commons.compress.utils.CharsetNames
Sixteen-bit Unicode Transformation Format, big-endian byte order.
UTF_16BE - Static variable in class org.apache.commons.compress.utils.Charsets
Deprecated.
replaced by StandardCharsets in Java 7
UTF_16LE - Static variable in class org.apache.commons.compress.utils.CharsetNames
Sixteen-bit Unicode Transformation Format, little-endian byte order.
UTF_16LE - Static variable in class org.apache.commons.compress.utils.Charsets
Deprecated.
replaced by StandardCharsets in Java 7
UTF_8 - Static variable in class org.apache.commons.compress.harmony.unpack200.SegmentConstantPool
 
UTF_8 - Static variable in class org.apache.commons.compress.utils.CharsetNames
Eight-bit Unicode Transformation Format.
UTF_8 - Static variable in class org.apache.commons.compress.utils.Charsets
Deprecated.
replaced by StandardCharsets in Java 7

V

valueOf(String) - Static method in enum org.apache.commons.compress.archivers.dump.DumpArchiveConstants.COMPRESSION_TYPE
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.commons.compress.archivers.dump.DumpArchiveConstants.SEGMENT_TYPE
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.commons.compress.archivers.dump.DumpArchiveEntry.PERMISSION
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.commons.compress.archivers.dump.DumpArchiveEntry.TYPE
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.commons.compress.archivers.sevenz.SevenZMethod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.commons.compress.archivers.zip.PKWareExtraHeader.EncryptionAlgorithm
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.commons.compress.archivers.zip.PKWareExtraHeader.HashAlgorithm
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.commons.compress.archivers.zip.Zip64Mode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.commons.compress.archivers.zip.ZipArchiveEntry.CommentSource
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.commons.compress.archivers.zip.ZipArchiveEntry.ExtraFieldParsingMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.commons.compress.archivers.zip.ZipArchiveEntry.NameSource
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.commons.compress.archivers.zip.ZipMethod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.commons.compress.compressors.lz4.FramedLZ4CompressorOutputStream.BlockSize
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.commons.compress.compressors.lz77support.LZ77Compressor.Block.BlockType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.commons.compress.compressors.pack200.Pack200Strategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.commons.compress.compressors.snappy.FramedSnappyDialect
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.commons.compress.archivers.dump.DumpArchiveConstants.COMPRESSION_TYPE
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.commons.compress.archivers.dump.DumpArchiveConstants.SEGMENT_TYPE
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.commons.compress.archivers.dump.DumpArchiveEntry.PERMISSION
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.commons.compress.archivers.dump.DumpArchiveEntry.TYPE
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.commons.compress.archivers.sevenz.SevenZMethod
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.commons.compress.archivers.zip.PKWareExtraHeader.EncryptionAlgorithm
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.commons.compress.archivers.zip.PKWareExtraHeader.HashAlgorithm
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.commons.compress.archivers.zip.Zip64Mode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.commons.compress.archivers.zip.ZipArchiveEntry.CommentSource
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.commons.compress.archivers.zip.ZipArchiveEntry.ExtraFieldParsingMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.commons.compress.archivers.zip.ZipArchiveEntry.NameSource
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.commons.compress.archivers.zip.ZipMethod
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.commons.compress.compressors.lz4.FramedLZ4CompressorOutputStream.BlockSize
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.commons.compress.compressors.lz77support.LZ77Compressor.Block.BlockType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.commons.compress.compressors.pack200.Pack200Strategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.commons.compress.compressors.snappy.FramedSnappyDialect
Returns an array containing the constants of this enum type, in the order they are declared.
VariableInstructionForm - Class in org.apache.commons.compress.harmony.unpack200.bytecode.forms
This abstract class implements the common code for instructions which have variable lengths.
VariableInstructionForm(int, String) - Constructor for class org.apache.commons.compress.harmony.unpack200.bytecode.forms.VariableInstructionForm
 
VAX_VMS - Static variable in class org.apache.commons.compress.archivers.arj.ArjArchiveEntry.HostOs
9
verifyCheckSum(byte[]) - Static method in class org.apache.commons.compress.archivers.tar.TarUtils
Wikipedia says: The checksum is calculated by taking the sum of the unsigned byte values of the header block with the eight checksum bytes taken to be ASCII spaces (decimal value 32).
VERSION_ANT - Static variable in interface org.apache.commons.compress.archivers.tar.TarConstants
The "version" representing an Ant tar archive.
VERSION_GNU_SPACE - Static variable in interface org.apache.commons.compress.archivers.tar.TarConstants
One of two possible GNU versions
VERSION_GNU_ZERO - Static variable in interface org.apache.commons.compress.archivers.tar.TarConstants
One of two possible GNU versions
VERSION_OFFSET - Static variable in interface org.apache.commons.compress.archivers.tar.TarConstants
Offset of start of magic field within header record
VERSION_POSIX - Static variable in interface org.apache.commons.compress.archivers.tar.TarConstants
 
VERSIONLEN - Static variable in interface org.apache.commons.compress.archivers.tar.TarConstants
Previously this was regarded as part of "magic" field, but it is separate.
visit(int, int, String, String, String, String[]) - Method in class org.apache.commons.compress.harmony.pack200.Segment
 
visit(String, Object) - Method in class org.apache.commons.compress.harmony.pack200.Segment.ArrayVisitor
 
visit(String, Object) - Method in class org.apache.commons.compress.harmony.pack200.Segment.SegmentAnnotationVisitor
 
visitAnnotation(String, boolean) - Method in class org.apache.commons.compress.harmony.pack200.Segment.SegmentFieldVisitor
 
visitAnnotation(String, boolean) - Method in class org.apache.commons.compress.harmony.pack200.Segment.SegmentMethodVisitor
 
visitAnnotation(String, boolean) - Method in class org.apache.commons.compress.harmony.pack200.Segment
 
visitAnnotation(String, String) - Method in class org.apache.commons.compress.harmony.pack200.Segment.ArrayVisitor
 
visitAnnotation(String, String) - Method in class org.apache.commons.compress.harmony.pack200.Segment.SegmentAnnotationVisitor
 
visitAnnotationDefault() - Method in class org.apache.commons.compress.harmony.pack200.Segment.SegmentMethodVisitor
 
visitArray(String) - Method in class org.apache.commons.compress.harmony.pack200.Segment.ArrayVisitor
 
visitArray(String) - Method in class org.apache.commons.compress.harmony.pack200.Segment.SegmentAnnotationVisitor
 
visitAttribute(Attribute) - Method in class org.apache.commons.compress.harmony.pack200.Segment.SegmentFieldVisitor
 
visitAttribute(Attribute) - Method in class org.apache.commons.compress.harmony.pack200.Segment.SegmentMethodVisitor
 
visitAttribute(Attribute) - Method in class org.apache.commons.compress.harmony.pack200.Segment
 
visitCode() - Method in class org.apache.commons.compress.harmony.pack200.Segment.SegmentMethodVisitor
 
visitEnd() - Method in class org.apache.commons.compress.harmony.pack200.BcBands
 
visitEnd() - Method in class org.apache.commons.compress.harmony.pack200.Segment.ArrayVisitor
 
visitEnd() - Method in class org.apache.commons.compress.harmony.pack200.Segment.SegmentAnnotationVisitor
 
visitEnd() - Method in class org.apache.commons.compress.harmony.pack200.Segment.SegmentFieldVisitor
 
visitEnd() - Method in class org.apache.commons.compress.harmony.pack200.Segment.SegmentMethodVisitor
 
visitEnd() - Method in class org.apache.commons.compress.harmony.pack200.Segment
 
visitEnum(String, String, String) - Method in class org.apache.commons.compress.harmony.pack200.Segment.ArrayVisitor
 
visitEnum(String, String, String) - Method in class org.apache.commons.compress.harmony.pack200.Segment.SegmentAnnotationVisitor
 
visitField(int, String, String, String, Object) - Method in class org.apache.commons.compress.harmony.pack200.Segment
 
visitFieldInsn(int, String, String, String) - Method in class org.apache.commons.compress.harmony.pack200.BcBands
 
visitFieldInsn(int, String, String, String) - Method in class org.apache.commons.compress.harmony.pack200.Segment.SegmentMethodVisitor
 
visitFrame(int, int, Object[], int, Object[]) - Method in class org.apache.commons.compress.harmony.pack200.Segment.SegmentMethodVisitor
 
visitIincInsn(int, int) - Method in class org.apache.commons.compress.harmony.pack200.BcBands
 
visitIincInsn(int, int) - Method in class org.apache.commons.compress.harmony.pack200.Segment.SegmentMethodVisitor
 
visitInnerClass(String, String, String, int) - Method in class org.apache.commons.compress.harmony.pack200.Segment
 
visitInsn(int) - Method in class org.apache.commons.compress.harmony.pack200.BcBands
 
visitInsn(int) - Method in class org.apache.commons.compress.harmony.pack200.Segment.SegmentMethodVisitor
 
visitIntInsn(int, int) - Method in class org.apache.commons.compress.harmony.pack200.BcBands
 
visitIntInsn(int, int) - Method in class org.apache.commons.compress.harmony.pack200.Segment.SegmentMethodVisitor
 
visitJumpInsn(int, Label) - Method in class org.apache.commons.compress.harmony.pack200.BcBands
 
visitJumpInsn(int, Label) - Method in class org.apache.commons.compress.harmony.pack200.Segment.SegmentMethodVisitor
 
visitLabel(Label) - Method in class org.apache.commons.compress.harmony.pack200.BcBands
 
visitLabel(Label) - Method in class org.apache.commons.compress.harmony.pack200.Segment.SegmentMethodVisitor
 
visitLdcInsn(Object) - Method in class org.apache.commons.compress.harmony.pack200.BcBands
 
visitLdcInsn(Object) - Method in class org.apache.commons.compress.harmony.pack200.Segment.SegmentMethodVisitor
 
visitLineNumber(int, Label) - Method in class org.apache.commons.compress.harmony.pack200.Segment.SegmentMethodVisitor
 
visitLocalVariable(String, String, String, Label, Label, int) - Method in class org.apache.commons.compress.harmony.pack200.Segment.SegmentMethodVisitor
 
visitLookupSwitchInsn(Label, int[], Label[]) - Method in class org.apache.commons.compress.harmony.pack200.BcBands
 
visitLookupSwitchInsn(Label, int[], Label[]) - Method in class org.apache.commons.compress.harmony.pack200.Segment.SegmentMethodVisitor
 
visitMaxs(int, int) - Method in class org.apache.commons.compress.harmony.pack200.Segment.SegmentMethodVisitor
 
visitMethod(int, String, String, String, String[]) - Method in class org.apache.commons.compress.harmony.pack200.Segment
 
visitMethodInsn(int, String, String, String) - Method in class org.apache.commons.compress.harmony.pack200.BcBands
 
visitMethodInsn(int, String, String, String) - Method in class org.apache.commons.compress.harmony.pack200.Segment.SegmentMethodVisitor
 
visitMultiANewArrayInsn(String, int) - Method in class org.apache.commons.compress.harmony.pack200.BcBands
 
visitMultiANewArrayInsn(String, int) - Method in class org.apache.commons.compress.harmony.pack200.Segment.SegmentMethodVisitor
 
visitOuterClass(String, String, String) - Method in class org.apache.commons.compress.harmony.pack200.Segment
 
visitParameterAnnotation(int, String, boolean) - Method in class org.apache.commons.compress.harmony.pack200.Segment.SegmentMethodVisitor
 
visitSource(String, String) - Method in class org.apache.commons.compress.harmony.pack200.Segment
 
visitTableSwitchInsn(int, int, Label, Label...) - Method in class org.apache.commons.compress.harmony.pack200.BcBands
 
visitTableSwitchInsn(int, int, Label, Label...) - Method in class org.apache.commons.compress.harmony.pack200.Segment.SegmentMethodVisitor
 
visitTryCatchBlock(Label, Label, Label, String) - Method in class org.apache.commons.compress.harmony.pack200.Segment.SegmentMethodVisitor
 
visitTypeInsn(int, String) - Method in class org.apache.commons.compress.harmony.pack200.BcBands
 
visitTypeInsn(int, String) - Method in class org.apache.commons.compress.harmony.pack200.Segment.SegmentMethodVisitor
 
visitVarInsn(int, int) - Method in class org.apache.commons.compress.harmony.pack200.BcBands
 
visitVarInsn(int, int) - Method in class org.apache.commons.compress.harmony.pack200.Segment.SegmentMethodVisitor
 

W

WAVPACK - Enum constant in enum org.apache.commons.compress.archivers.zip.ZipMethod
Compression Method 97 for WavPack.
wellCorrelated() - Method in class org.apache.commons.compress.harmony.pack200.BandSet.BandData
Returns true if the band is well correlated (i.e.
WHITEOUT - Enum constant in enum org.apache.commons.compress.archivers.dump.DumpArchiveEntry.TYPE
 
WideForm - Class in org.apache.commons.compress.harmony.unpack200.bytecode.forms
This class implements the byte code form for the wide instruction.
WideForm(int, String) - Constructor for class org.apache.commons.compress.harmony.unpack200.bytecode.forms.WideForm
 
widened - Variable in class org.apache.commons.compress.harmony.unpack200.bytecode.forms.ClassRefForm
 
widened - Variable in class org.apache.commons.compress.harmony.unpack200.bytecode.forms.LabelForm
 
widened - Variable in class org.apache.commons.compress.harmony.unpack200.bytecode.forms.SingleByteReferenceForm
 
WIDENED - Static variable in class org.apache.commons.compress.harmony.unpack200.bytecode.forms.ByteCodeForm
 
WIN32 - Static variable in class org.apache.commons.compress.archivers.arj.ArjArchiveEntry.HostOs
11
WIN95 - Static variable in class org.apache.commons.compress.archivers.arj.ArjArchiveEntry.HostOs
10
withLazyMatching(boolean) - Method in class org.apache.commons.compress.compressors.lz77support.Parameters.Builder
Sets whether lazy matching should be performed.
withLazyThreshold(int) - Method in class org.apache.commons.compress.compressors.lz77support.Parameters.Builder
Sets the threshold for lazy matching.
withMaxBackReferenceLength(int) - Method in class org.apache.commons.compress.compressors.lz77support.Parameters.Builder
Sets the maximal length of a back-reference.
withMaxLiteralLength(int) - Method in class org.apache.commons.compress.compressors.lz77support.Parameters.Builder
Sets the maximal length of a literal block.
withMaxMemoryLimitInKb(int) - Method in class org.apache.commons.compress.archivers.sevenz.SevenZFileOptions.Builder
Deprecated.
Sets the maximum amount of memory to use for parsing the archive and during extraction.
withMaxNumberOfCandidates(int) - Method in class org.apache.commons.compress.compressors.lz77support.Parameters.Builder
Sets the maximum number of back-reference candidates that should be consulted.
withMaxOffset(int) - Method in class org.apache.commons.compress.compressors.lz77support.Parameters.Builder
Sets the maximal offset of a back-reference.
withMinBackReferenceLength(int) - Method in class org.apache.commons.compress.compressors.lz77support.Parameters.Builder
Sets the minimal length of a back-reference.
withNiceBackReferenceLength(int) - Method in class org.apache.commons.compress.compressors.lz77support.Parameters.Builder
Sets the "nice length" of a back-reference.
withTryToRecoverBrokenArchives(boolean) - Method in class org.apache.commons.compress.archivers.sevenz.SevenZFileOptions.Builder
Deprecated.
Sets whether SevenZFile will try to recover broken archives where the CRC of the file's metadata is 0.
withUseDefaultNameForUnnamedEntries(boolean) - Method in class org.apache.commons.compress.archivers.sevenz.SevenZFileOptions.Builder
Deprecated.
Sets whether entries without a name should get their names set to the archive's default file name.
withZlibHeader() - Method in class org.apache.commons.compress.compressors.deflate.DeflateParameters
Whether or not the zlib header shall be written (when compressing) or expected (when decompressing).
WORLD_EXEC - Enum constant in enum org.apache.commons.compress.archivers.dump.DumpArchiveEntry.PERMISSION
 
WORLD_READ - Enum constant in enum org.apache.commons.compress.archivers.dump.DumpArchiveEntry.PERMISSION
 
WORLD_WRITE - Enum constant in enum org.apache.commons.compress.archivers.dump.DumpArchiveEntry.PERMISSION
 
write(byte[]) - Method in class org.apache.commons.compress.archivers.sevenz.SevenZOutputFile
Writes a byte array to the current archive entry.
write(byte[]) - Method in class org.apache.commons.compress.compressors.gzip.GzipCompressorOutputStream
write(byte[]) - Method in class org.apache.commons.compress.compressors.pack200.Pack200CompressorOutputStream
 
write(byte[]) - Method in class org.apache.commons.compress.utils.CountingOutputStream
Deprecated.
 
write(byte[], int, int) - Method in class org.apache.commons.compress.archivers.ar.ArArchiveOutputStream
 
write(byte[], int, int) - Method in class org.apache.commons.compress.archivers.cpio.CpioArchiveOutputStream
Writes an array of bytes to the current CPIO entry data.
write(byte[], int, int) - Method in class org.apache.commons.compress.archivers.sevenz.SevenZOutputFile
Writes part of a byte array to the current archive entry.
write(byte[], int, int) - Method in class org.apache.commons.compress.archivers.tar.TarArchiveOutputStream
Writes bytes to the current tar archive entry.
write(byte[], int, int) - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
Writes bytes to ZIP entry.
write(byte[], int, int) - Method in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorOutputStream
 
write(byte[], int, int) - Method in class org.apache.commons.compress.compressors.deflate.DeflateCompressorOutputStream
 
write(byte[], int, int) - Method in class org.apache.commons.compress.compressors.gzip.GzipCompressorOutputStream
write(byte[], int, int) - Method in class org.apache.commons.compress.compressors.lz4.BlockLZ4CompressorOutputStream
 
write(byte[], int, int) - Method in class org.apache.commons.compress.compressors.lz4.FramedLZ4CompressorOutputStream
 
write(byte[], int, int) - Method in class org.apache.commons.compress.compressors.lzma.LZMACompressorOutputStream
write(byte[], int, int) - Method in class org.apache.commons.compress.compressors.pack200.Pack200CompressorOutputStream
 
write(byte[], int, int) - Method in class org.apache.commons.compress.compressors.snappy.FramedSnappyCompressorOutputStream
 
write(byte[], int, int) - Method in class org.apache.commons.compress.compressors.snappy.SnappyCompressorOutputStream
 
write(byte[], int, int) - Method in class org.apache.commons.compress.compressors.xz.XZCompressorOutputStream
 
write(byte[], int, int) - Method in class org.apache.commons.compress.compressors.zstandard.ZstdCompressorOutputStream
 
write(byte[], int, int) - Method in class org.apache.commons.compress.utils.CountingOutputStream
Deprecated.
 
write(byte[], int, int) - Method in class org.apache.commons.compress.utils.FixedLengthBlockOutputStream
 
write(int) - Method in class org.apache.commons.compress.archivers.ArchiveOutputStream
Writes a byte to the current archive entry.
write(int) - Method in class org.apache.commons.compress.archivers.sevenz.SevenZOutputFile
Writes a byte to the current archive entry.
write(int) - Method in class org.apache.commons.compress.compressors.bzip2.BZip2CompressorOutputStream
 
write(int) - Method in class org.apache.commons.compress.compressors.deflate.DeflateCompressorOutputStream
 
write(int) - Method in class org.apache.commons.compress.compressors.gzip.GzipCompressorOutputStream
 
write(int) - Method in class org.apache.commons.compress.compressors.lz4.BlockLZ4CompressorOutputStream
 
write(int) - Method in class org.apache.commons.compress.compressors.lz4.FramedLZ4CompressorOutputStream
 
write(int) - Method in class org.apache.commons.compress.compressors.lzma.LZMACompressorOutputStream
write(int) - Method in class org.apache.commons.compress.compressors.pack200.Pack200CompressorOutputStream
 
write(int) - Method in class org.apache.commons.compress.compressors.snappy.FramedSnappyCompressorOutputStream
 
write(int) - Method in class org.apache.commons.compress.compressors.snappy.SnappyCompressorOutputStream
 
write(int) - Method in class org.apache.commons.compress.compressors.xz.XZCompressorOutputStream
 
write(int) - Method in class org.apache.commons.compress.compressors.zstandard.ZstdCompressorOutputStream
 
write(int) - Method in class org.apache.commons.compress.utils.CountingOutputStream
Deprecated.
 
write(int) - Method in class org.apache.commons.compress.utils.FixedLengthBlockOutputStream
 
write(DataOutputStream) - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.ClassFile
 
write(DataOutputStream) - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.ClassFileEntry
 
write(DataOutputStream) - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.ExceptionTableEntry
 
write(InputStream) - Method in class org.apache.commons.compress.archivers.sevenz.SevenZOutputFile
Writes all of the given input stream to the current archive entry.
write(ByteBuffer) - Method in class org.apache.commons.compress.utils.FixedLengthBlockOutputStream
 
write(ByteBuffer) - Method in class org.apache.commons.compress.utils.MultiReadOnlySeekableByteChannel
 
write(ByteBuffer) - Method in class org.apache.commons.compress.utils.SeekableInMemoryByteChannel
 
write(Path, OpenOption...) - Method in class org.apache.commons.compress.archivers.sevenz.SevenZOutputFile
Writes all of the given input stream to the current archive entry.
writeBody(DataOutputStream) - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.AnnotationDefaultAttribute
 
writeBody(DataOutputStream) - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.AnnotationsAttribute.Annotation
 
writeBody(DataOutputStream) - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.AnnotationsAttribute.ElementValue
 
writeBody(DataOutputStream) - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.Attribute
 
writeBody(DataOutputStream) - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.BCIRenumberedAttribute
 
writeBody(DataOutputStream) - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.CodeAttribute
 
writeBody(DataOutputStream) - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.ConstantPoolEntry
 
writeBody(DataOutputStream) - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.ConstantValueAttribute
 
writeBody(DataOutputStream) - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.CPClass
 
writeBody(DataOutputStream) - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.CPDouble
 
writeBody(DataOutputStream) - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.CPFieldRef
 
writeBody(DataOutputStream) - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.CPFloat
 
writeBody(DataOutputStream) - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.CPInteger
 
writeBody(DataOutputStream) - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.CPLong
 
writeBody(DataOutputStream) - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.CPNameAndType
 
writeBody(DataOutputStream) - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.CPRef
 
writeBody(DataOutputStream) - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.CPString
 
writeBody(DataOutputStream) - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.CPUTF8
 
writeBody(DataOutputStream) - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.DeprecatedAttribute
 
writeBody(DataOutputStream) - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.EnclosingMethodAttribute
 
writeBody(DataOutputStream) - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.ExceptionsAttribute
 
writeBody(DataOutputStream) - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.InnerClassesAttribute
 
writeBody(DataOutputStream) - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.LineNumberTableAttribute
 
writeBody(DataOutputStream) - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.LocalVariableTableAttribute
 
writeBody(DataOutputStream) - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.LocalVariableTypeTableAttribute
 
writeBody(DataOutputStream) - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.NewAttribute
 
writeBody(DataOutputStream) - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.RuntimeVisibleorInvisibleAnnotationsAttribute
 
writeBody(DataOutputStream) - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.RuntimeVisibleorInvisibleParameterAnnotationsAttribute.ParameterAnnotation
 
writeBody(DataOutputStream) - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.RuntimeVisibleorInvisibleParameterAnnotationsAttribute
 
writeBody(DataOutputStream) - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.SignatureAttribute
 
writeBody(DataOutputStream) - Method in class org.apache.commons.compress.harmony.unpack200.bytecode.SourceFileAttribute
 
writeCentralDirectoryEnd() - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
Writes the "End of central dir record".
writeCentralFileHeader(ZipArchiveEntry) - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
Writes the central file header entry.
writeCounted(byte[]) - Method in class org.apache.commons.compress.archivers.zip.StreamCompressor
 
writeCounted(byte[], int, int) - Method in class org.apache.commons.compress.archivers.zip.StreamCompressor
 
writeDataDescriptor(ZipArchiveEntry) - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
Writes the data descriptor entry.
writeEntryHeader(byte[]) - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
Writes an entry's header information to a header buffer.
writeEntryHeader(byte[], ZipEncoding, boolean) - Method in class org.apache.commons.compress.archivers.tar.TarArchiveEntry
Writes an entry's header information to a header buffer.
writeJar(JarOutputStream) - Method in class org.apache.commons.compress.harmony.unpack200.Segment
Writes the segment to an output stream.
writeLocalFileHeader(ZipArchiveEntry) - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
Writes the local file header entry
writeNextZipEntry(ZipArchiveOutputStream) - Method in class org.apache.commons.compress.archivers.zip.ScatterZipOutputStream.ZipEntryWriter
 
writeOut(byte[]) - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
Write bytes to output or random access file.
writeOut(byte[], int, int) - Method in class org.apache.commons.compress.archivers.zip.StreamCompressor
 
writeOut(byte[], int, int) - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
Write bytes to output or random access file.
writeOut(byte[], int, int) - Method in class org.apache.commons.compress.parallel.FileBasedScatterGatherBackingStore
 
writeOut(byte[], int, int) - Method in interface org.apache.commons.compress.parallel.ScatterGatherBackingStore
Writes a piece of payload.
writePreamble(byte[]) - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
Write preamble data.
writePreamble(byte[], int, int) - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
Write preamble data.
writeTo(ZipArchiveOutputStream) - Method in class org.apache.commons.compress.archivers.zip.ParallelScatterZipCreator
Writes the contents this to the target ZipArchiveOutputStream.
writeTo(ZipArchiveOutputStream) - Method in class org.apache.commons.compress.archivers.zip.ScatterZipOutputStream
Writes the contents of this scatter stream to a target archive.
writeZip64CentralDirectory() - Method in class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
Writes the "ZIP64 End of central dir record" and "ZIP64 End of central dir locator".

X

X000A_NTFS - Class in org.apache.commons.compress.archivers.zip
NTFS extra field that was thought to store various attributes but in reality only stores timestamps.
X000A_NTFS() - Constructor for class org.apache.commons.compress.archivers.zip.X000A_NTFS
 
X0014_X509Certificates - Class in org.apache.commons.compress.archivers.zip
PKCS#7 Store for X.509 Certificates (0x0014).
X0014_X509Certificates() - Constructor for class org.apache.commons.compress.archivers.zip.X0014_X509Certificates
 
X0015_CertificateIdForFile - Class in org.apache.commons.compress.archivers.zip
X.509 Certificate ID and Signature for individual file (0x0015).
X0015_CertificateIdForFile() - Constructor for class org.apache.commons.compress.archivers.zip.X0015_CertificateIdForFile
 
X0016_CertificateIdForCentralDirectory - Class in org.apache.commons.compress.archivers.zip
X.509 Certificate ID and Signature for central directory (0x0016).
X0016_CertificateIdForCentralDirectory() - Constructor for class org.apache.commons.compress.archivers.zip.X0016_CertificateIdForCentralDirectory
 
X0017_StrongEncryptionHeader - Class in org.apache.commons.compress.archivers.zip
Strong Encryption Header (0x0017).
X0017_StrongEncryptionHeader() - Constructor for class org.apache.commons.compress.archivers.zip.X0017_StrongEncryptionHeader
 
X0019_EncryptionRecipientCertificateList - Class in org.apache.commons.compress.archivers.zip
PKCS#7 Encryption Recipient Certificate List (0x0019).
X0019_EncryptionRecipientCertificateList() - Constructor for class org.apache.commons.compress.archivers.zip.X0019_EncryptionRecipientCertificateList
 
X5455_ExtendedTimestamp - Class in org.apache.commons.compress.archivers.zip
An extra field that stores additional file and directory timestamp data for ZIP entries.
X5455_ExtendedTimestamp() - Constructor for class org.apache.commons.compress.archivers.zip.X5455_ExtendedTimestamp
Constructor for X5455_ExtendedTimestamp.
X7875_NewUnix - Class in org.apache.commons.compress.archivers.zip
An extra field that stores UNIX UID/GID data (owner & group ownership) for a given ZIP entry.
X7875_NewUnix() - Constructor for class org.apache.commons.compress.archivers.zip.X7875_NewUnix
Constructor for X7875_NewUnix.
XAPK - Static variable in class org.apache.commons.compress.archivers.ArchiveStreamFactory
Constant (value "xapk") used to identify the XAPK archive format.
XSTAR_ATIME_OFFSET - Static variable in interface org.apache.commons.compress.archivers.tar.TarConstants
Offset inside the header for the atime field in xstar archives.
XSTAR_CTIME_OFFSET - Static variable in interface org.apache.commons.compress.archivers.tar.TarConstants
Offset inside the header for the ctime field in xstar archives.
XSTAR_MAGIC_LEN - Static variable in interface org.apache.commons.compress.archivers.tar.TarConstants
Length of the XSTAR magic.
XSTAR_MAGIC_OFFSET - Static variable in interface org.apache.commons.compress.archivers.tar.TarConstants
Offset inside the header for the xstar magic bytes.
XSTAR_MULTIVOLUME_OFFSET - Static variable in interface org.apache.commons.compress.archivers.tar.TarConstants
Offset inside the header for the xtar multivolume data
XSTAR_PREFIX_OFFSET - Static variable in interface org.apache.commons.compress.archivers.tar.TarConstants
Offset inside the header for the prefix field in xstar archives.
XXHash32 - Class in org.apache.commons.compress.compressors.lz4
Deprecated.
XXHash32() - Constructor for class org.apache.commons.compress.compressors.lz4.XXHash32
Deprecated.
Creates an XXHash32 instance with a seed of 0.
XXHash32(int) - Constructor for class org.apache.commons.compress.compressors.lz4.XXHash32
Deprecated.
Creates an XXHash32 instance.
XZ - Enum constant in enum org.apache.commons.compress.archivers.zip.ZipMethod
Compression Method 95 for XZ.
XZ - Static variable in class org.apache.commons.compress.compressors.CompressorStreamFactory
Constant (value "xz") used to identify the XZ compression method.
XZCompressorInputStream - Class in org.apache.commons.compress.compressors.xz
XZ decompressor.
XZCompressorInputStream(InputStream) - Constructor for class org.apache.commons.compress.compressors.xz.XZCompressorInputStream
Creates a new input stream that decompresses XZ-compressed data from the specified input stream.
XZCompressorInputStream(InputStream, boolean) - Constructor for class org.apache.commons.compress.compressors.xz.XZCompressorInputStream
Creates a new input stream that decompresses XZ-compressed data from the specified input stream.
XZCompressorInputStream(InputStream, boolean, int) - Constructor for class org.apache.commons.compress.compressors.xz.XZCompressorInputStream
Creates a new input stream that decompresses XZ-compressed data from the specified input stream.
XZCompressorOutputStream - Class in org.apache.commons.compress.compressors.xz
XZ compressor.
XZCompressorOutputStream(OutputStream) - Constructor for class org.apache.commons.compress.compressors.xz.XZCompressorOutputStream
Creates a new XZ compressor using the default LZMA2 options.
XZCompressorOutputStream(OutputStream, int) - Constructor for class org.apache.commons.compress.compressors.xz.XZCompressorOutputStream
Creates a new XZ compressor using the specified LZMA2 preset level.
XZUtils - Class in org.apache.commons.compress.compressors.xz
Utility code for the XZ compression format.

Z

Z - Static variable in class org.apache.commons.compress.compressors.CompressorStreamFactory
Constant (value "z") used to identify the traditional Unix compress method.
ZCompressorInputStream - Class in org.apache.commons.compress.compressors.z
Input stream that decompresses .Z files.
ZCompressorInputStream(InputStream) - Constructor for class org.apache.commons.compress.compressors.z.ZCompressorInputStream
 
ZCompressorInputStream(InputStream, int) - Constructor for class org.apache.commons.compress.compressors.z.ZCompressorInputStream
 
ZERO - Static variable in class org.apache.commons.compress.archivers.zip.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
The different modes ZipArchiveOutputStream can operate in.
Zip64RequiredException - Exception Class 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 class 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() - Constructor for class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
 
ZipArchiveEntry(File, String) - Constructor for class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
Creates a new ZIP entry taking some information from the given file and using the provided name.
ZipArchiveEntry(String) - Constructor for class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
Creates a new ZIP entry with the specified name.
ZipArchiveEntry(Path, String, LinkOption...) - Constructor for class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
Creates a new ZIP entry taking some information from the given path and using the provided name.
ZipArchiveEntry(ZipEntry) - Constructor for class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
Creates a new ZIP entry with fields taken from the specified ZIP entry.
ZipArchiveEntry(ZipArchiveEntry) - Constructor for class org.apache.commons.compress.archivers.zip.ZipArchiveEntry
Creates a new ZIP entry with fields taken from the specified ZIP entry.
ZipArchiveEntry.CommentSource - Enum in org.apache.commons.compress.archivers.zip
Indicates how the comment of this entry has been determined.
ZipArchiveEntry.ExtraFieldParsingMode - Enum in org.apache.commons.compress.archivers.zip
How to try to parse the extra fields.
ZipArchiveEntry.NameSource - Enum in org.apache.commons.compress.archivers.zip
Indicates how the name of this entry has been determined.
ZipArchiveEntryPredicate - Interface in org.apache.commons.compress.archivers.zip
A predicate to test if a #ZipArchiveEntry matches a criteria.
ZipArchiveEntryRequest - 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
Constructs an instance using UTF-8 encoding
ZipArchiveInputStream(InputStream, String) - Constructor for class org.apache.commons.compress.archivers.zip.ZipArchiveInputStream
Constructs an instance using the specified encoding
ZipArchiveInputStream(InputStream, String, boolean) - Constructor for class org.apache.commons.compress.archivers.zip.ZipArchiveInputStream
Constructs an instance using the specified encoding
ZipArchiveInputStream(InputStream, String, boolean, boolean) - Constructor for class org.apache.commons.compress.archivers.zip.ZipArchiveInputStream
Constructs an instance using the specified encoding
ZipArchiveInputStream(InputStream, String, boolean, boolean, boolean) - Constructor for class org.apache.commons.compress.archivers.zip.ZipArchiveInputStream
Constructs an instance using the specified encoding
ZipArchiveOutputStream - Class in org.apache.commons.compress.archivers.zip
Reimplementation of java.util.zip.ZipOutputStream to handle the extended functionality of this package, especially internal/external file attributes and extra fields with different layouts for local file data and central directory entries.
ZipArchiveOutputStream(File) - Constructor for class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
Creates a new ZIP OutputStream writing to a File.
ZipArchiveOutputStream(File, long) - Constructor for class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
Creates a split ZIP Archive.
ZipArchiveOutputStream(OutputStream) - Constructor for class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
Creates a new ZIP OutputStream filtering the underlying stream.
ZipArchiveOutputStream(SeekableByteChannel) - Constructor for class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
Creates a new ZIP OutputStream writing to a SeekableByteChannel.
ZipArchiveOutputStream(Path, long) - Constructor for class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
Creates a split ZIP Archive.
ZipArchiveOutputStream(Path, OpenOption...) - Constructor for class org.apache.commons.compress.archivers.zip.ZipArchiveOutputStream
Creates a new ZIP OutputStream writing to a Path.
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(byte[]) - Constructor for class org.apache.commons.compress.archivers.zip.ZipEightByteInteger
Constructs a new instance from bytes.
ZipEightByteInteger(byte[], int) - Constructor for class org.apache.commons.compress.archivers.zip.ZipEightByteInteger
Constructs a new instance from the eight bytes starting at offset.
ZipEightByteInteger(long) - Constructor for class org.apache.commons.compress.archivers.zip.ZipEightByteInteger
Constructs a new instance from a number.
ZipEightByteInteger(BigInteger) - Constructor for class org.apache.commons.compress.archivers.zip.ZipEightByteInteger
Constructs a new instance from a number.
ZipEncoding - Interface in org.apache.commons.compress.archivers.zip
An interface for encoders that do a pretty encoding of ZIP file names.
ZipEncodingHelper - Class in org.apache.commons.compress.archivers.zip
Static helper functions for robustly encoding file names in ZIP files.
ZipEncodingHelper() - Constructor for class org.apache.commons.compress.archivers.zip.ZipEncodingHelper
 
zipEntryWriter() - Method in class org.apache.commons.compress.archivers.zip.ScatterZipOutputStream
Gets a ZIP entry writer for this scatter stream.
ZipEntryWriter(ScatterZipOutputStream) - Constructor for class org.apache.commons.compress.archivers.zip.ScatterZipOutputStream.ZipEntryWriter
 
ZipExtraField - Interface in org.apache.commons.compress.archivers.zip
General format of extra field data.
ZipFile - Class in org.apache.commons.compress.archivers.zip
Replacement for ZipFile.
ZipFile(File) - Constructor for class org.apache.commons.compress.archivers.zip.ZipFile
Deprecated.
ZipFile(File, String) - Constructor for class org.apache.commons.compress.archivers.zip.ZipFile
Deprecated.
ZipFile(File, String, boolean) - Constructor for class org.apache.commons.compress.archivers.zip.ZipFile
Deprecated.
ZipFile(File, String, boolean, boolean) - Constructor for class org.apache.commons.compress.archivers.zip.ZipFile
Deprecated.
ZipFile(String) - Constructor for class org.apache.commons.compress.archivers.zip.ZipFile
Deprecated.
ZipFile(String, String) - Constructor for class org.apache.commons.compress.archivers.zip.ZipFile
Deprecated.
ZipFile(SeekableByteChannel) - Constructor for class org.apache.commons.compress.archivers.zip.ZipFile
Deprecated.
ZipFile(SeekableByteChannel, String) - Constructor for class org.apache.commons.compress.archivers.zip.ZipFile
Deprecated.
ZipFile(SeekableByteChannel, String, String, boolean) - Constructor for class org.apache.commons.compress.archivers.zip.ZipFile
Deprecated.
ZipFile(SeekableByteChannel, String, String, boolean, boolean) - Constructor for class org.apache.commons.compress.archivers.zip.ZipFile
Deprecated.
ZipFile(Path) - Constructor for class org.apache.commons.compress.archivers.zip.ZipFile
Deprecated.
ZipFile(Path, String) - Constructor for class org.apache.commons.compress.archivers.zip.ZipFile
Deprecated.
ZipFile(Path, String, boolean) - Constructor for class org.apache.commons.compress.archivers.zip.ZipFile
Deprecated.
ZipFile(Path, String, boolean, boolean) - Constructor for class org.apache.commons.compress.archivers.zip.ZipFile
Deprecated.
ZipFile.Builder - Class in org.apache.commons.compress.archivers.zip
Builds new ZipFile instances.
ZipLong - Class in org.apache.commons.compress.archivers.zip
Utility class that represents a four byte integer with conversion rules for the little-endian byte order of ZIP files.
ZipLong(byte[]) - Constructor for class org.apache.commons.compress.archivers.zip.ZipLong
Constructs a new instance from bytes.
ZipLong(byte[], int) - Constructor for class org.apache.commons.compress.archivers.zip.ZipLong
Creates instance from the four bytes starting at offset.
ZipLong(int) - Constructor for class org.apache.commons.compress.archivers.zip.ZipLong
create instance from a Java int.
ZipLong(long) - Constructor for class org.apache.commons.compress.archivers.zip.ZipLong
Creates instance from a number.
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(byte[]) - Constructor for class org.apache.commons.compress.archivers.zip.ZipShort
Constructs a new instance from bytes.
ZipShort(byte[], int) - Constructor for class org.apache.commons.compress.archivers.zip.ZipShort
Constructs a new instance from the two bytes starting at offset.
ZipShort(int) - Constructor for class org.apache.commons.compress.archivers.zip.ZipShort
Constructs a new instance from a number.
ZipSplitReadOnlySeekableByteChannel - Class in org.apache.commons.compress.archivers.zip
MultiReadOnlySeekableByteChannel that knows what a split ZIP archive should look like.
ZipSplitReadOnlySeekableByteChannel(List<SeekableByteChannel>) - Constructor for class org.apache.commons.compress.archivers.zip.ZipSplitReadOnlySeekableByteChannel
Concatenates the given channels.
ZipUtil - Class in org.apache.commons.compress.archivers.zip
Utility class for handling DOS and Java time conversions.
ZipUtil() - Constructor for class org.apache.commons.compress.archivers.zip.ZipUtil
 
ZLIB - Enum constant in enum org.apache.commons.compress.archivers.dump.DumpArchiveConstants.COMPRESSION_TYPE
 
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
CompressorInputStream implementation to decode Zstandard encoded stream.
ZstdCompressorInputStream(InputStream) - Constructor for class org.apache.commons.compress.compressors.zstandard.ZstdCompressorInputStream
 
ZstdCompressorInputStream(InputStream, BufferPool) - Constructor for class org.apache.commons.compress.compressors.zstandard.ZstdCompressorInputStream
Creates a new input stream that decompresses zstd-compressed data from the specific input stream
ZstdCompressorOutputStream - Class in org.apache.commons.compress.compressors.zstandard
CompressorOutputStream implementation to create Zstandard encoded stream.
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, closeFrameOnFlush and 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 closeFrameOnFlush and useChecksum.
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, boolean, boolean) - Constructor for class org.apache.commons.compress.compressors.zstandard.ZstdCompressorOutputStream
Wraps the given stream into a zstd-jni ZstdOutputStream.
ZstdUtils - Class in org.apache.commons.compress.compressors.zstandard
Utility code for the Zstandard compression format.
A B C D E F G H I J K L M N O P R S T U V W X Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form