Some progress on the JSONObjectInputStream

This commit is contained in:
Ziver Koc 2013-06-09 19:47:08 +00:00
parent 1a7f0fd1d9
commit cdf1f13fb0
5 changed files with 137 additions and 38 deletions

View file

@ -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;