Home
Java
2D Graphics GUI
3D
Advanced Graphics
Ant
Apache Common
Chart
Class
Collections Data Structure
Data Type
Database SQL JDBC
Design Pattern
Development Class
EJB3
Email
Event
File Input Output
Game
Generics
GWT
Hibernate
I18N
J2EE
J2ME
JavaFX
JDK 6
JDK 7
JNDI LDAP
JPA
JSP
JSTL
Language Basics
Network Protocol
PDF RTF
Reflection
Regular Expressions
Scripting
Security
Servlets
Spring
Swing Components
Swing JFC
SWT JFace Eclipse
Threads
Tiny Application
Velocity
Web Services SOA
XML
Base64 Stream « File Input Output « Java
Java
File Input Output
Base64 Stream
1.
BASE64 Decoder Stream
2.
BASE64 Encoder Stream from Sun Microsystems
3.
Base64 Character decoder as specified in RFC1113.
4.
Base64 Character encoder as specified in RFC1113.
5.
Performs Base-64 decoding on an underlying stream.
6.
Class encodes the bytes written to the OutPutStream to a Base64 encoded string.
7.
BASE64 Decoder Stream from Sun Microsystems
8.
BASE64 Encoder Stream
9.
Decode a BASE64 encoded input stream to some output stream
10.
Hex dump
11.
Dumps data in hexadecimal format
12.
Apply a ASCII Hex encoding to the stream
13.
Base64 Codec
14.
Base64 encoding from DbUnit.org
15.
Base64 provides Base64 encoding/decoding of strings and streams
16.
Base64 - encode/decode data using the Base64 encoding scheme
17.
Base64 from Eric Glass jcifs at samba dot org