Searched defs:inpos (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DCoding.java314 public static int readInt(byte[] in, int[] inpos, int B, int H, int S) { argument
319 int pos = inpos[0];
327 // Report number of bytes read by updating inpos[0]:
328 inpos[0] = pos;
446 public int readFrom(byte[] in, int[] inpos) { argument
447 return readInt(in, inpos, B, H, S);

Completed in 206 milliseconds