| Interface | Description |
|---|---|
| NativeResource |
Wrapper to a resource (a
Closeable) that has been registered into the
simulator using NativeInterface.registerNativeResource(Closeable). |
| Class | Description |
|---|---|
| SNI |
Simple Native Interface utility methods.
|
| Exception | Description |
|---|---|
| NativeException |
RuntimeException subclass that may be thrown from an SNI native using
SNI_throwNativeException() function. |
| NativeIOException |
IOException subclass that may be thrown from an SNI native using
SNI_throwNativeIOException() function. |