Skip navigation links
A B C D E F G H I L M N O P R S T U V W X 

G

getArgList() - Method in class org.apache.commons.cli.CommandLine
Retrieve any left-over non-recognized options and arguments
getArgName() - Method in class org.apache.commons.cli.HelpFormatter
Gets the 'argName'.
getArgName() - Method in class org.apache.commons.cli.Option
Gets the display name for the argument value.
getArgs() - Method in class org.apache.commons.cli.CommandLine
Retrieve any left-over non-recognized options and arguments
getArgs() - Method in class org.apache.commons.cli.Option
Gets the number of argument values this Option can take.
getAvail() - Method in class org.tukaani.xz.lz.LZEncoder
Get the number of bytes available, including the current byte.
getBitPrice(int, int) - Static method in class org.tukaani.xz.rangecoder.RangeEncoder
 
getBitTreePrice(short[], int) - Static method in class org.tukaani.xz.rangecoder.RangeEncoder
 
getBlockCheckType(int) - Method in class org.tukaani.xz.SeekableXZInputStream
Gets integrity check type (Check ID) of the given Block.
getBlockCompPos(int) - Method in class org.tukaani.xz.SeekableXZInputStream
Gets the position where the given compressed Block starts in the underlying .xz file.
getBlockCompSize(int) - Method in class org.tukaani.xz.SeekableXZInputStream
Gets the compressed size of the given Block.
getBlockCount() - Method in class org.tukaani.xz.SeekableXZInputStream
Gets the number of Blocks in the .xz file.
getBlockNumber(long) - Method in class org.tukaani.xz.SeekableXZInputStream
Gets the number of the Block that contains the byte at the given uncompressed position.
getBlockPos(int) - Method in class org.tukaani.xz.SeekableXZInputStream
Gets the uncompressed start position of the given Block.
getBlockSize(int) - Method in class org.tukaani.xz.SeekableXZInputStream
Gets the uncompressed size of the given Block.
getByte(int) - Method in class org.tukaani.xz.lz.LZDecoder
 
getByte(int) - Method in class org.tukaani.xz.lz.LZEncoder
Gets the byte from the given backward offset.
getByte(int, int) - Method in class org.tukaani.xz.lz.LZEncoder
Gets the byte from the given forward minus backward offset.
getByteArray(int, boolean) - Method in class org.tukaani.xz.ArrayCache
Allocates a new byte array.
getByteArray(int, boolean) - Method in class org.tukaani.xz.BasicArrayCache
Allocates a new byte array, hopefully reusing an existing array from the cache.
getByteArray(int, boolean) - Method in class org.tukaani.xz.ResettableArrayCache
 
getCheckName() - Method in class org.tukaani.xz.SingleXZInputStream
Gets the name of the integrity check used in this XZ Stream.
getCheckSumOctalBytes(long, byte[], int, int) - Static method in class org.kamranzafar.jtar.Octal
Write the checksum octal integer to a header buffer.
getCheckType() - Method in class org.tukaani.xz.index.BlockInfo
 
getCheckType() - Method in class org.tukaani.xz.SingleXZInputStream
Gets the ID of the integrity check used in this XZ Stream.
getCheckTypes() - Method in class org.tukaani.xz.SeekableXZInputStream
Gets the types of integrity checks used in the .xz file.
getCurrentOffset() - Method in class org.kamranzafar.jtar.TarInputStream
Returns the current offset (in bytes) from the beginning of the stream.
getDecoderMemoryUsage() - Method in class org.tukaani.xz.DeltaOptions
 
getDecoderMemoryUsage(FilterOptions[]) - Static method in class org.tukaani.xz.FilterOptions
Gets how much memory the decoder will need with the given filter chain.
getDecoderMemoryUsage() - Method in class org.tukaani.xz.FilterOptions
Gets how much memory the decoder will need to decompress the data that was encoded with these options.
getDecoderMemoryUsage() - Method in class org.tukaani.xz.LZMA2Options
Gets how much memory the LZMA2 decoder will need to decompress the data that was encoded with these options and stored in a .xz file.
getDefaultCache() - Static method in class org.tukaani.xz.ArrayCache
Gets the default ArrayCache instance.
getDepthLimit() - Method in class org.tukaani.xz.LZMA2Options
Gets the match finder search depth limit.
getDescPadding() - Method in class org.apache.commons.cli.HelpFormatter
Gets the 'descPadding'.
getDescription() - Method in class org.apache.commons.cli.Option
Gets the self-documenting description of this Option
getDictSize() - Method in class org.tukaani.xz.LZMA2Options
Gets the dictionary size in bytes.
getDirectBitsPrice(int) - Static method in class org.tukaani.xz.rangecoder.RangeEncoder
 
