Ecosyste.ms: Awesome
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: 3 days ago
JSON representation
Kaitai Struct: runtime for Java
- Host: GitHub
- URL: https://github.com/kaitai-io/kaitai_struct_java_runtime
- Owner: kaitai-io
- License: mit
- Created: 2016-02-20T12:13:39.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-08-19T16:22:59.000Z (5 months ago)
- Last Synced: 2024-08-19T19:21:41.867Z (5 months ago)
- Topics: java, kaitai-struct
- Language: Java
- Size: 238 KB
- Stars: 42
- Watchers: 8
- Forks: 18
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-kaitai - Repository - io/kaitai_struct_java_runtime/issues)) (Runtimes / CI)
README
# Kaitai Struct: runtime library for Java
[![Maven Central](https://img.shields.io/maven-central/v/io.kaitai/kaitai-struct-runtime)](https://search.maven.org/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](http://kaitai.io/)
* [About API implemented in this library](http://doc.kaitai.io/stream_api.html)
* [Java-specific notes](http://doc.kaitai.io/lang_java.html)