Documentation
¶
Index ¶
- type FileReadWriter
- func (f FileReadWriter) Close() error
- func (f FileReadWriter) Name() string
- func (f FileReadWriter) Read(p []byte) (int, error)
- func (f FileReadWriter) ReadAt(p []byte, off int64) (n int, err error)
- func (f FileReadWriter) Seek(offset int64, whence int) (n int64, err error)
- func (f FileReadWriter) Stat() (os.FileInfo, error)
- func (f FileReadWriter) Sync() error
- func (f FileReadWriter) Truncate(size int64) (err error)
- func (f FileReadWriter) Write(p []byte) (int, error)
- type TcpFS
- func (f TcpFS) Lstat(name string) (os.FileInfo, error)
- func (f TcpFS) Mkdir(name string, perm os.FileMode) error
- func (f TcpFS) OpenFile(name string, flag int, perm os.FileMode) (vfs.File, error)
- func (f TcpFS) PathSeparator() uint8
- func (f TcpFS) ReadDir(path string) ([]os.FileInfo, error)
- func (f TcpFS) Remove(name string) error
- func (f TcpFS) Rename(oldpath, newpath string) error
- func (f TcpFS) Stat(name string) (os.FileInfo, error)
- func (f TcpFS) Unmount() error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FileReadWriter ¶
type FileReadWriter struct {
// contains filtered or unexported fields
}
func (FileReadWriter) Close ¶
func (f FileReadWriter) Close() error
func (FileReadWriter) Name ¶
func (f FileReadWriter) Name() string
func (FileReadWriter) ReadAt ¶
func (f FileReadWriter) ReadAt(p []byte, off int64) (n int, err error)
func (FileReadWriter) Seek ¶
func (f FileReadWriter) Seek(offset int64, whence int) (n int64, err error)
func (FileReadWriter) Sync ¶
func (f FileReadWriter) Sync() error
func (FileReadWriter) Truncate ¶
func (f FileReadWriter) Truncate(size int64) (err error)
Click to show internal directories.
Click to hide internal directories.