From Jason Turner

[ios.seekdir]

Diff to HTML by rtfpessoa

tmp/tmpcpqh67he/{from.md → to.md} RENAMED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ **Table: `seekdir` effects** <a id="ios.seekdir">[ios.seekdir]</a>
2
+
3
+ | Element | Meaning |
4
+ | ------- | --------------------------------------------------------------------------------------- |
5
+ | `beg` | request a seek (for subsequent input or output) relative to the beginning of the stream |
6
+ | `cur` | request a seek relative to the current position within the sequence |
7
+ | `end` | request a seek relative to the current end of the sequence |
8
+