Base64

Base64 codec that depends on nothing but core java. compiled to lang level 1.5.

Лицензия

Лицензия

Группа

Группа

com.owtelse.codec
Идентификатор

Идентификатор

base64
Последняя версия

Последняя версия

1.0.6
Дата

Дата

Тип

Тип

jar
Описание

Описание

Base64
Base64 codec that depends on nothing but core java. compiled to lang level 1.5.
Ссылка на сайт

Ссылка на сайт

https://github.com/karlroberts/base64
Система контроля версий

Система контроля версий

https://github.com/karlroberts/base64

Скачать base64

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/com.owtelse.codec/base64/ -->
<dependency>
    <groupId>com.owtelse.codec</groupId>
    <artifactId>base64</artifactId>
    <version>1.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.owtelse.codec/base64/
implementation 'com.owtelse.codec:base64:1.0.6'
// https://jarcasting.com/artifacts/com.owtelse.codec/base64/
implementation ("com.owtelse.codec:base64:1.0.6")
'com.owtelse.codec:base64:jar:1.0.6'
<dependency org="com.owtelse.codec" name="base64" rev="1.0.6">
  <artifact name="base64" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.owtelse.codec', module='base64', version='1.0.6')
)
libraryDependencies += "com.owtelse.codec" % "base64" % "1.0.6"
[com.owtelse.codec/base64 "1.0.6"]

Зависимости

test (1)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.6

Модули Проекта

Данный проект не имеет модулей.

base64 - codec library for Base64.

Base64 codec. works well for small files and strings (due to internal array buffers) and well tested. Pretty quick. Room for improvement in future release, which will allow it to stream very large files.

Relies on no library except core java. Compiled up to Java 1.5 language level so will work for 1.5 upwards. base64 is licensed with a BSD3 licence see the included LICENSE file for details.

State

The 'base64' code is ready for use, for small files or Strings. A future release will add streaming to make it suitable for large files and improve its efficiency.

Thanks

Thanks to Tom Daley who posted the Base64 encode algorithm at http://www.javaworld.com/javaworld/javatips/jw-javatip36-p2.html which helped me to create the decoder.

Author

Karl Roberts karl.roberts@owtelse.com

Notes

  1. official repository https://github.com/karlroberts/base64
  2. site and documentation https://github.com/karlroberts/base64
  3. license (3 point BSD style) https://github.com/karlroberts/base64/blob/master/LICENSE

Версии библиотеки

Версия
1.0.6
1.0.4