A B C D F G H M N O Q R S T U V W Z 
All Classes All Packages

A

ACORN - org.dict.zip.DictZipHeader.OperatingSystem
13.
AMIGA - org.dict.zip.DictZipHeader.OperatingSystem
1.
ATARI - org.dict.zip.DictZipHeader.OperatingSystem
5.
available() - Method in class org.dict.zip.RandomAccessInputStream
 

B

BEST_COMPRESSION - org.dict.zip.DictZipHeader.CompressionLevel
2.
BEST_SPEED - org.dict.zip.DictZipHeader.CompressionLevel
4.
buf - Variable in class org.dict.zip.DictZipOutputStream
Output buffer for writing compressed data.

C

checkDictZipInputStream(String) - Static method in class org.dict.zip.DictZipFileUtils
Check gzip member stream w/ CRC and length in trailer.
checkDictZipInputStream(DictZipInputStream) - Static method in class org.dict.zip.DictZipFileUtils
Check gzip member stream w/ CRC and length in trailer.
chunks - Variable in class org.dict.zip.DictZipHeader
Each chunk size.
close() - Method in class org.dict.zip.DictZipInputStream
Closes the input stream.
close() - Method in class org.dict.zip.DictZipOutputStream
Closes the output stream.
close() - Method in class org.dict.zip.RandomAccessInputStream
 
CPM - org.dict.zip.DictZipHeader.OperatingSystem
9.
crc - Variable in class org.dict.zip.DictZipOutputStream
CRC-32 of uncompressed data.

D

def - Variable in class org.dict.zip.DictZipOutputStream
Compressor for this stream.
DEFAULT_COMPRESSION - org.dict.zip.DictZipHeader.CompressionLevel
0.
deflate() - Method in class org.dict.zip.DictZipOutputStream
Writes next block of compressed data to the output stream.
DictZipFileUtils - Class in org.dict.zip
Created by Hiroshi Miura on 16/04/09.
DictZipHeader - Class in org.dict.zip
DictZip header structure and handler.
DictZipHeader(long, int) - Constructor for class org.dict.zip.DictZipHeader
Initialize DictZip header from data and buffer size.
DictZipHeader.CompressionLevel - Enum in org.dict.zip
Compression levels.
DictZipHeader.OperatingSystem - Enum in org.dict.zip
Operating systems.
DictZipInputStream - Class in org.dict.zip
DictZipInputStream.
DictZipInputStream(String) - Constructor for class org.dict.zip.DictZipInputStream
Creates a new input stream with a default buffer size from given filepath.
DictZipInputStream(RandomAccessInputStream) - Constructor for class org.dict.zip.DictZipInputStream
Creates a new input stream with a default buffer size.
DictZipInputStream(RandomAccessInputStream, int) - Constructor for class org.dict.zip.DictZipInputStream
Creates a new input stream with the specified buffer size.
DictZipOutputStream - Class in org.dict.zip
Test of DictZipOutputStream.
DictZipOutputStream(RandomAccessOutputStream, int, long) - Constructor for class org.dict.zip.DictZipOutputStream
Constructor.
DictZipOutputStream(RandomAccessOutputStream, int, long, int) - Constructor for class org.dict.zip.DictZipOutputStream
Constructor.
DictZipOutputStream(RandomAccessOutputStream, long) - Constructor for class org.dict.zip.DictZipOutputStream
Constructor.
DictZipOutputStream(RandomAccessOutputStream, Deflater, int, long, int) - Constructor for class org.dict.zip.DictZipOutputStream
Constructor.

F

FAT - org.dict.zip.DictZipHeader.OperatingSystem
0.
finish() - Method in class org.dict.zip.DictZipOutputStream
Finish compression, as same function as GZIPOutputStream.

G

getChunkCount() - Method in class org.dict.zip.DictZipHeader
Return chunk count.
getChunkCount() - Method in class org.dict.zip.DictZipInputStream
Get number of chunks.
getChunkLength() - Method in class org.dict.zip.DictZipHeader
Return chunk length.
getChunkLength() - Method in class org.dict.zip.DictZipInputStream
Get length of each chunk.
getCompLength() - Method in class org.dict.zip.DictZipInputStream
Get total length of compressed data.
getCrc() - Method in class org.dict.zip.DictZipInputStream
Return CRC value set to gzip trailer.
getExtraFlag() - Method in class org.dict.zip.DictZipHeader
Get extra flag.
getFilename() - Method in class org.dict.zip.DictZipHeader
Return filename set to header.
getFilename() - Method in class org.dict.zip.DictZipInputStream
Get Filename field if exist.
getGzipFlag() - Method in class org.dict.zip.DictZipHeader
Get gzip flag as bitset.
getHeaderLength() - Method in class org.dict.zip.DictZipHeader
Get header length.
getHeaderOS() - Method in class org.dict.zip.DictZipHeader
Get OS field.
getLength() - Method in class org.dict.zip.DictZipInputStream
Return length value set to gzip trailer.
getLength() - Method in class org.dict.zip.RandomAccessInputStream
Get file length.
getMemberLength() - Method in class org.dict.zip.DictZipHeader
Get member length.
getMtime() - Method in class org.dict.zip.DictZipHeader
Return modification date/time in second from epoch.
getMtime() - Method in class org.dict.zip.DictZipInputStream
Get mtime in long.
getOffset(long) - Method in class org.dict.zip.DictZipHeader
Offset getter.
getPos() - Method in class org.dict.zip.RandomAccessInputStream
Get cursor position.
getPosition(long) - Method in class org.dict.zip.DictZipHeader
Return dictionary position.
getType() - Method in class org.dict.zip.DictZipHeader
Return zip type, whether gzip or dzip.
getType() - Method in class org.dict.zip.DictZipInputStream
Get type of compression.

