Package io.trino.testing
Class Bytes
- java.lang.Object
-
- io.trino.testing.Bytes
-
public final class Bytes extends Object
Value-based, immutablebyte[]equivalent.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)static BytesfromBytes(byte... bytes)byte[]getBytes()inthashCode()StringtoString()
-
-
-
Method Detail
-
fromBytes
public static Bytes fromBytes(byte... bytes)
-
getBytes
public byte[] getBytes()
-
-