C# Class bsharptree.example.simpleindex.storage.StreamLoadingTools

Afficher le fichier Open project: thoward/bsharptree

Méthodes publiques

Méthode Description
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

Method Details

DefaultFile() public static méthode

public static DefaultFile ( string directory, string filename ) : string
directory string
filename string
Résultat string

ReadBytes() public static méthode

public static ReadBytes ( this stream, int length ) : byte[]
stream this
length int
Résultat byte[]

ReadDocumentLocations() public static méthode

public static ReadDocumentLocations ( this stream ) : IEnumerable
stream this
Résultat IEnumerable

ReadGuid() public static méthode

public static ReadGuid ( this stream ) : System.Guid
stream this
Résultat System.Guid

ReadInt32() public static méthode

public static ReadInt32 ( this stream ) : Int32
stream this
Résultat System.Int32

ReadInt64() public static méthode

public static ReadInt64 ( this stream ) : System.Int64
stream this
Résultat System.Int64

ReadSpan() public static méthode

public static ReadSpan ( this stream ) : Span
stream this
Résultat bsharptree.example.simpleindex.analysis.Span