Class: PG::TextEncoder::ToBase64

Inherits:
CompositeEncoder show all
Defined in:
ext/pg_text_encoder.c

Overview

This is an encoder class for conversion of binary to base64 data.

Instance Attribute Summary

Attributes inherited from CompositeCoder

#elements_type

Attributes inherited from Coder

#name

Method Summary

Methods inherited from CompositeCoder

#delimiter, #delimiter=, #elements_type=, #inspect, #needs_quotation=, #needs_quotation?, #to_h

Methods inherited from Coder

#==, #decode, #dup, #encode, #format, #format=, #initialize, #inspect, #marshal_dump, #marshal_load, #oid, #oid=, #to_h

Constructor Details

This class inherits a constructor from PG::Coder