Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8202362

Add a way to declare primitive Unsigned Values

XMLWordPrintable

    • x86_64
    • windows_10

      A DESCRIPTION OF THE PROBLEM :
      public static unsigned long id;

      Reasons:
      It's difficult to make a java app to decode an unkown file type without having unsigned bytes on binary files
      People want values that are greater then current short max value but, not quite int
      People want ids that are greater then long max value but are not strings to take up less bytes
      People want values greater then int max value but, less then long max value
      File readings on all primitive types because a byte might have to be combined with other bytes for manipulating data on binary files


            darcy Joe Darcy
            webbuggrp Webbug Group
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated: