Java.IO.RandomAccessFile.SkipBytes Method
Skips over count bytes in this file.

Syntax

[Android.Runtime.Register("skipBytes", "(I)I", "GetSkipBytes_IHandler")]
public virtual int SkipBytes (int count)

Parameters

count
the number of bytes to skip.

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.IO.IOExceptionif this file is closed or another I/O error occurs.

Remarks

Skips over count bytes in this file. Less than count bytes are skipped if the end of the file is reached or an exception is thrown during the operation. Nothing is done if count is negative.

[Android Documentation]

Requirements

Namespace: Java.IO
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1