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
Afficher le fichier Open project: buttonpusher/NetBase Class Usage Examples

Méthodes publiques

Méthode Description
BinRead ( BinaryReader br ) : void
BinWrite ( BinaryWriter bw ) : void

Method Details

BinRead() public méthode

public BinRead ( BinaryReader br ) : void
br System.IO.BinaryReader
Résultat void

BinWrite() public méthode

public BinWrite ( BinaryWriter bw ) : void
bw System.IO.BinaryWriter
Résultat void