SetInputStream Method
The input stream of data.
Syntax
public void setInputStream(java.io.InputStream inputStream);
Remarks
Use this method to set the input stream of data for the component to read from. If Encode or Decode is called, and this is not null, the data will be read from this stream when the specified action occurs. You may reset this by calling ResetData.