Package it.unimi.dsi.law.io.tool
Tools manipulating and converting files.
-
Class Summary Class Description DataInput2Text The main method of this class converts a binaryDataOutput
file containing numbers to text format.NumberDistinctLines The main method of this class reads a UTF-8 file containg a newline separated list of strings and writes aDataOutputStream
containing a list of ints such that the i-th int is equal to the j-th int iff the (crc of the) i-th string is equal to the (crc of the) j-th string.Text2DataOutput The main method of this class converts converts a text file containing numbers to binaryDataOutput
format. -
Enum Summary Enum Description DataInput2Text.Type