Documentation
¶
Index ¶
- type InMemFile
- func (self *InMemFile) Close() error
- func (self *InMemFile) DebugPrintfln(format string, data ...any)
- func (self *InMemFile) DebugPrintln(data ...any)
- func (self *InMemFile) RO() *InMemFileRO
- func (self *InMemFile) Read(p []byte) (n int, err error)
- func (self *InMemFile) Seek(offset int64, whence int) (int64, error)
- func (self *InMemFile) SetDebugName(name string)
- func (self *InMemFile) Write(p []byte) (n int, err error)
- type InMemFileRO
- type ReadWriteSeekCloser
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InMemFile ¶
type InMemFile struct { Buffer []byte GrowOnWriteOverflow bool // contains filtered or unexported fields }
func NewInMemFileFromBytes ¶
func (*InMemFile) DebugPrintfln ¶
func (*InMemFile) DebugPrintln ¶
func (*InMemFile) RO ¶
func (self *InMemFile) RO() *InMemFileRO
func (*InMemFile) SetDebugName ¶
type InMemFileRO ¶
type InMemFileRO struct {
*InMemFile
}
Click to show internal directories.
Click to hide internal directories.