Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 884 Bytes

File metadata and controls

28 lines (20 loc) · 884 Bytes

Kaitai Struct: runtime library for Java

Maven Central

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:

Build

To build the library, run the following command:

mvn install

Release

If you are maintainer of this project please visit http://doc.kaitai.io/developers.html#java to get instructions how to make a release.