|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Compressor
Interface for compressors of bytes, javascript or css.
Method Summary | |
---|---|
byte[] |
compress(byte[] input)
Compresses the given input of bytes. |
String |
name()
Returns what type of compressor this is. |
Method Detail |
---|
byte[] compress(byte[] input)
input
- bytes to compress
String name()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |