public interface EnergyLoggerDataParser
| Modifier and Type | Method and Description |
|---|---|
Date |
parseDate(byte[] dateByte) |
List<LogEntry> |
parseFileContents(InputStream input) |
List<LogEntry> |
parseZippedDataFiles(ZipFile zipFile) |
List<LogEntry> parseFileContents(InputStream input) throws IOException
IOExceptionDate parseDate(byte[] dateByte)
Copyright © 2012–2016. All rights reserved.