组织ID: |
directory-asn1 |
项目ID: |
asn1-codec |
版本: |
0.3 |
最后修改时间: |
2018-08-07 10:55:48 |
包类型: |
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. |
大小: |
33.22KB |
|
Maven引入代码: |
<dependency>
<groupId>directory-asn1</groupId>
<artifactId>asn1-codec</artifactId>
<version>0.3</version>
</dependency>
|
Gradle引入代码: |
directory-asn1:asn1-codec:0.3
|
下载Jar包: |
|
POM文件内容: |
<project>
<modelVersion>4.0.0</modelVersion>
<groupId>directory-asn1</groupId>
<artifactId>asn1-codec</artifactId>
<name>Stateful chunking codec API for ASN.1 runtime</name>
<version>0.3</version>
<description>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.</description>
<inceptionYear>2004</inceptionYear>
<dependencies>
<dependency>
<groupId>directory-network</groupId>
<artifactId>mina</artifactId>
<version>0.7</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>3.8.1</version>
</dependency>
</dependencies>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
org.apache.asn1.codec.binary.BinaryCodec.class
org.apache.asn1.codec.binary.Hex.class
org.apache.asn1.codec.BinaryDecoder.class
org.apache.asn1.codec.Decoder.class
org.apache.asn1.codec.BinaryEncoder.class
org.apache.asn1.codec.Encoder.class
org.apache.asn1.codec.EncoderException.class
org.apache.asn1.codec.DecoderException.class
org.apache.asn1.codec.stateful.examples.HexEncoder$1.class
org.apache.asn1.codec.stateful.examples.HexEncoder.class
org.apache.asn1.codec.stateful.examples.HexDecoder.class
org.apache.asn1.codec.stateful.StatefulEncoder.class
org.apache.asn1.codec.stateful.EncoderMonitor.class
org.apache.asn1.codec.stateful.EncoderCallback.class
org.apache.asn1.codec.stateful.AbstractStatefulDecoder.class
org.apache.asn1.codec.stateful.StatefulDecoder.class
org.apache.asn1.codec.stateful.DecoderCallback.class
org.apache.asn1.codec.stateful.DecoderMonitor.class
org.apache.asn1.codec.stateful.EncoderFactory.class
org.apache.asn1.codec.stateful.AbstractStatefulEncoder.class
org.apache.asn1.codec.stateful.CallbackHistory.class
org.apache.asn1.codec.stateful.DecoderMonitorAdapter.class
org.apache.asn1.codec.stateful.EncoderMonitorAdapter.class
org.apache.asn1.codec.stateful.DecoderStack$1.class
org.apache.asn1.codec.stateful.DecoderStack$ChainingCallback.class
org.apache.asn1.codec.stateful.DecoderStack.class
org.apache.asn1.codec.stateful.DecoderFactory.class
org.apache.asn1.codec.mina.Asn1CodecEncoder$EncoderCallbackImpl.class
org.apache.asn1.codec.mina.Asn1CodecEncoder$1.class
org.apache.asn1.codec.mina.Asn1CodecEncoder.class
org.apache.asn1.codec.mina.Asn1CodecDecoder$DecoderCallbackImpl.class
org.apache.asn1.codec.mina.Asn1CodecDecoder$1.class
org.apache.asn1.codec.mina.Asn1CodecDecoder.class
META-INF/NOTICE.txt
META-INF/LICENSE.txt
META-INF/LICENSE.txt
|
依赖Jar: |
mina-0.7.jar
/directory-network/mina/0.7
查看mina所有版本文件
junit-3.8.1.jar
/junit/junit/3.8.1
查看junit所有版本文件
|