DBC Reader

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

License

License

GroupId

GroupId

com.github.gcms
ArtifactId

ArtifactId

dbc-reader
Last Version

Last Version

0.2.0
Release Date

Release Date

Type

Type

jar
Description

Description

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

Project URL

https://github.com/gcms/dbc-reader/
Source Code Management

Source Code Management

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

Download dbc-reader

How to add to project

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

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 4.13.1

Project Modules

There are no modules declared in this project.

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.

Versions

Version
0.2.0