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

S

scanDirectory(String, boolean, int) - Static method in class org.cristian.libtxz.TXZUtils
Scans the given directory and returns a File array with all the files and directories found in.
scanDirectory(String) - Static method in class org.cristian.libtxz.TXZUtils
Scans the given directory and returns a File array with all the files and directories found in.
seek(long) - Method in class org.tukaani.xz.SeekableFileInputStream
Calls randomAccessFile.seek(long).
seek(long) - Method in class org.tukaani.xz.SeekableInputStream
Seeks to the specified absolute position in the stream.
seek(long) - Method in class org.tukaani.xz.SeekableXZInputStream
Seeks to the specified absolute uncompressed position in the stream.
SeekableFileInputStream - Class in org.tukaani.xz
Wraps a RandomAccessFile in a SeekableInputStream.
SeekableFileInputStream(File) - Constructor for class org.tukaani.xz.SeekableFileInputStream
Creates a new seekable input stream that reads from the specified file.
SeekableFileInputStream(String) - Constructor for class org.tukaani.xz.SeekableFileInputStream
Creates a new seekable input stream that reads from a file with the specified name.
SeekableFileInputStream(RandomAccessFile) - Constructor for class org.tukaani.xz.SeekableFileInputStream
Creates a new seekable input stream from an existing RandomAccessFile object.
SeekableInputStream - Class in org.tukaani.xz
Input stream with random access support.
SeekableInputStream() - Constructor for class org.tukaani.xz.SeekableInputStream
 
SeekableXZInputStream - Class in org.tukaani.xz
Decompresses a .xz file in random access mode.
SeekableXZInputStream(SeekableInputStream) - Constructor for class org.tukaani.xz.SeekableXZInputStream
Creates a new seekable XZ decompressor without a memory usage limit.
SeekableXZInputStream(SeekableInputStream, ArrayCache) - Constructor for class org.tukaani.xz.SeekableXZInputStream
Creates a new seekable XZ decompressor without a memory usage limit.
SeekableXZInputStream(SeekableInputStream, int) - Constructor for class org.tukaani.xz.SeekableXZInputStream
Creates a new seekable XZ decomporessor with an optional memory usage limit.
SeekableXZInputStream(SeekableInputStream, int, ArrayCache) - Constructor for class org.tukaani.xz.SeekableXZInputStream
Creates a new seekable XZ decomporessor with an optional memory usage limit.
SeekableXZInputStream(SeekableInputStream, int, boolean) - Constructor for class org.tukaani.xz.SeekableXZInputStream
Creates a new seekable XZ decomporessor with an optional memory usage limit and ability to disable verification of integrity checks.
SeekableXZInputStream(SeekableInputStream, int, boolean, ArrayCache) - Constructor for class org.tukaani.xz.SeekableXZInputStream
Creates a new seekable XZ decomporessor with an optional memory usage limit and ability to disable verification of integrity checks.
seekToBlock(int) - Method in class org.tukaani.xz.SeekableXZInputStream
Seeks to the beginning of the given XZ Block.
setAllowPartialMatching(boolean) - Method in class org.apache.commons.cli.DefaultParser.Builder
Sets if partial matching of long options is supported.
setArgName(String) - Method in class org.apache.commons.cli.HelpFormatter
Sets the 'argName'.
setArgName(String) - Method in class org.apache.commons.cli.Option
Sets the display name for the argument value.
setArgs(int) - Method in class org.apache.commons.cli.Option
Sets the number of argument values this Option can take.
setBlockInfo(BlockInfo, int) - Method in class org.tukaani.xz.index.IndexDecoder
 
setDefaultCache(ArrayCache) - Static method in class org.tukaani.xz.ArrayCache
Sets the default ArrayCache instance.
setDefaultSkip(boolean) - Method in class org.kamranzafar.jtar.TarInputStream
 
