Java.IO.DataInputStream.SkipBytes Method
Skips count number of bytes in this stream.

Syntax

[Android.Runtime.Register("skipBytes", "(I)I", "")]
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 in this stream. Subsequent read()s will not return these bytes unless reset() is used. 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