Documentation
¶
Overview ¶
Package fileio は、ファイル操作に関するユーティリティが配置されています。
Index ¶
- func OpenAppend(name string, encoding jp.Encoding) (io.Writer, func() error, error)
- func OpenRead(name string, encoding jp.Encoding) (io.Reader, func() error, error)
- func OpenWrite(name string, encoding jp.Encoding) (io.Writer, func() error, error)
- func TempDir(pattern string) (string, func(), error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func OpenAppend ¶
OpenAppend は、追記モードでファイルをオープンします。
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.