setDepthLimit(int) - Method in class org.tukaani.xz.LZMA2Options
Sets the match finder search depth limit.
setDescPadding(int) - Method in class org.apache.commons.cli.HelpFormatter
Sets the 'descPadding'.
setDescription(String) - Method in class org.apache.commons.cli.Option
Sets the self-documenting description of this Option
setDictSize(int) - Method in class org.tukaani.xz.LZMA2Options
Sets the dictionary size in bytes.
setDistance(int) - Method in class org.tukaani.xz.DeltaOptions
Sets the delta distance in bytes.
setFinishing() - Method in class org.tukaani.xz.lz.LZEncoder
Marks that there is no more input remaining.
setFlushing() - Method in class org.tukaani.xz.lz.LZEncoder
Marks that all the input needs to be made available in the encoded output.
setGroupId(int) - Method in class org.kamranzafar.jtar.TarEntry
 
setGroupName(String) - Method in class org.kamranzafar.jtar.TarEntry
 
setIds(int, int) - Method in class org.kamranzafar.jtar.TarEntry
 
setLc(int) - Method in class org.tukaani.xz.LZMA2Options
Sets the number of literal context bits.
setLcLp(int, int) - Method in class org.tukaani.xz.LZMA2Options
Sets the number of literal context bits and literal position bits.
setLeftPadding(int) - Method in class org.apache.commons.cli.HelpFormatter
Sets the 'leftPadding'.
setLimit(int) - Method in class org.tukaani.xz.lz.LZDecoder
 
setLongOpt(String) - Method in class org.apache.commons.cli.Option
Sets the long name of this Option.
setLongOptPrefix(String) - Method in class org.apache.commons.cli.HelpFormatter
Sets the 'longOptPrefix'.
setLongOptSeparator(String) - Method in class org.apache.commons.cli.HelpFormatter
Set the separator displayed between a long option and its value.
setLp(int) - Method in class org.tukaani.xz.LZMA2Options
Sets the number of literal position bits.
setMatchFinder(int) - Method in class org.tukaani.xz.LZMA2Options
Sets the match finder type.
setMode(int) - Method in class org.tukaani.xz.LZMA2Options
Sets the compression mode.
setModTime(long) - Method in class org.kamranzafar.jtar.TarEntry
 
setModTime(Date) - Method in class org.kamranzafar.jtar.TarEntry
 
setName(String) - Method in class org.kamranzafar.jtar.TarEntry
 
setNewLine(String) - Method in class org.apache.commons.cli.HelpFormatter
Sets the 'newLine'.
setNext() - Method in class org.tukaani.xz.index.BlockInfo
 
setNiceLen(int) - Method in class org.tukaani.xz.LZMA2Options
Sets the nice length of matches.
setOffsets(IndexDecoder) - Method in class org.tukaani.xz.index.IndexDecoder
 
setOptionalArg(boolean) - Method in class org.apache.commons.cli.Option
Sets whether this Option can have an optional argument.
setOptionComparator(Comparator<Option>) - Method in class org.apache.commons.cli.HelpFormatter
Set the comparator used to sort the options when they output in help text.
setOptions(Options) - Method in class org.apache.commons.cli.Parser
Deprecated.
 
setOptPrefix(String) - Method in class org.apache.commons.cli.HelpFormatter
Sets the 'optPrefix'.
setPb(int) - Method in class org.tukaani.xz.LZMA2Options
Sets the number of position bits.
setPreset(int) - Method in class org.tukaani.xz.LZMA2Options
Sets the compression options to the given preset.
setPresetDict(int, byte[]) - Method in class org.tukaani.xz.lz.LZEncoder
Sets a preset dictionary.
setPresetDict(byte[]) - Method in class org.tukaani.xz.LZMA2Options
Sets a preset dictionary.
setRequired(boolean) - Method in class org.apache.commons.cli.Option
Sets whether this Option is mandatory.
setRequired(boolean) - Method in class org.apache.commons.cli.OptionGroup
 
setSelected(Option) - Method in class org.apache.commons.cli.OptionGroup
Set the selected option of this group to name.
setSize(long) - Method in class org.kamranzafar.jtar.TarEntry
 
