public abstract class OZIPCompression extends OAbstractCompression
Constructor and Description |
---|
OZIPCompression() |
Modifier and Type | Method and Description |
---|---|
byte[] |
compress(byte[] content,
int offset,
int length) |
protected abstract void |
setLevel(ZipOutputStream zipOutputStream) |
byte[] |
uncompress(byte[] content,
int offset,
int length) |
compress, configure, uncompress
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
name
public byte[] compress(byte[] content, int offset, int length)
public byte[] uncompress(byte[] content, int offset, int length)
protected abstract void setLevel(ZipOutputStream zipOutputStream)
Copyright © 2009–2020 OrientDB. All rights reserved.