public static class SFMLInputStream.NativeStreamRef extends NativeRef<SFMLInputStream>
SFMLInputStream
bound
natively to an sf::InputStream
.Constructor and Description |
---|
SFMLInputStream.NativeStreamRef() |
Modifier and Type | Method and Description |
---|---|
protected long |
nativeInitialize(SFMLInputStream ref)
Initializes a native pointer related to the specified Java object.
|
protected void |
nativeRelease(SFMLInputStream ref,
long ptr)
Releases the Java reference, if any, and the managed native pointer, if any.
|
finalize, hasNonZeroPointer, initialize, release
protected long nativeInitialize(SFMLInputStream ref)
NativeRef
nativeInitialize
in class NativeRef<SFMLInputStream>
ref
- the related Java object, or null
if there is none.protected void nativeRelease(SFMLInputStream ref, long ptr)
NativeRef
nativeRelease
in class NativeRef<SFMLInputStream>
ref
- the Java object reference, or null
if there is none.ptr
- the native pointer, if any.