Java android.app.backup BackupDataOutput fields, constructors, methods, implement or subclass

Example usage for Java android.app.backup BackupDataOutput fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.app.backup BackupDataOutput.

The text is from its open source code.

Method

intwriteEntityData(byte[] data, int size)
Write a chunk of data under the current entity to the backup transport.
intwriteEntityHeader(String key, int dataSize)
Mark the beginning of one record in the backup data stream.