gr.uoa.di.madgik.compressedstream
Class CompressedObjectStream

java.lang.Object
  extended by gr.uoa.di.madgik.compressedstream.CompressedObjectStream

public class CompressedObjectStream
extends Object


Constructor Summary
CompressedObjectStream()
           
 
Method Summary
static Serializable readObject(ObjectInputStream in)
           
static void writeObject(Serializable object, ObjectOutputStream out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CompressedObjectStream

public CompressedObjectStream()
Method Detail

writeObject

public static void writeObject(Serializable object,
                               ObjectOutputStream out)
                        throws IOException
Throws:
IOException

readObject

public static Serializable readObject(ObjectInputStream in)
                               throws IOException,
                                      ClassNotFoundException
Throws:
IOException
ClassNotFoundException


Copyright © 2012. All Rights Reserved.