mmm-binary

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

Лицензия

Лицензия

Категории

Категории

Сеть
Группа

Группа

net.sf.m-m-m
Идентификатор

Идентификатор

mmm-binary
Последняя версия

Последняя версия

1.1.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

mmm-binary
Small and self-contained library for representing and encoding with binary data.
Ссылка на сайт

Ссылка на сайт

https://github.com/m-m-m/binary
Организация-разработчик

Организация-разработчик

mmm-Team

Скачать mmm-binary

Как подключить последнюю версию

<!-- 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"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

Данный проект не имеет модулей.

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

Версии библиотеки

Версия
1.1.0
1.0.0