minify-html/src/main/c/util/pipe.md

9 lines
274 B
Markdown
Raw Normal View History

2018-07-04 07:25:45 -04:00
# `pipe.c`
|Name|Source|Destination|Updates position|Returns read|Fatal on EOF|
|---|---|---|---|---|---|
|`accept`|Buffer, then Input|Output|Yes|Yes|Yes|
|`skip`|Buffer, then Input|-|Yes|N|Yes|
|`peek`|Buffer, then Input|Buffer|N|Yes|Yes|
|`write`|Parameter|Output|N|N|-|