C# Class Azavea.NijPredictivePolicing.ACSAlchemistLibrary.FileFormats.SequenceFileReader

This class contains the column definitions for the ACS Sequence file
Inheritance: IDisposable
Afficher le fichier Open project: azavea/acs-alchemist Class Usage Examples

Méthodes publiques

Свойство Type Description
HasFile bool

Protected Properties

Свойство Type Description
_input System.IO.FileStream
_reader Excel.ExcelBinaryReader

Méthodes publiques

Méthode Description
Dispose ( ) : void
GetReader ( ) : Excel.ExcelBinaryReader
SequenceFileReader ( string filename ) : System

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

GetReader() public méthode

public GetReader ( ) : Excel.ExcelBinaryReader
Résultat Excel.ExcelBinaryReader

SequenceFileReader() public méthode

public SequenceFileReader ( string filename ) : System
filename string
Résultat System

Property Details

HasFile public_oe property

public bool HasFile
Résultat bool

_input protected_oe property

protected FileStream,System.IO _input
Résultat System.IO.FileStream

_reader protected_oe property

protected ExcelBinaryReader,Excel _reader
Résultat Excel.ExcelBinaryReader