C# 클래스 Quickbeam.ByteAccess.FileByteAccess

상속: IByteAccess
파일 보기 프로젝트 열기: ChadSki/Quickbeam

공개 메소드들

메소드 설명
FileByteAccess ( MemoryMappedViewAccessor f ) : System
ReadAscii ( int offset, int size ) : string
ReadAsciiz ( int offset ) : string
ReadBytes ( int offset, int size ) : byte[]
ReadDouble ( int offset ) : double
ReadInt16 ( int offset ) : short
ReadInt32 ( int offset ) : int
ReadInt64 ( int offset ) : long
ReadInt8 ( int offset ) : sbyte
ReadSingle ( int offset ) : float
ReadUInt16 ( int offset ) : ushort
ReadUInt32 ( int offset ) : uint
ReadUInt64 ( int offset ) : ulong
ReadUInt8 ( int offset ) : byte
WriteAscii ( int offset, string toWrite ) : void
WriteAsciiz ( int offset, string toWrite ) : void
WriteBytes ( int offset, byte toWrite ) : void
WriteFloat32 ( int offset, float toWrite ) : void
WriteFloat64 ( int offset, double toWrite ) : void
WriteInt16 ( int offset, short toWrite ) : void
WriteInt32 ( int offset, int toWrite ) : void
WriteInt64 ( int offset, long toWrite ) : void
WriteInt8 ( int offset, sbyte toWrite ) : void
WriteUInt16 ( int offset, ushort toWrite ) : void
WriteUInt32 ( int offset, uint toWrite ) : void
WriteUInt64 ( int offset, ulong toWrite ) : void
WriteUInt8 ( int offset, byte toWrite ) : void

메소드 상세

FileByteAccess() 공개 메소드

public FileByteAccess ( MemoryMappedViewAccessor f ) : System
f System.IO.MemoryMappedFiles.MemoryMappedViewAccessor
리턴 System

ReadAscii() 공개 메소드

public ReadAscii ( int offset, int size ) : string
offset int
size int
리턴 string

ReadAsciiz() 공개 메소드

public ReadAsciiz ( int offset ) : string
offset int
리턴 string

ReadBytes() 공개 메소드

public ReadBytes ( int offset, int size ) : byte[]
offset int
size int
리턴 byte[]

ReadDouble() 공개 메소드

public ReadDouble ( int offset ) : double
offset int
리턴 double

ReadInt16() 공개 메소드

public ReadInt16 ( int offset ) : short
offset int
리턴 short

ReadInt32() 공개 메소드

public ReadInt32 ( int offset ) : int
offset int
리턴 int

ReadInt64() 공개 메소드

public ReadInt64 ( int offset ) : long
offset int
리턴 long

ReadInt8() 공개 메소드

public ReadInt8 ( int offset ) : sbyte
offset int
리턴 sbyte

ReadSingle() 공개 메소드

public ReadSingle ( int offset ) : float
offset int
리턴 float

ReadUInt16() 공개 메소드

public ReadUInt16 ( int offset ) : ushort
offset int
리턴 ushort

ReadUInt32() 공개 메소드

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

ReadUInt64() 공개 메소드

public ReadUInt64 ( int offset ) : ulong
offset int
리턴 ulong

ReadUInt8() 공개 메소드

public ReadUInt8 ( int offset ) : byte
offset int
리턴 byte

WriteAscii() 공개 메소드

public WriteAscii ( int offset, string toWrite ) : void
offset int
toWrite string
리턴 void

WriteAsciiz() 공개 메소드

public WriteAsciiz ( int offset, string toWrite ) : void
offset int
toWrite string
리턴 void

WriteBytes() 공개 메소드

public WriteBytes ( int offset, byte toWrite ) : void
offset int
toWrite byte
리턴 void

WriteFloat32() 공개 메소드

public WriteFloat32 ( int offset, float toWrite ) : void
offset int
toWrite float
리턴 void

WriteFloat64() 공개 메소드

public WriteFloat64 ( int offset, double toWrite ) : void
offset int
toWrite double
리턴 void

WriteInt16() 공개 메소드

public WriteInt16 ( int offset, short toWrite ) : void
offset int
toWrite short
리턴 void

WriteInt32() 공개 메소드

public WriteInt32 ( int offset, int toWrite ) : void
offset int
toWrite int
리턴 void

WriteInt64() 공개 메소드

public WriteInt64 ( int offset, long toWrite ) : void
offset int
toWrite long
리턴 void

WriteInt8() 공개 메소드

public WriteInt8 ( int offset, sbyte toWrite ) : void
offset int
toWrite sbyte
리턴 void

WriteUInt16() 공개 메소드

public WriteUInt16 ( int offset, ushort toWrite ) : void
offset int
toWrite ushort
리턴 void

WriteUInt32() 공개 메소드

public WriteUInt32 ( int offset, uint toWrite ) : void
offset int
toWrite uint
리턴 void

WriteUInt64() 공개 메소드

public WriteUInt64 ( int offset, ulong toWrite ) : void
offset int
toWrite ulong
리턴 void

WriteUInt8() 공개 메소드

public WriteUInt8 ( int offset, byte toWrite ) : void
offset int
toWrite byte
리턴 void