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.


Comments

Popular posts from this blog

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

fortran - Function return type mismatch -

queue - mq_receive: message too long -