The ActiveXInputStream Class contains the following methods:
available determines the number of bytes that can be read from the input stream without blocking.
close closes the input stream and releases the IStream interface associated with the stream.
read reads the next byte of data from the input stream.
skip skips over and discards bytes of data from the input stream and returns the number of bytes actually skipped.