hunt-net ~master (2022-02-18T10:07:33Z)
Home
Dub
Repo
ByteArray
hunt
net
secure
conscrypt
ByteArray
Byte array wrapper for hashtable use. Implements equals() and hashCode().
final
class
ByteArray {
this
(byte[] bytes);
size_t
toHash
();
bool
opEquals
(Object o);
}
Constructors
this
this
(byte[] bytes)
Undocumented in source.
Members
Functions
opEquals
bool
opEquals
(Object o)
Undocumented in source. Be warned that the author may not have intended to support it.
toHash
size_t
toHash
()
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
hunt
net
secure
conscrypt
ByteArray
classes
ByteArray
Byte array wrapper for hashtable use. Implements equals() and hashCode().