()
| 124 | } |
| 125 | |
| 126 | final double readDouble() throws IOException { |
| 127 | return Double.longBitsToDouble(readLong()); |
| 128 | } |
| 129 | |
| 130 | long OpenImageFileHeader() throws IOException { |
| 131 | // Open 8-byte Image File Header at start of file. |
no test coverage detected