Uses of Interface
com.mckoi.store.AreaWriter
Packages that use AreaWriter
-
Uses of AreaWriter in com.mckoi.store
Methods in com.mckoi.store that return AreaWriterModifier and TypeMethodDescriptionAbstractStore.createArea
(long size) HeapStore.createArea
(long size) 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.Methods in com.mckoi.store with parameters of type AreaWriterModifier and TypeMethodDescriptionvoid
Area.copyTo
(AreaWriter destination_writer, int size) Copies 'size' bytes from the current position of this Area to the destination AreaWriter.