Uses of Class
org.quickconnectfamily.json.JSONStream

Packages that use JSONStream
org.quickconnectfamily.json   
 

Uses of JSONStream in org.quickconnectfamily.json
 

Subclasses of JSONStream in org.quickconnectfamily.json
 class JSONInputStream
          The JSONInputStream class is used when you want to read JSON from any type of InputStream such as a FileInputStream or a SocketInputStream.
 class JSONOutputStream
          The JSONOutputStream class is used when you want to send an object as a JSON string to any type of OutputStream such as a FileOutputStream or a SocketOutputStream.
 

Methods in org.quickconnectfamily.json with parameters of type JSONStream
 void JSONStreamProtector.protectJSONStream(JSONStream aJsonStream)
          This method protects JSONStreams from having concurrent write or read errors due to multiple threads doing concurrent access.