
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, uncompressclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitnamepublic 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–2025 OrientDB. All rights reserved.