Searched refs:this_in (Results 1 – 1 of 1) sorted by relevance
177 private int readHeader(InputStream this_in) throws IOException { in readHeader() argument178 CheckedInputStream in = new CheckedInputStream(this_in, crc); in readHeader()