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