public interface OutStore
Modifier and Type | Method and Description |
---|---|
OutStore |
clone() |
void |
close() |
long |
getLength()
returns the allocated length of this store segment.
|
boolean |
write(long address,
byte[] buffer,
int offset,
int length)
Writes a buffer to the absolute file address.
|
long getLength()
boolean write(long address, byte[] buffer, int offset, int length)
address
- the absolute address of the target.OutStore clone()
void close()