|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--jclass.TimedObject | +--jclass.SimpleData
Very simple class designed to wrap some byte[] data into a
simple timed object.
Written: Radu Sion
Version: 0.1
Source: SimpleData.java
Visit
Smart Software
Field Summary | |
byte[] |
data
|
Fields inherited from class jclass.TimedObject |
Created |
Constructor Summary | |
SimpleData(byte[] d)
Creates a new SimpleData object based on initial data. |
Methods inherited from class jclass.TimedObject |
computeAge,
toString |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
Field Detail |
public byte[] data
Constructor Detail |
public SimpleData(byte[] d)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |