public class Stamp extends Portable
swigCMemOwn
Modifier | Constructor and Description |
---|---|
|
Stamp() |
|
Stamp(int count,
double time) |
protected |
Stamp(long cPtr,
boolean cMemoryOwn) |
Modifier and Type | Method and Description |
---|---|
void |
delete() |
protected void |
finalize() |
int |
getCount() |
protected static long |
getCPtr(Stamp obj) |
int |
getMaxCount() |
double |
getTime() |
boolean |
isValid() |
boolean |
read(ConnectionReader connection) |
void |
update() |
void |
update(double time) |
boolean |
write(ConnectionWriter connection) |
copyPortable, getCPtr, getType
getCPtr, getReadType, swigDirectorDisconnect, swigReleaseOwnership, swigTakeOwnership
protected Stamp(long cPtr, boolean cMemoryOwn)
public Stamp()
public Stamp(int count, double time)
protected static long getCPtr(Stamp obj)
public int getCount()
public double getTime()
public boolean isValid()
public int getMaxCount()
public void update()
public void update(double time)
public boolean read(ConnectionReader connection)
public boolean write(ConnectionWriter connection)