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