package
Version:
v0.22.14
Opens a new window with list of versions in this module.
Published: Feb 15, 2023
License: MIT
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 16
Opens a new window with list of known importers.
Documentation
¶
- Variables
-
type Config
-
type File
-
func (t *File) Close() error
-
func (t *File) CopyTo(to *File, byteInSec int64, tryLock bool) error
-
func (t *File) CopyToIoWriter(to io.Writer, byteInSec int64, tryLock bool) error
-
func (t *File) Delete() error
-
func (t *File) File() *os.File
-
func (t *File) IsDir() bool
-
func (t *File) IsExist() bool
-
func (t *File) Read(data []byte) (int, error)
-
func (t *File) ReadAll(perReadSize int, maxReadSize int) (data []byte, e 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)
Source Files
¶
Click to show internal directories.
Click to hide internal directories.