# Constants

EmptyScheme represents an unspecified URLScheme.
FileScheme represents a 'File' scheme for a URL.

# Structs

LocalFileObjReader is File object reader that defers to another FileReader that reads based on paths.
LocalFileSystemReader implements the FileReader interface and reads files from the local filesystem.
LocalFileSystemReaderWriter combines both local file system file reading and writing.
LocalFileSystemWriter implements the ComponentWriter interface and writes apps to the local filesystem.

# Interfaces

FileObjReader provides a generic file-reading interface for reading file objects.
FileReader is a common command interface for reading files.
FileReaderWriter combines both file reading and file writing.
FileWriter is an interface for writing files.

# Type aliases

URLScheme indicates URL schemes supported by various parts of the.