C# Class Brod.Common.BinaryStream

Inheritance: IDisposable
Afficher le fichier Open project: paralect/brod Class Usage Examples

Protected Properties

Свойство Type Description
_reader System.IO.BinaryReader
_stream Stream
_writer System.IO.BinaryWriter

Méthodes publiques

Méthode Description
BinaryStream ( Stream stream ) : System
Dispose ( ) : void

Méthodes protégées

Méthode Description
BinaryStream ( ) : System

Method Details

BinaryStream() protected méthode

protected BinaryStream ( ) : System
Résultat System

BinaryStream() public méthode

public BinaryStream ( Stream stream ) : System
stream Stream
Résultat System

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Property Details

_reader protected_oe property

protected BinaryReader,System.IO _reader
Résultat System.IO.BinaryReader

_stream protected_oe property

protected Stream _stream
Résultat Stream

_writer protected_oe property

protected BinaryWriter,System.IO _writer
Résultat System.IO.BinaryWriter