C# 클래스 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
파일 보기 프로젝트 열기: buttonpusher/NetBase 1 사용 예제들

공개 메소드들

메소드 설명
BinRead ( BinaryReader br ) : void
BinWrite ( BinaryWriter bw ) : void

메소드 상세

BinRead() 공개 메소드

public BinRead ( BinaryReader br ) : void
br System.IO.BinaryReader
리턴 void

BinWrite() 공개 메소드

public BinWrite ( BinaryWriter bw ) : void
bw System.IO.BinaryWriter
리턴 void