C# 클래스 Recurity.Swf.BinaryReader2

상속: System.IO.BinaryReader
파일 보기 프로젝트 열기: rtezli/Blitzableiter 1 사용 예제들

공개 메소드들

메소드 설명
BinaryReader2 ( Stream inp ) : System

PeekByte ( ) : byte

PeekUInt16 ( ) : UInt16

PeekUInt32 ( ) : UInt32

메소드 상세

BinaryReader2() 공개 메소드

public BinaryReader2 ( Stream inp ) : System
inp Stream
리턴 System

PeekByte() 공개 메소드

public PeekByte ( ) : byte
리턴 byte

PeekUInt16() 공개 메소드

public PeekUInt16 ( ) : UInt16
리턴 System.UInt16

PeekUInt32() 공개 메소드

public PeekUInt32 ( ) : UInt32
리턴 System.UInt32