C# 클래스 bsharptree.example.simpleindex.storage.StreamLoadingTools

파일 보기 프로젝트 열기: thoward/bsharptree

공개 메소드들

메소드 설명
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