0
바이트의 JArray에서 numpy 배열을 가져올 수 있습니까? 나는 원시 바이트에 대한 액세스를 필요로하고 내가하려고하면JPype JArray에서 numpy 배열 얻기
numpy.frombuffer(jpype_object)
은 유지 :
https://github.com/originell/jpype/pull/73
: 배열 조각처럼 보이는AttributeError: 'byte[]' object has no attribute '__buffer__'