public class Portable extends PortReader
swigCMemOwn
Modifier | Constructor and Description |
---|---|
protected |
Portable(long cPtr,
boolean cMemoryOwn) |
Modifier and Type | Method and Description |
---|---|
static boolean |
copyPortable(PortWriter writer,
PortReader reader) |
void |
delete() |
protected void |
finalize() |
protected static long |
getCPtr(Portable obj) |
SWIGTYPE_p_Type |
getType() |
boolean |
read(ConnectionReader connection) |
boolean |
write(ConnectionWriter connection) |
getCPtr, getReadType, swigDirectorDisconnect, swigReleaseOwnership, swigTakeOwnership
protected static long getCPtr(Portable obj)
protected void finalize()
finalize
in class PortReader
public void delete()
delete
in class PortReader
public boolean read(ConnectionReader connection)
read
in class PortReader
public boolean write(ConnectionWriter connection)
public SWIGTYPE_p_Type getType()
public static boolean copyPortable(PortWriter writer, PortReader reader)