Documentation ¶
Index ¶
- Constants
- func OpenFile(fileName string, exclusive bool) (*os.File, error)
- func OpenTempFile(dir, prefix string) (*os.File, error)
- func Pipe() (Reader, Writer)
- func PipeFile(buffSize, fileSize int, f *os.File) (Reader, Writer)
- func PipeSize(buffSize int) (Reader, Writer)
- type Closer
- type Reader
- type Writer
Constants ¶
View Source
const ( BuffSizeAlign = bytesize.KB * 4 FileSizeAlign = bytesize.MB * 4 )
Variables ¶
This section is empty.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.