The ISequentialStream interface of the com.ms.com package supports simplified sequential access to stream objects.
Note The ISequentialStream interface was added as of versions 2925 through 3167 of the Microsoft virtual machine.
public interface ISequentialStream extends IUnknown { // Methods public int Read(byte buf[], int off, int len); public int Write(byte buf[], int off, int len); }
IUnknown | +--ISequentialStream