public abstract class OAbstractCompression extends Object implements OCompression
Constructor and Description |
---|
OAbstractCompression() |
Modifier and Type | Method and Description |
---|---|
byte[] |
compress(byte[] content) |
OCompression |
configure(String iOptions) |
byte[] |
uncompress(byte[] content) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
compress, name, uncompress
public byte[] compress(byte[] content)
compress
in interface OCompression
public byte[] uncompress(byte[] content)
uncompress
in interface OCompression
public OCompression configure(String iOptions)
configure
in interface OCompression
Copyright © 2009–2020 OrientDB. All rights reserved.