|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectseda.sandStorm.lib.aDisk.AFileCompletion
seda.sandStorm.lib.aDisk.AFileIOCompleted
public class AFileIOCompleted
Completion event indicating that a previous I/O request on the file completed.
| Field Summary | |
|---|---|
int |
sizeCompleted
The number of bytes read or written during the corresponding I/O request. |
| Fields inherited from class seda.sandStorm.lib.aDisk.AFileCompletion |
|---|
req |
| Constructor Summary | |
|---|---|
AFileIOCompleted(AFileRequest req,
int sizeCompleted)
|
|
| Method Summary | |
|---|---|
java.lang.String |
toString()
|
| Methods inherited from class seda.sandStorm.lib.aDisk.AFileCompletion |
|---|
getFile, getRequest |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public int sizeCompleted
| Constructor Detail |
|---|
public AFileIOCompleted(AFileRequest req,
int sizeCompleted)
| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||