summaryrefslogtreecommitdiffstats
path: root/src/org/apache/commons/codec/binary/package.html
diff options
context:
space:
mode:
authorThe Android Open Source Project <initial-contribution@android.com>2009-03-03 19:29:16 -0800
committerThe Android Open Source Project <initial-contribution@android.com>2009-03-03 19:29:16 -0800
commit069490a5ca2fd1988d29daf45d892f47ad665115 (patch)
treeaea04c65769a1d9e3ca6fde36a7d23bd91dbeb98 /src/org/apache/commons/codec/binary/package.html
parente5d9544310b857f3ee9ec172bdbff8077323f9a1 (diff)
downloadexternal_apache-http-069490a5ca2fd1988d29daf45d892f47ad665115.zip
external_apache-http-069490a5ca2fd1988d29daf45d892f47ad665115.tar.gz
external_apache-http-069490a5ca2fd1988d29daf45d892f47ad665115.tar.bz2
auto import from //depot/cupcake/@135843
Diffstat (limited to 'src/org/apache/commons/codec/binary/package.html')
-rw-r--r--src/org/apache/commons/codec/binary/package.html20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/org/apache/commons/codec/binary/package.html b/src/org/apache/commons/codec/binary/package.html
new file mode 100644
index 0000000..844d918
--- /dev/null
+++ b/src/org/apache/commons/codec/binary/package.html
@@ -0,0 +1,20 @@
+<!--
+Copyright 2003-2004 The Apache Software Foundation.
+
+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.
+-->
+<html>
+ <body>
+ Base64, Binary, and Hexadecimal String encoding and decoding.
+ </body>
+</html>