Class ByteArray
- java.lang.Object
-
- org.apache.beam.runners.spark.util.ByteArray
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<ByteArray>
public class ByteArray extends java.lang.Object implements java.io.Serializable, java.lang.Comparable<ByteArray>
Serializable byte array.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ByteArray(byte[] value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(ByteArray other)booleanequals(@Nullable java.lang.Object o)byte[]getValue()inthashCode()
-