An open API service indexing awesome lists of open source software.

https://github.com/kaitai-io/kaitai_struct_java_runtime

Kaitai Struct: runtime for Java
https://github.com/kaitai-io/kaitai_struct_java_runtime

java kaitai-struct

Last synced: 10 months ago
JSON representation

Kaitai Struct: runtime for Java

Awesome Lists containing this project

README

          

# Kaitai Struct: runtime library for Java

[![Maven Central](https://img.shields.io/maven-central/v/io.kaitai/kaitai-struct-runtime)](https://central.sonatype.com/artifact/io.kaitai/kaitai-struct-runtime)

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:

* [About Kaitai Struct](https://kaitai.io/)
* [About API implemented in this library](https://doc.kaitai.io/stream_api.html)
* [Java-specific notes](https://doc.kaitai.io/lang_java.html)