com.partnersoft.v3x.apps.MapBrowser.rover
Class RoverFindItemDumpBuilder

java.lang.Object
  extended by com.partnersoft.v3x.io.formats.NamedObjectDumpBuilder
      extended by com.partnersoft.v3x.apps.MapBrowser.rover.RoverFindItemDumpBuilder

public class RoverFindItemDumpBuilder
extends NamedObjectDumpBuilder

A building (not used in actual practice)


Field Summary
 
Fields inherited from class com.partnersoft.v3x.io.formats.NamedObjectDumpBuilder
filenameBase
 
Constructor Summary
RoverFindItemDumpBuilder(java.lang.String filenameBase)
           
RoverFindItemDumpBuilder(java.lang.String filenameBase, boolean mergeDuplicates)
           
 
Method Summary
static void main(java.lang.String[] argv)
           
 void sortAndPack()
           
 void writeObjectImp(java.lang.Object victim, java.io.DataOutputStream outie)
           
 
Methods inherited from class com.partnersoft.v3x.io.formats.NamedObjectDumpBuilder
appendBytes, appendBytes, appendObject, clear, close, getCurrentSize, getDataFile, getFilenameBase, getOffsetFile, reset, sort
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RoverFindItemDumpBuilder

public RoverFindItemDumpBuilder(java.lang.String filenameBase)
                         throws java.io.IOException
Throws:
java.io.IOException

RoverFindItemDumpBuilder

public RoverFindItemDumpBuilder(java.lang.String filenameBase,
                                boolean mergeDuplicates)
                         throws java.io.IOException
Throws:
java.io.IOException
Method Detail

main

public static void main(java.lang.String[] argv)

writeObjectImp

public void writeObjectImp(java.lang.Object victim,
                           java.io.DataOutputStream outie)
                    throws java.io.IOException
Overrides:
writeObjectImp in class NamedObjectDumpBuilder
Throws:
java.io.IOException

sortAndPack

public void sortAndPack()
                 throws java.io.IOException
Throws:
java.io.IOException