C# Class Brod.Common.BinaryStream

Inheritance: IDisposable
Show file Open project: paralect/brod Class Usage Examples

Protected Properties

Property Type Description
_reader System.IO.BinaryReader
_stream Stream
_writer System.IO.BinaryWriter

Public Methods

Method Description
BinaryStream ( Stream stream ) : System
Dispose ( ) : void

Protected Methods

Method Description
BinaryStream ( ) : System

Method Details

BinaryStream() protected method

protected BinaryStream ( ) : System
return System

BinaryStream() public method

public BinaryStream ( Stream stream ) : System
stream Stream
return System

Dispose() public method

public Dispose ( ) : void
return void

Property Details

_reader protected property

protected BinaryReader,System.IO _reader
return System.IO.BinaryReader

_stream protected property

protected Stream _stream
return Stream

_writer protected property

protected BinaryWriter,System.IO _writer
return System.IO.BinaryWriter