|
|||||||||
| Home >> All >> com >> flexstor >> common >> [ util overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.flexstor.common.util
Class ObjectDeflator

java.lang.Objectcom.flexstor.common.util.ObjectDeflator
- public class ObjectDeflator
- extends java.lang.Object
| Constructor Summary | |
ObjectDeflator()
|
|
| Method Summary | |
static byte[] |
deflate(java.lang.Object obj)
|
static java.lang.Object |
inflate(byte[] data)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
ObjectDeflator
public ObjectDeflator()
| Method Detail |
deflate
public static byte[] deflate(java.lang.Object obj)
inflate
public static java.lang.Object inflate(byte[] data)
|
|||||||||
| Home >> All >> com >> flexstor >> common >> [ util overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
com.flexstor.common.util.ObjectDeflator