case class Bytes(bytes: Array[Byte]) extends Product with Serializable
General purpose wrapper over byte array which adds equals
, hashCode
and toString
which
work on array elements instead of object identity.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Bytes
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All