ComponentOne Bitmap for UWP
IStream Interface Members
Properties  Methods 

C1.UWP.DX Assembly > C1.Util.DX.Storage Namespace : IStream Interface

The following tables list the members exposed by IStream.

Public Properties
 NameDescription
 PropertyGets or sets the unmanaged shadow callback. (Inherited from C1.Util.DX.ICallbackable)
Top
Public Methods
 NameDescription
 MethodClones this instance.  
 MethodCommit method ensures that any changes made to a stream object open in transacted mode are reflected in the parent storage. If the stream object is open in direct mode, Commit has no effect other than flushing all memory buffers to the next-level storage object. The COM compound file implementation of streams does not support opening streams in transacted mode.  
 MethodCopies a specified number of bytes from the current seek pointer in the stream to the current seek pointer in another stream.  
 Method (Inherited from System.IDisposable)
 MethodGets the statistics.  
 MethodRestricts access to a specified range of bytes in the stream.  
 MethodReads a specified number of bytes from the stream object into memory starting at the current seek pointer. (Inherited from C1.Util.DX.Storage.IStreamBase)
 MethodDiscards all changes that have been made to a transacted stream since the last Commit call.  
 MethodChanges the seek pointer to a new location relative to the beginning of the stream, to the end of the stream, or to the current seek pointer.  
 MethodChanges the size of the stream object.  
 MethodUnlocks access to a specified range of bytes in the stream.  
 MethodWrites a specified number of bytes into the stream object starting at the current seek pointer. (Inherited from C1.Util.DX.Storage.IStreamBase)
Top
See Also

Reference

IStream Interface
C1.Util.DX.Storage Namespace