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 8194563
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 7, 20262026-06-07T04:52:07+00:00 2026-06-07T04:52:07+00:00

How to get a size of String in 64 bits(not bytes)in big endian order)?

  • 0

How to get a size of String in 64 bits(not bytes)in big endian order)?
I have never done this kind of operations in Java. Thanks for any help : ).

  • 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-07T04:52:10+00:00Added an answer on June 7, 2026 at 4:52 am

    Java works internally always using BigEndian order even if the platform like x86 uses LittleEndian.

    In Java 64bit values are stored in the long data type.

    Now the final question is what you want to measure. In a String you can count the number of characters, or the number of bytes the String takes when encoding it using a specified encoding (e.g UTF-8, UTF-16, ISO-8859-1, …).

    Assuming you want to count the number of characters in a String and you want to get the number as a 64bit number you can use the following code:

    String myString = "abcdefgh";
    long charCount = myString.length;
    

    If you want to write charCount into a file or into a network connection you can use DataOutputStream for getting a BigEndian representation:

    DataOutputStream out = new DataOutputStream(streamToWriteTo);
    out.writeLong(charCount);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Lets say I've a string and some font (name, size, etc...). How to get
Is it possible to get the size(in bytes) of a Session object after storing
I need to get the size of a directory, recursively. I have to do
How can I get the size in bytes of the data returned from the
I have a class that takes a string in this format: 000067000000000012620060324b38e2cab3353 , encrypts
How to get a binary size of a String(for example String s = Ababa)
I have this code here, which get a plain text, and turns it to
I have a struct like this: public struct Vehicles { public string Name {
I want to have an class like this, public class Apple { public string
In mssql2005 when I want to get size of table in MBs, I use

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.