android.app.backup
Class BackupDataOutput

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

public class BackupDataOutput
extends Object


Method Summary
 int writeEntityData(byte[] data, int size)
           
 int writeEntityHeader(String key, int dataSize)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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.