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
IOException
public static int readIntCompressed(ObjectInput in) throws IOException
IOException
Copyright © 2016. All rights reserved.