Overview Units Class Hierarchy Classes, Interfaces, Objects and Records Types Variables Constants Functions and Procedures Identifiers |
Unit bbjniutils
Description
Overview
Classes, Interfaces, Objects and Records
Functions and Procedures
Types
Constants
Variables
Description
Functions and Procedures
function JNI_OnLoad(vm:PJavaVM;reserved:pointer):jint; cdecl; |
|
procedure JNI_OnUnload(vm:PJavaVM;reserved:pointer); cdecl; |
|
function repairModifiedUTF8(const s: string): string; |
|
Types
TStringConversionMode = (...); |
Values
-
scmAssumeMUTF8:
-
scmConvertValidUTF8ToMUTF8:
-
scmConvertAndRepairUTF8ToMUTF8:
|
Constants
javaEnvRef: cardinal = $deadbeef; |
|
Variables
jvmref: PJavaVM; |
Java VM reference as passed to JNI_OnLoad.
|
onLoad: function: integer; |
|
Generated by PasDoc 0.14.0.
|