X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=altosui%2FAltosHexfile.java;h=56875f530715de2f313d13550ccca5fb8ea3d167;hp=19e35ae1d2a72ce0da8e368bfc9778ecf02bab78;hb=19243ecc9b5bbdcc069ae24acf1ca807322c84d8;hpb=51c7741040d95c5deece939dae5e4136cc04afc4 diff --git a/altosui/AltosHexfile.java b/altosui/AltosHexfile.java index 19e35ae1..56875f53 100644 --- a/altosui/AltosHexfile.java +++ b/altosui/AltosHexfile.java @@ -17,11 +17,8 @@ package altosui; -import java.lang.*; import java.io.*; -import java.util.concurrent.LinkedBlockingQueue; import java.util.LinkedList; -import java.util.Iterator; import java.util.Arrays; class HexFileInputStream extends PushbackInputStream { @@ -47,7 +44,7 @@ class HexFileInputStream extends PushbackInputStream { } } -class HexRecord implements Comparable { +class HexRecord implements Comparable { public int address; public int type; public byte checksum;