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.ByteArrayConstructorCreates byte arrays (byte[]). Deal with an empty byte array pickled by Python 3.
-
-
Constructor Summary
Constructors Constructor Description ByteArrayConstructor()
-