Home | History | Annotate | Download | only in io

Lines Matching refs:CharBuffer

21 import java.nio.CharBuffer;
176 private void convert(CharBuffer chars) throws IOException {
195 CharBuffer chars = CharBuffer.allocate(0);
265 CharBuffer chars = CharBuffer.wrap(buffer, offset, count);
285 CharBuffer chars = CharBuffer.wrap(new char[] { (char) oneChar });
323 CharBuffer chars = CharBuffer.wrap(str, offset, count + offset);