Documentation ¶
Index ¶
- type IoEncoder
- func (e *IoEncoder) DecodeBytes(encodername string, b []byte) []byte
- func (e *IoEncoder) DecodeString(encodername, text string) string
- func (e *IoEncoder) EncodeBytes(encodername string, b []byte) []byte
- func (e *IoEncoder) EncodeString(encodername, text string) string
- func (e *IoEncoder) GetAvailableEncodings() []string
- func (e *IoEncoder) GetAvailableEncodingsAsString(separator string) string
- func (e *IoEncoder) GetReader(encodername string, r io.Reader) (io.Reader, error)
- func (e *IoEncoder) GetWriter(encodername string, w io.Writer) (io.Writer, error)
- func (e *IoEncoder) SetEncoding(encodername string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IoEncoder ¶
type IoEncoder struct {
// contains filtered or unexported fields
}
func (*IoEncoder) DecodeBytes ¶
func (*IoEncoder) DecodeString ¶
func (*IoEncoder) EncodeBytes ¶
func (*IoEncoder) EncodeString ¶
func (*IoEncoder) GetAvailableEncodings ¶
func (*IoEncoder) GetAvailableEncodingsAsString ¶
func (*IoEncoder) SetEncoding ¶
Click to show internal directories.
Click to hide internal directories.