C# Класс Quickbeam.ByteAccess.FileByteAccess

Наследование: IByteAccess
Показать файл Открыть проект

Открытые методы

Метод Описание
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