例如,在Java Persistence系统Hibernate中,就采用了Base64来将一个较长的唯一标识符(一般为128-bit的UUID)编码为一个字符串,用作HTTP表单和HTTP GET URL中的参数。在其他应用程序中,也常常需要把二进制数据编码...
【源码截图】
【核心源码】
.
├── javabase64-1.3.1
│ ├── BUILD.txt
│ ├── CHANGELOG.txt
│ ├── LICENSE.txt
│ ├── README.txt
│ ├── build.properties
│ ├── build.xml
│ ├── doc
│ │ ├── api
│ │ │ ├── allclasses-frame.html
│ │ │ ├── allclasses-noframe.html
│ │ │ ├── constant-values.html
│ │ │ ├── deprecated-list.html
│ │ │ ├── help-doc.html
│ │ │ ├── index-all.html
│ │ │ ├── index.html
│ │ │ ├── it
│ │ │ │ └── sauronsoftware
│ │ │ │ └── base64
│ │ │ │ ├── Base64.html
│ │ │ │ ├── Base64InputStream.html
│ │ │ │ ├── Base64OutputStream.html
│ │ │ │ ├── package-frame.html
│ │ │ │ ├── package-summary.html
│ │ │ │ └── package-tree.html
│ │ │ ├── overview-tree.html
│ │ │ ├── package-list
│ │ │ ├── resources
│ │ │ │ └── inherit.gif
│ │ │ ├── src-html
│ │ │ │ └── it
│ │ │ │ └── sauronsoftware
│ │ │ │ └── base64
│ │ │ │ ├── Base64.html
│ │ │ │ ├── Base64InputStream.html
│ │ │ │ └── Base64OutputStream.html
│ │ │ └── stylesheet.css
│ │ ├── manual-en.html
│ │ └── manual-it.html
│ ├── javabase64-1.3.1.jar
│ └── src
│ └── it
│ └── sauronsoftware
│ └── base64
│ ├── Base64.java
│ ├── Base64InputStream.java
│ ├── Base64OutputStream.java
│ ├── Shared.java
│ └── package.html
└── _javabase64-1.3.1.rar
15 directories, 35 files




