C# Class devTool.Stream

Mostra file Open project: vans163/LKEmu

Public Properties

Property Type Description
Data byte[]
Length int
Position int
packets Queue

Public Methods

Method Description
AppendData ( byte data ) : void
Decrypt ( Byte data ) : Byte[]
Flush ( ) : void
IsPacketAvailable ( ) : bool
PopPacket ( ) : byte[]

Private Methods

Method Description
LoadPackets ( ) : void

Method Details

AppendData() public method

public AppendData ( byte data ) : void
data byte
return void

Decrypt() public static method

public static Decrypt ( Byte data ) : Byte[]
data Byte
return Byte[]

Flush() public method

public Flush ( ) : void
return void

IsPacketAvailable() public method

public IsPacketAvailable ( ) : bool
return bool

PopPacket() public method

public PopPacket ( ) : byte[]
return byte[]

Property Details

Data public_oe property

public byte[] Data
return byte[]

Length public_oe property

public int Length
return int

Position public_oe property

public int Position
return int

packets public_oe property

public Queue packets
return Queue