Searched refs:headerIn (Results 1 – 1 of 1) sorted by relevance
190 DataInputStream headerIn = new DataInputStream(source); in inflate() local191 int version = headerIn.readInt(); in inflate()