getDistance() - Method in class org.tukaani.xz.DeltaOptions
Gets the delta distance.
getDistSlot(int) - Static method in class org.tukaani.xz.lzma.LZMAEncoder
Gets an integer [0, 63] matching the highest two bits of an integer.
getDummyCache() - Static method in class org.tukaani.xz.ArrayCache
Returns a statically-allocated ArrayCache instance.
getEncoderMemoryUsage() - Method in class org.tukaani.xz.DeltaOptions
 
getEncoderMemoryUsage(FilterOptions[]) - Static method in class org.tukaani.xz.FilterOptions
Gets how much memory the encoder will need with the given filter chain.
getEncoderMemoryUsage() - Method in class org.tukaani.xz.FilterOptions
Gets how much memory the encoder will need with these options.
getEncoderMemoryUsage() - Method in class org.tukaani.xz.LZMA2Options
 
getFile() - Method in class org.kamranzafar.jtar.TarEntry
 
getGroupId() - Method in class org.kamranzafar.jtar.TarEntry
 
getGroupName() - Method in class org.kamranzafar.jtar.TarEntry
 
getHeader() - Method in class org.kamranzafar.jtar.TarEntry
 
getId() - Method in class org.apache.commons.cli.Option
Gets the id of this Option.
getIndexMemoryUsage() - Method in class org.tukaani.xz.SeekableXZInputStream
Gets the amount of memory in kibibytes (KiB) used by the data structures needed to locate the XZ Blocks.
getInputStream(InputStream, ArrayCache) - Method in class org.tukaani.xz.ARMOptions
 
getInputStream(InputStream, ArrayCache) - Method in class org.tukaani.xz.ARMThumbOptions
 
getInputStream(InputStream, ArrayCache) - Method in class org.tukaani.xz.DeltaOptions
 
getInputStream(InputStream) - Method in class org.tukaani.xz.FilterOptions
Gets a raw (no XZ headers) decoder input stream using these options.
getInputStream(InputStream, ArrayCache) - Method in class org.tukaani.xz.FilterOptions
Gets a raw (no XZ headers) decoder input stream using these options and the given ArrayCache.
getInputStream(InputStream, ArrayCache) - Method in class org.tukaani.xz.IA64Options
 
getInputStream(InputStream, ArrayCache) - Method in class org.tukaani.xz.LZMA2Options
 
getInputStream(InputStream, ArrayCache) - Method in class org.tukaani.xz.PowerPCOptions
 
getInputStream(InputStream, ArrayCache) - Method in class org.tukaani.xz.SPARCOptions
 
getInputStream(InputStream, ArrayCache) - Method in class org.tukaani.xz.X86Options
 
getInstance() - Static method in class org.tukaani.xz.BasicArrayCache
Returns a statically-allocated BasicArrayCache instance.
getInstance(int) - Static method in class org.tukaani.xz.check.Check
 
getInstance(int, int, int, int, int, int, int, ArrayCache) - Static method in class org.tukaani.xz.lz.LZEncoder
Creates a new LZEncoder.
getInstance(RangeEncoder, int, int, int, int, int, int, int, int, int, ArrayCache) - Static method in class org.tukaani.xz.lzma.LZMAEncoder
 
getIntArray(int, boolean) - Method in class org.tukaani.xz.ArrayCache
Allocates a new int array.
getIntArray(int, boolean) - Method in class org.tukaani.xz.BasicArrayCache
This is like getByteArray but for int arrays.
getIntArray(int, boolean) - Method in class org.tukaani.xz.ResettableArrayCache
 
getLargestBlockSize() - Method in class org.tukaani.xz.index.IndexDecoder
 
