Class OZIPCompression
java.lang.Object
com.orientechnologies.orient.core.compression.impl.OAbstractCompression
com.orientechnologies.orient.core.compression.impl.OZIPCompression
- All Implemented Interfaces:
OCompression
- Direct Known Subclasses:
OHighZIPCompression,OLowZIPCompression
- Author:
- Luca Garulli
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbyte[]compress(byte[] content, int offset, int length) protected abstract voidsetLevel(ZipOutputStream zipOutputStream) byte[]uncompress(byte[] content, int offset, int length) Methods inherited from class com.orientechnologies.orient.core.compression.impl.OAbstractCompression
compress, configure, uncompressMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.orientechnologies.orient.core.compression.OCompression
name
-
Constructor Details
-
OZIPCompression
public OZIPCompression()
-
-
Method Details
-
compress
public byte[] compress(byte[] content, int offset, int length) -
uncompress
public byte[] uncompress(byte[] content, int offset, int length) -
setLevel
-