public interface Bytes
-
Method Summary
Modifier and TypeMethodDescriptionbyte[]
toBytes()
Provides the underlying byte representation of the implementing instance.
-
Method Details
-
toBytes
byte[] toBytes()Provides the underlying byte representation of the implementing instance.- Returns:
- The according byte array.
-