Provide a mechanism for computing an Adler32 checksum for the contents of a ByteBuffer

XMLWordPrintable

    • b17
    • generic
    • generic
    • Verified

        java.util.zip.Adler32.java does not offer an API that accepts at ByteBuffer,
        you are (as of 7u1) required to copy the DirectBuffer into a Java byte[], then call
        Adler32's update() API (that's limited to byte[]). Which might have significant performance impacr for some applications.

              Assignee:
              Xueming Shen
              Reporter:
              Xueming Shen
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved:
                Imported:
                Indexed: