Package ai.timefold.jpyinterpreter.types
Interface PythonBytesLikeObject
- All Superinterfaces:
PythonLikeObject
- All Known Implementing Classes:
PythonByteArray,PythonBytes
-
Method Summary
Methods inherited from interface ai.timefold.jpyinterpreter.PythonLikeObject
$deleteAttribute, $getAttributeOrError, $getAttributeOrNull, $getGenericType, $getType, $method$__delattr__, $method$__eq__, $method$__format__, $method$__format__, $method$__getattribute__, $method$__hash__, $method$__ne__, $method$__repr__, $method$__setattr__, $method$__str__, $setAttribute
-
Method Details
-
asByteBuffer
ByteBuffer asByteBuffer() -
asByteArray
default byte[] asByteArray()
-