BackupDataInput.SkipEntityData Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Consume the current entity's data without extracting it into a buffer for further processing.
[Android.Runtime.Register("skipEntityData", "()V", "GetSkipEntityDataHandler")]
public virtual void SkipEntityData ();
[<Android.Runtime.Register("skipEntityData", "()V", "GetSkipEntityDataHandler")>]
abstract member SkipEntityData : unit -> unit
override this.SkipEntityData : unit -> unit
- Attributes
Exceptions
if an error occurred when trying to read the restore data stream
Remarks
Consume the current entity's data without extracting it into a buffer for further processing. This allows a android.app.backup.BackupAgent
to efficiently discard obsolete or otherwise uninteresting records during the restore operation.
Java documentation for android.app.backup.BackupDataInput.skipEntityData()
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.