Versions in this module Expand all Collapse all v0 v0.2.1 Jul 6, 2015 Changes in this version + func Read(fname string, v interface{}, decoder encodeio.DecodeFunc) error + func ReadGOB(fname string, v interface{}) error + func ReadGZIP(fname string) (data []byte, err error) + func ReadJSON(fname string, v interface{}) error + func ReadProperties(fname string) (map[string]string, error) + func ReadString(fname string) (s string, err error) + func ReadXML(fname string, v interface{}) error + type WriteMode bool + const APPEND + const TRUNC + func (m WriteMode) Write(fname string, v interface{}, encoder encodeio.EncodeFunc) error + func (m WriteMode) WriteGOB(fname string, v interface{}) error + func (m WriteMode) WriteGZIP(fname string, v interface{}) (err error) + func (m WriteMode) WriteJSON(fname string, v interface{}) error + func (m WriteMode) WriteString(fname, str string) (c int, err error) + func (m WriteMode) WriteXML(fname string, v interface{}) error