Class ONothingCompression
java.lang.Object
com.orientechnologies.orient.core.compression.impl.OAbstractCompression
com.orientechnologies.orient.core.compression.impl.ONothingCompression
- All Implemented Interfaces:
OCompression
- Since:
- 05.06.13
- Author:
- Andrey Lomakin
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbyte[]compress(byte[] content, int offset, int length) name()byte[]uncompress(byte[] content, int offset, int length) Methods inherited from class com.orientechnologies.orient.core.compression.impl.OAbstractCompression
compress, configure, uncompress
-
Field Details
-
NAME
- See Also:
-
INSTANCE
-
-
Constructor Details
-
ONothingCompression
public ONothingCompression()
-
-
Method Details
-
compress
public byte[] compress(byte[] content, int offset, int length) -
uncompress
public byte[] uncompress(byte[] content, int offset, int length) -
name
-