Skip to content

Repository files navigation

Fluff Bin

License: Apache 2.0

Description

A library that provides tools for easy reading and writing of binary data to files, streams, and more.

Usage

Gradle
repositories {
    maven { url "https://jitpack.io" }
}

dependencies {
    implementation "com.github.muscaa:fluff-bin:VERSION"
}
Maven
<repositories>
    <repository>
        <id>jitpack.io</id>
        <url>https://jitpack.io</url>
    </repository>
</repositories>

<dependencies>
    <dependency>
        <groupId>com.github.muscaa</groupId>
        <artifactId>fluff-bin</artifactId>
        <version>VERSION</version>
    </dependency>
</dependencies>

Replace VERSION with the latest release available on JitPack.

About

Binary data handling library.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Contributors

Languages