VOOZH
about
URL: https://www.geeksforgeeks.org/java/bytebuffer-isdirect-methods-in-java-with-examples/
⇱ ByteBuffer isDirect() methods in Java with Examples - GeeksforGeeks
👁 geeksforgeeks
Courses
Tutorials
Interview Prep
Java Tutorial
Advanced Java
Interview Questions
Exercises
Examples
Quizzes
Projects
Cheatsheet
DSA in Java
Java Collection
ByteBuffer isDirect() methods in Java with Examples
Last Updated :
27 Jun, 2019
The
isDirect()
method of
java.nio.ByteBuffer Class
is used to tell whether or not this byte buffer is direct.
Syntax:
public abstract boolean isDirect()
Return Value:
This method returns true if, and only if, this buffer is direct. Below are the examples to illustrate the
isDirect()
method:
Examples 1:
Output:
buffer is direct
Examples 2:
Output:
buffer is not direct
Reference:
https://docs.oracle.com/javase/9/docs/api/java/nio/ByteBuffer.html#isDirect--
Comment
Article Tags:
Article Tags:
Java
Java-Functions
Java-NIO package
Java-ByteBuffer
Explore
Basics
Introduction
3 min read
Fundamentals
10 min read
Methods
7 min read
Arrays
7 min read
Strings
5 min read
Regular Expressions
3 min read
OOP & Interfaces
Classes and Objects
6 min read
Access Modifiers
4 min read
Constructors
5 min read
OOP
6 min read
Packages
2 min read
Interfaces
6 min read
Collections
Collections
12 min read
Collections Class
9 min read
Collection Interface
5 min read
Iterators
4 min read
Comparator Interface
4 min read
Exception Handling
Exception Handling
6 min read
Try Catch Block
3 min read
Final, Finally & Finalize
4 min read
Chained Exceptions
3 min read
Null Pointer Exception
4 min read
Method Overriding
4 min read
Java Advanced
Multithreading
3 min read
Synchronization
8 min read
File Handling
6 min read
Method References
3 min read
8 Stream
7 min read
Networking
6 min read
JDBC
5 min read
Memory Management
3 min read
Garbage Collection
6 min read
Memory Leaks
3 min read
Practice Java
Interview Questions
15+ min read
Programs
7 min read
Practice Problems
5 min read
Quiz
1 min read
Project Ideas
15+ min read
Courses
Java Backend Development Course
2 min read
Java Programming - Self Paced
2 min read
DSA Java Course
2 min read