org.ontobox.fast.storage
Class BinaryDumper

java.lang.Object
  extended by org.ontobox.fast.storage.BinaryDumper

public class BinaryDumper
extends java.lang.Object

Author:
Anton Malykh

Constructor Summary
BinaryDumper(Storage storage)
           
 
Method Summary
 void dumpBinary(java.io.File file)
           
 void loadBinary(java.io.File file)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BinaryDumper

public BinaryDumper(Storage storage)
Method Detail

dumpBinary

public void dumpBinary(java.io.File file)
                throws java.io.IOException
Throws:
java.io.IOException

loadBinary

public void loadBinary(java.io.File file)
                throws java.io.IOException,
                       java.lang.InterruptedException
Throws:
java.io.IOException
java.lang.InterruptedException