|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.fusesource.hawtdb.api.AbstractStreamPagedAccessor<T>
org.fusesource.hawtdb.api.CodecPagedAccessor<T>
public class CodecPagedAccessor<T>
A EncoderDecoder which uses a Marshaller to encode/decode the values.
Constructor Summary | |
---|---|
CodecPagedAccessor(org.fusesource.hawtbuf.codec.Codec<T> codec)
|
Method Summary | |
---|---|
protected T |
decode(Paged paged,
java.io.DataInputStream is)
|
protected void |
encode(Paged paged,
java.io.DataOutputStream os,
T data)
|
Methods inherited from class org.fusesource.hawtdb.api.AbstractStreamPagedAccessor |
---|
load, pagesLinked, store |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CodecPagedAccessor(org.fusesource.hawtbuf.codec.Codec<T> codec)
Method Detail |
---|
protected void encode(Paged paged, java.io.DataOutputStream os, T data) throws java.io.IOException
encode
in class AbstractStreamPagedAccessor<T>
java.io.IOException
protected T decode(Paged paged, java.io.DataInputStream is) throws java.io.IOException
decode
in class AbstractStreamPagedAccessor<T>
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |