|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.myJava.util.collections.SerializedCollection
com.myJava.file.archive.zip64.ZipEntrySerializedCollection
public class ZipEntrySerializedCollection
SerializedCollection implementation dedicated to ZipEntries
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 |
---|
public ZipEntrySerializedCollection() throws java.io.IOException
bufferFile
-
java.io.IOException
Method Detail |
---|
protected void writeObject(java.io.ObjectOutputStream out, java.lang.Object o) throws java.io.IOException
writeObject
in class SerializedCollection
java.io.IOException
protected java.lang.Object readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
readObject
in class SerializedCollection
java.io.IOException
java.lang.ClassNotFoundException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |