skipBytes Method
skipBytes(int)
Skips 'n' bytes from the input.
Declaration
public virtual int skipBytes(int n)
Public Overridable Function skipBytes(n As Integer) As Integer
Parameters
| Type |
Name |
Description |
| int |
n |
The number of bytes to skip
|
Returns
| Type |
Description |
| int |
Always n.
|
Implements