public abstract static class DriveOperationsSequence.WriteOperation extends Object implements DriveOperationsSequence.Operation
| Constructor and Description |
|---|
WriteOperation() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute()
Execute the operation.
|
abstract ByteBuffer |
getBuffer()
Return the buffer to write.
|
abstract long |
getPosition()
Return the position where to write.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetFilepublic abstract long getPosition()
public abstract ByteBuffer getBuffer()
public void execute()
throws IOException
DriveOperationsSequence.Operationexecute in interface DriveOperationsSequence.OperationIOExceptionCopyright © 2019. All rights reserved.