Searched refs:aByte (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/misc/
H A DCRC16.java44 public void update(byte aByte) { argument
47 a = (int) aByte;
/openjdk7/jdk/test/java/nio/channels/FileChannel/
H A DMapTest.java126 byte aByte = b.get(i);
127 sb.setCharAt(i, (char)aByte);
162 byte aByte = b.get(i);
163 sb.setCharAt(i, (char)aByte);
H A DRead.java70 byte aByte = bleck.get(i);
71 sb.setCharAt(i, (char)aByte);
H A DPread.java124 byte aByte = bleck.get(i);
125 sb.setCharAt(i, (char)aByte);

Completed in 29 milliseconds