Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Disk ¶
type Disk struct{}
Disk represents disk based file system
func (*Disk) ReadFileAt ¶
type DiskFile ¶
DiskFile represents file on disk
type InMemory ¶
type InMemory struct {
// contains filtered or unexported fields
}
func NewInMemory ¶
func NewInMemory() *InMemory
func (*InMemory) ReadFileAt ¶
type InMemoryFile ¶
type InMemoryFile struct {
// contains filtered or unexported fields
}
func (*InMemoryFile) Close ¶
func (i *InMemoryFile) Close() error
func (*InMemoryFile) Name ¶
func (i *InMemoryFile) Name() string
func (*InMemoryFile) Size ¶
func (i *InMemoryFile) Size() int64
Click to show internal directories.
Click to hide internal directories.