DBC Reader

InputStream implementation for reading data compressed in PKWare's Data Compression Library (DCL)

Лицензия

Лицензия

Группа

Группа

com.github.gcms
Идентификатор

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

dbc-reader
Последняя версия

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

0.2.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

DBC Reader
InputStream implementation for reading data compressed in PKWare's Data Compression Library (DCL)
Ссылка на сайт

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

https://github.com/gcms/dbc-reader/
Система контроля версий

Система контроля версий

http://github.com/gcms/dbc-reader/tree/master

Скачать dbc-reader

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

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

Зависимости

test (1)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.13.1

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

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

Provides InputStream implementation for reading data compressed in PKWare's Data Compression Library (DCL).

Two main classes are provided:

  • BlastInputStream can be used to decompress data compressed using PkWare DCL
  • DBCInputStream can be used to decompress DBC files to DBF (xBase database file format). This format is used by Brazilian Health Ministry information agency DATASUS for releasing public healthcare data.

This work is based on the following sources, refactoring it to an object-oriented design and to work as a Java InputStream.

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

Версия
0.2.0