JAMS 6.x Help
IStream Interface Members
Properties  Methods 

The following tables list the members exposed by IStream.

Public Properties
 NameDescription
 PropertyCanReadReturns true if the stream supports reading.  
 PropertyCanSeekReturns true if the stream supports seeking  
 PropertyCanWriteReturns true if the stream supports writing.  
 PropertyLengthReturns the length of the stream.  
 PropertyPositionGets or sets the position of the stream.  
Top
Public Methods
 NameDescription
 MethodCloseCloses the stream.  
 MethodFlushFlushes the stream  
 MethodReadReads bytes from the stream  
 MethodSeekSeeks  
 MethodSetLengthSets the length of the stream.  
 MethodWriteWrites the bytes to the stream  
Top
See Also

Reference

IStream Interface
MVPSI.JAMS Namespace