
public class ONothingCompression extends OAbstractCompression
| Modifier and Type | Field and Description |
|---|---|
static ONothingCompression |
INSTANCE |
static String |
NAME |
| Constructor and Description |
|---|
ONothingCompression() |
| 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 ONothingCompression 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.