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

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

Introduction

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

The text is from its open source code.

Method

StringgetKey()
Report the key string associated with this entity within the backup data set.
intread(byte[] b, int offset, int size)
Read up to size bytes of data into a byte array, beginning at position offset within the array.
intsize()
Report the total number of bytes of data available for the current entity.