ITPDSInputStream class

ITPDSInputStream is a public class that extends java.lang.Object.

java.lang.Object
  |
  +--com.aia_itp.itpdsapi.ITPDSInputStream

This class wraps a normal InputStream object or an object from a derived class, such as BufferedInputStream, and adds a specification of the size to it.

An ITPDSInputStream object is used when the class implements the ITPDSDataSender interface.

ITPDSInputStream(java.io.InputStream in, int size) is a public constructor that creates an ITPDSInputStream object and specifies the size.

It has the following parameters:

  1. in. Any InputStream (or descendant from InputStream) object.
  2. size. Exact size in bytes of the data that KCM Core reads from the InputStream.