public class BufferUtil
extends java.lang.Object
| Constructor and Description |
|---|
BufferUtil() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.Object |
fromBuffer(java.nio.ByteBuffer buffer) |
static java.nio.ByteBuffer |
toBuffer(java.io.Serializable obj) |
public static java.nio.ByteBuffer toBuffer(java.io.Serializable obj)
throws java.io.IOException
java.io.IOExceptionpublic static java.lang.Object fromBuffer(java.nio.ByteBuffer buffer)
throws java.io.IOException,
java.lang.ClassNotFoundException
java.io.IOExceptionjava.lang.ClassNotFoundException