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

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

Public Properties

Property Type Description
HasFile bool

Protected Properties

Property Type Description
_input System.IO.FileStream
_reader Excel.ExcelBinaryReader

Public Methods

Method Description
Dispose ( ) : void
GetReader ( ) : Excel.ExcelBinaryReader
SequenceFileReader ( string filename ) : System

Method Details

Dispose() public method

public Dispose ( ) : void
return void

GetReader() public method

public GetReader ( ) : Excel.ExcelBinaryReader
return Excel.ExcelBinaryReader

SequenceFileReader() public method

public SequenceFileReader ( string filename ) : System
filename string
return System

Property Details

HasFile public_oe property

public bool HasFile
return bool

_input protected_oe property

protected FileStream,System.IO _input
return System.IO.FileStream

_reader protected_oe property

protected ExcelBinaryReader,Excel _reader
return Excel.ExcelBinaryReader