Skip to content
Courses
DSA to Development
Get IBM Certification
Newly Launched!
Master Django Framework
Become AWS Certified
For Working Professionals
Interview 101: DSA & System Design
Data Science Training Program
JAVA Backend Development (Live)
DevOps Engineering (LIVE)
Data Structures & Algorithms in Python
For Students
Placement Preparation Course
Data Science (Live)
Data Structure & Algorithm-Self Paced (C++/JAVA)
Master Competitive Programming (Live)
Full Stack Development with React & Node JS (Live)
Full Stack Development
Data Science Program
All Courses
Tutorials
Data Structures & Algorithms
ML & Data Science
Interview Corner
Programming Languages
Web Development
CS Subjects
DevOps And Linux
School Learning
Practice
Build your AI Agent
GfG 160
Problem of the Day
Practice Coding Problems
GfG SDE Sheet
Contests
Accenture Hackathon (Ending Soon!)
GfG Weekly [Rated Contest]
Job-A-Thon Hiring Challenge
All Contests and Events
DSA
Practice Problems
Python
C
C++
Java
Courses
Machine Learning
DevOps
Web Development
System Design
Aptitude
Projects
Sign In
▲
Similar Topics
Web Technologies
39.7k+ articles
DSA
22.3k+ articles
Python
20.2k+ articles
Experiences
17k+ articles
Interview Experiences
13.8k+ articles
School Learning
11.6k+ articles
Java
10.4k+ articles
Java-Functions
4.1k+ articles
Java - util package
1.5k+ articles
Java-NIO package
220+ articles
Java-CharBuffer
28 posts
Popular Articles
Recent Articles
java.nio.CharBuffer Class in Java
Last Updated: 29 March 2021
CharBuffer holds a sequence of integer values to be used in an I/O operation. The CharBuffer class provides the following four categories of
...read more
Java
Picked
Java-CharBuffer
Java-NIO package
CharBuffer reset() methods in Java with Examples
Last Updated: 30 July 2019
The reset() method of java.nio.CharBuffer Class is used to reset this buffer's position to the previously-marked position. Invoking this met
...read more
Java
Java-Functions
Java-CharBuffer
Java-NIO package
CharBuffer read() methods in Java with Examples
Last Updated: 28 July 2019
The read() method of java.nio.CharBuffer Class is used to read characters into the specified character buffer. The buffer is used as a repos
...read more
Java
Java-Functions
Java-CharBuffer
Java-NIO package
Similar Topics
Web Technologies
39.7k+ articles
DSA
22.3k+ articles
Python
20.2k+ articles
Experiences
17k+ articles
Interview Experiences
13.8k+ articles
School Learning
11.6k+ articles
Java
10.4k+ articles
Java-Functions
4.1k+ articles
Java - util package
1.5k+ articles
Java-NIO package
220+ articles
CharBuffer flip() methods in Java with Examples
Last Updated: 23 July 2019
The flip() method of java.nio.CharBuffer Class is used to flip this buffer. The limit is set to the current position and then the position i
...read more
Java
Java-Functions
Java-CharBuffer
Java-NIO package
CharBuffer length() methods in Java with Examples
Last Updated: 23 July 2019
The length() method of java.nio.CharBuffer Class is used to return the length of this character buffer. When viewed as a character sequence,
...read more
Java
Java-Functions
Java-CharBuffer
Java-NIO package
CharBuffer chars() methods in Java with Examples
Last Updated: 19 January 2023
The chars() method of java.nio.CharBuffer Class is used to return a stream of int zero-extending the char values from this sequence. Any cha
...read more
Java
Java-Functions
Java-CharBuffer
Java-NIO package
CharBuffer clear() methods in Java with Examples
Last Updated: 23 July 2019
The clear() method of java.nio.CharBuffer Class is used to clear this buffer. The position is set to zero, the limit is set to the capacity,
...read more
Java
Java-Functions
Java-CharBuffer
Java-NIO package
CharBuffer append() methods in Java with Examples
Last Updated: 07 December 2021
append(char c)The append(char c) method of java.nio.CharBuffer Class is used to append the specified char to this buffer (optional operation
...read more
Java
Java-Functions
Java-CharBuffer
Java-NIO package
CharBuffer put() methods in Java
Last Updated: 20 November 2020
put(char i)The put(char i) method of java.nio.CharBuffer Class is used to write the given character into the newly created char buffer at th
...read more
Java
Java-Functions
Java-CharBuffer
Java-NIO package
CharBuffer array() method in Java
Last Updated: 19 September 2018
The array() method of java.nio.CharBuffer Class is used to return the char array that backs this buffer. Any modifications done to this buff
...read more
Java
Java - util package
Java-Functions
Java-CharBuffer
Java-NIO package
CharBuffer get() methods in Java
Last Updated: 22 July 2019
The get() method of java.nio.CharBuffer Class is used to reads the char at the given buffer's current position, and then increments the pos
...read more
Java
Java - util package
Java-Functions
Java-CharBuffer
Java-NIO package
CharBuffer wrap() method in Java
Last Updated: 06 November 2019
wrap(char[ ] array)The wrap() method of java.nio.CharBuffer Class is used to wrap a character array into a buffer. The new buffer will be ba
...read more
Java
Java - util package
Java-Functions
Java-CharBuffer
Java-NIO package
CharBuffer slice() method in Java
Last Updated: 16 November 2022
slice() method of java.nio.charBuffer Class is used to create a new char buffer whose content is a shared subsequence of the given buffer's
...read more
Java
Java - util package
Java-Functions
Java-CharBuffer
Java-NIO package
CharBuffer duplicate() method in Java
Last Updated: 18 October 2019
The duplicate() method of java.nio.CharBuffer Class is used to Create a new char buffer that shares the given buffer's content.The content o
...read more
Java
Java - util package
Java-Functions
Java-CharBuffer
Java-NIO package
CharBuffer allocate() method in Java with Examples
Last Updated: 11 January 2022
The allocate() method of java.nio.CharBuffer Class is used to allocate a new char buffer next to the existing buffer. The new buffer's posit
...read more
Java
Java-Functions
Java-CharBuffer
Java-NIO package
1
2
>>
Last
1
2
>>
Last
1
2
>>
Last
We use cookies to ensure you have the best browsing experience on our website. By using our site, you acknowledge that you have read and understood our
Cookie Policy
&
Privacy Policy
Got It !