Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UnsignedLong and UnsignedInteger #59

Closed
wonderfly opened this issue Jan 9, 2015 · 3 comments
Closed

UnsignedLong and UnsignedInteger #59

wonderfly opened this issue Jan 9, 2015 · 3 comments
Assignees
Labels
type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.

Comments

@wonderfly
Copy link
Contributor

From yan...@google.com on January 14, 2012 07:36:15

External references, such as a standards document, or specification? http://docs.guava-libraries.googlecode.com/git-history/v11.0.1/javadoc/com/google/common/primitives/UnsignedLong.html http://docs.guava-libraries.googlecode.com/git-history/v11.0.1/javadoc/com/google/common/primitives/UnsignedInteger.html Java environments (e.g. Java 6, Android 2.3, App Engine, or All)? All Please describe the feature requested. Support UnsignedInteger and UnsignedLong as primitive numeric types. Currently to represent uint64 we have to use BigInteger, and to represent uint32 we have to use Long. In both cases you use more memory than necessary. These new classes solve that problem.

Original issue: http://code.google.com/p/google-http-java-client/issues/detail?id=59

@wonderfly wonderfly added type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design. imported labels Jan 9, 2015
@wonderfly wonderfly self-assigned this Jan 9, 2015
@wonderfly
Copy link
Contributor Author

From yan...@google.com on March 27, 2012 07:22:33

Labels: Milestone-Version1.9.0

@wonderfly
Copy link
Contributor Author

From rmis...@google.com on April 06, 2012 06:54:49

http://codereview.appspot.com/5987055/

Status: Started

@wonderfly
Copy link
Contributor Author

From rmis...@google.com on April 19, 2012 13:26:24

Status: Fixed

clundin25 pushed a commit to clundin25/google-http-java-client that referenced this issue Aug 11, 2022
Standardize the naming convention of base64-encoded binary data.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.
Projects
None yet
Development

No branches or pull requests

1 participant