Interface CoordinateSortedPairInfoMap.Codec<KEY,REC>
- Enclosing class:
CoordinateSortedPairInfoMap<KEY,REC>
public static interface CoordinateSortedPairInfoMap.Codec<KEY,REC>
Client must implement this class, which defines the way in which records are written to and
read from file.
-
Method Summary
Modifier and TypeMethodDescriptiondecode()Read the next key and record from the input stream and convert into a java object.voidWrite object to output stream.voidWhere to read encoded input fromvoidWhere to write encoded output
-
Method Details
-
setOutputStream
-
setInputStream
-
encode
-
decode
-