public class JsonReader
extends java.lang.Object
| Constructor and Description |
|---|
JsonReader(JsonDBConfig dbConfig,
java.io.File collectionFile) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
java.lang.String |
readLine()
A utility method that reads the next line and returns it.
|
public JsonReader(JsonDBConfig dbConfig, java.io.File collectionFile) throws java.io.IOException
java.io.IOExceptionpublic java.lang.String readLine()
throws java.io.IOException
java.io.IOException - if an I/O error occurspublic void close()