Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
NetBase
Storage
TableHeader
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
Mostrar archivo
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