ORG.oclc.ecat.util
Class BASE64Encoder
java.lang.Object
|
+--ORG.oclc.ecat.util.CharacterEncoder
|
+--ORG.oclc.ecat.util.BASE64Encoder
- public class BASE64Encoder
- extends CharacterEncoder
This class implements a BASE64 Character encoder as specified in RFC1521.
This RFC is part of the MIME specification as published by the Internet
Engineering Task Force (IETF). Unlike some other encoding schemes there
is nothing in this encoding that indicates
where a buffer starts or ends.
This means that the encoded text will simply start with the first line
of encoded text and end with the last line of encoded text.
- See Also:
CharacterEncoder
,
BASE64Decoder
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
BASE64Encoder
public BASE64Encoder()