type net/http.File (interface)

Method Implmentations

Close() error *github.com/hirochachacha/go-smb2.File.Close *os.File.Close
Read(p []byte) (n int, err error) *github.com/hirochachacha/go-smb2.File.Read *os.File.Read
Readdir(count int) ([]fs.FileInfo, error) *github.com/hirochachacha/go-smb2.File.Readdir *os.File.Readdir
Seek(offset int64, whence int) (int64, error) *github.com/hirochachacha/go-smb2.File.Seek *os.File.Seek
Stat() (fs.FileInfo, error) *github.com/hirochachacha/go-smb2.File.Stat *os.File.Stat