Class SerializationUtils
- java.lang.Object
-
- net.sf.jasperreports.engine.virtualization.SerializationUtils
-
public class SerializationUtils extends Object
- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
-
-
Field Summary
Fields Modifier and Type Field Description static String
EXCEPTION_MESSAGE_KEY_INVALID_INT_BYTE_READ
-
Constructor Summary
Constructors Constructor Description SerializationUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static int
readIntCompressed(ObjectInput in)
static void
writeIntCompressed(ObjectOutput out, int value)
-
-
-
Field Detail
-
EXCEPTION_MESSAGE_KEY_INVALID_INT_BYTE_READ
public static final String EXCEPTION_MESSAGE_KEY_INVALID_INT_BYTE_READ
- See Also:
- Constant Field Values
-
-
Method Detail
-
writeIntCompressed
public static void writeIntCompressed(ObjectOutput out, int value) throws IOException
- Throws:
IOException
-
readIntCompressed
public static int readIntCompressed(ObjectInput in) throws IOException
- Throws:
IOException
-
-