C# Class FastQuant.TextInfoStreamer

Inheritance: ObjectStreamer
Datei anzeigen Open project: fastquant/fastquant.dll

Public Methods

Method Description
Read ( BinaryReader reader, byte version ) : object
TextInfoStreamer ( ) : System
Write ( BinaryWriter writer, object obj ) : void

Method Details

Read() public method

public Read ( BinaryReader reader, byte version ) : object
reader System.IO.BinaryReader
version byte
return object

TextInfoStreamer() public method

public TextInfoStreamer ( ) : System
return System

Write() public method

public Write ( BinaryWriter writer, object obj ) : void
writer System.IO.BinaryWriter
obj object
return void