Skip to content

tyzlmjj/Codec

Repository files navigation

Codec Build Status Download

用C实现的安卓解码与编码库。

目前支持的算法:

  • BASE64
  • MD5

使用指南

##引入库

for Gradle:

compile 'me.majiajie:codec:1.1.0'

and for Maven:

<dependency>
  <groupId>me.majiajie</groupId>
  <artifactId>codec</artifactId>
  <version>1.1.0</version>
  <type>pom</type>
</dependency>

##联系我

Email: [email protected]

QQ: 809402737

木有微博、推特!

##错误反馈

这个库有BUG?请点这里 Github Issues

代码里没BUG的程序员都太年轻,又或者……

##许可证

Codec is released under the Apache 2.0 license.

Copyright 2016 Ma JiaJie

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

	   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

About

Android encoding and decoding library by c

Resources

License

Stars

Watchers

Forks

Packages

No packages published