public class EnergyLoggerDataParserImpl extends Object implements EnergyLoggerDataParser
| Modifier and Type | Class and Description |
|---|---|
static class |
EnergyLoggerDataParserImpl.FileType |
| Constructor and Description |
|---|
EnergyLoggerDataParserImpl() |
| Modifier and Type | Method and Description |
|---|---|
Date |
parseDate(byte[] dateBytes) |
List<LogEntry> |
parseFileContents(InputStream input) |
List<LogEntry> |
parseZippedDataFiles(ZipFile zipFile) |
public List<LogEntry> parseZippedDataFiles(ZipFile zipFile)
parseZippedDataFiles in interface EnergyLoggerDataParserpublic List<LogEntry> parseFileContents(InputStream input) throws IOException
parseFileContents in interface EnergyLoggerDataParserIOExceptionpublic Date parseDate(byte[] dateBytes)
parseDate in interface EnergyLoggerDataParserCopyright © 2012–2016. All rights reserved.