FileSkipBytes
Shifts the file pointer by the given number of bytes.
FileSkipBytes( fileObj, len )
Returns: void
Argument | Description |
---|---|
fileObj
any,
required
|
The file object. |
len
number,
required
|
The number of bytes that must be skipped before the next file operation. |
Examples
There are currently no examples for this function.