
public class OGZIPCompression extends OAbstractCompression
| Modifier and Type | Field and Description |
|---|---|
static OGZIPCompression |
INSTANCE |
static String |
NAME |
| Constructor and Description |
|---|
OGZIPCompression() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
compress(byte[] content,
int offset,
int length) |
String |
name() |
byte[] |
uncompress(byte[] content,
int offset,
int length) |
compress, configure, uncompresspublic static final String NAME
public static final OGZIPCompression INSTANCE
public byte[] compress(byte[] content,
int offset,
int length)
public byte[] uncompress(byte[] content,
int offset,
int length)
public String name()
Copyright © 2009–2025 OrientDB. All rights reserved.