Method | Description | |
---|---|---|
TransformBlock ( this frombase64transform, Byte inputBuffer, Byte outputBuffer, |
Extends TransformBlock so that buffer offset of 0 and call to Array.Length are not needed.
|
|
TransformFinalBlock ( this frombase64transform, Byte inputBuffer ) : Byte[] |
Extends TransformFinalBlock so that buffer offset of 0 and call to Array.Length are not needed.
|
public static TransformBlock ( this frombase64transform, Byte inputBuffer, Byte outputBuffer, |
||
frombase64transform | this | |
inputBuffer | Byte | |
outputBuffer | Byte | |
outputOffset | ||
return |
public static TransformFinalBlock ( this frombase64transform, Byte inputBuffer ) : Byte[] | ||
frombase64transform | this | |
inputBuffer | Byte | |
return | Byte[] |