Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Nov 27, 2018. It is now read-only.

wg/codec

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java binary data codecs

  A collection of high-performance binary data codecs:

    Base16    - AKA hex
    Base64    - standard base64
    Base64Url - URL-safe base64

  The Base64 codec is designed to handle base64 without line splitting
  and with optional padding. Alternative character tables may be supplied
  to implement modified base64 schemes such as the URL-safe variant.

  Join the lambdaWorks-OSS Google Group to discuss this project:

    http://groups.google.com/group/lambdaworks-oss
    [email protected]

Maven Artifacts

  Releases are available in the maven central repository:

  <dependency>
    <groupId>com.lambdaworks</groupId>
    <artifactId>codec</artifactId>
    <version>1.0.0</version>
  </dependency>

About

Java binary data codecs

Resources

License

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages