Bitmap for UWP
IStream インターフェース メンバ
プロパティ  メソッド 

C1.UWP.DX アセンブリ > C1.Util.DX.Storage 名前空間 : IStream インターフェース

IStreamデータ型で公開されるメンバを以下の表に示します。

パブリック プロパティ
 名前解説
 プロパティGets or sets the unmanaged shadow callback. C1.Util.DX.ICallbackableから継承されます。
トップ
パブリック メソッド
 名前解説
 メソッドClones this instance.  
 メソッドCommit 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.  
 メソッドCopies a specified number of bytes from the current seek pointer in the stream to the current seek pointer in another stream.  
 メソッド System.IDisposableから継承されます。
 メソッドGets the statistics.  
 メソッドRestricts access to a specified range of bytes in the stream.  
 メソッドReads a specified number of bytes from the stream object into memory starting at the current seek pointer. C1.Util.DX.Storage.IStreamBaseから継承されます。
 メソッドDiscards all changes that have been made to a transacted stream since the last Commitcall.  
 メソッドChanges 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.  
 メソッドChanges the size of the stream object.  
 メソッドUnlocks access to a specified range of bytes in the stream.  
 メソッドWrites a specified number of bytes into the stream object starting at the current seek pointer. C1.Util.DX.Storage.IStreamBaseから継承されます。
トップ
参照

IStream インターフェース
C1.Util.DX.Storage 名前空間