CARVIEW |
Select Language
HTTP/1.1 200 OK
Server: AkamaiNetStorage
Content-Type: text/html
ETag: "0d3751c05bb31cdaf76a4da648b66c20:1553000215.191259"
Vary: Accept-Encoding
Content-Encoding: gzip
Cache-Control: max-age=21599
Date: Sat, 19 Jul 2025 18:44:55 GMT
Content-Length: 3583
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
Copyright © 1993, 2017, Oracle and/or its affiliates. All rights reserved.
CONTENTS | PREV | NEXT