type mime/quotedprintable.Writer

11 uses

	mime/quotedprintable (current package)
		writer.go#L12: type Writer struct {
		writer.go#L24: func NewWriter(w io.Writer) *Writer {
		writer.go#L25: 	return &Writer{w: w}
		writer.go#L31: func (w *Writer) Write(p []byte) (n int, err error) {
		writer.go#L67: func (w *Writer) Close() error {
		writer.go#L76: func (w *Writer) write(p []byte) error {
		writer.go#L112: func (w *Writer) encode(b byte) error {
		writer.go#L130: func (w *Writer) checkLastByte() error {
		writer.go#L146: func (w *Writer) insertSoftLineBreak() error {
		writer.go#L153: func (w *Writer) insertCRLF() error {
		writer.go#L161: func (w *Writer) flush() error {