C# Class NodaTime.TzdbCompiler.Tzdb.FileSource

A random access collection of files.
Afficher le fichier Open project: jskeet/nodatime Class Usage Examples

Private Properties

Свойство Type Description
Contains bool
FileSource SharpCompress.Readers.Tar
FromArchive FileSource
FromDirectory FileSource
Open Stream

Private Methods

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