Package com.semedy.reasoner.core
Class JsonStreamLoaderOld
java.lang.Object
com.semedy.reasoner.core.JsonStreamLoaderOld
Stream based Json loader. Reads Json by Json.
- Author:
- angele
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
open new Json fileRead next Json from file.void
-
Constructor Details
-
JsonStreamLoaderOld
public JsonStreamLoaderOld()
-
-
Method Details
-
open
open new Json file- Parameters:
path
- , path to Json file- Throws:
IOException
-
parseNextJson
Read next Json from file.
returns null if file end is reached- Returns:
- one Json as string
- Throws:
IOException
-
readNextChar
- Throws:
IOException
-