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

/openjdk7/jdk/src/share/classes/sun/io/
H A DByteToCharConverter.java135 * was encountered by calling nextByteIndex.
148 * the method nextByteIndex can be called to obtain the index of the
152 * @see #nextByteIndex
243 public int nextByteIndex() { method in class:ByteToCharConverter
H A DCharToByteConverter.java163 return (nextByteIndex() - outStart);
167 localOutOff = nextByteIndex();
187 return (nextByteIndex() - outStart);
233 outputLength += flush( output, nextByteIndex(), output.length );
371 public int nextByteIndex() { method in class:CharToByteConverter

Completed in 28 milliseconds