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

R

randomAccessFile - Variable in class org.tukaani.xz.SeekableFileInputStream
The RandomAccessFile that has been wrapped into a SeekableFileInputStream.
RangeCoder - Class in org.tukaani.xz.rangecoder
 
RangeCoder() - Constructor for class org.tukaani.xz.rangecoder.RangeCoder
 
RangeDecoder - Class in org.tukaani.xz.rangecoder
 
RangeDecoder() - Constructor for class org.tukaani.xz.rangecoder.RangeDecoder
 
RangeDecoderFromBuffer - Class in org.tukaani.xz.rangecoder
 
RangeDecoderFromBuffer(int, ArrayCache) - Constructor for class org.tukaani.xz.rangecoder.RangeDecoderFromBuffer
 
RangeDecoderFromStream - Class in org.tukaani.xz.rangecoder
 
RangeDecoderFromStream(InputStream) - Constructor for class org.tukaani.xz.rangecoder.RangeDecoderFromStream
 
RangeEncoder - Class in org.tukaani.xz.rangecoder
 
RangeEncoder() - Constructor for class org.tukaani.xz.rangecoder.RangeEncoder
 
RangeEncoderToBuffer - Class in org.tukaani.xz.rangecoder
 
RangeEncoderToBuffer(int, ArrayCache) - Constructor for class org.tukaani.xz.rangecoder.RangeEncoderToBuffer
 
RangeEncoderToStream - Class in org.tukaani.xz.rangecoder
 
RangeEncoderToStream(OutputStream) - Constructor for class org.tukaani.xz.rangecoder.RangeEncoderToStream
 
read() - Method in class org.kamranzafar.jtar.TarInputStream
Read a byte
read(byte[], int, int) - Method in class org.kamranzafar.jtar.TarInputStream
Checks if the bytes being read exceed the entry size and adjusts the byte array length.
read() - Method in class org.tukaani.xz.DeltaInputStream
Decode the next byte from this input stream.
read(byte[], int, int) - Method in class org.tukaani.xz.DeltaInputStream
Decode into an array of bytes.
read() - Method in class org.tukaani.xz.LZMA2InputStream
Decompresses the next byte from this input stream.
read(byte[], int, int) - Method in class org.tukaani.xz.LZMA2InputStream
Decompresses into an array of bytes.
read() - Method in class org.tukaani.xz.LZMAInputStream
Decompresses the next byte from this input stream.
read(byte[], int, int) - Method in class org.tukaani.xz.LZMAInputStream
Decompresses into an array of bytes.
read() - Method in class org.tukaani.xz.SeekableFileInputStream
Calls randomAccessFile.read().
read(byte[]) - Method in class org.tukaani.xz.SeekableFileInputStream
Calls randomAccessFile.read(buf).
read(byte[], int, int) - Method in class org.tukaani.xz.SeekableFileInputStream
Calls randomAccessFile.read(buf, off, len).
read() - Method in class org.tukaani.xz.SeekableXZInputStream
Decompresses the next byte from this input stream.
read(byte[], int, int) - Method in class org.tukaani.xz.SeekableXZInputStream
Decompresses into an array of bytes.
read() - Method in class org.tukaani.xz.SingleXZInputStream
Decompresses the next byte from this input stream.
read(byte[], int, int) - Method in class org.tukaani.xz.SingleXZInputStream
Decompresses into an array of bytes.
read() - Method in class org.tukaani.xz.XZInputStream
Decompresses the next byte from this input stream.
read(byte[], int, int) - Method in class org.tukaani.xz.XZInputStream
Decompresses into an array of bytes.
renderOptions(StringBuffer, int, Options, int, int) - Method in class org.apache.commons.cli.HelpFormatter
Render the specified Options and return the rendered Options in a StringBuffer.
renderWrappedText(StringBuffer, int, int, String) - Method in class org.apache.commons.cli.HelpFormatter
Render the specified text and return the rendered Options in a StringBuffer.
repeat(int, int) - Method in class org.tukaani.xz.lz.LZDecoder
 
repeatPending() - Method in class org.tukaani.xz.lz.LZDecoder
 
required() - Method in class org.apache.commons.cli.Option.Builder
Marks this Option as required.
required(boolean) - Method in class org.apache.commons.cli.Option.Builder
Sets whether the Option is mandatory.
reset() - Method in class org.kamranzafar.jtar.TarInputStream
Not supported
reset() - Method in class org.tukaani.xz.lz.LZDecoder
 
reset() - Method in class org.tukaani.xz.lzma.LZMADecoder
 
reset() - Method in class org.tukaani.xz.lzma.LZMAEncoder
 
reset() - Method in class org.tukaani.xz.rangecoder.RangeEncoder
 
reset() - Method in class org.tukaani.xz.rangecoder.RangeEncoderToBuffer
 
reset() - Method in class org.tukaani.xz.ResettableArrayCache
Puts all allocated arrays back to the underlying ArrayCache that haven't already been put there with a call to putArray.
ResettableArrayCache - Class in org.tukaani.xz
An ArrayCache wrapper that remembers what has been allocated and allows returning all allocations to the underlying cache at once.
ResettableArrayCache(ArrayCache) - Constructor for class org.tukaani.xz.ResettableArrayCache
Creates a new ResettableArrayCache based on the given ArrayCache.
resetUncompressedSize() - Method in class org.tukaani.xz.lzma.LZMAEncoder
 
rtrim(String) - Method in class org.apache.commons.cli.HelpFormatter
Remove the trailing whitespace from the specified String.
A B C D E F G H I L M N O P R S T U V W X 
Skip navigation links