public class InMemoryByteStorageFactory extends java.lang.Object implements ByteStorageFactory
ByteStorageFactory that creates ByteStorage instances that keep all data in
memory.| Constructor and Description |
|---|
InMemoryByteStorageFactory() |
| Modifier and Type | Method and Description |
|---|---|
ByteStorage |
create()
Creates a new storage.
|
public ByteStorage create() throws java.io.IOException
ByteStorageFactorycreate in interface ByteStorageFactoryjava.io.IOException