|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjcolibri.method.retrieve.NNretrieval.similarity.local.textual.compressionbased.GZipCompressor
public class GZipCompressor
Class that implements the ICompressor interface, i.e. it defines a function for returning the size of an object (in this case, a String) after compression (in this casse, by GZip).
Constructor Summary | |
---|---|
GZipCompressor()
|
Method Summary | |
---|---|
int |
getCompressedSize(java.lang.String s)
Returns the size of a string after compression by GZip. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GZipCompressor()
Method Detail |
---|
public int getCompressedSize(java.lang.String s)
getCompressedSize
in interface ICompressor
s
- the string to be compressed
|
GAIA - Group for Artificial Intelligence Applications http://gaia.fdi.ucm.es |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |