C# 클래스 Hexei.MemoryByteProvider

상속: IByteProvider
파일 보기 프로젝트 열기: HandsomeMatt/Hexei

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
AddBytes ( long index, byte values ) : void
Close ( ) : void
MemoryByteProvider ( ) : System
ReadByte ( long index ) : byte
ReadBytes ( long index, int count ) : byte[]
RemoveBytes ( long index, int count ) : void
WriteByte ( long index, byte value ) : void
WriteBytes ( long index, byte values ) : void

메소드 상세

AddBytes() 공개 메소드

public AddBytes ( long index, byte values ) : void
index long
values byte
리턴 void

Close() 공개 메소드

public Close ( ) : void
리턴 void

MemoryByteProvider() 공개 메소드

public MemoryByteProvider ( ) : System
리턴 System

ReadByte() 공개 메소드

public ReadByte ( long index ) : byte
index long
리턴 byte

ReadBytes() 공개 메소드

public ReadBytes ( long index, int count ) : byte[]
index long
count int
리턴 byte[]

RemoveBytes() 공개 메소드

public RemoveBytes ( long index, int count ) : void
index long
count int
리턴 void

WriteByte() 공개 메소드

public WriteByte ( long index, byte value ) : void
index long
value byte
리턴 void

WriteBytes() 공개 메소드

public WriteBytes ( long index, byte values ) : void
index long
values byte
리턴 void