Skip to content

An j2cl compatible apache 2 implementation of java.util.Base64

License

Notifications You must be signed in to change notification settings

mP1/j2cl-java-util-Base64

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status Coverage Status License Language grade: Java Total alerts J2CL compatible

j2cl java.util.Base64

This project aims to provide a mostly complete java.util.Base64 implementation under the Apache2 license.

java.util.Base64.Decoder

  • wrap(InputStream is) missing
  • decode(ByteBuffer) missing

java.util.Base64.Encoder

  • wrap(OutputStream) missing
  • encode(ByteBuffer) missing

Transpiling

The j2cl-maven-plugin will shade the source during the transpile phase, so walkingkooka.j2cl.java.util.Base64 is available in javascript as java.util.Base64.

About

An j2cl compatible apache 2 implementation of java.util.Base64

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages