Tree PREV CLASS NEXT CLASS SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD com.ibm.portal.streaming.json
Class JSONInputSourcejava.lang.ObjectDeprecated.com.ibm.portal.streaming.json.JSONInputSource
@Deprecated public class JSONInputSource- extends java.lang.Object
A single input source for a JSON entity.
- Since:
- 7.0.0
- See Also:
- InputSource
Constructor Summary JSONInputSource(java.io.Reader aReader)
Deprecated. Initialize this source with a reader.
Method Summary java.io.Reader getCharacterStream()
Deprecated. Get the character stream for this input source.
Methods inherited from class java.lang.Object clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Constructor Detail JSONInputSource
public JSONInputSource(java.io.Reader aReader)
- Deprecated.
- Initialize this source with a reader.
- Parameters:
- aReader - The reader representing the character stream
Method Detail getCharacterStream
public java.io.Reader getCharacterStream()
- Deprecated.
- Get the character stream for this input source.
- Returns:
- The character stream, or null if none was supplied.
Tree PREV CLASS NEXT CLASS SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD