Package com.invirgance.convirgance.input
Class JBINInput
java.lang.Object
com.invirgance.convirgance.input.JBINInput
- All Implemented Interfaces:
 Input<JSONObject>
Provides support for reading binary encoded JSON data in the JBIN format. Provides
 a smaller encoding than JSON along with significantly higher parsing performance.
- Author:
 - jbanes
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionReturns a stream of data over the underlying JBIN encoding 
- 
Constructor Details
- 
JBINInput
public JBINInput() 
 - 
 - 
Method Details
- 
read
Returns a stream of data over the underlying JBIN encoding- Specified by:
 readin interfaceInput<JSONObject>- Parameters:
 source- where to read the data from- Returns:
 - a stream of data
 
 
 -