- inAddr - Variable in class com.github.junrar.unpack.vm.BitInput
-
- inBit - Variable in class com.github.junrar.unpack.vm.BitInput
-
- inBuf - Variable in class com.github.junrar.unpack.vm.BitInput
-
- incAddress() - Method in class com.github.junrar.unpack.ppm.State
-
- incEscCount(int) - Method in class com.github.junrar.unpack.ppm.ModelPPM
-
- incFreq(int) - Method in class com.github.junrar.unpack.ppm.State
-
- incFreq(int) - Method in class com.github.junrar.unpack.ppm.StateRef
-
- incPText() - Method in class com.github.junrar.unpack.ppm.SubAllocator
-
- incRunLength(int) - Method in class com.github.junrar.unpack.ppm.ModelPPM
-
- incScale(int) - Method in class com.github.junrar.unpack.ppm.RangeCoder.SubRange
-
- incShortLittleEndian(byte[], int, int) - Static method in class com.github.junrar.io.Raw
-
Increment a short value at the specified position by the specified amount
(little endian).
- incSumm(int) - Method in class com.github.junrar.unpack.ppm.SEE2Context
-
- incSummFreq(int) - Method in class com.github.junrar.unpack.ppm.FreqData
-
- init(OutputStream) - Method in class com.github.junrar.unpack.ComprDataIO
-
- init(FileHeader) - Method in class com.github.junrar.unpack.ComprDataIO
-
- init(byte[]) - Method in class com.github.junrar.unpack.ppm.FreqData
-
- init(byte[]) - Method in class com.github.junrar.unpack.ppm.PPMContext
-
- init(int) - Method in class com.github.junrar.unpack.ppm.SEE2Context
-
- init(byte[]) - Method in class com.github.junrar.unpack.ppm.State
-
- init(byte[]) - Method in class com.github.junrar.unpack.Unpack
-
- init() - Method in class com.github.junrar.unpack.vm.RarVM
-
- init() - Method in class com.github.junrar.vfs2.provider.rar.RARFileSystem
-
- InitBitInput() - Method in class com.github.junrar.unpack.vm.BitInput
-
- initDecoder(Unpack) - Method in class com.github.junrar.unpack.ppm.RangeCoder
-
- initHuff() - Method in class com.github.junrar.unpack.Unpack15
-
- initSubAllocator() - Method in class com.github.junrar.unpack.ppm.SubAllocator
-
- InputStreamReadOnlyAccessFile - Class in com.github.junrar.io
-
InputStream based implementation of the IReadOnlyAccess interface.
- InputStreamReadOnlyAccessFile(InputStream) - Constructor for class com.github.junrar.io.InputStreamReadOnlyAccessFile
-
Create new instance.
- insertAt(RarMemBlock) - Method in class com.github.junrar.unpack.ppm.RarMemBlock
-
- INT_BITS - Static variable in class com.github.junrar.unpack.ppm.ModelPPM
-
- INTERVAL - Static variable in class com.github.junrar.unpack.ppm.ModelPPM
-
- intToByte(int) - Static method in class com.github.junrar.unsigned.UnsignedByte
-
- IReadOnlyAccess - Interface in com.github.junrar.io
-
DOCUMENT ME
- isAV() - Method in class com.github.junrar.rarfile.MainHeader
-
- isByteMode() - Method in class com.github.junrar.unpack.vm.VMPreparedCommand
-
- isDirectory() - Method in class com.github.junrar.rarfile.FileHeader
-
whether this fileheader represents a directory
- isEncrypted() - Method in class com.github.junrar.Archive
-
- isEncrypted() - Method in class com.github.junrar.rarfile.FileHeader
-
the file is encrypted
- isEncrypted() - Method in class com.github.junrar.rarfile.MainHeader
-
returns whether the archive is encrypted
- isFileExtracted() - Method in class com.github.junrar.unpack.Unpack
-
- isFileHeader() - Method in class com.github.junrar.rarfile.FileHeader
-
- isFirstVolume() - Method in class com.github.junrar.rarfile.MainHeader
-
if the archive is a multivolume archive this method returns whether this instance is the first part of the multivolume archive
- isLargeBlock() - Method in class com.github.junrar.rarfile.FileHeader
-
- isLocked() - Method in class com.github.junrar.rarfile.MainHeader
-
- isMultiVolume() - Method in class com.github.junrar.rarfile.MainHeader
-
return whether the archive is a multivolume archive
- isNewNumbering() - Method in class com.github.junrar.rarfile.MainHeader
-
the numbering format a multivolume archive
- isNextVolumeMissing() - Method in class com.github.junrar.unpack.ComprDataIO
-
- isNextVolumeReady(Volume) - Method in interface com.github.junrar.UnrarCallback
-
Return true if the next volume is ready to be processed,
false otherwise.
- isNextWindow() - Method in class com.github.junrar.unpack.UnpackFilter
-
- isOldFormat() - Method in class com.github.junrar.Archive
-
- isOldFormat() - Method in class com.github.junrar.rarfile.MarkHeader
-
- isPackVolume() - Method in class com.github.junrar.unpack.ComprDataIO
-
- isProtected() - Method in class com.github.junrar.rarfile.MainHeader
-
- isSignature() - Method in class com.github.junrar.rarfile.MarkHeader
-
- isSolid() - Method in class com.github.junrar.rarfile.FileHeader
-
this file is compressed as solid (all files handeled as one)
- isSolid() - Method in class com.github.junrar.rarfile.MainHeader
-
returns whether this archive is solid. in this case you can only extract all file at once
- isSplitAfter() - Method in class com.github.junrar.rarfile.FileHeader
-
the file will be continued in the next archive part
- isSplitBefore() - Method in class com.github.junrar.rarfile.FileHeader
-
the file is continued in this archive
- isSubBlock() - Method in class com.github.junrar.rarfile.BaseBlock
-
- isUnicode() - Method in class com.github.junrar.rarfile.FileHeader
-
the filename is also present in unicode
- isUnpVolume() - Method in class com.github.junrar.unpack.ComprDataIO
-
- isValid() - Method in class com.github.junrar.rarfile.MarkHeader
-
- RandomAccessContentAccess - Class in com.github.junrar.vfs2.provider.rar
-
- RandomAccessContentAccess(RandomAccessContent) - Constructor for class com.github.junrar.vfs2.provider.rar.RandomAccessContentAccess
-
- RandomAccessContentAccess(FileObject) - Constructor for class com.github.junrar.vfs2.provider.rar.RandomAccessContentAccess
-
- RandomAccessStream - Class in com.github.junrar.io
-
This is a class that uses a memory cache to allow seeking within an
InputStream.
- RandomAccessStream(InputStream) - Constructor for class com.github.junrar.io.RandomAccessStream
-
Constructs a RandomAccessStream from an InputStream.
- RandomAccessStream(RandomAccessFile) - Constructor for class com.github.junrar.io.RandomAccessStream
-
Constructs a RandomAccessStream from an RandomAccessFile.
- RangeCoder - Class in com.github.junrar.unpack.ppm
-
DOCUMENT ME
- RangeCoder() - Constructor for class com.github.junrar.unpack.ppm.RangeCoder
-
- RangeCoder.SubRange - Class in com.github.junrar.unpack.ppm
-
- RarCRC - Class in com.github.junrar.crc
-
DOCUMENT ME
- RarException - Exception in com.github.junrar.exception
-
DOCUMENT ME
- RarException(Exception) - Constructor for exception com.github.junrar.exception.RarException
-
- RarException(RarException) - Constructor for exception com.github.junrar.exception.RarException
-
- RarException(RarException.RarExceptionType) - Constructor for exception com.github.junrar.exception.RarException
-
- RarException.RarExceptionType - Enum in com.github.junrar.exception
-
- RARFileObject - Class in com.github.junrar.vfs2.provider.rar
-
A file in a RAR file system.
- RARFileObject(AbstractFileName, Archive, FileHeader, RARFileSystem) - Constructor for class com.github.junrar.vfs2.provider.rar.RARFileObject
-
- RARFileProvider - Class in com.github.junrar.vfs2.provider.rar
-
A file system provider for RAR files.
- RARFileProvider() - Constructor for class com.github.junrar.vfs2.provider.rar.RARFileProvider
-
- RARFileSystem - Class in com.github.junrar.vfs2.provider.rar
-
A read-only file system for RAR files.
- RARFileSystem(AbstractFileName, FileObject, FileSystemOptions) - Constructor for class com.github.junrar.vfs2.provider.rar.RARFileSystem
-
- RarMemBlock - Class in com.github.junrar.unpack.ppm
-
DOCUMENT ME
- RarMemBlock(byte[]) - Constructor for class com.github.junrar.unpack.ppm.RarMemBlock
-
- RarNode - Class in com.github.junrar.unpack.ppm
-
DOCUMENT ME
- RarNode(byte[]) - Constructor for class com.github.junrar.unpack.ppm.RarNode
-
- RarVM - Class in com.github.junrar.unpack.vm
-
DOCUMENT ME
- RarVM() - Constructor for class com.github.junrar.unpack.vm.RarVM
-
- Raw - Class in com.github.junrar.io
-
Read / write numbers to a byte[] regarding the endianness of the array
- Raw() - Constructor for class com.github.junrar.io.Raw
-
- RC - Static variable in class com.github.junrar.unpack.decode.Compress
-
- RC20 - Static variable in class com.github.junrar.unpack.decode.Compress
-
- RD - Variable in class com.github.junrar.unpack.Unpack20
-
- read() - Method in class com.github.junrar.io.InputStreamReadOnlyAccessFile
-
- read(byte[], int, int) - Method in class com.github.junrar.io.InputStreamReadOnlyAccessFile
-
- read() - Method in interface com.github.junrar.io.IReadOnlyAccess
-
Read a single byte of data.
- read(byte[], int, int) - Method in interface com.github.junrar.io.IReadOnlyAccess
-
Read up to count bytes to the specified buffer.
- read() - Method in class com.github.junrar.io.RandomAccessStream
-
- read(byte[], int, int) - Method in class com.github.junrar.io.RandomAccessStream
-
- read() - Method in class com.github.junrar.io.ReadOnlyAccessByteArray
-
Read a single byte of data.
- read(byte[], int, int) - Method in class com.github.junrar.io.ReadOnlyAccessByteArray
-
Read up to count bytes to the specified buffer.
- read() - Method in class com.github.junrar.io.ReadOnlyAccessInputStream
-
- read(byte[], int, int) - Method in class com.github.junrar.io.ReadOnlyAccessInputStream
-
- read(byte[]) - Method in class com.github.junrar.io.ReadOnlyAccessInputStream
-
- read() - Method in class com.github.junrar.vfs2.provider.rar.RandomAccessContentAccess
-
- read(byte[], int, int) - Method in class com.github.junrar.vfs2.provider.rar.RandomAccessContentAccess
-
- readBorder - Variable in class com.github.junrar.unpack.Unpack15
-
- ReadData(BitInput) - Static method in class com.github.junrar.unpack.vm.RarVM
-
- readDouble() - Method in class com.github.junrar.io.RandomAccessStream
-
- readFloat() - Method in class com.github.junrar.io.RandomAccessStream
-
- readFully(byte[], int) - Method in class com.github.junrar.io.InputStreamReadOnlyAccessFile
-
- readFully(byte[], int) - Method in interface com.github.junrar.io.IReadOnlyAccess
-
Read exactly count bytes to the specified buffer.
- readFully(byte[]) - Method in class com.github.junrar.io.RandomAccessStream
-
- readFully(byte[], int) - Method in class com.github.junrar.io.RandomAccessStream
-
- readFully(byte[], int) - Method in class com.github.junrar.io.ReadOnlyAccessByteArray
-
- readFully(byte[], int) - Method in class com.github.junrar.io.ReadOnlyAccessFile
-
- readFully(byte[], int) - Method in class com.github.junrar.vfs2.provider.rar.RandomAccessContentAccess
-
- readInt() - Method in class com.github.junrar.io.RandomAccessStream
-
- readIntBigEndian(byte[], int) - Static method in class com.github.junrar.io.Raw
-
Read a int value from the byte array at the given position (Big Endian)
- readIntLittleEndian(byte[], int) - Static method in class com.github.junrar.io.Raw
-
Read an int value from the byte array at the given position (little
Endian)
- readIntLittleEndianAsLong(byte[], int) - Static method in class com.github.junrar.io.Raw
-
Read an long value(unsigned int) from the byte array at the given
position (little Endian)
- ReadLastTables() - Method in class com.github.junrar.unpack.Unpack20
-
- readLong() - Method in class com.github.junrar.io.RandomAccessStream
-
- readLongBigEndian(byte[], int) - Static method in class com.github.junrar.io.Raw
-
Read a long value from the byte array at the given position (Big Endian)
- readLongLittleEndian(byte[], int) - Static method in class com.github.junrar.io.Raw
-
Read a long value from the byte array at the given position (little
Endian)
- ReadOnlyAccessByteArray - Class in com.github.junrar.io
-
A File like access to a byte array.
- ReadOnlyAccessByteArray(byte[]) - Constructor for class com.github.junrar.io.ReadOnlyAccessByteArray
-
Initialize with byte[ ]
- ReadOnlyAccessFile - Class in com.github.junrar.io
-
DOCUMENT ME
- ReadOnlyAccessFile(File) - Constructor for class com.github.junrar.io.ReadOnlyAccessFile
-
Creates object
- ReadOnlyAccessInputStream - Class in com.github.junrar.io
-
DOCUMENT ME
- ReadOnlyAccessInputStream(IReadOnlyAccess, long, long) - Constructor for class com.github.junrar.io.ReadOnlyAccessInputStream
-
- readShort() - Method in class com.github.junrar.io.RandomAccessStream
-
- readShortBigEndian(byte[], int) - Static method in class com.github.junrar.io.Raw
-
Read a short value from the byte array at the given position (Big Endian)
- readShortLittleEndian(byte[], int) - Static method in class com.github.junrar.io.Raw
-
Read a short value from the byte array at the given position (little
Endian)
- ReadTables20() - Method in class com.github.junrar.unpack.Unpack20
-
- readTop - Variable in class com.github.junrar.unpack.Unpack15
-
- remove() - Method in class com.github.junrar.unpack.ppm.RarMemBlock
-
- RepDecode - Class in com.github.junrar.unpack.decode
-
DOCUMENT ME
- RepDecode() - Constructor for class com.github.junrar.unpack.decode.RepDecode
-
- rescale(ModelPPM) - Method in class com.github.junrar.unpack.ppm.PPMContext
-
- Rijndael - Class in com.github.junrar.crypt
-
DOCUMENT ME
- Rijndael() - Constructor for class com.github.junrar.crypt.Rijndael
-
- valueOf(String) - Static method in enum com.github.junrar.exception.RarException.RarExceptionType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.junrar.rarfile.HostSystem
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.junrar.rarfile.SubBlockHeaderType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.junrar.rarfile.UnrarHeadertype
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.junrar.unpack.decode.CodeType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.junrar.unpack.decode.FilterType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.junrar.unpack.ppm.BlockTypes
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.junrar.unpack.vm.VMCommands
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.junrar.unpack.vm.VMFlags
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.junrar.unpack.vm.VMOpType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.junrar.unpack.vm.VMStandardFilters
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.github.junrar.exception.RarException.RarExceptionType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.github.junrar.rarfile.HostSystem
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.github.junrar.rarfile.SubBlockHeaderType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.github.junrar.rarfile.UnrarHeadertype
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.github.junrar.unpack.decode.CodeType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.github.junrar.unpack.decode.FilterType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.github.junrar.unpack.ppm.BlockTypes
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.github.junrar.unpack.vm.VMCommands
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.github.junrar.unpack.vm.VMFlags
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.github.junrar.unpack.vm.VMOpType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.github.junrar.unpack.vm.VMStandardFilters
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VFSVolume - Class in com.github.junrar.vfs2.provider.rar
-
- VFSVolume(Archive, FileObject) - Constructor for class com.github.junrar.vfs2.provider.rar.VFSVolume
-
- VFSVolumeManager - Class in com.github.junrar.vfs2.provider.rar
-
- VFSVolumeManager(FileObject) - Constructor for class com.github.junrar.vfs2.provider.rar.VFSVolumeManager
-
- VM_CmdFlags - Static variable in class com.github.junrar.unpack.vm.VMCmdFlags
-
- VM_FIXEDGLOBALSIZE - Static variable in class com.github.junrar.unpack.vm.RarVM
-
- VM_GLOBALMEMADDR - Static variable in class com.github.junrar.unpack.vm.RarVM
-
- VM_GLOBALMEMSIZE - Static variable in class com.github.junrar.unpack.vm.RarVM
-
- VM_MEMMASK - Static variable in class com.github.junrar.unpack.vm.RarVM
-
- VM_MEMSIZE - Static variable in class com.github.junrar.unpack.vm.RarVM
-
- VMCF_BYTEMODE - Static variable in class com.github.junrar.unpack.vm.VMCmdFlags
-
- VMCF_CHFLAGS - Static variable in class com.github.junrar.unpack.vm.VMCmdFlags
-
- VMCF_JUMP - Static variable in class com.github.junrar.unpack.vm.VMCmdFlags
-
- VMCF_OP0 - Static variable in class com.github.junrar.unpack.vm.VMCmdFlags
-
- VMCF_OP1 - Static variable in class com.github.junrar.unpack.vm.VMCmdFlags
-
- VMCF_OP2 - Static variable in class com.github.junrar.unpack.vm.VMCmdFlags
-
- VMCF_OPMASK - Static variable in class com.github.junrar.unpack.vm.VMCmdFlags
-
- VMCF_PROC - Static variable in class com.github.junrar.unpack.vm.VMCmdFlags
-
- VMCF_USEFLAGS - Static variable in class com.github.junrar.unpack.vm.VMCmdFlags
-
- VMCmdFlags - Class in com.github.junrar.unpack.vm
-
DOCUMENT ME
- VMCmdFlags() - Constructor for class com.github.junrar.unpack.vm.VMCmdFlags
-
- VMCommands - Enum in com.github.junrar.unpack.vm
-
DOCUMENT ME
- VMFlags - Enum in com.github.junrar.unpack.vm
-
DOCUMENT ME
- VMOpType - Enum in com.github.junrar.unpack.vm
-
DOCUMENT ME
- VMPreparedCommand - Class in com.github.junrar.unpack.vm
-
DOCUMENT ME
- VMPreparedCommand() - Constructor for class com.github.junrar.unpack.vm.VMPreparedCommand
-
- VMPreparedOperand - Class in com.github.junrar.unpack.vm
-
DOCUMENT ME
- VMPreparedOperand() - Constructor for class com.github.junrar.unpack.vm.VMPreparedOperand
-
- VMPreparedProgram - Class in com.github.junrar.unpack.vm
-
DOCUMENT ME
- VMPreparedProgram() - Constructor for class com.github.junrar.unpack.vm.VMPreparedProgram
-
- VMStandardFilters - Enum in com.github.junrar.unpack.vm
-
DOCUMENT ME
- VMStandardFilterSignature - Class in com.github.junrar.unpack.vm
-
DOCUMENT ME
- VMStandardFilterSignature(int, int, VMStandardFilters) - Constructor for class com.github.junrar.unpack.vm.VMStandardFilterSignature
-
- Volume - Interface in com.github.junrar
-
- VolumeHelper - Class in com.github.junrar.util
-
- VolumeManager - Interface in com.github.junrar
-
- volumeProgressChanged(long, long) - Method in interface com.github.junrar.UnrarCallback
-
This method is invoked each time the progress of the current
volume changes.