mmm-binary

Small and self-contained library for representing and encoding with binary data.

License

License

Categories

Categories

Net
GroupId

GroupId

net.sf.m-m-m
ArtifactId

ArtifactId

mmm-binary
Last Version

Last Version

1.1.0
Release Date

Release Date

Type

Type

jar
Description

Description

mmm-binary
Small and self-contained library for representing and encoding with binary data.
Project URL

Project URL

https://github.com/m-m-m/binary
Project Organization

Project Organization

mmm-Team

Download mmm-binary

How to add to project

<!-- https://jarcasting.com/artifacts/net.sf.m-m-m/mmm-binary/ -->
<dependency>
    <groupId>net.sf.m-m-m</groupId>
    <artifactId>mmm-binary</artifactId>
    <version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.m-m-m/mmm-binary/
implementation 'net.sf.m-m-m:mmm-binary:1.1.0'
// https://jarcasting.com/artifacts/net.sf.m-m-m/mmm-binary/
implementation ("net.sf.m-m-m:mmm-binary:1.1.0")
'net.sf.m-m-m:mmm-binary:jar:1.1.0'
<dependency org="net.sf.m-m-m" name="mmm-binary" rev="1.1.0">
  <artifact name="mmm-binary" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.m-m-m', module='mmm-binary', version='1.1.0')
)
libraryDependencies += "net.sf.m-m-m" % "mmm-binary" % "1.1.0"
[net.sf.m-m-m/mmm-binary "1.1.0"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

logo

Apache License, Version 2.0 build-status

mmm-binary

Maven Central apidoc

The module io.github.mmm.binary (artifactId mmm-binary) provides a representation for binary data including codecs.

Features

This library offers the following features:

  • Streamable as minimal API for a BLOB to read and write data based on streaming.

  • StreamableBlob and StreamablePath as generic implementations.

  • Binary as API for Streamable BLOBs that are available in memory and can be formatted using flexible encodings.

  • BinaryCodec as API for a codec that can convert a BLOB to a String and vice-versa.

  • Arbitrary codec implementations such as Base16, Base58, Base64, etc.

Usage

Maven Dependency:

<dependency>
  <groupId>io.github.m-m-m</groupId>
  <artifactId>mmm-binary</artifactId>
</dependency>

Module Dependency:

  requires transitive io.github.mmm.binary;
net.sf.m-m-m

Marvelous-Micro-Modules

Versions

Version
1.1.0
1.0.0