CARVIEW |
Select Language
HTTP/1.1 200 OK
Server: AkamaiNetStorage
Content-Type: text/html
ETag: "f63e7ab8ce8332703d801ddd67ed0a31:1568721558.62955"
Vary: Accept-Encoding
Content-Encoding: gzip
Cache-Control: max-age=21599
Date: Sat, 19 Jul 2025 18:42:36 GMT
Content-Length: 3699
Connection: keep-alive
Java Native Interface Specification: Contents
CONTENTS | PREV | NEXT
Java Native Interface Specification Contents
- 1. Introduction
- 2. Design Overview
- 3. JNI Types and Data Structures
- 4. JNI Functions
- Interface Function Table
- Constants
- Version Information
- Class Operations
- Module Operations
- Exceptions
- Global and Local References
- Weak Global References
- Object Operations
- Accessing Fields of Objects
- Calling Instance Methods
- Accessing Static Fields
- Calling Static Methods
- String Operations
- Array Operations
- GetArrayLength
- NewObjectArray
- GetObjectArrayElement
- SetObjectArrayElement
- New<PrimitiveType>Array Routines
- Get<PrimitiveType>ArrayElements Routines
- Release<PrimitiveType>ArrayElements Routines
- Get<PrimitiveType>ArrayRegion Routines
- Set<PrimitiveType>ArrayRegion Routines
- GetPrimitiveArrayCritical, ReleasePrimitiveArrayCritical
- Registering Native Methods
- Monitor Operations
- NIO Support
- Reflection Support
- Java VM Interface
- 5. The Invocation API