juglr
Class JSonBoxParser
java.lang.Object
juglr.JSonBoxParser
- All Implemented Interfaces:
- BoxParser
public class JSonBoxParser
- extends java.lang.Object
- implements BoxParser
Helper class for parsing strings, readers, or files into Box
instanses. Note that all methods on this class are thread safe.
- See Also:
BoxReader
,
JSonBoxReader
,
Box
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JSonBoxParser
public JSonBoxParser()
parse
public Box parse(java.lang.String in)
- Specified by:
parse
in interface BoxParser
parse
public Box parse(java.io.Reader in)
throws java.io.IOException
- Specified by:
parse
in interface BoxParser
- Throws:
java.io.IOException
parse
public Box parse(java.io.File jsonFile)
throws java.io.IOException
- Specified by:
parse
in interface BoxParser
- Throws:
java.io.IOException
parse
public Box parse(java.io.InputStream in)
throws java.io.IOException
- Specified by:
parse
in interface BoxParser
- Throws:
java.io.IOException