H

HPFS - org.dict.zip.DictZipHeader.OperatingSystem
6.

M

MAC - org.dict.zip.DictZipHeader.OperatingSystem
7.
mark(int) - Method in class org.dict.zip.RandomAccessInputStream
 
markSupported() - Method in class org.dict.zip.RandomAccessInputStream
 

N

NTFS - org.dict.zip.DictZipHeader.OperatingSystem
11.

O

org.dict.zip - package org.dict.zip
 

Q

QDOS - org.dict.zip.DictZipHeader.OperatingSystem
12.

R

RandomAccessInputStream - Class in org.dict.zip
RandomAccessInputStream.
RandomAccessInputStream(RandomAccessFile) - Constructor for class org.dict.zip.RandomAccessInputStream
Construct RandomAccessInputStream from file.
RandomAccessInputStream(String, String) - Constructor for class org.dict.zip.RandomAccessInputStream
Construct RandomAccessInputStream from filename.
RandomAccessOutputStream - Class in org.dict.zip
OutputStream class supporting random access methods.
RandomAccessOutputStream(RandomAccessFile) - Constructor for class org.dict.zip.RandomAccessOutputStream
Construct RandomAccessOutputStream from file.
RandomAccessOutputStream(String, String) - Constructor for class org.dict.zip.RandomAccessOutputStream
Construct RandomAccessOutputStream from filename.
read() - Method in class org.dict.zip.RandomAccessInputStream
 
read(byte[], int, int) - Method in class org.dict.zip.DictZipInputStream
Reads uncompressed data into an array of bytes.
read(byte[], int, int) - Method in class org.dict.zip.RandomAccessInputStream
 
readFully(byte[]) - Method in class org.dict.zip.DictZipInputStream
Read full data.
readFully(byte[]) - Method in class org.dict.zip.RandomAccessInputStream
Read full data to byte buffer.
readFully(byte[], int, int) - Method in class org.dict.zip.DictZipInputStream
Read full data by offset/length.
readHeader(InputStream, CRC32) - Static method in class org.dict.zip.DictZipHeader
Read dictzip header from file.
readHeader(String) - Static method in class org.dict.zip.DictZipHeader
Read dictzip header from file.
reset() - Method in class org.dict.zip.RandomAccessInputStream
 

S

seek(long) - Method in class org.dict.zip.DictZipInputStream
Seek to a raw index next.
seek(long) - Method in class org.dict.zip.RandomAccessInputStream
Seek file position.
seek(long) - Method in class org.dict.zip.RandomAccessOutputStream
Seek file position.
setComment(String) - Method in class org.dict.zip.DictZipHeader
Set comment field.
setExtraFlag(DictZipHeader.CompressionLevel) - Method in class org.dict.zip.DictZipHeader
Set extra flag.
setFilename(String) - Method in class org.dict.zip.DictZipHeader
Set filename field.
setHeaderCRC(boolean) - Method in class org.dict.zip.DictZipHeader
Set Header CRC flag.
setHeaderOS(DictZipHeader.OperatingSystem) - Method in class org.dict.zip.DictZipHeader
Set OS field of header.
setMtime(long) - Method in class org.dict.zip.DictZipHeader
Set mtime field.
skip(long) - Method in class org.dict.zip.RandomAccessInputStream
 

T

TOPS - org.dict.zip.DictZipHeader.OperatingSystem
10.
toString() - Method in class org.dict.zip.DictZipHeader
 

U

UNIX - org.dict.zip.DictZipHeader.OperatingSystem
3.
UNKNOWN - org.dict.zip.DictZipHeader.OperatingSystem
255.

V

valueOf(String) - Static method in enum org.dict.zip.DictZipHeader.CompressionLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.dict.zip.DictZipHeader.OperatingSystem
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.dict.zip.DictZipHeader.CompressionLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.dict.zip.DictZipHeader.OperatingSystem
Returns an array containing the constants of this enum type, in the order they are declared.
VMCMS - org.dict.zip.DictZipHeader.OperatingSystem
4.
VMS - org.dict.zip.DictZipHeader.OperatingSystem
2.

W

write(byte[], int, int) - Method in class org.dict.zip.DictZipOutputStream
Writes an array of bytes to the compressed output stream.
write(byte[], int, int) - Method in class org.dict.zip.RandomAccessOutputStream
 
write(int) - Method in class org.dict.zip.DictZipOutputStream
Writes a byte to the compressed output stream.
write(int) - Method in class org.dict.zip.RandomAccessOutputStream
 
writeHeader(DictZipHeader, OutputStream) - Static method in class org.dict.zip.DictZipHeader
Writes GZIP member header.

Z

ZSYS - org.dict.zip.DictZipHeader.OperatingSystem
8.
A B C D F G H M N O Q R S T U V W Z 
All Classes All Packages