Class 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 Detail

      • ByteArrayConstructor

        public ByteArrayConstructor()
    • Method Detail

      • construct

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