getLargestBlockSize() - Method in class org.tukaani.xz.SeekableXZInputStream
Gets the uncompressed size of the largest XZ Block in bytes.
getLc() - Method in class org.tukaani.xz.LZMA2Options
Gets the number of literal context bits.
getLeftPadding() - Method in class org.apache.commons.cli.HelpFormatter
Gets the 'leftPadding'.
getLongOctalBytes(long, byte[], int, int) - Static method in class org.kamranzafar.jtar.Octal
Write an octal long integer to a header buffer.
getLongOpt() - Method in class org.apache.commons.cli.Option
Gets the long name of this Option.
getLongOptPrefix() - Method in class org.apache.commons.cli.HelpFormatter
Gets the 'longOptPrefix'.
getLongOptSeparator() - Method in class org.apache.commons.cli.HelpFormatter
Gets the separator displayed between a long option and its value.
getLp() - Method in class org.tukaani.xz.LZMA2Options
Gets the number of literal position bits.
getLZEncoder() - Method in class org.tukaani.xz.lzma.LZMAEncoder
 
getMatches() - Method in class org.tukaani.xz.lz.LZEncoder
Runs match finder for the next byte and returns the matches found.
getMatchFinder() - Method in class org.tukaani.xz.LZMA2Options
Gets the match finder type.
getMatchingOptions() - Method in exception org.apache.commons.cli.AmbiguousOptionException
Gets the options matching the partial name.
getMatchingOptions(String) - Method in class org.apache.commons.cli.Options
Gets the options with a long name starting with the name specified.
getMatchLen(int, int) - Method in class org.tukaani.xz.lz.LZEncoder
Get the length of a match at the given distance.
getMatchLen(int, int, int) - Method in class org.tukaani.xz.lz.LZEncoder
Get the length of a match at the given distance and forward offset.
getMemoryLimit() - Method in exception org.tukaani.xz.MemoryLimitException
Gets what the memory usage limit was at the time the exception was created.
getMemoryNeeded() - Method in exception org.tukaani.xz.MemoryLimitException
Gets how much memory is required to decompress the data.
getMemoryUsage() - Method in class org.tukaani.xz.index.IndexDecoder
 
getMemoryUsage(int, int, int, int, int) - Static method in class org.tukaani.xz.lz.LZEncoder
Gets approximate memory usage of the LZEncoder base structure and the match finder as kibibytes.
getMemoryUsage(int, int, int, int) - Static method in class org.tukaani.xz.lzma.LZMAEncoder
 
getMemoryUsage(int) - Static method in class org.tukaani.xz.LZMA2InputStream
Gets approximate decompressor memory requirements as kibibytes for the given dictionary size.
getMemoryUsage(int, byte) - Static method in class org.tukaani.xz.LZMAInputStream
Gets approximate decompressor memory requirements as kibibytes for the given dictionary size and LZMA properties byte (lc, lp, and pb).
getMemoryUsage(int, int, int) - Static method in class org.tukaani.xz.LZMAInputStream
Gets approximate decompressor memory requirements as kibibytes for the given dictionary size, lc, and lp.
getMissingOptions() - Method in exception org.apache.commons.cli.MissingOptionException
Gets the list of options or option groups missing in the command line parsed.
getMode() - Method in class org.tukaani.xz.LZMA2Options
Gets the compression mode.
getModTime() - Method in class org.kamranzafar.jtar.TarEntry
 
getName() - Method in class org.kamranzafar.jtar.TarEntry
 
getName() - Method in class org.tukaani.xz.check.Check
 
getNameBytes(StringBuffer, byte[], int, int) - Static method in class org.kamranzafar.jtar.TarHeader
Determine the number of bytes in an entry name.
getNames() - Method in class org.apache.commons.cli.OptionGroup
 
