yarp
Class Stamp
java.lang.Object
yarp.PortReader
yarp.Portable
yarp.Stamp
public class Stamp
- extends Portable
Constructor Summary |
Stamp()
|
Stamp(int count,
double time)
|
Stamp(long cPtr,
boolean cMemoryOwn)
|
Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Stamp
public Stamp(long cPtr,
boolean cMemoryOwn)
Stamp
public Stamp()
Stamp
public Stamp(int count,
double time)
getCPtr
public static long getCPtr(Stamp obj)
finalize
protected void finalize()
- Overrides:
finalize
in class Portable
delete
public void delete()
- Overrides:
delete
in class Portable
getCount
public int getCount()
getTime
public double getTime()
isValid
public boolean isValid()
getMaxCount
public int getMaxCount()
update
public void update()
update
public void update(double time)
read
public boolean read(ConnectionReader connection)
- Overrides:
read
in class Portable
write
public boolean write(ConnectionWriter connection)
- Overrides:
write
in class Portable