com.myJava.file.archive.zip64
Class ZipEntrySerializedCollection

java.lang.Object
  extended by com.myJava.util.collections.SerializedCollection
      extended by com.myJava.file.archive.zip64.ZipEntrySerializedCollection
All Implemented Interfaces:
java.lang.Iterable, java.util.Collection

public class ZipEntrySerializedCollection
extends SerializedCollection

SerializedCollection implementation dedicated to ZipEntries

Author:
Olivier PETRUCCI

Areca Build ID : 7299034069467778562

Field Summary
 
Fields inherited from class com.myJava.util.collections.SerializedCollection
bufferFile
 
Constructor Summary
ZipEntrySerializedCollection()
           
 
Method Summary
protected  java.lang.Object readObject(java.io.ObjectInputStream in)
           
protected  void writeObject(java.io.ObjectOutputStream out, java.lang.Object o)
           
 
Methods inherited from class com.myJava.util.collections.SerializedCollection
add, addAll, clear, contains, containsAll, isEmpty, iterator, lock, registerIterator, remove, removeAll, retainAll, size, toArray, toArray, unregisterIterator
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Collection
equals, hashCode
 

Constructor Detail

ZipEntrySerializedCollection

public ZipEntrySerializedCollection()
                             throws java.io.IOException
Parameters:
bufferFile -
Throws:
java.io.IOException
Method Detail

writeObject

protected void writeObject(java.io.ObjectOutputStream out,
                           java.lang.Object o)
                    throws java.io.IOException
Specified by:
writeObject in class SerializedCollection
Throws:
java.io.IOException

readObject

protected java.lang.Object readObject(java.io.ObjectInputStream in)
                               throws java.io.IOException,
                                      java.lang.ClassNotFoundException
Specified by:
readObject in class SerializedCollection
Throws:
java.io.IOException
java.lang.ClassNotFoundException