In this tutorial you will see how to wraps a character array into a buffer. The public static CharBuffer wrap(char[] array) method allow character array to wrap it into a buffer.
import java.nio.CharBuffer;
|
| b |
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.