C# 클래스 NodaTime.TzdbCompiler.Tzdb.FileSource

A random access collection of files.
파일 보기 프로젝트 열기: jskeet/nodatime 1 사용 예제들

Private Properties

프로퍼티 타입 설명
Contains bool
FileSource SharpCompress.Readers.Tar
FromArchive FileSource
FromDirectory FileSource
Open Stream

비공개 메소드들

메소드 설명
Contains ( string name ) : bool
FileSource ( IList names, Stream>.Func openFunction, string fullOrigin ) : SharpCompress.Readers.Tar
FromArchive ( Stream archiveData, string fullOrigin ) : FileSource
FromDirectory ( string path ) : FileSource
Open ( string name ) : Stream