public class CompressedObjectStream extends Object
| Constructor and Description |
|---|
CompressedObjectStream() |
| Modifier and Type | Method and Description |
|---|---|
static Serializable |
readObject(ObjectInputStream in) |
static void |
writeObject(Serializable object,
ObjectOutputStream out) |
public static void writeObject(Serializable object, ObjectOutputStream out) throws IOException
IOExceptionpublic static Serializable readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
IOExceptionClassNotFoundExceptionCopyright © 2014. All Rights Reserved.