Package dev.enola.common.string2long
Class StringToLongBiMapIO
java.lang.Object
dev.enola.common.string2long.StringToLongBiMapIO
Writes out
StringToLongBiMap and reads them back in.
The Long ID is simply the line number of the symbol in the file.
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidread(CharSource charSource, StringToLongBiMap.Builder into) static voidwrite(StringToLongBiMap map, CharSink charSink)
-
Method Details
-
read
- Throws:
IOException
-
write
- Throws:
IOException
-