getEncoding method

String getEncoding()

Implementation

String getEncoding() {
  initialize();

  return encode();
}