StreamFactoryStream クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
public ref class StreamFactoryStream : System::IO::Stream, ICloneable
public class StreamFactoryStream : System.IO.Stream, ICloneable
type StreamFactoryStream = class
inherit Stream
interface ICloneable
Public Class StreamFactoryStream
Inherits Stream
Implements ICloneable
- 継承
-
StreamFactoryStream
- 実装
コンストラクター
StreamFactoryStream(IStreamFactory, Stream) |
プロパティ
CanRead | |
CanSeek | |
CanWrite | |
Length | |
Position |
メソッド
Close() | |
Flush() | |
Read(Byte[], Int32, Int32) | |
ReadByte() | |
Reset() | |
Seek(Int64, SeekOrigin) | |
SetLength(Int64) | |
Write(Byte[], Int32, Int32) | |
WriteByte(Byte) |
明示的なインターフェイスの実装
ICloneable.Clone() |