android.app.backup
Class BackupDataOutput
java.lang.Object
android.app.backup.BackupDataOutput
public class BackupDataOutput
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
writeEntityHeader
public int writeEntityHeader(String key,
int dataSize)
throws IOException
- Throws:
IOException
writeEntityData
public int writeEntityData(byte[] data,
int size)
throws IOException
- Throws:
IOException
Copyright © 2008-2010. All Rights Reserved.