(double value, DataOutputStream out)
| 78 | AUTO |
| 79 | { |
| 80 | @Override |
| 81 | protected void writeFP(double value, DataOutputStream out) throws IOException |
| 82 | { |
| 83 | //Auto dosn't actually write! Auto just means figure out the best |
| 84 | throw new UnsupportedOperationException("Not supported ."); |
| 85 | } |
| 86 | |
| 87 | @Override |
| 88 | protected double readFP(DataInputStream in) throws IOException |
no test coverage detected