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

Remove byteBuffer type (use array of bytes) #121

Merged
merged 1 commit into from
Jun 18, 2024

Commits on May 31, 2024

  1. Remove byteBuffer type (use array of bytes)

    It wasn't really implemented in several places anyway, but this
    removes some remaining references to this type.
    
    The byteBuffer type is superfluous since it can be represented
    by an array of uint8.  It was at an earlier time also removed from the
    VSS project.  Another alternative is the IFEX 'opaque' type. It was
    conceived to indicate that something in reality has structure but that
    it cannot (or is chosen not to) have a detailed represented in the IFEX
    description.  An Opaque type is presumably also transferred as "just a
    bunch of bytes" in a computing system - only the name infers there is
    some additional meaning.
    
    Signed-off-by: Gunnar Andersson <gunnar_dev@[email protected]>
    Gunnar Andersson authored and gunnar-mb committed May 31, 2024
    Configuration menu
    Copy the full SHA
    8f80441 View commit details
    Browse the repository at this point in the history