Open SiteSearch 4.1.1
Final

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

Fields inherited from class ORG.oclc.ecat.util.CharacterEncoder
pStream
 
Constructor Summary
BASE64Encoder()
           
 
Methods inherited from class ORG.oclc.ecat.util.CharacterEncoder
encodeBuffer, encodeBuffer, encodeBuffer, readFully
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BASE64Encoder

public BASE64Encoder()

Open SiteSearch 4.1.1
Final