| Package | Description |
|---|---|
| de.ruedigermoeller.heapoff | |
| de.ruedigermoeller.serialization |
| Modifier and Type | Method and Description |
|---|---|
FSTConfiguration |
FSTOffHeapMap.getConf() |
protected abstract FSTConfiguration |
FSTCompressed.getConf() |
FSTConfiguration |
FSTByteBufferOffheap.getConf() |
protected FSTConfiguration |
FST2ByteCompressed.getConf() |
| Constructor and Description |
|---|
FSTByteBufferOffheap(ByteBuffer buffer,
FSTConfiguration conf)
Warning: the configuration object passed cannot be shared with another offheap instance or stream !!
|
FSTByteBufferOffheap(int sizeMB,
FSTConfiguration conf)
Warning: the configuration object passed cannot be shared with another offheap instance !!
|
| Modifier and Type | Method and Description |
|---|---|
static FSTConfiguration |
FSTConfiguration.createDefaultConfiguration() |
static FSTConfiguration |
FSTConfiguration.createStructConfiguration() |
FSTConfiguration |
FSTObjectOutput.getConf() |
FSTConfiguration |
FSTObjectInput.getConf() |
static FSTConfiguration |
FSTConfiguration.getDefaultConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
Object |
FSTObjectCopy.copy(Object toCopy,
FSTConfiguration conf) |
| Constructor and Description |
|---|
FSTClazzNameRegistry(FSTClazzNameRegistry par,
FSTConfiguration conf) |
FSTObjectInput(FSTConfiguration conf) |
FSTObjectInput(InputStream in,
FSTConfiguration conf)
Creates a FSTObjectInput that uses the specified
underlying InputStream.
|
FSTObjectOutput(FSTConfiguration conf)
serialize without an underlying stream, the resulting byte array of writing to
this FSTObjectOutput can be accessed using getBuffer(), the size using getWritten().
|
FSTObjectOutput(OutputStream out,
FSTConfiguration conf)
Creates a new FSTObjectOutput stream to write data to the specified
underlying output stream.
|
FSTObjectRegistry(FSTConfiguration conf) |
Copyright © 2014. All rights reserved.