(String message)
| 792 | } |
| 793 | |
| 794 | void error(String message) throws IOException { |
| 795 | if (in!=null) in.close(); |
| 796 | throw new IOException(message); |
| 797 | } |
| 798 | |
| 799 | void skipUnknownType(int first, int last) throws IOException { |
| 800 | byte[] buffer = new byte[metaDataCounts[first]]; |