altoslib: Create data file open helper in AltosLib
[fw/altos] / altoslib / AltosEepromFile.java
index df19877b643dda6c5dbaf19c5fd7f8c642181c6f..463948b11b20e769510b296994a2e0dbd3afc58f 100644 (file)
@@ -33,7 +33,7 @@ public class AltosEepromFile implements AltosRecordSet {
                out.printf("%s\n", set.eeprom.toString());
        }
 
-       public AltosEepromFile(Reader input) throws IOException {
+       public AltosEepromFile(InputStream input) throws IOException {
                set = new AltosEepromRecordSet(input);
        }