Package-level declarations
Types
Link copied to clipboard
Helper class to assist with building byte arrays. Works similarly to StringBuilder.
Link copied to clipboard
A ByteArray which implements Object.equals and Object.hashCode
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Creates a new ByteArrayBuilder instance, calls block with the builder as receiver, finally returning the ByteArray generated by call to ByteArrayBuilder.build.
Link copied to clipboard