Package | Description |
---|---|
com.mckoi.store |
Modifier and Type | Method | Description |
---|---|---|
AreaWriter |
AbstractStore.createArea(long size) |
|
AreaWriter |
HeapStore.createArea(long size) |
|
AreaWriter |
Store.createArea(long size) |
Allocates a block of memory in the store of the specified size and returns
an AreaWriter object that can be used to initialize the contents of the
area.
|
Modifier and Type | Method | Description |
---|---|---|
void |
Area.copyTo(AreaWriter destination_writer,
int size) |
Copies 'size' bytes from the current position of this Area to the
destination AreaWriter.
|
Copyright © 2018. All rights reserved.