C# Class NodaTime.TzdbCompiler.Tzdb.FileSource

A random access collection of files.
Exibir arquivo Open project: jskeet/nodatime Class Usage Examples

Private Properties

Property Type Description
Contains bool
FileSource SharpCompress.Readers.Tar
FromArchive FileSource
FromDirectory FileSource
Open Stream

Private Methods

Method 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