mirror of
https://github.com/danog/file.git
synced 2024-12-03 09:47:54 +01:00
Spaces
This commit is contained in:
parent
1eca93a87e
commit
8e063788e8
@ -8,10 +8,12 @@ enum Whence
|
|||||||
* Set position equal to offset bytes.
|
* Set position equal to offset bytes.
|
||||||
*/
|
*/
|
||||||
case Start;
|
case Start;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Set position to current location plus offset.
|
* Set position to current location plus offset.
|
||||||
*/
|
*/
|
||||||
case Current;
|
case Current;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Set position to end-of-file plus offset.
|
* Set position to end-of-file plus offset.
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user