Skip to content

olandere/streamBase64

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

streamBase64

A stream-based base64 encoder/decoder for Scala. It provides these operations:

encode(Stream[Byte]): Stream[Char]
decode(Stream[Char]): Stream[Byte]

By using streams, the data to be encoded/decoded does not have to fit into memory. These operations could also be inserted into a stream processing pipeline.

About

A stream-based base64 encoder/decoder for Scala.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages