# Functions
FileFromByteReader returns a nfs.GetFile function which returns a new nfs.File from provided bytes.Reader.
FileFromReader uses the ReaderFunc type to return a nfs.File from the returned reader if the type is either a nfs.VirtualFilesystem or a bytes.Reader.
# Type aliases
ByteReaderFunc defines a type which returns a byte.Reader for a given string.
ReaderFunc defines a type which returns a io.Reader for a given string.