android.app.backup
Class BackupDataInputStream

java.lang.Object
  extended by java.io.InputStream
      extended by android.app.backup.BackupDataInputStream
All Implemented Interfaces:
Closeable

public class BackupDataInputStream
extends InputStream


Method Summary
 String getKey()
           
 int read()
           
 int read(byte[] b)
           
 int read(byte[] b, int offset, int size)
           
 int size()
           
 
Methods inherited from class java.io.InputStream
available, close, mark, markSupported, reset, skip
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

read

public int read()
         throws IOException
Specified by:
read in class InputStream
Throws:
IOException

read

public int read(byte[] b,
                int offset,
                int size)
         throws IOException
Overrides:
read in class InputStream
Throws:
IOException

read

public int read(byte[] b)
         throws IOException
Overrides:
read in class InputStream
Throws:
IOException

getKey

public String getKey()

size

public int size()


Copyright © 2008-2012. All Rights Reserved.