Skip navigation links
C D M S V W 

C

cc.stepien.skrot - package cc.stepien.skrot
 
Codec - Enum in cc.stepien.skrot
An enumeration of available compression algorithms backing Skrot.
compress(InputStream, InputStream, OutputStream) - Method in class cc.stepien.skrot.Skrot
Compresses given input stream using given model and writes it to the given output stream.

D

decompress(InputStream, InputStream, OutputStream) - Method in class cc.stepien.skrot.Skrot
Decompresses given input stream using given model and writes it to the given output stream.

M

model(InputStream, OutputStream) - Method in class cc.stepien.skrot.Skrot
Builds a Skrot model reading data from the given InputStream and writes it into the given OutputStream.

S

Skrot - Class in cc.stepien.skrot
Pure Java implementation of Skrot compression.

V

valueOf(String) - Static method in enum cc.stepien.skrot.Codec
Returns the enum constant of this type with the specified name.
values() - Static method in enum cc.stepien.skrot.Codec
Returns an array containing the constants of this enum type, in the order they are declared.

W

with(Codec) - Static method in class cc.stepien.skrot.Skrot
Returns an instance backed by a given compression algorithm.
C D M S V W 
Skip navigation links