C# 클래스 Prototype.Xilinx.BitFileHeader

파일 보기 프로젝트 열기: wramsdell/FPGA-Loader 1 사용 예제들

공개 메소드들

메소드 설명
FromStream ( Stream inputStream ) : BitFileHeader

비공개 메소드들

메소드 설명
ExpectedByte ( Stream inputStream, int expected ) : void
ExpectedTwoByteLengthOneByteData ( Stream inputStream, int expected ) : void
ReadHeaderInfo ( Stream inputStream ) : void
ReadTwoByteInt ( Stream inputStream ) : int
ReadTwoByteLengthAndAsciiZString ( Stream inputStream ) : string
StupidSkipBytes ( Stream inputStream, int numberBytesToSkip ) : void

메소드 상세

FromStream() 공개 정적인 메소드

public static FromStream ( Stream inputStream ) : BitFileHeader
inputStream Stream
리턴 BitFileHeader