public class SerializationUtils extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
EXCEPTION_MESSAGE_KEY_INVALID_INT_BYTE_READ |
| Constructor and Description |
|---|
SerializationUtils() |
| Modifier and Type | Method and Description |
|---|---|
static int |
readIntCompressed(ObjectInput in) |
static void |
writeIntCompressed(ObjectOutput out,
int value) |
public static final String EXCEPTION_MESSAGE_KEY_INVALID_INT_BYTE_READ
public static void writeIntCompressed(ObjectOutput out, int value) throws IOException
IOExceptionpublic static int readIntCompressed(ObjectInput in) throws IOException
IOExceptionCopyright © 2017. All rights reserved.