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.
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.
Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.
Модули Проекта
Данный проект не имеет модулей.
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.