- calculateTarSize(File) - Static method in class org.kamranzafar.jtar.TarUtils
-
Determines the tar file size of the given folder/file path
- Check - Class in org.tukaani.xz.check
-
- Check() - Constructor for class org.tukaani.xz.check.Check
-
- CHECK_CRC32 - Static variable in class org.tukaani.xz.XZ
-
Integrity check ID for CRC32.
- CHECK_CRC64 - Static variable in class org.tukaani.xz.XZ
-
Integrity check ID for CRC64.
- CHECK_NONE - Static variable in class org.tukaani.xz.XZ
-
Integrity check ID indicating that no integrity check is calculated.
- CHECK_SHA256 - Static variable in class org.tukaani.xz.XZ
-
Integrity check ID for SHA-256.
- checkRequiredOptions() - Method in class org.apache.commons.cli.DefaultParser
-
- checkRequiredOptions() - Method in class org.apache.commons.cli.Parser
-
Deprecated.
- checkSum - Variable in class org.kamranzafar.jtar.TarHeader
-
- checkType - Variable in class org.tukaani.xz.common.StreamFlags
-
- CHKSUMLEN - Static variable in class org.kamranzafar.jtar.TarHeader
-
- CLASS_VALUE - Static variable in class org.apache.commons.cli.PatternOptionBuilder
-
Class class
- clone() - Method in class org.apache.commons.cli.Option
-
A rather odd clone method - due to incorrect code in 1.0 it is public and in 1.1 rather than throwing a
CloneNotSupportedException it throws a RuntimeException so as to maintain backwards compat at the API level.
- clone() - Method in class org.tukaani.xz.DeltaOptions
-
- clone() - Method in class org.tukaani.xz.LZMA2Options
-
- close() - Method in class org.kamranzafar.jtar.TarOutputStream
-
Appends the EOF record and closes the stream
- close() - Method in class org.tukaani.xz.CloseIgnoringInputStream
-
This does nothing (doesn't call in.close()
).
- close() - Method in class org.tukaani.xz.DeltaInputStream
-
Closes the stream and calls in.close()
.
- close() - Method in class org.tukaani.xz.FinishableWrapperOutputStream
-
Calls out.close()
.
- close() - Method in class org.tukaani.xz.LZMA2InputStream
-
Closes the stream and calls in.close()
.
- close() - Method in class org.tukaani.xz.LZMAInputStream
-
Closes the stream and calls in.close()
.
- close() - Method in class org.tukaani.xz.LZMAOutputStream
-
Finishes the stream and closes the underlying OutputStream.
- close() - Method in class org.tukaani.xz.SeekableFileInputStream
-
Calls randomAccessFile.close()
.
- close() - Method in class org.tukaani.xz.SeekableXZInputStream
-
Closes the stream and calls in.close()
.
- close(boolean) - Method in class org.tukaani.xz.SeekableXZInputStream
-
Closes the stream and optionally calls in.close()
.
- close() - Method in class org.tukaani.xz.SingleXZInputStream
-
Closes the stream and calls in.close()
.
- close(boolean) - Method in class org.tukaani.xz.SingleXZInputStream
-
Closes the stream and optionally calls in.close()
.
- close() - Method in class org.tukaani.xz.XZInputStream
-
Closes the stream and calls in.close()
.
- close(boolean) - Method in class org.tukaani.xz.XZInputStream
-
Closes the stream and optionally calls in.close()
.
- close() - Method in class org.tukaani.xz.XZOutputStream
-
Finishes compression and closes the underlying stream.
- closeCurrentEntry() - Method in class org.kamranzafar.jtar.TarInputStream
-
Closes the current tar entry
- closeCurrentEntry() - Method in class org.kamranzafar.jtar.TarOutputStream
-
Closes the current tar entry
- CloseIgnoringInputStream - Class in org.tukaani.xz
-
An InputStream
wrapper whose close()
does nothing.
- CloseIgnoringInputStream(InputStream) - Constructor for class org.tukaani.xz.CloseIgnoringInputStream
-
Creates a new CloseIgnoringInputStream
.
- cmd - Variable in class org.apache.commons.cli.DefaultParser
-
The command-line instance.
- cmd - Variable in class org.apache.commons.cli.Parser
-
Deprecated.
CommandLine instance
- code(byte[], int, int) - Method in class org.tukaani.xz.simple.ARM
-
- code(byte[], int, int) - Method in class org.tukaani.xz.simple.ARMThumb
-
- code(byte[], int, int) - Method in class org.tukaani.xz.simple.IA64
-
- code(byte[], int, int) - Method in class org.tukaani.xz.simple.PowerPC
-
- code(byte[], int, int) - Method in interface org.tukaani.xz.simple.SimpleFilter
-
- code(byte[], int, int) - Method in class org.tukaani.xz.simple.SPARC
-
- code(byte[], int, int) - Method in class org.tukaani.xz.simple.X86
-
- CommandLine - Class in org.apache.commons.cli
-
Represents list of arguments parsed against a
Options
descriptor.
- CommandLine() - Constructor for class org.apache.commons.cli.CommandLine
-
Creates a command line.
- CommandLine.Builder - Class in org.apache.commons.cli
-
A nested builder class to create CommandLine
instance using descriptive methods.
- CommandLineParser - Interface in org.apache.commons.cli
-
A class that implements the
CommandLineParser
interface can parse a String array according to the
Options
specified and return a
CommandLine
.
- compressedOffset - Variable in class org.tukaani.xz.index.BlockInfo
-
- computeCheckSum(byte[]) - Method in class org.kamranzafar.jtar.TarEntry
-
Calculate checksum
- computeChecksums(File, File, boolean) - Static method in class org.cristian.txz.ProgramCLI
-
- copyUncompressed(DataInputStream, int) - Method in class org.tukaani.xz.lz.LZDecoder
-
- copyUncompressed(OutputStream, int, int) - Method in class org.tukaani.xz.lz.LZEncoder
-
- CorruptedInputException - Exception in org.tukaani.xz
-
Thrown when the compressed input data is corrupt.
- CorruptedInputException() - Constructor for exception org.tukaani.xz.CorruptedInputException
-
Creates a new CorruptedInputException with
the default error detail message.
- CorruptedInputException(String) - Constructor for exception org.tukaani.xz.CorruptedInputException
-
Creates a new CorruptedInputException with
the specified error detail message.
- count - Variable in class org.tukaani.xz.lz.Matches
-
- CRC32 - Class in org.tukaani.xz.check
-
- CRC32() - Constructor for class org.tukaani.xz.check.CRC32
-
- CRC64 - Class in org.tukaani.xz.check
-
- CRC64() - Constructor for class org.tukaani.xz.check.CRC64
-
- create() - Static method in class org.apache.commons.cli.OptionBuilder
-
Deprecated.
Creates an Option using the current settings
- create(char) - Static method in class org.apache.commons.cli.OptionBuilder
-
Deprecated.
Creates an Option using the current settings and with the specified Option char
.
- create(String) - Static method in class org.apache.commons.cli.OptionBuilder
-
Deprecated.
Creates an Option using the current settings and with the specified Option char
.
- create(String[], File, int, boolean) - Static method in class org.cristian.txz.ProgramCLI
-
- createClass(String) - Static method in class org.apache.commons.cli.TypeHandler
-
Returns the class whose name is classname
.
- createDate(String) - Static method in class org.apache.commons.cli.TypeHandler
-
Returns the date represented by str
.
- createFile(String) - Static method in class org.apache.commons.cli.TypeHandler
-
Returns the File represented by str
.
- createFiles(String) - Static method in class org.apache.commons.cli.TypeHandler
-
Returns the File[] represented by str
.
- createHeader(String, long, long, boolean, int) - Static method in class org.kamranzafar.jtar.TarHeader
-
Creates a new header for a file/directory entry.
- createNumber(String) - Static method in class org.apache.commons.cli.TypeHandler
-
Create a number from a String.
- createObject(String) - Static method in class org.apache.commons.cli.TypeHandler
-
Create an Object from the classname and empty constructor.
- createPadding(int) - Method in class org.apache.commons.cli.HelpFormatter
-
Return a String of padding of length len
.
- createURL(String) - Static method in class org.apache.commons.cli.TypeHandler
-
Returns the URL represented by str
.
- createValue(String, Class<T>) - Static method in class org.apache.commons.cli.TypeHandler
-
Returns the Object
of type clazz
with the value of str
.
- createValue(String, Object) - Static method in class org.apache.commons.cli.TypeHandler
-
Returns the Object
of type obj
with the value of str
.
- currentOption - Variable in class org.apache.commons.cli.DefaultParser
-
The last option parsed.
- currentToken - Variable in class org.apache.commons.cli.DefaultParser
-
The token currently processed.