C# 클래스 UpkManager.Domain.Helpers.ByteArrayReader

파일 보기 프로젝트 열기: stricq/UPKManager 1 사용 예제들

공개 메소드들

메소드 설명
Branch ( int Offset ) : ByteArrayReader
Compress ( ) : Task
CreateNew ( byte Data, int Index ) : ByteArrayReader
Decompress ( int UncompressedSize ) : Task
Decrypt ( ) : System.Threading.Tasks.Task
Encrypt ( ) : System.Threading.Tasks.Task
GetBytes ( ) : byte[]
Initialize ( byte Data, int Index ) : void
ReadByte ( ) : byte
ReadByteArray ( int Length ) : Task
ReadBytes ( int Length ) : Task
ReadBytes ( int Offset, int Length ) : Task
ReadInt16 ( ) : short
ReadInt32 ( ) : int
ReadInt64 ( ) : long
ReadSingle ( ) : float
ReadUInt16 ( ) : ushort
ReadUInt32 ( ) : uint
ReadUInt64 ( ) : ulong
Seek ( int Offset ) : void
Skip ( int Count ) : void
Splice ( ) : Task
Splice ( int Offset, int Length ) : Task

비공개 메소드들

메소드 설명
ByteArrayReader ( ) : System

메소드 상세

Branch() 공개 메소드

public Branch ( int Offset ) : ByteArrayReader
Offset int
리턴 ByteArrayReader

Compress() 공개 메소드

public Compress ( ) : Task
리턴 Task

CreateNew() 공개 정적인 메소드

public static CreateNew ( byte Data, int Index ) : ByteArrayReader
Data byte
Index int
리턴 ByteArrayReader

Decompress() 공개 메소드

public Decompress ( int UncompressedSize ) : Task
UncompressedSize int
리턴 Task

Decrypt() 공개 메소드

public Decrypt ( ) : System.Threading.Tasks.Task
리턴 System.Threading.Tasks.Task

Encrypt() 공개 메소드

public Encrypt ( ) : System.Threading.Tasks.Task
리턴 System.Threading.Tasks.Task

GetBytes() 공개 메소드

public GetBytes ( ) : byte[]
리턴 byte[]

Initialize() 공개 메소드

public Initialize ( byte Data, int Index ) : void
Data byte
Index int
리턴 void

ReadByte() 공개 메소드

public ReadByte ( ) : byte
리턴 byte

ReadByteArray() 공개 메소드

public ReadByteArray ( int Length ) : Task
Length int
리턴 Task

ReadBytes() 공개 메소드

public ReadBytes ( int Length ) : Task
Length int
리턴 Task

ReadBytes() 공개 메소드

public ReadBytes ( int Offset, int Length ) : Task
Offset int
Length int
리턴 Task

ReadInt16() 공개 메소드

public ReadInt16 ( ) : short
리턴 short

ReadInt32() 공개 메소드

public ReadInt32 ( ) : int
리턴 int

ReadInt64() 공개 메소드

public ReadInt64 ( ) : long
리턴 long

ReadSingle() 공개 메소드

public ReadSingle ( ) : float
리턴 float

ReadUInt16() 공개 메소드

public ReadUInt16 ( ) : ushort
리턴 ushort

ReadUInt32() 공개 메소드

public ReadUInt32 ( ) : uint
리턴 uint

ReadUInt64() 공개 메소드

public ReadUInt64 ( ) : ulong
리턴 ulong

Seek() 공개 메소드

public Seek ( int Offset ) : void
Offset int
리턴 void

Skip() 공개 메소드

public Skip ( int Count ) : void
Count int
리턴 void

Splice() 공개 메소드

public Splice ( ) : Task
리턴 Task

Splice() 공개 메소드

public Splice ( int Offset, int Length ) : Task
Offset int
Length int
리턴 Task