package
Version:
v0.0.6-alpha
Opens a new window with list of versions in this module.
Published: Mar 12, 2023
License: MIT
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package iterfs provides file system iterators.
WriteFile reads []byte from an iterator and writes it to a file
the function closes the iterator.
Iter common alias to iter.Iter
Find returns an interator that yields all files in the directory tree that
matches pattern.
FindDrow returns an iterator that yeilds a row containing information of the
files in path that matches pattern.
ReadFile reads a file and yields the content as multiple sets of []byte
Closing the iterator will close the file.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.