C# Class NetBase.Storage.TableHeader

This class stores info about the table. You can really see the dbf heritage here... everything's an Int16. No bounds checking so some really small hard limits
Show file Open project: buttonpusher/NetBase Class Usage Examples

Public Methods

Method Description
BinRead ( BinaryReader br ) : void
BinWrite ( BinaryWriter bw ) : void

Method Details

BinRead() public method

public BinRead ( BinaryReader br ) : void
br System.IO.BinaryReader
return void

BinWrite() public method

public BinWrite ( BinaryWriter bw ) : void
bw System.IO.BinaryWriter
return void