(DataInputStream in)
| 85 | } |
| 86 | |
| 87 | @Override |
| 88 | protected double readFP(DataInputStream in) throws IOException |
| 89 | { |
| 90 | //Auto dosn't actually write! Auto just means figure out the best |
| 91 | throw new UnsupportedOperationException("Not supported ."); |
| 92 | } |
| 93 | |
| 94 | @Override |
| 95 | protected boolean noLoss(double orig) |