Property | Type | Description | |
---|---|---|---|
decodingTable | byte[] | ||
encodingTable | byte[] | ||
padding | byte |
Method | Description | |
---|---|---|
Base64Encoder ( ) : System | ||
Decode ( byte data, int off, int length, Stream outStream ) : int | ||
DecodeString ( string data, Stream outStream ) : int | ||
Encode ( byte data, int off, int length, Stream outStream ) : int |
Method | Description | |
---|---|---|
InitialiseDecodingTable ( ) : void |
Method | Description | |
---|---|---|
decodeLastBlock ( Stream outStream, char c1, char c2, char c3, char c4 ) : int | ||
ignore ( char c ) : bool | ||
nextI ( byte data, int i, int finish ) : int | ||
nextI ( string data, int i, int finish ) : int |
public Decode ( byte data, int off, int length, Stream outStream ) : int | ||
data | byte | |
off | int | |
length | int | |
outStream | Stream | |
return | int |
public DecodeString ( string data, Stream outStream ) : int | ||
data | string | |
outStream | Stream | |
return | int |
public Encode ( byte data, int off, int length, Stream outStream ) : int | ||
data | byte | |
off | int | |
length | int | |
outStream | Stream | |
return | int |