C# 클래스 Ext2.Block

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

공개 프로퍼티들

프로퍼티 타입 설명
buffer byte[]

공개 메소드들

메소드 설명
Block ( uint offset, byte buffer ) : System
GetByte ( uint offset ) : byte
GetByteArray ( uint count, uint offset ) : byte[]
GetInt ( uint offset ) : int
GetString ( uint length, uint offset ) : string
GetUInt ( uint offset ) : uint
GetUIntArray ( uint count, uint offset ) : uint[]
GetUShort ( uint offset ) : ushort
SetByte ( uint offset, byte value ) : void
SetByteArray ( uint count, uint offset, byte values ) : void
SetInt ( uint offset, int value ) : void
SetUInt ( uint offset, uint value ) : void
SetUIntArray ( uint count, uint offset, uint values ) : void
SetUShort ( uint offset, ushort value ) : void

메소드 상세

Block() 공개 메소드

public Block ( uint offset, byte buffer ) : System
offset uint
buffer byte
리턴 System

GetByte() 공개 메소드

public GetByte ( uint offset ) : byte
offset uint
리턴 byte

GetByteArray() 공개 메소드

public GetByteArray ( uint count, uint offset ) : byte[]
count uint
offset uint
리턴 byte[]

GetInt() 공개 메소드

public GetInt ( uint offset ) : int
offset uint
리턴 int

GetString() 공개 메소드

public GetString ( uint length, uint offset ) : string
length uint
offset uint
리턴 string

GetUInt() 공개 메소드

public GetUInt ( uint offset ) : uint
offset uint
리턴 uint

GetUIntArray() 공개 메소드

public GetUIntArray ( uint count, uint offset ) : uint[]
count uint
offset uint
리턴 uint[]

GetUShort() 공개 메소드

public GetUShort ( uint offset ) : ushort
offset uint
리턴 ushort

SetByte() 공개 메소드

public SetByte ( uint offset, byte value ) : void
offset uint
value byte
리턴 void

SetByteArray() 공개 메소드

public SetByteArray ( uint count, uint offset, byte values ) : void
count uint
offset uint
values byte
리턴 void

SetInt() 공개 메소드

public SetInt ( uint offset, int value ) : void
offset uint
value int
리턴 void

SetUInt() 공개 메소드

public SetUInt ( uint offset, uint value ) : void
offset uint
value uint
리턴 void

SetUIntArray() 공개 메소드

public SetUIntArray ( uint count, uint offset, uint values ) : void
count uint
offset uint
values uint
리턴 void

SetUShort() 공개 메소드

public SetUShort ( uint offset, ushort value ) : void
offset uint
value ushort
리턴 void

프로퍼티 상세

buffer 공개적으로 프로퍼티

public byte[] buffer
리턴 byte[]