IO module
- IO format : A generic API for reading something from binary representation and writing it to Binary.
- Binary : Multi-read random access binary.
- Envelope : API and implementations for combined data and metadata format.
- Tagged envelope : Implementation for binary-friendly envelope format with machine readable tag and forward size declaration.
- Tagged envelope : Implementation for text-friendly envelope format with text separators for sections.
The Maven coordinates of this project are space.kscience:dataforge-io:0.10.0
.
Gradle Kotlin DSL:
repositories {
maven("https://repo.kotlin.link")
mavenCentral()
}
dependencies {
implementation("space.kscience:dataforge-io:0.10.0")
}