android.app.backup
Class BackupDataInput
java.lang.Object
android.app.backup.BackupDataInput
public class BackupDataInput
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
readNextHeader
public boolean readNextHeader()
throws IOException
- Throws:
IOException
getKey
public String getKey()
getDataSize
public int getDataSize()
readEntityData
public int readEntityData(byte[] data,
int offset,
int size)
throws IOException
- Throws:
IOException
skipEntityData
public void skipEntityData()
throws IOException
- Throws:
IOException
Copyright © 2008-2012. All Rights Reserved.