android.app.backup
Class BackupDataInputStream
java.lang.Object
java.io.InputStream
android.app.backup.BackupDataInputStream
- All Implemented Interfaces:
- Closeable
public class BackupDataInputStream
- extends InputStream
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.