Share via


BatchingStreamWrapper Class

Definition

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

Constructors

BatchingStreamWrapper(BatchingStream, VirtualStream)

Properties

CanRead
CanSeek
CanWrite
Length
Position

Methods

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

Applies to