public class NativeObject
extends java.lang.Object
implements java.lang.Cloneable, java.io.Serializable
Constructor and Description |
---|
NativeObject() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone()
Create a copy of the object.
|
protected void |
finalize() |
protected void |
initWithNative(long nativeHandle) |
protected void |
readObject(java.io.ObjectInputStream in) |
java.lang.String |
toString()
Returns a string representing the object.
|
protected void |
writeObject(java.io.ObjectOutputStream out) |
protected void finalize() throws java.lang.Throwable
finalize
in class java.lang.Object
java.lang.Throwable
protected void initWithNative(long nativeHandle)
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
clone
in class java.lang.Object
java.lang.CloneNotSupportedException
protected void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException
java.io.IOException
protected void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException