C# Class Recurity.Swf.AVM2.Static.VariableLengthInteger

Exibir arquivo Open project: rtezli/Blitzableiter

Public Methods

Method Description
EncodedLength ( Int32 value ) : uint

EncodedLength ( UInt32 value ) : uint

EncodedLengthU30 ( UInt32 value ) : uint

ReadS24 ( BinaryReader br ) : Int32

ReadS24 ( Stream source ) : Int32

ReadS32 ( BinaryReader br ) : Int32

ReadS32 ( Stream source ) : Int32

ReadU16 ( BinaryReader br ) : UInt16

ReadU16 ( Stream source ) : UInt16

ReadU30 ( BinaryReader br ) : UInt32

ReadU30 ( Stream source ) : UInt32

ReadU32 ( BinaryReader br ) : UInt32

ReadU32 ( Stream source ) : UInt32

ReadU8 ( BinaryReader br ) : byte

ReadU8 ( Stream source ) : byte

WriteS24 ( BinaryWriter bw, Int32 value ) : void

WriteS24 ( Stream destination, Int32 value ) : void

WriteS32 ( BinaryWriter bw, Int32 value ) : void

WriteS32 ( Stream destination, Int32 value ) : void

WriteU16 ( BinaryWriter bw, UInt16 value ) : void

WriteU16 ( Stream destintion, UInt16 value ) : void

WriteU30 ( BinaryWriter bw, UInt32 value ) : void

WriteU30 ( Stream destination, UInt32 value ) : void

WriteU32 ( BinaryWriter bw, UInt32 value ) : void

WriteU32 ( Stream destination, UInt32 value ) : void

WriteU8 ( BinaryWriter bw, byte value ) : void

WriteU8 ( Stream destination, byte value ) : void

Private Methods

Method Description
Read32 ( Stream source ) : UInt32

Write32 ( Stream destination, UInt32 value ) : void

Method Details

EncodedLength() public static method

public static EncodedLength ( Int32 value ) : uint
value System.Int32
return uint

EncodedLength() public static method

public static EncodedLength ( UInt32 value ) : uint
value System.UInt32
return uint

EncodedLengthU30() public static method

public static EncodedLengthU30 ( UInt32 value ) : uint
value System.UInt32
return uint

ReadS24() public static method

public static ReadS24 ( BinaryReader br ) : Int32
br System.IO.BinaryReader
return System.Int32

ReadS24() public static method

public static ReadS24 ( Stream source ) : Int32
source Stream
return System.Int32

ReadS32() public static method

public static ReadS32 ( BinaryReader br ) : Int32
br System.IO.BinaryReader
return System.Int32

ReadS32() public static method

public static ReadS32 ( Stream source ) : Int32
source Stream
return System.Int32

ReadU16() public static method

public static ReadU16 ( BinaryReader br ) : UInt16
br System.IO.BinaryReader
return System.UInt16

ReadU16() public static method

public static ReadU16 ( Stream source ) : UInt16
source Stream
return System.UInt16

ReadU30() public static method

public static ReadU30 ( BinaryReader br ) : UInt32
br System.IO.BinaryReader
return System.UInt32

ReadU30() public static method

public static ReadU30 ( Stream source ) : UInt32
source Stream
return System.UInt32

ReadU32() public static method

public static ReadU32 ( BinaryReader br ) : UInt32
br System.IO.BinaryReader
return System.UInt32

ReadU32() public static method

public static ReadU32 ( Stream source ) : UInt32
source Stream
return System.UInt32

ReadU8() public static method

public static ReadU8 ( BinaryReader br ) : byte
br System.IO.BinaryReader
return byte

ReadU8() public static method

public static ReadU8 ( Stream source ) : byte
source Stream
return byte

WriteS24() public static method

public static WriteS24 ( BinaryWriter bw, Int32 value ) : void
bw System.IO.BinaryWriter
value System.Int32
return void

WriteS24() public static method

public static WriteS24 ( Stream destination, Int32 value ) : void
destination Stream
value System.Int32
return void

WriteS32() public static method

public static WriteS32 ( BinaryWriter bw, Int32 value ) : void
bw System.IO.BinaryWriter
value System.Int32
return void

WriteS32() public static method

public static WriteS32 ( Stream destination, Int32 value ) : void
destination Stream
value Int32
return void

WriteU16() public static method

public static WriteU16 ( BinaryWriter bw, UInt16 value ) : void
bw BinaryWriter
value UInt16
return void

WriteU16() public static method

public static WriteU16 ( Stream destintion, UInt16 value ) : void
destintion Stream
value UInt16
return void

WriteU30() public static method

public static WriteU30 ( BinaryWriter bw, UInt32 value ) : void
bw BinaryWriter
value UInt32
return void

WriteU30() public static method

public static WriteU30 ( Stream destination, UInt32 value ) : void
destination Stream
value UInt32
return void

WriteU32() public static method

public static WriteU32 ( BinaryWriter bw, UInt32 value ) : void
bw BinaryWriter
value UInt32
return void

WriteU32() public static method

public static WriteU32 ( Stream destination, UInt32 value ) : void
destination Stream
value UInt32
return void

WriteU8() public static method

public static WriteU8 ( BinaryWriter bw, byte value ) : void
bw BinaryWriter
value byte
return void

WriteU8() public static method

public static WriteU8 ( Stream destination, byte value ) : void
destination Stream
value byte
return void