android.app.backup
Class BackupDataInput

java.lang.Object
  extended by android.app.backup.BackupDataInput

public class BackupDataInput
extends Object


Method Summary
 int getDataSize()
           
 String getKey()
           
 int readEntityData(byte[] data, int offset, int size)
           
 boolean readNextHeader()
           
 void skipEntityData()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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.