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

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

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

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

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

Метод Описание
FileBuf ( File file, FileStream stream ) : System.IO
getByte ( long pos ) : int
getBytes ( long pos, byte dst, int off, int len ) : void
getPos ( ) : long
getSize ( ) : long
pipeFrom ( Stream src, long len ) : long
pipeFrom ( byte src, int srcPos, int len ) : void
pipeTo ( Stream dst, long len ) : 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

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