C# Класс Fan.Sys.MmapBuf

MmapBuf returned from File.mmap
Наследование: Buf
Показать файл Открыть проект

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

Метод Описание
@typeof ( ) : Type
Dispose ( ) : void
capacity ( ) : long
capacity ( long x ) : void
close ( ) : bool
flush ( ) : Buf
toDigest ( string algorithm ) : Buf
toHex ( ) : string

Приватные методы

Метод Описание
CloseHandle ( System.IntPtr hObject ) : int
CreateFileMapping ( System.IntPtr hFile, int lpAttributes, FileProtection flProtect, uint dwMaximumSizeHigh, uint dwMaximumSizeLow, string lpName ) : System.IntPtr
MapViewOfFile ( System.IntPtr hFileMappingObject, FileRights dwDesiredAccess, uint dwFileOffsetHigh, uint dwFileOffsetLow, uint dwNumberOfBytesToMap ) : System.IntPtr
MmapBuf ( File file, string mode, long pos, Long size ) : System.IO
OpenFileMapping ( FileRights dwDesiredAccess, bool bInheritHandle, string lpName ) : System.IntPtr
UnmapViewOfFile ( System.IntPtr map ) : bool
getByte ( long pos ) : int
getBytes ( long pos, byte dst, int off, int len ) : void
getPos ( ) : long
getSize ( ) : long
open ( string name, string mode, bool existing, uint size ) : void
pipeFrom ( FileStream src, long lenLong ) : long
pipeFrom ( Stream src, long lenLong ) : long
pipeFrom ( byte src, int srcPos, int len ) : void
pipeTo ( FileStream dst, long lenLong ) : void
pipeTo ( Stream dst, long lenLong ) : void
pipeTo ( byte dst, int dstPos, int len ) : void
setByte ( long pos, int x ) : void
setPos ( long x ) : void
setSize ( long x ) : void
temp ( ) : byte[]

Описание методов

@typeof() публичный Метод

public @typeof ( ) : Type
Результат Type

Dispose() публичный Метод

public Dispose ( ) : void
Результат void

capacity() публичный закрытый Метод

public final capacity ( ) : long
Результат long

capacity() публичный Метод

public capacity ( long x ) : void
x long
Результат void

close() публичный закрытый Метод

public final close ( ) : bool
Результат bool

flush() публичный закрытый Метод

public final flush ( ) : Buf
Результат Buf

toDigest() публичный Метод

public toDigest ( string algorithm ) : Buf
algorithm string
Результат Buf

toHex() публичный закрытый Метод

public final toHex ( ) : string
Результат string