Stateful chunking codec API for ASN.1 runtime

API for stackable stateful encoders and decoders. Such codec interfaces allow for the efficient processing of data as it is made available while maintaining small actively processing footprints. Of course these aspects depend on the implementation as well however this API standardizes the minimum set of interfaces associated with codec's that are stateful. Until this API is added to the commons-codec project several interfaces and classes here are duplicated to minimize the number of dependencies: namely a dependency on commons-codec will be avoided.

Группа

Группа

directory-asn1
Идентификатор

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

asn1-codec
Последняя версия

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

0.3.3
Дата

Дата

Тип

Тип

jar
Описание

Описание

Stateful chunking codec API for ASN.1 runtime
API for stackable stateful encoders and decoders. Such codec interfaces allow for the efficient processing of data as it is made available while maintaining small actively processing footprints. Of course these aspects depend on the implementation as well however this API standardizes the minimum set of interfaces associated with codec's that are stateful. Until this API is added to the commons-codec project several interfaces and classes here are duplicated to minimize the number of dependencies: namely a dependency on commons-codec will be avoided.

Скачать asn1-codec

Имя Файла Размер
asn1-codec-0.3.3.pom
asn1-codec-0.3.3.jar 29 KB
Обзор

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

<!-- https://jarcasting.com/artifacts/directory-asn1/asn1-codec/ -->
<dependency>
    <groupId>directory-asn1</groupId>
    <artifactId>asn1-codec</artifactId>
    <version>0.3.3</version>
</dependency>
// https://jarcasting.com/artifacts/directory-asn1/asn1-codec/
implementation 'directory-asn1:asn1-codec:0.3.3'
// https://jarcasting.com/artifacts/directory-asn1/asn1-codec/
implementation ("directory-asn1:asn1-codec:0.3.3")
'directory-asn1:asn1-codec:jar:0.3.3'
<dependency org="directory-asn1" name="asn1-codec" rev="0.3.3">
  <artifact name="asn1-codec" type="jar" />
</dependency>
@Grapes(
@Grab(group='directory-asn1', module='asn1-codec', version='0.3.3')
)
libraryDependencies += "directory-asn1" % "asn1-codec" % "0.3.3"
[directory-asn1/asn1-codec "0.3.3"]

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
directory-network : mina jar 0.8.0

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

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

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

Версия
0.3.3
0.3.2
0.3