[]
Skips n bytes from the input. Prior to skipping, the input should be realigned at the byte level.
public virtual int skipBytes(int n)
Public Overridable Function skipBytes(n As Integer) As Integer
| Type | Name | Description |
|---|---|---|
| int | n | The number of bytes to skip |
| Type | Description |
|---|---|
| int |