- toCString(String, byte[]) - Method in interface com.is2t.hil.NativeInterface
-
Transforms a Java String into a C String.
The platform default encoding is used to transform Java characters into C characters.
The created C String is a NULL terminated String (ends with '\0').
- toCString(String, byte[]) - Static method in class ej.sni.SNI
-
Transforms a Java String into a C String.
The platform default encoding is used to transform Java characters into C
characters.
The created C String is a NULL terminated String (ends with '\0').
- toJavaString(byte[]) - Method in interface com.is2t.hil.NativeInterface
-
Transforms a C String into a Java String, using platform default encoding.
- toJavaString(byte[]) - Static method in class ej.sni.SNI
-
Transforms a C String into a Java String, using platform default encoding.
- Tracer - Class in ej.trace
-
Implements the natives of the library ej.api#trace and provides
the same API as the Tracer class.
- Tracer(String, int) - Constructor for class ej.trace.Tracer
-
Creates a new tracer with the given name.
- Tracer.TracerService - Interface in ej.trace
-
Indirection for the implementation.