Home | History | Annotate | Download | only in ssl

Lines Matching full:charbuffer

133 +import java.nio.CharBuffer;
1456 + ByteBuffer bbuf = encoder.encode(CharBuffer.wrap(f1.toCharArray()));
1458 + CharBuffer cbuf = decoder.decode(bbuf);