- add(long, long) - Method in class org.tukaani.xz.index.IndexEncoder
-
- add(long, long) - Method in class org.tukaani.xz.index.IndexHash
-
- addArg(String) - Method in class org.apache.commons.cli.CommandLine
-
Add left-over unrecognized option/argument.
- addArg(String) - Method in class org.apache.commons.cli.CommandLine.Builder
-
Add left-over unrecognized option/argument.
- addOption(Option) - Method in class org.apache.commons.cli.CommandLine
-
Add an option to the command line.
- addOption(Option) - Method in class org.apache.commons.cli.CommandLine.Builder
-
Add an option to the command line.
- addOption(Option) - Method in class org.apache.commons.cli.OptionGroup
-
Add the specified Option
to this group.
- addOption(Option) - Method in class org.apache.commons.cli.Options
-
Adds an option instance
- addOption(String, boolean, String) - Method in class org.apache.commons.cli.Options
-
Add an option that only contains a short-name.
- addOption(String, String) - Method in class org.apache.commons.cli.Options
-
Add an option that only contains a short name.
- addOption(String, String, boolean, String) - Method in class org.apache.commons.cli.Options
-
Add an option that contains a short-name and a long-name.
- addOptionGroup(OptionGroup) - Method in class org.apache.commons.cli.Options
-
Add the specified option group.
- addRequiredOption(String, String, boolean, String) - Method in class org.apache.commons.cli.Options
-
Add an option that contains a short-name and a long-name.
- addValue(String) - Method in class org.apache.commons.cli.Option
-
- AlreadySelectedException - Exception in org.apache.commons.cli
-
Thrown when more than one option in an option group has been provided.
- AlreadySelectedException(OptionGroup, Option) - Constructor for exception org.apache.commons.cli.AlreadySelectedException
-
Constructs a new AlreadySelectedException
for the specified option group.
- AlreadySelectedException(String) - Constructor for exception org.apache.commons.cli.AlreadySelectedException
-
Constructs a new AlreadySelectedException
with the specified detail message.
- AmbiguousOptionException - Exception in org.apache.commons.cli
-
Exception thrown when an option can't be identified from a partial name.
- AmbiguousOptionException(String, Collection<String>) - Constructor for exception org.apache.commons.cli.AmbiguousOptionException
-
Constructs a new AmbiguousOptionException.
- areStreamFlagsEqual(StreamFlags, StreamFlags) - Static method in class org.tukaani.xz.common.DecoderUtil
-
- argName(String) - Method in class org.apache.commons.cli.Option.Builder
-
Sets the display name for the argument value.
- ARM - Class in org.tukaani.xz.simple
-
- ARM(boolean, int) - Constructor for class org.tukaani.xz.simple.ARM
-
- ARMOptions - Class in org.tukaani.xz
-
BCJ filter for little endian ARM instructions.
- ARMOptions() - Constructor for class org.tukaani.xz.ARMOptions
-
- ARMThumb - Class in org.tukaani.xz.simple
-
- ARMThumb(boolean, int) - Constructor for class org.tukaani.xz.simple.ARMThumb
-
- ARMThumbOptions - Class in org.tukaani.xz
-
BCJ filter for little endian ARM-Thumb instructions.
- ARMThumbOptions() - Constructor for class org.tukaani.xz.ARMThumbOptions
-
- ArrayCache - Class in org.tukaani.xz
-
Caches large arrays for reuse (base class and a dummy cache implementation).
- ArrayCache() - Constructor for class org.tukaani.xz.ArrayCache
-
Creates a new ArrayCache
that does no caching
(a dummy cache).
- available() - Method in class org.tukaani.xz.DeltaInputStream
-
Calls in.available()
.
- available() - Method in class org.tukaani.xz.LZMA2InputStream
-
Returns the number of uncompressed bytes that can be read
without blocking.
- available() - Method in class org.tukaani.xz.SeekableXZInputStream
-
Returns the number of uncompressed bytes that can be read
without blocking.
- available() - Method in class org.tukaani.xz.SingleXZInputStream
-
Returns the number of uncompressed bytes that can be read
without blocking.
- available() - Method in class org.tukaani.xz.XZInputStream
-
Returns the number of uncompressed bytes that can be read
without blocking.