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
40k+ articles
DSA
22.3k+ articles
Python
20.2k+ articles
Experiences
17k+ articles
Interview Experiences
13.7k+ articles
School Learning
11.6k+ articles
JavaScript
11.6k+ articles
Java
10.4k+ articles
Java-Functions
4.1k+ articles
Java-NIO package
220+ articles
Java-IntBuffer
20 posts
Popular Articles
Recent Articles
java.nio.IntBuffer Class in Java
Last Updated: 29 March 2021
IntBuffer holds a sequence of integer values to be used in an I/O operation. The IntBuffer class provides the following four categories of o
...read more
Java
Picked
Java-IntBuffer
Java-NIO package
IntBuffer rewind() method in Java with Examples
Last Updated: 26 August 2019
The rewind() method of java.nio.IntBuffer Class is used to rewind this buffer. The position is set to zero and the mark is discarded. Invoke
...read more
Java
Java-Functions
Java-IntBuffer
Java-NIO package
IntBuffer mark() method in Java with Examples
Last Updated: 26 August 2019
The mark() method of java.nio.IntBuffer Class is used to mark the current position of this IntBuffer as the mark of this buffer.Syntax:publi
...read more
Java
Java-Functions
Java-IntBuffer
Java-NIO package
Similar Topics
Web Technologies
40k+ articles
DSA
22.3k+ articles
Python
20.2k+ articles
Experiences
17k+ articles
Interview Experiences
13.7k+ articles
School Learning
11.6k+ articles
JavaScript
11.6k+ articles
Java
10.4k+ articles
Java-Functions
4.1k+ articles
Java-NIO package
220+ articles
IntBuffer limit() method in Java with Examples
Last Updated: 26 August 2019
The limit() method of java.nio.IntBuffer Class is used to modify this IntBuffer's limit. This method takes the limit to be set as the parame
...read more
Java
Java-Functions
Java-IntBuffer
Java-NIO package
IntBuffer flip() method in Java with Examples
Last Updated: 19 January 2023
The flip() method of java.nio.IntBuffer Class is used to flip this buffer. By flipping this buffer, it meant that the buffer will be trimmed
...read more
Java
Java-Functions
Java-IntBuffer
Java-NIO package
IntBuffer clear() method in Java with Examples
Last Updated: 26 August 2019
The clear() method of java.nio.IntBuffer Class is used to clear this buffer. While clearing this buffer following changes are done:the posit
...read more
Java
Java-Functions
Java-IntBuffer
Java-NIO package
IntBuffer asReadOnlyBuffer() method in Java
Last Updated: 20 September 2018
The asReadOnlyBuffer() method of java.nio.IntBuffer Class is used to create a new, read-only int buffer with this buffer's content. The new
...read more
Java
Java-Functions
Java-IntBuffer
Java-NIO package
IntBuffer duplicate() method in Java with Examples
Last Updated: 29 July 2019
The duplicate() method of java.nio.IntBuffer Class is used to create a new IntBuffer that shares the given buffer's content, identically in
...read more
Java
Java-Functions
Java-IntBuffer
Java-NIO package
IntBuffer array() method in Java
Last Updated: 19 September 2018
The array() method of java.nio.IntBuffer Class is used to Return the int array that backs this buffer. Modifications to this buffer's conten
...read more
Java
Java-Functions
Java-IntBuffer
Java-NIO package
IntBuffer compact() method in Java
Last Updated: 20 September 2018
The compact() method of java.nio.IntBuffer Class is used to compact the given buffer.The values between the buffer's current position and i
...read more
Java
Java-Functions
Java-IntBuffer
Java-NIO package
IntBuffer allocate() method in Java
Last Updated: 22 October 2019
The allocate() method of java.nio.IntBuffer Class is used to allocate a new int buffer next to the existing buffer. The new buffer's positi
...read more
Java
Java-Functions
Java-IntBuffer
Java-NIO package
IntBuffer slice() method in Java
Last Updated: 05 August 2021
The slice() method of java.nio.IntBuffer Class is used to creates a new int buffer whose content is a shared subsequence of the given buffer
...read more
Java
Java-Functions
Java-IntBuffer
Java-NIO package
IntBuffer wrap() method in Java
Last Updated: 06 November 2019
wrap(int[] array)The wrap() method of java.nio.IntBuffer Class is used to wrap a int array into a buffer. The new buffer will be backed by t
...read more
Java
Java-Functions
Java-IntBuffer
Java-NIO package
IntBuffer get() methods in Java | Set 1
Last Updated: 22 July 2019
get()The get() method of java.nio.IntBuffer Class is used to reads the int at the given buffer's current position, and then increments the
...read more
Java
Java-Functions
Java-IntBuffer
Java-NIO package
IntBuffer put() methods in Java | Set 1
Last Updated: 20 September 2018
put(int i)The put(int i) method of java.nio.IntBuffer Class is used to write the given int into the newly created int buffer at the current
...read more
Java
Java-Functions
Java-IntBuffer
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 !