Seth Lyles
Results
2
comments of
Seth Lyles
You can edit the `_java_to_py` function around line 630. the `java_val` is the object, so you can say `getattr(getattr(java_val, "getBinaryStream)(), "toString")()` as a way to get `data.getBinaryStream().toString()` and it should...
The required Dockerfile is /util/Dockerfile.kaitai. `cd util && make docker-kaitai` should do it