ComponentOne Bitmap for UWP
ComStreamProxy Class Members
Properties  Methods  Events

C1.UWP.DX Assembly > C1.Util.DX.Storage Namespace : ComStreamProxy Class

The following tables list the members exposed by ComStreamProxy.

Public Constructors
 NameDescription
Public ConstructorCreates an instance of ComStreamProxy for the given sourceStream.  
Top
Public Properties
 NameDescription
Public PropertyGets a value indicating whether this instance is disposed. (Inherited from C1.Util.DX.DisposeBase)
Top
Public Methods
 NameDescription
Public MethodClones this instance.  
Public 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.  
Public MethodCopies a specified number of bytes from the current seek pointer in the stream to the current seek pointer in another stream.  
Public MethodPerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from C1.Util.DX.DisposeBase)
Public MethodGets the statistics.  
Public MethodNot implemented.  
Public MethodReads a specified number of bytes from the stream object into memory starting at the current seek pointer.  
Public MethodNot implemented.  
Public 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.  
Public MethodChanges the size of the stream object.  
Public MethodNot implemented.  
Public MethodWrites a specified number of bytes into the stream object starting at the current seek pointer.  
Top
Public Events
 NameDescription
Public EventOccurs when this instance is fully disposed. (Inherited from C1.Util.DX.DisposeBase)
Public EventOccurs when this instance is starting to be disposed. (Inherited from C1.Util.DX.DisposeBase)
Top
See Also

Reference

ComStreamProxy Class
C1.Util.DX.Storage Namespace