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

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

공개 메소드들

메소드 설명
CreateNew ( int Length ) : ByteArrayWriter
GetBytes ( ) : byte[]
Initialize ( byte Data, int Index ) : void
Seek ( int Offset ) : void
WriteByte ( byte Value ) : void
WriteBytes ( byte Bytes ) : System.Threading.Tasks.Task
WriteInt16 ( short Value ) : void
WriteInt32 ( int Value ) : void
WriteInt64 ( long Value ) : void
WriteSingle ( float Value ) : void
WriteUInt16 ( ushort Value ) : void
WriteUInt32 ( uint Value ) : void
WriteUInt64 ( ulong Value ) : void

메소드 상세

CreateNew() 공개 정적인 메소드

public static CreateNew ( int Length ) : ByteArrayWriter
Length int
리턴 ByteArrayWriter

GetBytes() 공개 메소드

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

Initialize() 공개 메소드

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

Seek() 공개 메소드

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

WriteByte() 공개 메소드

public WriteByte ( byte Value ) : void
Value byte
리턴 void

WriteBytes() 공개 메소드

public WriteBytes ( byte Bytes ) : System.Threading.Tasks.Task
Bytes byte
리턴 System.Threading.Tasks.Task

WriteInt16() 공개 메소드

public WriteInt16 ( short Value ) : void
Value short
리턴 void

WriteInt32() 공개 메소드

public WriteInt32 ( int Value ) : void
Value int
리턴 void

WriteInt64() 공개 메소드

public WriteInt64 ( long Value ) : void
Value long
리턴 void

WriteSingle() 공개 메소드

public WriteSingle ( float Value ) : void
Value float
리턴 void

WriteUInt16() 공개 메소드

public WriteUInt16 ( ushort Value ) : void
Value ushort
리턴 void

WriteUInt32() 공개 메소드

public WriteUInt32 ( uint Value ) : void
Value uint
리턴 void

WriteUInt64() 공개 메소드

public WriteUInt64 ( ulong Value ) : void
Value ulong
리턴 void