Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Constructor: BinaryStream(Stream)

Declaration

public BinaryStream(
    Stream underlyingStream
)

Summary

Constructs a BinaryStream instance.

Parameters

StreamunderlyingStreamProvides an underlying stream from which to read and to which to write.