Documentation ¶
Index ¶
- Variables
- type Config
- type File
- func (t *File) Close() error
- func (t *File) CopyTo(to *File, byteInSec int64, tryLock bool) error
- func (t *File) Delete() error
- func (t *File) IsExist() bool
- func (t *File) Read(data []byte) (int, error)
- func (t *File) ReadUntil(separation byte, perReadSize int, maxReadSize int) (data []byte, e error)
- func (t *File) Seed(index int64) (e error)
- func (t *File) Sync() (e error)
- func (t *File) Write(data []byte, tryLock bool) (int, error)
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.