java - read from file with a delimiter -
i want know how can read file in java until file pointer arrives @ delimiter or specific number of characters.
in c++ used getline().
well can use bufferedreader.readline(), or maybe scanner class.
i want know how can read file in java until file pointer arrives @ delimiter or specific number of characters.
in c++ used getline().
well can use bufferedreader.readline(), or maybe scanner class.
Comments
Post a Comment