Kaitai Struct is a declarative language used for describe various
binary data structures using .ksy format. .ksy format can be compiled
into the parser source code in target language. This library is a
small collection of runtime methods used by the code generated by
Kaitai Struct for Java.
There are no dependencies for this project. It is a standalone project that does not depend on any other jars.
There are no modules declared in this project.
Kaitai Struct: runtime library for Java
This library implements Kaitai Struct API for Java.
Kaitai Struct is a declarative language used for describe various binary data structures, laid out in files or in memory: i.e. binary file formats, network stream packet formats, etc.
Further reading: