Some progress on the JSONObjectInputStream
This commit is contained in:
parent
1a7f0fd1d9
commit
cdf1f13fb0
5 changed files with 137 additions and 38 deletions
|
|
@ -35,7 +35,7 @@ import java.io.*;
|
|||
* @author Ziver
|
||||
*/
|
||||
public class JSONParser{
|
||||
protected Reader in;
|
||||
private Reader in;
|
||||
|
||||
public JSONParser(Reader in){
|
||||
this.in = in;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue