• Top
    • Documentation
    • Books
    • Boolean-reasoning
    • Projects
    • Debugging
    • Std
    • Proof-automation
    • Macro-libraries
    • ACL2
    • Interfacing-tools
    • Hardware-verification
    • Software-verification
      • Kestrel-books
        • Crypto-hdwallet
        • Apt
        • Error-checking
        • Fty-extensions
        • Isar
        • Kestrel-utilities
        • Set
        • Soft
        • C
        • Bv
        • Imp-language
        • Event-macros
        • Java
          • Atj
            • Atj-implementation
              • Atj-types
              • Atj-java-primitive-array-model
                • Atj-def-java-primitive-array-model
                • Short-array
                • Long-array
                • Int-array
                • Char-array
                • Byte-array
                  • Byte-array-fix
                  • Byte-array-equiv
                  • Make-byte-array
                  • Byte-array->components
                  • Byte-arrayp
                  • Change-byte-array
                • Boolean-array
                • Float-array
                • Double-array
                • Byte-array-to-sbyte8-list
                • Short-array-to-sbyte16-list
                • Long-array-to-sbyte64-list
                • Int-array-to-sbyte32-list
                • Char-array-to-ubyte16-list
                • Boolean-array-to-boolean-list
                • Double-array-write
                • Boolean-array-write
                • Short-array-write
                • Short-array-from-sbyte16-list
                • Long-array-write
                • Int-array-write
                • Float-array-write
                • Char-array-write
                • Char-array-from-ubyte16-list
                • Byte-array-write
                • Byte-array-from-sbyte8-list
                • Boolean-array-from-boolean-list
                • Long-array-from-sbyte64-list
                • Int-array-from-sbyte32-list
                • Short-array-new-init
                • Double-array-index-in-range-p
                • Byte-array-new-init
                • Boolean-array-new-init
                • Boolean-array-index-in-range-p
                • Short-array-new-len
                • Short-array-index-in-range-p
                • Long-array-new-len
                • Long-array-new-init
                • Long-array-index-in-range-p
                • Int-array-new-init
                • Int-array-index-in-range-p
                • Float-array-new-len
                • Float-array-index-in-range-p
                • Double-array-new-len
                • Char-array-new-len
                • Char-array-new-init
                • Char-array-index-in-range-p
                • Byte-array-new-len
                • Byte-array-index-in-range-p
                • Boolean-array-new-len
                • Short-array-read
                • Long-array-read
                • Int-array-new-len
                • Float-array-read
                • Float-array-new-init
                • Double-array-read
                • Double-array-new-init
                • Char-array-read
                • Byte-array-read
                • Boolean-array-read
                • Int-array-read
                • Short-array-length
                • Float-array-length
                • Double-array-length
                • Boolean-array-length
                • Long-array-length
                • Int-array-length
                • Char-array-length
                • Byte-array-length
              • Atj-java-abstract-syntax
              • Atj-input-processing
              • Atj-java-pretty-printer
              • Atj-code-generation
              • Atj-java-primitives
              • Atj-java-primitive-arrays
              • Atj-type-macros
              • Atj-java-syntax-operations
              • Atj-fn
              • Atj-library-extensions
              • Atj-java-input-types
              • Atj-test-structures
              • Aij-notions
              • Atj-macro-definition
            • Atj-tutorial
          • Aij
          • Language
        • Bitcoin
        • Ethereum
        • Yul
        • Zcash
        • ACL2-programming-language
        • Prime-fields
        • Json
        • Syntheto
        • File-io-light
        • Cryptography
        • Number-theory
        • Lists-light
        • Axe
        • Builtins
        • Solidity
        • Helpers
        • Htclient
        • Typed-lists-light
        • Arithmetic-light
      • X86isa
      • Axe
      • Execloader
    • Math
    • Testing-utilities
  • Atj-java-primitive-array-model

Byte-array

Fixtype of (our model of) Java byte arrays.

This is a product type introduced by fty::defprod.

Fields
components — byte-value-list
Additional Requirements

The following invariant is enforced on the fields:

(< (len components) (expt 2 31))

Subtopics

Byte-array-fix
Fixing function for byte-array structures.
Byte-array-equiv
Basic equivalence relation for byte-array structures.
Make-byte-array
Basic constructor macro for byte-array structures.
Byte-array->components
Get the components field from a byte-array.
Byte-arrayp
Recognizer for byte-array structures.
Change-byte-array
Modifying constructor for byte-array structures.