Interface PythonBytesLikeObject

All Superinterfaces:
PythonLikeObject
All Known Implementing Classes:
PythonByteArray, PythonBytes

public interface PythonBytesLikeObject extends PythonLikeObject
  • Method Details

    • asByteBuffer

      ByteBuffer asByteBuffer()
    • asByteArray

      default byte[] asByteArray()