setStripLeadingAndTrailingQuotes(Boolean) - Method in class org.apache.commons.cli.DefaultParser.Builder
Sets if balanced leading and trailing double quotes should be stripped from option arguments.
setSyntaxPrefix(String) - Method in class org.apache.commons.cli.HelpFormatter
Sets the 'syntaxPrefix'.
setType(Class<?>) - Method in class org.apache.commons.cli.Option
Sets the type of this Option.
setType(Object) - Method in class org.apache.commons.cli.Option
Deprecated.
since 1.3, use Option.setType(Class) instead
setUserId(int) - Method in class org.kamranzafar.jtar.TarEntry
 
setUserName(String) - Method in class org.kamranzafar.jtar.TarEntry
 
setValueSeparator(char) - Method in class org.apache.commons.cli.Option
Sets the value separator.
setWidth(int) - Method in class org.apache.commons.cli.HelpFormatter
Sets the 'width'.
SHA256 - Class in org.tukaani.xz.check
 
SHA256() - Constructor for class org.tukaani.xz.check.SHA256
 
SimpleFilter - Interface in org.tukaani.xz.simple
 
SingleXZInputStream - Class in org.tukaani.xz
Decompresses exactly one XZ Stream in streamed mode (no seeking).
SingleXZInputStream(InputStream) - Constructor for class org.tukaani.xz.SingleXZInputStream
Creates a new XZ decompressor that decompresses exactly one XZ Stream from in without a memory usage limit.
SingleXZInputStream(InputStream, ArrayCache) - Constructor for class org.tukaani.xz.SingleXZInputStream
Creates a new XZ decompressor that decompresses exactly one XZ Stream from in without a memory usage limit.
SingleXZInputStream(InputStream, int) - Constructor for class org.tukaani.xz.SingleXZInputStream
Creates a new XZ decompressor that decompresses exactly one XZ Stream from in with an optional memory usage limit.
SingleXZInputStream(InputStream, int, ArrayCache) - Constructor for class org.tukaani.xz.SingleXZInputStream
Creates a new XZ decompressor that decompresses exactly one XZ Stream from in with an optional memory usage limit.
SingleXZInputStream(InputStream, int, boolean) - Constructor for class org.tukaani.xz.SingleXZInputStream
Creates a new XZ decompressor that decompresses exactly one XZ Stream from in with an optional memory usage limit and ability to disable verification of integrity checks.
SingleXZInputStream(InputStream, int, boolean, ArrayCache) - Constructor for class org.tukaani.xz.SingleXZInputStream
Creates a new XZ decompressor that decompresses exactly one XZ Stream from in with an optional memory usage limit and ability to disable verification of integrity checks.
size - Variable in class org.kamranzafar.jtar.TarHeader
 
SIZELEN - Static variable in class org.kamranzafar.jtar.TarHeader
 
skip(long) - Method in class org.kamranzafar.jtar.TarInputStream
Skips 'n' bytes on the InputStream
Overrides default implementation of skip
skip(int) - Method in class org.tukaani.xz.lz.LZEncoder
Skips the given number of bytes in the match finder.
skip(long) - Method in class org.tukaani.xz.SeekableInputStream
Seeks n bytes forward in this stream.
skipPad() - Method in class org.kamranzafar.jtar.TarInputStream
Skips the pad at the end of each tar entry file content
skipParsing - Variable in class org.apache.commons.cli.DefaultParser
Flag indicating if tokens should no longer be analyzed and simply added as arguments of the command line.
SPARC - Class in org.tukaani.xz.simple
 
SPARC(boolean, int) - Constructor for class org.tukaani.xz.simple.SPARC
 
SPARCOptions - Class in org.tukaani.xz
BCJ filter for SPARC.
SPARCOptions() - Constructor for class org.tukaani.xz.SPARCOptions
 
stopAtNonOption - Variable in class org.apache.commons.cli.DefaultParser
Flag indicating how unrecognized tokens are handled.
STREAM_HEADER_SIZE - Static variable in class org.tukaani.xz.common.Util
 
StreamFlags - Class in org.tukaani.xz.common
 
StreamFlags() - Constructor for class org.tukaani.xz.common.StreamFlags
 
STRING_VALUE - Static variable in class org.apache.commons.cli.PatternOptionBuilder
String class
A B C D E F G H I L M N O P R S T U V W X 
Skip navigation links