kaitai_struct_java_runtime icon indicating copy to clipboard operation
kaitai_struct_java_runtime copied to clipboard

Kaitai Struct: runtime for Java

Results 15 kaitai_struct_java_runtime issues
Sort by recently updated
recently updated
newest added

Change type atribute pos from KaitaiStream class ans subclasses to support > 2gb file to read.

If you want to build visualizer, you must rely on that fact, that internal fields begins with underscore. You can use the static field `_seqFields` to distinguish between parameters and...

Currently to obtain debug maps with positions you must use reflection. That looks ugly, because you need to catch checked exceptions, that never will be thrown. I suggest to add...

Given that our Java codebase grows, I guess it's time to decide on a certain coding style and stick to it. Historically, Java coding style guidelines were slightly better than...

enhancement