class PG::TextDecoder::FromBase64
This is a decoder class for conversion of base64 encoded data to it’s binary representation. It outputs a binary Ruby String
or some other Ruby object, if a elements_type
decoder was defined.
This is a decoder class for conversion of base64 encoded data to it’s binary representation. It outputs a binary Ruby String
or some other Ruby object, if a elements_type
decoder was defined.