|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--demo.repair.RepairDirectoryTest.QSData
QSData
is a quick serializable data class.
Constructor Summary | |
---|---|
RepairDirectoryTest.QSData(byte[] data)
Construct according to the given fields. |
|
RepairDirectoryTest.QSData(InputBuffer buffer)
Construct according to the given fields. |
Method Summary | |
---|---|
Object |
clone()
Specified by java.lang.Object |
boolean |
equals(Object other)
Specified by java.lang.Object |
void |
serialize(OutputBuffer buffer)
Specified by ostore.util.QuickSerializable |
String |
toString()
Specified by java.lang.Object |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public RepairDirectoryTest.QSData(byte[] data)
public RepairDirectoryTest.QSData(InputBuffer buffer) throws QSException
Method Detail |
public void serialize(OutputBuffer buffer)
serialize
in interface QuickSerializable
public boolean equals(Object other)
equals
in class Object
public Object clone() throws CloneNotSupportedException
clone
in class Object
CloneNotSupportedException
public String toString()
toString
in class Object
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |