|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.partnersoft.v3x.io.formats.PackedObjectDump
public class PackedObjectDump
This is an ObjectDump that has been consolidated into a single file. It works just like a regular ObjectDump but is read-only. Use PackedObjectDump.pack() to create one from an existing ObjectDump.
| Constructor Summary | |
|---|---|
PackedObjectDump(java.io.File file)
Creates an uncompressed PackedObjectDump for the given file. |
|
PackedObjectDump(java.io.File file,
boolean compressed)
Creates a PackedObjectDump object for the given file. |
|
| Method Summary | |
|---|---|
int |
getSize()
|
static void |
main(java.lang.String[] argv)
Prints every record in the dumpfile. |
java.lang.Object |
readObject(int index)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PackedObjectDump(java.io.File file,
boolean compressed)
throws java.io.IOException
java.io.IOException
public PackedObjectDump(java.io.File file)
throws java.io.IOException
java.io.IOException| Method Detail |
|---|
public static void main(java.lang.String[] argv)
public int getSize()
public java.lang.Object readObject(int index)
throws java.io.IOException
java.io.IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||