getNewLine() - Method in class org.apache.commons.cli.HelpFormatter
Gets the 'newLine'.
getNextEntry() - Method in class org.kamranzafar.jtar.TarInputStream
Returns the next entry in the tar file
getNiceLen() - Method in class org.tukaani.xz.LZMA2Options
Gets the nice length of matches.
getOctalBytes(long, byte[], int, int) - Static method in class org.kamranzafar.jtar.Octal
Write an octal integer to a header buffer.
getOpt() - Method in class org.apache.commons.cli.Option
Gets the name of this Option.
getOption() - Method in exception org.apache.commons.cli.AlreadySelectedException
Gets the option that was added to the group and triggered the exception.
getOption() - Method in exception org.apache.commons.cli.MissingArgumentException
Return the option requiring an argument that wasn't provided on the command line.
getOption(String) - Method in class org.apache.commons.cli.Options
Gets the Option matching the long or short name specified.
getOption() - Method in exception org.apache.commons.cli.UnrecognizedOptionException
Gets the unrecognized option.
getOptionComparator() - Method in class org.apache.commons.cli.HelpFormatter
Comparator used to sort the options when they output in help text.
getOptionGroup() - Method in exception org.apache.commons.cli.AlreadySelectedException
Gets the option group where another option has been selected.
getOptionGroup(Option) - Method in class org.apache.commons.cli.Options
Gets the OptionGroup the opt belongs to.
getOptionObject(char) - Method in class org.apache.commons.cli.CommandLine
Deprecated.
due to System.err message. Instead use getParsedOptionValue(char)
getOptionObject(String) - Method in class org.apache.commons.cli.CommandLine
Deprecated.
due to System.err message. Instead use getParsedOptionValue(String)
getOptionProperties(Option) - Method in class org.apache.commons.cli.CommandLine
Retrieve the map of values associated to the option.
getOptionProperties(String) - Method in class org.apache.commons.cli.CommandLine
Retrieve the map of values associated to the option.
getOptions() - Method in class org.apache.commons.cli.CommandLine
Gets an array of the processed Options.
getOptions() - Method in class org.apache.commons.cli.OptionGroup
 
getOptions() - Method in class org.apache.commons.cli.Options
Gets a read-only list of options in this set
getOptions() - Method in class org.apache.commons.cli.Parser
Deprecated.
 
getOptionValue(char) - Method in class org.apache.commons.cli.CommandLine
Retrieve the first argument, if any, of this option.
getOptionValue(char, String) - Method in class org.apache.commons.cli.CommandLine
Retrieve the argument, if any, of an option.
getOptionValue(Option) - Method in class org.apache.commons.cli.CommandLine
Retrieve the first argument, if any, of this option.
getOptionValue(Option, String) - Method in class org.apache.commons.cli.CommandLine
Retrieve the first argument, if any, of an option.
getOptionValue(String) - Method in class org.apache.commons.cli.CommandLine
Retrieve the first argument, if any, of this option.
getOptionValue(String, String) - Method in class org.apache.commons.cli.CommandLine
Retrieve the first argument, if any, of an option.
getOptionValues(char) - Method in class org.apache.commons.cli.CommandLine
Retrieves the array of values, if any, of an option.
getOptionValues(Option) - Method in class org.apache.commons.cli.CommandLine
Retrieves the array of values, if any, of an option.
getOptionValues(String) - Method in class org.apache.commons.cli.CommandLine
Retrieves the array of values, if any, of an option.
getOptPrefix() - Method in class org.apache.commons.cli.HelpFormatter
Gets the 'optPrefix'.
getOutputStream(FinishableOutputStream, ArrayCache) - Method in class org.tukaani.xz.ARMOptions
 
getOutputStream(FinishableOutputStream, ArrayCache) - Method in class org.tukaani.xz.ARMThumbOptions
 
getOutputStream(FinishableOutputStream, ArrayCache) - Method in class org.tukaani.xz.DeltaOptions
 
getOutputStream(FinishableOutputStream) - Method in class org.tukaani.xz.FilterOptions
Gets a raw (no XZ headers) encoder output stream using these options.
getOutputStream(FinishableOutputStream, ArrayCache) - Method in class org.tukaani.xz.FilterOptions
Gets a raw (no XZ headers) encoder output stream using these options and the given ArrayCache.
getOutputStream(FinishableOutputStream, ArrayCache) - Method in class org.tukaani.xz.IA64Options
 
getOutputStream(FinishableOutputStream, ArrayCache) - Method in class org.tukaani.xz.LZMA2Options
 
getOutputStream(FinishableOutputStream, ArrayCache) - Method in class org.tukaani.xz.PowerPCOptions
 
getOutputStream(FinishableOutputStream, ArrayCache) - Method in class org.tukaani.xz.SPARCOptions
 
