C# Класс bsharptree.example.simpleindex.storage.StreamLoadingTools

Показать файл Открыть проект

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

Метод Описание
DefaultFile ( string directory, string filename ) : string
ReadBytes ( this stream, int length ) : byte[]
ReadDocumentLocations ( this stream ) : IEnumerable
ReadGuid ( this stream ) : System.Guid
ReadInt32 ( this stream ) : Int32
ReadInt64 ( this stream ) : System.Int64
ReadSpan ( this stream ) : Span

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

DefaultFile() публичный статический Метод

public static DefaultFile ( string directory, string filename ) : string
directory string
filename string
Результат string

ReadBytes() публичный статический Метод

public static ReadBytes ( this stream, int length ) : byte[]
stream this
length int
Результат byte[]

ReadDocumentLocations() публичный статический Метод

public static ReadDocumentLocations ( this stream ) : IEnumerable
stream this
Результат IEnumerable

ReadGuid() публичный статический Метод

public static ReadGuid ( this stream ) : System.Guid
stream this
Результат System.Guid

ReadInt32() публичный статический Метод

public static ReadInt32 ( this stream ) : Int32
stream this
Результат System.Int32

ReadInt64() публичный статический Метод

public static ReadInt64 ( this stream ) : System.Int64
stream this
Результат System.Int64

ReadSpan() публичный статический Метод

public static ReadSpan ( this stream ) : Span
stream this
Результат bsharptree.example.simpleindex.analysis.Span