Documentation ¶
Index ¶
- func New(c Config) (gost.Directory, error)
- type Config
- type Directory
- type File
- func (f *File) Close() error
- func (f *File) Copy(newName string) error
- func (f *File) CopyTo(dir gost.Directory, newName ...string) error
- func (f *File) Directory() gost.Directory
- func (f *File) Read(p []byte) (n int, err error)
- func (f *File) ReadString() (string, error)
- func (f *File) Write(p []byte) (n int, err error)
- func (f *File) WriteString(s string) error
- type Object
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type File ¶
type File struct { Object // contains filtered or unexported fields }
func (*File) ReadString ¶
func (*File) WriteString ¶
Click to show internal directories.
Click to hide internal directories.