|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--ostore.client.OSAction
|
+--ostore.client.OSActionExpand
The OSActionExpand action expands an object to a
given length, zero-filling as necessary. If the object is
already at least as long as the requested length, the object is
unmodified.
| Constructor Summary | |
|---|---|
OSActionExpand(InputBuffer buffer)
|
|
OSActionExpand(SecureHash aguid,
long length)
Creates a new OSActionExpand. |
|
| Method Summary | |
|---|---|
long |
getLength()
Returns the length to which the action will expand the data object. |
SecureHash |
getTargetAguid()
Returns the Aguid of the object that this update modifies. |
void |
serialize(OutputBuffer buffer)
Add the object to the buffer. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public OSActionExpand(SecureHash aguid,
long length)
OSActionExpand.
aguid - the Aguid of the data object to modifylength - the length to which the action will expand the object
public OSActionExpand(InputBuffer buffer)
throws QSException
| Method Detail |
public void serialize(OutputBuffer buffer)
QuickSerializablebuffer.
serialize in interface QuickSerializableserialize in class OSActionbuffer - the output buffer to add the object topublic SecureHash getTargetAguid()
getTargetAguid in class OSActionpublic long getLength()
public String toString()
toString in class OSAction
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||