type net/http.File (interface) Method Implmentations Close() error *os.File.Close ioFile.Close Read(p []byte) (n int, err error) *os.File.Read ioFile.Read Readdir(count int) ([]fs.FileInfo, error) *os.File.Readdir ioFile.Readdir Seek(offset int64, whence int) (int64, error) *os.File.Seek ioFile.Seek Stat() (fs.FileInfo, error) *os.File.Stat ioFile.Stat
Method Implmentations Close() error *os.File.Close ioFile.Close Read(p []byte) (n int, err error) *os.File.Read ioFile.Read Readdir(count int) ([]fs.FileInfo, error) *os.File.Readdir ioFile.Readdir Seek(offset int64, whence int) (int64, error) *os.File.Seek ioFile.Seek Stat() (fs.FileInfo, error) *os.File.Stat ioFile.Stat