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

/openjdk7/jdk/src/share/classes/sun/misc/
H A DHexDumpEncoder.java50 private int currentByte; field in class:HexDumpEncoder
87 currentByte = 0;
92 thisLine[currentByte] = buf[off];
95 currentByte++;
96 if (currentByte == 8)

Completed in 28 milliseconds