DataByteArray
Wrapper around ByteArray. There is a problem with ByteArray when using inside data class, because it requires to generate equals() and hashCode() methods. This class do this internally so there is no need to do this again in data classes which uses DataByteArray.
Properties
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Returns an float value from the given byte array.
Link copied to clipboard
Returns an integer value from the byte array.
Link copied to clipboard
Returns a long value from the byte array.
Link copied to clipboard
Link copied to clipboard