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.Objectjava.lang.Throwableprotected void initWithNative(long nativeHandle)
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.Object clone()
throws java.lang.CloneNotSupportedException
clone in class java.lang.Objectjava.lang.CloneNotSupportedExceptionprotected void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
java.io.IOExceptionprotected void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
java.io.IOExceptionjava.lang.ClassNotFoundException