getOutputStream(FinishableOutputStream, ArrayCache) - Method in class org.tukaani.xz.X86Options
 
getParsedOptionValue(char) - Method in class org.apache.commons.cli.CommandLine
Return a version of this Option converted to a particular type.
getParsedOptionValue(Option) - Method in class org.apache.commons.cli.CommandLine
Return a version of this Option converted to a particular type.
getParsedOptionValue(String) - Method in class org.apache.commons.cli.CommandLine
Return a version of this Option converted to a particular type.
getPb() - Method in class org.tukaani.xz.LZMA2Options
Gets the number of position bits.
getPendingSize() - Method in class org.tukaani.xz.rangecoder.RangeEncoder
 
getPendingSize() - Method in class org.tukaani.xz.rangecoder.RangeEncoderToBuffer
 
getPos() - Method in class org.tukaani.xz.lz.LZDecoder
 
getPos() - Method in class org.tukaani.xz.lz.LZEncoder
Gets the lowest four bits of the absolute offset of the current byte.
getPresetDict() - Method in class org.tukaani.xz.LZMA2Options
Gets the preset dictionary.
getProps() - Method in class org.tukaani.xz.LZMAOutputStream
Returns the LZMA lc/lp/pb properties encoded into a single byte.
getRecordCount() - Method in class org.tukaani.xz.index.IndexDecoder
 
getRequiredOptions() - Method in class org.apache.commons.cli.Options
Gets the required options.
getRequiredOptions() - Method in class org.apache.commons.cli.Parser
Deprecated.
 
getReverseBitTreePrice(short[], int) - Static method in class org.tukaani.xz.rangecoder.RangeEncoder
 
getSelected() - Method in class org.apache.commons.cli.OptionGroup
 
getSize() - Method in class org.kamranzafar.jtar.TarEntry
 
getSize() - Method in class org.tukaani.xz.check.Check
 
getStreamCount() - Method in class org.tukaani.xz.SeekableXZInputStream
Gets the number of Streams in the .xz file.
getStreamFlags() - Method in class org.tukaani.xz.index.IndexDecoder
 
getSyntaxPrefix() - Method in class org.apache.commons.cli.HelpFormatter
Gets the 'syntaxPrefix'.
getType() - Method in class org.apache.commons.cli.Option
Gets the type of this Option.
getUncompressedSize() - Method in class org.tukaani.xz.index.IndexDecoder
 
getUncompressedSize() - Method in class org.tukaani.xz.lzma.LZMAEncoder
 
getUncompressedSize() - Method in class org.tukaani.xz.LZMAOutputStream
Gets the amount of uncompressed data written to the stream.
getUserId() - Method in class org.kamranzafar.jtar.TarEntry
 
getUserName() - Method in class org.kamranzafar.jtar.TarEntry
 
getValue() - Method in class org.apache.commons.cli.Option
Gets the specified value of this Option or null if there is no value.
getValue(int) - Method in class org.apache.commons.cli.Option
Gets the specified value of this Option or null if there is no value.
getValue(String) - Method in class org.apache.commons.cli.Option
Gets the value/first value of this Option or the defaultValue if there is no value.
getValueClass(char) - Static method in class org.apache.commons.cli.PatternOptionBuilder
Retrieve the class that ch represents.
getValues() - Method in class org.apache.commons.cli.Option
Gets the values of this Option as a String array or null if there are no values
getValueSeparator() - Method in class org.apache.commons.cli.Option
Gets the value separator character.
getValuesList() - Method in class org.apache.commons.cli.Option
Gets the values of this Option as a List or null if there are no values.
getVLISize(long) - Static method in class org.tukaani.xz.common.Util
 
getWidth() - Method in class org.apache.commons.cli.HelpFormatter
Gets the 'width'.
GIDLEN - Static variable in class org.kamranzafar.jtar.TarHeader
 
GnuParser - Class in org.apache.commons.cli
Deprecated.
since 1.3, use the DefaultParser instead
GnuParser() - Constructor for class org.apache.commons.cli.GnuParser
Deprecated.
 
groupId - Variable in class org.kamranzafar.jtar.TarHeader
 
groupName - Variable in class org.kamranzafar.jtar.TarHeader
 
A B C D E F G H I L M N O P R S T U V W X 
Skip navigation links