Package com.badlogic.gdx.utils
Interface BaseJsonReader
-
- All Known Implementing Classes:
JsonReader,UBJsonReader
public interface BaseJsonReader
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description JsonValueparse(FileHandle file)JsonValueparse(java.io.InputStream input)
-
-
-
Method Detail
-
parse
JsonValue parse(java.io.InputStream input)
-
parse
JsonValue parse(FileHandle file)
-
-