juglr
Interface BoxParser
- All Known Implementing Classes:
- JSonBoxParser
public interface BoxParser
Interface for parsers cabable of parsing Box
objects
from character streams. Note that all implementations of this interface
should be thread safe.
- See Also:
Box
,
BoxReader
,
JSonBoxParser
parse
Box parse(java.lang.String in)
parse
Box parse(java.io.Reader in)
throws java.io.IOException
- Throws:
java.io.IOException
parse
Box parse(java.io.File in)
throws java.io.IOException
- Throws:
java.io.IOException
parse
Box parse(java.io.InputStream in)
throws java.io.IOException
- Throws:
java.io.IOException