BackupDataInput.DataSize Property
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.
Report the size in bytes of the data associated with the current entity in the restore stream.
public virtual int DataSize { [Android.Runtime.Register("getDataSize", "()I", "GetGetDataSizeHandler")] get; }
[<get: Android.Runtime.Register("getDataSize", "()I", "GetGetDataSizeHandler")>]
member this.DataSize : int
Property Value
The size of the record's raw data, in bytes
- Attributes
Exceptions
if the next record header has not yet been read
Remarks
Report the size in bytes of the data associated with the current entity in the restore stream.
Java documentation for android.app.backup.BackupDataInput.getDataSize()
.
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.