Documentation ¶
Index ¶
- type File
- func (f *File) Read() ([]byte, error)
- func (f *File) ReadJSON(object interface{}) error
- func (f *File) ReadString() (string, error)
- func (f *File) ReadXML(object interface{}) error
- func (f *File) Write(b []byte) error
- func (f *File) WriteJSON(object interface{}) error
- func (f *File) WriteString(s string) error
- func (f *File) WriteXML(object interface{}) error
- func (f *File) Writer() io.Writer
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.