Package org.cactoos
Interface Bytes
-
- All Known Implementing Classes:
Base64Bytes
,BytesBase64
,BytesOf
,CheckedBytes
,DigestEnvelope
,EmptyBytes
,HexOf
,InputAsBytes
,IoCheckedBytes
,Md5DigestOf
,NoNulls
,Sha1DigestOf
,Sha256DigestOf
,UncheckedBytes
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface Bytes
Bytes.There is no thread-safety guarantee.
- Since:
- 0.1
- See Also:
BytesOf
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description byte[]
asBytes()
Convert it to the byte array.
-