C# Class Recurity.Swf.BinaryReader2

Inheritance: System.IO.BinaryReader
Exibir arquivo Open project: rtezli/Blitzableiter Class Usage Examples

Public Methods

Method Description
BinaryReader2 ( Stream inp ) : System

PeekByte ( ) : byte

PeekUInt16 ( ) : UInt16

PeekUInt32 ( ) : UInt32

Method Details

BinaryReader2() public method

public BinaryReader2 ( Stream inp ) : System
inp Stream
return System

PeekByte() public method

public PeekByte ( ) : byte
return byte

PeekUInt16() public method

public PeekUInt16 ( ) : UInt16
return System.UInt16

PeekUInt32() public method

public PeekUInt32 ( ) : UInt32
return System.UInt32