Versions in this module Expand all Collapse all v1 v1.1.1 Nov 6, 2020 v1.1.0 Dec 5, 2018 Changes in this version type Encoding + func (e Encoding) String() string v1.0.0 Jul 13, 2018 Changes in this version + func Skip(rd io.Reader) (*Reader, Encoding) + type Encoding int + const UTF16BigEndian + const UTF16LittleEndian + const UTF32BigEndian + const UTF32LittleEndian + const UTF8 + const Unknown + type Reader struct + func SkipOnly(rd io.Reader) *Reader + func (r *Reader) Read(p []byte) (n int, err error)