A File provides access to a single file. The File interface is the minimum implementation required of the file. Directory files should also implement [ReadDirFile]. A file may implement [io.ReaderAt] or [io.Seeker] as optimizations.

Hierarchy

  • File

Indexable

[key: string]: any

Methods

Methods

  • Parameters

    • _arg0: string | number[]

    Returns number

Generated using TypeDoc