org.opengts.dbtools
Class DBFactory.MySQLDumpReader

java.lang.Object
  extended by org.opengts.dbtools.DBFactory.MySQLDumpReader
Enclosing class:
DBFactory<gDBR extends DBRecord>

protected static class DBFactory.MySQLDumpReader
extends java.lang.Object

MySQLDumpReader class


Constructor Summary
DBFactory.MySQLDumpReader(java.io.File file)
           
 
Method Summary
 void close()
           
 byte[] readLineBytes()
           
 java.lang.String readLineString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DBFactory.MySQLDumpReader

public DBFactory.MySQLDumpReader(java.io.File file)
                          throws java.io.IOException
Throws:
java.io.IOException
Method Detail

readLineString

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

readLineBytes

public byte[] readLineBytes()
                     throws java.io.IOException
Throws:
java.io.IOException

close

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