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 Summary
Constructors -
Method Summary
-
Constructor Details
-
ByteArrayConstructor
public ByteArrayConstructor()
-
-
Method Details
-
construct
- Specified by:
constructin interfacenet.razorvine.pickle.IObjectConstructor- Overrides:
constructin classnet.razorvine.pickle.objects.ByteArrayConstructor
-