次の方法で共有


BatchingStreamWrapper クラス

定義

public ref class BatchingStreamWrapper : System::IO::Stream
public class BatchingStreamWrapper : System.IO.Stream
type BatchingStreamWrapper = class
    inherit Stream
Public Class BatchingStreamWrapper
Inherits Stream
継承
BatchingStreamWrapper

コンストラクター

BatchingStreamWrapper(BatchingStream, VirtualStream)

プロパティ

CanRead
CanSeek
CanWrite
Length
Position

メソッド

Flush()
Read(Byte[], Int32, Int32)
Seek(Int64, SeekOrigin)
SetLength(Int64)
Write(Byte[], Int32, Int32)

適用対象