Java.IO.IDataInput.SkipBytes Method
Skips count number of bytes.

Syntax

[Android.Runtime.Register("skipBytes", "(I)I", "GetSkipBytes_IHandler:Java.IO.IDataInputInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public 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 a problem occurs during skipping.

Remarks

Skips count number of bytes. This method will not throw an Java.IO.EOFException if the end of the input is reached before count bytes where skipped.

[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