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

  • Home
  • SEARCH
  • 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 8486691
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T21:01:12+00:00 2026-06-10T21:01:12+00:00

I am writing a network app for Android. According to the protocol specification, the

  • 0

I am writing a network app for Android. According to the protocol specification, the end of each line must be a CR/LF combination. While I have no problem with generating this with my own strings, there are times that I will have to process user input and convert the line end.

It doesn’t matter what I store the EOL as internally, as long as it gets sent over the wire as CR/LF; if the easiest way is to change it as it goes to the network, that’s OK.

What is an easy and efficient way to ensure that all my network output ends with CR/LF, no matter what my string is in memory?

  • 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-06-10T21:01:13+00:00Added an answer on June 10, 2026 at 9:01 pm

    what’s an efficient way to ensure that my output has a specific EOL character?

    Normally when you read lines of text, it doesn’t include the original EOL characters

    When you write the lines, write the EOL character(s) you want instead of using something like println

    If you have a String in memory which contains unknown EOL characters you can use

    s = s.replaceAll("(\r\n|\r|\n)", "\r\n");
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm writing an Android app. I have a main method, which creates and runs
I'm writing a network app, where each Client has a Singleton ClientManager. For testing
To begin with, this is the first Android app I'm writing, and I have
I'm writing a network app, which sends and receives a lot of different kinds
I am writing an iPhone app – a client for some social network. The
I'm writing an iOS app that streams video and audio over the network. I
I am writing an Android application which can enable and disable the Network Data
I am writing a network class for an iOS app. This class will take
I'm writing a light remoting app to assist in debugging a problem with remoting
I'm writing an Air app for Android that is going to interact with other

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.