Reads a compressed integer array. @return integer array @throws IOException I/O Exception
()
| 72 | * @throws IOException I/O Exception |
| 73 | */ |
| 74 | public int[] readNums() throws IOException { |
| 75 | return readNums(readNum()); |
| 76 | } |
| 77 | |
| 78 | /** |
| 79 | * Reads compressed integer values of the specified size. |