Java.IO.Reader.Skip Method
Skips charCount characters in this reader.

Syntax

[Android.Runtime.Register("skip", "(J)J", "GetSkip_JHandler")]
public virtual long Skip (long count)

See Also

Reader.Mark(int)
Reader.MarkSupported
Reader.Reset

Parameters

charCount
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Lang.IllegalArgumentExceptionif charCount .
Java.IO.IOExceptionif this reader is closed or some other I/O error occurs.

Remarks

Skips charCount characters in this reader. Subsequent calls of read methods will not return these characters unless reset is used. This method may perform multiple reads to read charCount characters.

[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