Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7173605
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T15:51:35+00:00 2026-05-28T15:51:35+00:00

java BufferReader has a method readLine which reads till ‘\n’ or ‘\r’ is read

  • 0

java BufferReader has a method readLine which reads till '\n' or '\r' is read and then returns the line string. Example:

InputStreamReader isr = new InputStreamReader(socket.getInputStream());
BufferReader br  =new BufferReader(isr); 
String line = null;
while ((line = br.readLine()) != null) {
  // Do something 
}

I want a custom buffer which reads exactly like BufferReader but instead of returning line when it matches '\n', it should return the string till it reads a pattern 10=???\u0001.

It is basically a fix message which always ends with 10=???\u0001, where ? is number and \u0001 is a character.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-28T15:51:36+00:00Added an answer on May 28, 2026 at 3:51 pm

    You might be interested in using a Scanner with a custom delimiter (set using useDelimiter).

    You really shouldn’t override a method named readLine to do anything other than read lines (as delimited by \r\n, \n\r or \n based on your operating system). It’s counter intuitive and can be confusing to yourself or others later down the road.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Java has a convenient split method: String str = The quick brown fox; String[]
Java has the thread dump which is triggered by a signal 3 sent to
I wrote a tokenizer for HTTP messages in Java. It has a method nextToken()
I'm making a C Assessment Program through Java, which has a bunch of programming
I'm using a framework called Processing which is basically a Java applet. It has
I am using Java BufferedReader and reading file line by line using bufferedReader.readline(). Is
I have a Java project which has this file structure (shown in Eclipse): ProjectName
Java has generics and C++ provides a very strong programming model with template s.
In Java, I'm looking for a method that would allow me to wait for
I want to know how to receive the string from a file in Java

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.