名前 | 解説 | |
---|---|---|
ComStreamProxy コンストラクタ | Creates an instance of ComStreamProxy for the given sourceStream. |
ComStreamProxyデータ型で公開されるメンバを以下の表に示します。
名前 | 解説 | |
---|---|---|
ComStreamProxy コンストラクタ | Creates an instance of ComStreamProxy for the given sourceStream. |
名前 | 解説 | |
---|---|---|
IsDisposed | Gets a value indicating whether this instance is disposed. C1.Util.DX.DisposeBaseから継承されます。 |
名前 | 解説 | |
---|---|---|
Clone | Clones this instance. | |
Commit | 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. | |
CopyTo | Copies a specified number of bytes from the current seek pointer in the stream to the current seek pointer in another stream. | |
Dispose() | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. C1.Util.DX.DisposeBaseから継承されます。 | |
GetStatistics | Gets the statistics. | |
LockRegion | Not implemented. | |
Read | Reads a specified number of bytes from the stream object into memory starting at the current seek pointer. | |
Revert | Not implemented. | |
Seek | 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. | |
SetSize | Changes the size of the stream object. | |
UnlockRegion | Not implemented. | |
Write | Writes a specified number of bytes into the stream object starting at the current seek pointer. |
名前 | 解説 | |
---|---|---|
Disposed | Occurs when this instance is fully disposed. C1.Util.DX.DisposeBaseから継承されます。 | |
Disposing | Occurs when this instance is starting to be disposed. C1.Util.DX.DisposeBaseから継承されます。 |