jdbm.helper
Interface EntryIO<K,V>


public interface EntryIO<K,V>

TODO EntryIO.

Author:
Apache Directory Project

Method Summary
 V read(K key, Serializer serializer)
           
 void write(K key, V value, Serializer serializer)
           
 

Method Detail

read

V read(K key,
       Serializer serializer)
       throws IOException
Throws:
IOException

write

void write(K key,
           V value,
           Serializer serializer)
           throws IOException
Throws:
IOException


Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.