JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
A
B
C
D
E
F
G
I
K
L
M
O
P
R
S
T
U
V
W
_
A
alert(String)
- Method in class org.dellroad.lzma.demo.client.
LZMADemo
B
Base
- Class in
org.dellroad.lzma.client.SevenZip.Compression.LZMA
Base()
- Constructor for class org.dellroad.lzma.client.SevenZip.Compression.LZMA.
Base
BinTree
- Class in
org.dellroad.lzma.client.SevenZip.Compression.LZ
BinTree()
- Constructor for class org.dellroad.lzma.client.SevenZip.Compression.LZ.
BinTree
BitTreeDecoder
- Class in
org.dellroad.lzma.client.SevenZip.Compression.RangeCoder
BitTreeDecoder(int)
- Constructor for class org.dellroad.lzma.client.SevenZip.Compression.RangeCoder.
BitTreeDecoder
BitTreeEncoder
- Class in
org.dellroad.lzma.client.SevenZip.Compression.RangeCoder
BitTreeEncoder(int)
- Constructor for class org.dellroad.lzma.client.SevenZip.Compression.RangeCoder.
BitTreeEncoder
C
Chunker
- Class in
org.dellroad.lzma.client.SevenZip.Compression.LZMA
Code(InputStream, OutputStream, long)
- Method in class org.dellroad.lzma.client.SevenZip.Compression.LZMA.
Decoder
Code(InputStream, OutputStream, long, long, ICodeProgress)
- Method in class org.dellroad.lzma.client.SevenZip.Compression.LZMA.
Encoder
CodeInChunks(InputStream, OutputStream, long)
- Method in class org.dellroad.lzma.client.SevenZip.Compression.LZMA.
Decoder
CodeInChunks(InputStream, OutputStream, long, long)
- Method in class org.dellroad.lzma.client.SevenZip.Compression.LZMA.
Encoder
CodeOneBlock(long[], long[], boolean[])
- Method in class org.dellroad.lzma.client.SevenZip.Compression.LZMA.
Encoder
compress()
- Method in class org.dellroad.lzma.demo.client.
LZMADemo
CompressionMode
- Enum in
org.dellroad.lzma.client
Represents LZMA compression modes, from 1 (fastest compression) to 9 (best compression).
CopyBlock(int, int)
- Method in class org.dellroad.lzma.client.SevenZip.Compression.LZ.
OutWindow
CRC
- Class in
org.dellroad.lzma.client.SevenZip
CRC()
- Constructor for class org.dellroad.lzma.client.SevenZip.
CRC
Create(int, int, int, int)
- Method in class org.dellroad.lzma.client.SevenZip.Compression.LZ.
BinTree
Create(int, int, int)
- Method in class org.dellroad.lzma.client.SevenZip.Compression.LZ.
InWindow
Create(int)
- Method in class org.dellroad.lzma.client.SevenZip.Compression.LZ.
OutWindow
D
Decode(Decoder)
- Method in class org.dellroad.lzma.client.SevenZip.Compression.RangeCoder.
BitTreeDecoder
decode(byte[])
- Static method in class org.dellroad.lzma.client.
UTF8
Decode the given UTF-8 data.
DecodeBit(short[], int)
- Method in class org.dellroad.lzma.client.SevenZip.Compression.RangeCoder.
Decoder
DecodeDirectBits(int)
- Method in class org.dellroad.lzma.client.SevenZip.Compression.RangeCoder.
Decoder
Decoder
- Class in
org.dellroad.lzma.client.SevenZip.Compression.LZMA
Decoder()
- Constructor for class org.dellroad.lzma.client.SevenZip.Compression.LZMA.
Decoder
Decoder
- Class in
org.dellroad.lzma.client.SevenZip.Compression.RangeCoder
Decoder()
- Constructor for class org.dellroad.lzma.client.SevenZip.Compression.RangeCoder.
Decoder
decompress()
- Method in class org.dellroad.lzma.demo.client.
LZMADemo
DEFAULT_COMPRESSION_MODE
- Static variable in class org.dellroad.lzma.client.
LZMACompressor
The default compression mode (
3
).
E
EMatchFinderTypeBT2
- Static variable in class org.dellroad.lzma.client.SevenZip.Compression.LZMA.
Encoder
EMatchFinderTypeBT4
- Static variable in class org.dellroad.lzma.client.SevenZip.Compression.LZMA.
Encoder
Encode(Encoder, int)
- Method in class org.dellroad.lzma.client.SevenZip.Compression.RangeCoder.
BitTreeEncoder
Encode(short[], int, int)
- Method in class org.dellroad.lzma.client.SevenZip.Compression.RangeCoder.
Encoder
encode(String)
- Static method in class org.dellroad.lzma.client.
UTF8
Encode the given string.
EncodeDirectBits(int, int)
- Method in class org.dellroad.lzma.client.SevenZip.Compression.RangeCoder.
Encoder
Encoder
- Class in
org.dellroad.lzma.client.SevenZip.Compression.LZMA
Encoder()
- Constructor for class org.dellroad.lzma.client.SevenZip.Compression.LZMA.
Encoder
Encoder
- Class in
org.dellroad.lzma.client.SevenZip.Compression.RangeCoder
Encoder()
- Constructor for class org.dellroad.lzma.client.SevenZip.Compression.RangeCoder.
Encoder
execute()
- Method in class org.dellroad.lzma.client.
LZMACompressor
Process the next chunk of data.
execute()
- Method in class org.dellroad.lzma.client.
LZMADecompressor
Process the next chunk of data.
F
Flush()
- Method in class org.dellroad.lzma.client.SevenZip.Compression.LZ.
OutWindow
FlushData()
- Method in class org.dellroad.lzma.client.SevenZip.Compression.RangeCoder.
Encoder
FlushStream()
- Method in class org.dellroad.lzma.client.SevenZip.Compression.RangeCoder.
Encoder
G
get(int)
- Static method in enum org.dellroad.lzma.client.
CompressionMode
The the instance corresponding to the integer
level
.
GetByte(int)
- Method in class org.dellroad.lzma.client.SevenZip.Compression.LZ.
OutWindow
getCompressedData()
- Method in class org.dellroad.lzma.client.
LZMAByteArrayCompressor
Get the compressed data.
GetDigest()
- Method in class org.dellroad.lzma.client.SevenZip.
CRC
getException()
- Method in class org.dellroad.lzma.client.
LZMACompressor
Get the exception thrown during the previous execution round, if any.
getException()
- Method in class org.dellroad.lzma.client.
LZMADecompressor
Get the exception thrown during the previous execution round, if any.
getInBytesProcessed()
- Method in class org.dellroad.lzma.client.SevenZip.Compression.LZMA.
Chunker
GetIndexByte(int)
- Method in class org.dellroad.lzma.client.SevenZip.Compression.LZ.
InWindow
GetLenToPosState(int)
- Static method in class org.dellroad.lzma.client.SevenZip.Compression.LZMA.
Base
getLevel()
- Method in enum org.dellroad.lzma.client.
CompressionMode
Return the integer level number corresponding to this instance.
GetMatches(int[])
- Method in class org.dellroad.lzma.client.SevenZip.Compression.LZ.
BinTree
GetMatchLen(int, int, int)
- Method in class org.dellroad.lzma.client.SevenZip.Compression.LZ.
InWindow
GetNumAvailableBytes()
- Method in class org.dellroad.lzma.client.SevenZip.Compression.LZ.
InWindow
getOutBytesProcessed()
- Method in class org.dellroad.lzma.client.SevenZip.Compression.LZMA.
Chunker
GetPrice(int)
- Method in class org.dellroad.lzma.client.SevenZip.Compression.RangeCoder.
BitTreeEncoder
GetPrice(int, int)
- Static method in class org.dellroad.lzma.client.SevenZip.Compression.RangeCoder.
Encoder
GetPrice0(int)
- Static method in class org.dellroad.lzma.client.SevenZip.Compression.RangeCoder.
Encoder
GetPrice1(int)
- Static method in class org.dellroad.lzma.client.SevenZip.Compression.RangeCoder.
Encoder
GetProcessedSizeAdd()
- Method in class org.dellroad.lzma.client.SevenZip.Compression.RangeCoder.
Encoder
getProgress()
- Method in class org.dellroad.lzma.client.
LZMACompressor
Determine how much of the input data has been compressed so far.
getProgress()
- Method in class org.dellroad.lzma.client.
LZMADecompressor
Determine how much of the output data has been generated so far.
getRightData(boolean)
- Method in class org.dellroad.lzma.demo.client.
LZMADemo
getUncompressedData()
- Method in class org.dellroad.lzma.client.
LZMAByteArrayDecompressor
Get the uncompressed data.
GwtLzma
- Class in
org.dellroad.lzma.client
dummy entry point.
GwtLzma()
- Constructor for class org.dellroad.lzma.client.
GwtLzma
I
ICodeProgress
- Interface in
org.dellroad.lzma.client.SevenZip
Init()
- Method in class org.dellroad.lzma.client.SevenZip.Compression.LZ.
BinTree
Init()
- Method in class org.dellroad.lzma.client.SevenZip.Compression.LZ.
InWindow
Init(boolean)
- Method in class org.dellroad.lzma.client.SevenZip.Compression.LZ.
OutWindow
Init()
- Method in class org.dellroad.lzma.client.SevenZip.Compression.RangeCoder.
BitTreeDecoder
Init()
- Method in class org.dellroad.lzma.client.SevenZip.Compression.RangeCoder.
BitTreeEncoder
Init()
- Method in class org.dellroad.lzma.client.SevenZip.Compression.RangeCoder.
Decoder
Init()
- Method in class org.dellroad.lzma.client.SevenZip.Compression.RangeCoder.
Encoder
Init()
- Method in class org.dellroad.lzma.client.SevenZip.
CRC
InitBitModels(short[])
- Static method in class org.dellroad.lzma.client.SevenZip.Compression.RangeCoder.
Decoder
InitBitModels(short[])
- Static method in class org.dellroad.lzma.client.SevenZip.Compression.RangeCoder.
Encoder
InWindow
- Class in
org.dellroad.lzma.client.SevenZip.Compression.LZ
InWindow()
- Constructor for class org.dellroad.lzma.client.SevenZip.Compression.LZ.
InWindow
K
kAlignMask
- Static variable in class org.dellroad.lzma.client.SevenZip.Compression.LZMA.
Base
kAlignTableSize
- Static variable in class org.dellroad.lzma.client.SevenZip.Compression.LZMA.
Base
kDicLogSizeMin
- Static variable in class org.dellroad.lzma.client.SevenZip.Compression.LZMA.
Base
kEndPosModelIndex
- Static variable in class org.dellroad.lzma.client.SevenZip.Compression.LZMA.
Base
kMatchMaxLen
- Static variable in class org.dellroad.lzma.client.SevenZip.Compression.LZMA.
Base
kMatchMinLen
- Static variable in class org.dellroad.lzma.client.SevenZip.Compression.LZMA.
Base
kNumAlignBits
- Static variable in class org.dellroad.lzma.client.SevenZip.Compression.LZMA.
Base
kNumBitPriceShiftBits
- Static variable in class org.dellroad.lzma.client.SevenZip.Compression.RangeCoder.
Encoder
kNumFullDistances
- Static variable in class org.dellroad.lzma.client.SevenZip.Compression.LZMA.
Base
kNumHighLenBits
- Static variable in class org.dellroad.lzma.client.SevenZip.Compression.LZMA.
Base
kNumLenSpecSymbols
- Static variable in class org.dellroad.lzma.client.SevenZip.Compression.LZMA.
Encoder
kNumLenSymbols
- Static variable in class org.dellroad.lzma.client.SevenZip.Compression.LZMA.
Base
kNumLenToPosStates
- Static variable in class org.dellroad.lzma.client.SevenZip.Compression.LZMA.
Base
kNumLenToPosStatesBits
- Static variable in class org.dellroad.lzma.client.SevenZip.Compression.LZMA.
Base
kNumLitContextBitsMax
- Static variable in class org.dellroad.lzma.client.SevenZip.Compression.LZMA.
Base
kNumLitPosStatesBitsEncodingMax
- Static variable in class org.dellroad.lzma.client.SevenZip.Compression.LZMA.
Base
kNumLowLenBits
- Static variable in class org.dellroad.lzma.client.SevenZip.Compression.LZMA.
Base
kNumLowLenSymbols
- Static variable in class org.dellroad.lzma.client.SevenZip.Compression.LZMA.
Base
kNumMidLenBits
- Static variable in class org.dellroad.lzma.client.SevenZip.Compression.LZMA.
Base
kNumMidLenSymbols
- Static variable in class org.dellroad.lzma.client.SevenZip.Compression.LZMA.
Base
kNumPosModels
- Static variable in class org.dellroad.lzma.client.SevenZip.Compression.LZMA.
Base
kNumPosSlotBits
- Static variable in class org.dellroad.lzma.client.SevenZip.Compression.LZMA.
Base
kNumPosStatesBitsEncodingMax
- Static variable in class org.dellroad.lzma.client.SevenZip.Compression.LZMA.
Base
kNumPosStatesBitsMax
- Static variable in class org.dellroad.lzma.client.SevenZip.Compression.LZMA.
Base
kNumPosStatesEncodingMax
- Static variable in class org.dellroad.lzma.client.SevenZip.Compression.LZMA.
Base
kNumPosStatesMax
- Static variable in class org.dellroad.lzma.client.SevenZip.Compression.LZMA.
Base
kNumRepDistances
- Static variable in class org.dellroad.lzma.client.SevenZip.Compression.LZMA.
Base
kNumStates
- Static variable in class org.dellroad.lzma.client.SevenZip.Compression.LZMA.
Base
kPropSize
- Static variable in class org.dellroad.lzma.client.SevenZip.Compression.LZMA.
Encoder
kStartPosModelIndex
- Static variable in class org.dellroad.lzma.client.SevenZip.Compression.LZMA.
Base
L
LZMAByteArrayCompressor
- Class in
org.dellroad.lzma.client
LZMA compressor for
byte[]
arrays.
LZMAByteArrayCompressor(byte[])
- Constructor for class org.dellroad.lzma.client.
LZMAByteArrayCompressor
Construct an encoder using the
default compression mode
.
LZMAByteArrayCompressor(byte[], CompressionMode)
- Constructor for class org.dellroad.lzma.client.
LZMAByteArrayCompressor
Primary constructor.
LZMAByteArrayDecompressor
- Class in
org.dellroad.lzma.client
LZMA decompressor for
byte[]
arrays.
LZMAByteArrayDecompressor(byte[])
- Constructor for class org.dellroad.lzma.client.
LZMAByteArrayDecompressor
Constructor.
LZMACompressor
- Class in
org.dellroad.lzma.client
LZMA compressor.
LZMACompressor(InputStream, OutputStream)
- Constructor for class org.dellroad.lzma.client.
LZMACompressor
Construct an encoder with unknown input length and using the
default compression mode
.
LZMACompressor(InputStream, OutputStream, long)
- Constructor for class org.dellroad.lzma.client.
LZMACompressor
Construct an encoder with unknown using the
default compression mode
.
LZMACompressor(InputStream, OutputStream, long, CompressionMode)
- Constructor for class org.dellroad.lzma.client.
LZMACompressor
Primary constructor.
LZMADecompressor
- Class in
org.dellroad.lzma.client
LZMA decompressor.
LZMADecompressor(InputStream, OutputStream)
- Constructor for class org.dellroad.lzma.client.
LZMADecompressor
Constructor.
LZMADemo
- Class in
org.dellroad.lzma.demo.client
LZMADemo()
- Constructor for class org.dellroad.lzma.demo.client.
LZMADemo
M
main(String[])
- Static method in class org.dellroad.lzma.client.
UTF8
MoveBlock()
- Method in class org.dellroad.lzma.client.SevenZip.Compression.LZ.
InWindow
MovePos()
- Method in class org.dellroad.lzma.client.SevenZip.Compression.LZ.
BinTree
MovePos()
- Method in class org.dellroad.lzma.client.SevenZip.Compression.LZ.
InWindow
O
onModuleLoad()
- Method in class org.dellroad.lzma.client.
GwtLzma
onModuleLoad()
- Method in class org.dellroad.lzma.demo.client.
LZMADemo
org.dellroad.lzma.client
- package org.dellroad.lzma.client
org.dellroad.lzma.client.SevenZip
- package org.dellroad.lzma.client.SevenZip
org.dellroad.lzma.client.SevenZip.Compression.LZ
- package org.dellroad.lzma.client.SevenZip.Compression.LZ
org.dellroad.lzma.client.SevenZip.Compression.LZMA
- package org.dellroad.lzma.client.SevenZip.Compression.LZMA
org.dellroad.lzma.client.SevenZip.Compression.RangeCoder
- package org.dellroad.lzma.client.SevenZip.Compression.RangeCoder
org.dellroad.lzma.demo.client
- package org.dellroad.lzma.demo.client
OutWindow
- Class in
org.dellroad.lzma.client.SevenZip.Compression.LZ
OutWindow()
- Constructor for class org.dellroad.lzma.client.SevenZip.Compression.LZ.
OutWindow
P
prettyPrint(byte[])
- Method in class org.dellroad.lzma.demo.client.
LZMADemo
processChunk()
- Method in class org.dellroad.lzma.client.SevenZip.Compression.LZMA.
Chunker
Process the next chunk of data.
PutByte(byte)
- Method in class org.dellroad.lzma.client.SevenZip.Compression.LZ.
OutWindow
R
ReadBlock()
- Method in class org.dellroad.lzma.client.SevenZip.Compression.LZ.
InWindow
ReduceOffsets(int)
- Method in class org.dellroad.lzma.client.SevenZip.Compression.LZ.
InWindow
ReleaseStream()
- Method in class org.dellroad.lzma.client.SevenZip.Compression.LZ.
InWindow
ReleaseStream()
- Method in class org.dellroad.lzma.client.SevenZip.Compression.LZ.
OutWindow
ReleaseStream()
- Method in class org.dellroad.lzma.client.SevenZip.Compression.RangeCoder.
Decoder
ReleaseStream()
- Method in class org.dellroad.lzma.client.SevenZip.Compression.RangeCoder.
Encoder
ReverseDecode(Decoder)
- Method in class org.dellroad.lzma.client.SevenZip.Compression.RangeCoder.
BitTreeDecoder
ReverseDecode(short[], int, Decoder, int)
- Static method in class org.dellroad.lzma.client.SevenZip.Compression.RangeCoder.
BitTreeDecoder
ReverseEncode(Encoder, int)
- Method in class org.dellroad.lzma.client.SevenZip.Compression.RangeCoder.
BitTreeEncoder
ReverseEncode(short[], int, Encoder, int, int)
- Static method in class org.dellroad.lzma.client.SevenZip.Compression.RangeCoder.
BitTreeEncoder
ReverseGetPrice(int)
- Method in class org.dellroad.lzma.client.SevenZip.Compression.RangeCoder.
BitTreeEncoder
ReverseGetPrice(short[], int, int, int)
- Static method in class org.dellroad.lzma.client.SevenZip.Compression.RangeCoder.
BitTreeEncoder
S
SetAlgorithm(int)
- Method in class org.dellroad.lzma.client.SevenZip.Compression.LZMA.
Encoder
SetCutValue(int)
- Method in class org.dellroad.lzma.client.SevenZip.Compression.LZ.
BinTree
SetDecoderProperties(byte[])
- Method in class org.dellroad.lzma.client.SevenZip.Compression.LZMA.
Decoder
SetDictionarySize(int)
- Method in class org.dellroad.lzma.client.SevenZip.Compression.LZMA.
Encoder
SetEndMarkerMode(boolean)
- Method in class org.dellroad.lzma.client.SevenZip.Compression.LZMA.
Encoder
SetLcLpPb(int, int, int)
- Method in class org.dellroad.lzma.client.SevenZip.Compression.LZMA.
Encoder
SetMatchFinder(int)
- Method in class org.dellroad.lzma.client.SevenZip.Compression.LZMA.
Encoder
SetNumFastBytes(int)
- Method in class org.dellroad.lzma.client.SevenZip.Compression.LZMA.
Encoder
SetProgress(long, long)
- Method in interface org.dellroad.lzma.client.SevenZip.
ICodeProgress
setRightData(byte[])
- Method in class org.dellroad.lzma.demo.client.
LZMADemo
SetStream(InputStream)
- Method in class org.dellroad.lzma.client.SevenZip.Compression.LZ.
InWindow
SetStream(OutputStream)
- Method in class org.dellroad.lzma.client.SevenZip.Compression.LZ.
OutWindow
SetStream(InputStream)
- Method in class org.dellroad.lzma.client.SevenZip.Compression.RangeCoder.
Decoder
SetStream(OutputStream)
- Method in class org.dellroad.lzma.client.SevenZip.Compression.RangeCoder.
Encoder
SetType(int)
- Method in class org.dellroad.lzma.client.SevenZip.Compression.LZ.
BinTree
ShiftLow()
- Method in class org.dellroad.lzma.client.SevenZip.Compression.RangeCoder.
Encoder
Skip(int)
- Method in class org.dellroad.lzma.client.SevenZip.Compression.LZ.
BinTree
StateInit()
- Static method in class org.dellroad.lzma.client.SevenZip.Compression.LZMA.
Base
StateIsCharState(int)
- Static method in class org.dellroad.lzma.client.SevenZip.Compression.LZMA.
Base
StateUpdateChar(int)
- Static method in class org.dellroad.lzma.client.SevenZip.Compression.LZMA.
Base
StateUpdateMatch(int)
- Static method in class org.dellroad.lzma.client.SevenZip.Compression.LZMA.
Base
StateUpdateRep(int)
- Static method in class org.dellroad.lzma.client.SevenZip.Compression.LZMA.
Base
StateUpdateShortRep(int)
- Static method in class org.dellroad.lzma.client.SevenZip.Compression.LZMA.
Base
T
Table
- Static variable in class org.dellroad.lzma.client.SevenZip.
CRC
U
Update(byte[], int, int)
- Method in class org.dellroad.lzma.client.SevenZip.
CRC
Update(byte[])
- Method in class org.dellroad.lzma.client.SevenZip.
CRC
UpdateByte(int)
- Method in class org.dellroad.lzma.client.SevenZip.
CRC
updateSizes(boolean)
- Method in class org.dellroad.lzma.demo.client.
LZMADemo
UTF8
- Class in
org.dellroad.lzma.client
Encodes and decodes strings to/from binary using "modified UTF-8 encoding".
V
valueOf(String)
- Static method in enum org.dellroad.lzma.client.
CompressionMode
Returns the enum constant of this type with the specified name.
values()
- Static method in enum org.dellroad.lzma.client.
CompressionMode
Returns an array containing the constants of this enum type, in the order they are declared.
W
WriteCoderProperties(OutputStream)
- Method in class org.dellroad.lzma.client.SevenZip.Compression.LZMA.
Encoder
_
_blockSize
- Variable in class org.dellroad.lzma.client.SevenZip.Compression.LZ.
InWindow
_bufferBase
- Variable in class org.dellroad.lzma.client.SevenZip.Compression.LZ.
InWindow
_bufferOffset
- Variable in class org.dellroad.lzma.client.SevenZip.Compression.LZ.
InWindow
_pos
- Variable in class org.dellroad.lzma.client.SevenZip.Compression.LZ.
InWindow
_streamPos
- Variable in class org.dellroad.lzma.client.SevenZip.Compression.LZ.
InWindow
A
B
C
D
E
F
G
I
K
L
M
O
P
R
S
T
U
V
W
_
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © 2015. All rights reserved.