Skip to content

Latest commit

 

History

History

dataforge-io

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Module dataforge-io

IO module

Features

  • 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.

Usage

Artifact:

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")
}