public interface TupleReaderWriter<K,V>
Modifier and Type | Method and Description |
---|---|
Tuple<K,V> |
readTuple(DataInputStream in) |
void |
writeTuple(Tuple<K,V> t,
DataOutputStream out) |
Tuple<K,V> readTuple(DataInputStream in)
void writeTuple(Tuple<K,V> t, DataOutputStream out) throws IOException
IOException
Copyright © 2012-2013 Apache Mavibot Project Parent. All Rights Reserved.