AbstractBytes |
An abstract abstract class AbstractBytes : Bytes |
Bytes |
A value made of bytes. interface Bytes : Comparable<Bytes!> |
Bytes32 |
A interface Bytes32 : Bytes |
Bytes48 |
A interface Bytes48 : Bytes |
DelegatingBytes |
A class that holds and delegates all operations to its inner bytes field. open class DelegatingBytes : AbstractBytes, Bytes |
DelegatingBytes32 |
A class that holds and delegates all operations to its inner bytes field. open class DelegatingBytes32 : DelegatingBytes, Bytes32 |
DelegatingBytes48 |
A class that holds and delegates all operations to its inner bytes field. open class DelegatingBytes48 : DelegatingBytes, Bytes48 |
DelegatingMutableBytes |
A class that holds and delegates all operations to its inner bytes field. open class DelegatingMutableBytes : MutableBytes |
MutableByteBufferWrappingBytes |
open class MutableByteBufferWrappingBytes : ByteBufferWrappingBytes, MutableBytes |
MutableBytes |
A mutable interface MutableBytes : Bytes |
MutableBytes32 |
A mutable interface MutableBytes32 : MutableBytes, Bytes32 |
MutableBytes48 |
A mutable interface MutableBytes48 : MutableBytes, Bytes48 |