Class ByteArrayConstructor

java.lang.Object
net.razorvine.pickle.objects.ByteArrayConstructor
org.apache.flink.api.common.python.pickle.ByteArrayConstructor
All Implemented Interfaces:
net.razorvine.pickle.IObjectConstructor

public final class ByteArrayConstructor extends net.razorvine.pickle.objects.ByteArrayConstructor
Creates byte arrays (byte[]). Deal with an empty byte array pickled by Python 3.
  • Constructor Details

    • ByteArrayConstructor

      public ByteArrayConstructor()
  • Method Details

    • construct

      public Object construct(Object[] args)
      Specified by:
      construct in interface net.razorvine.pickle.IObjectConstructor
      Overrides:
      construct in class net.razorvine.pickle.objects.ByteArrayConstructor