altoslib: Create data file open helper in AltosLib
authorKeith Packard <keithp@keithp.com>
Sun, 28 May 2017 21:00:15 +0000 (14:00 -0700)
committerKeith Packard <keithp@keithp.com>
Sun, 28 May 2017 21:04:21 +0000 (14:04 -0700)
commitda914cd72411af8c36af05b13c11b9093c8a378c
tree9443f90fbf21315b609631c300bfb4acb3ac23da
parent9e1295ff74d03f940fc68e6795bf30687162a440
altoslib: Create data file open helper in AltosLib

Use InputStream everywhere, instead of Reader.
Create private string input stream as java one is deprecated.

Signed-off-by: Keith Packard <keithp@keithp.com>
13 files changed:
altoslib/AltosEepromFile.java
altoslib/AltosEepromNew.java
altoslib/AltosEepromRecordSet.java
altoslib/AltosJson.java
altoslib/AltosLib.java
altoslib/AltosStringInputStream.java [new file with mode: 0644]
altoslib/AltosTelemetryFile.java
altoslib/AltosTelemetryIterable.java
altoslib/Makefile.am
altosui/AltosLanded.java
altosui/AltosUI.java
altosuilib/AltosDataChooser.java
telegps/TeleGPS.java