Google Cloud Dataflow SDK for Java, version 1.9.1
com.google.cloud.dataflow.sdk.coders
Class StructuralByteArray
- java.lang.Object
-
- com.google.cloud.dataflow.sdk.coders.StructuralByteArray
-
public class StructuralByteArray extends Object
A wrapper around a byte[] that uses structural, value-based equality rather than byte[]'s normal object identity.
-
-
Constructor Summary
Constructors Constructor and Description StructuralByteArray(byte[] value)
-