Class StructuralByteArray

java.lang.Object
org.apache.beam.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 Details

    • StructuralByteArray

      public StructuralByteArray(byte[] value)
  • Method Details