Skip to content

Simple library that parses byte[] array of BCD (Binary-coded decimal) into Strings, and vice-versa.

License

Notifications You must be signed in to change notification settings

marciocg/BCDFormat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BCDFormat for Java

Simple library that parses byte[] array of BCD (Binary-coded decimal) into Strings, and vice-versa.

Getting Started

Dependencies

  • Just the standard library of any version of Java

Installing

  • Clone the repo
git clone https://github.com/marciocg/BCDFormat.git
  • Generate the jar package with maven
./mvnw package
  • Import the jar to your project

Usage

reading the test cases are enough to learn how to encode BCD byte[] array data from Strings, and vice-versa

Documentation

  • Generate the maven site with javadoc and JaCoCo report under ./target/site directory
./mvnw clean jacoco:prepare-agent install jacoco:report site

License

This project is licensed under the Apache License 2.0 - see the LICENSE.md file for details

Acknowledgments

References:

About

Simple library that parses byte[] array of BCD (Binary-coded decimal) into Strings, and vice-versa.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages