go2hx

manual

github

Module: stdgo.mime.quotedprintable

(view library index)

Overview

Index

Classes

import

class Quotedprintable

Package quotedprintable implements quoted-printable encoding as specified by
    RFC 2045.

Quotedprintable function newReader

function newReader(_r:stdgo._internal.io.Reader):stdgo.mime.quotedprintable.Reader

NewReader returns a quoted-printable reader, decoding from r.

(view code)

Quotedprintable function newWriter

function newWriter(_w:stdgo._internal.io.Writer):stdgo.mime.quotedprintable.Writer

NewWriter returns a new Writer that writes to w.

(view code)

Abstracts

abstract Reader

(view file containing code)

abstract Writer

(view file containing code)