T - public abstract class FSTCompressed<T> extends Object
| Constructor and Description |
|---|
FSTCompressed() |
| Modifier and Type | Method and Description |
|---|---|
T |
get() |
abstract byte[] |
getArray() |
protected abstract FSTConfiguration |
getConf() |
abstract int |
getLen() |
abstract int |
getOffset() |
void |
set(T object) |
protected abstract void |
storeArray(byte[] buffer,
int written) |
public T get()
public void set(T object) throws IOException
IOExceptionprotected abstract void storeArray(byte[] buffer,
int written)
protected abstract FSTConfiguration getConf()
public abstract byte[] getArray()
public abstract int getLen()
public abstract int getOffset()
Copyright © 2014. All rights reserved.