Home
last modified time | relevance | path

Searched refs:readSection (Results 1 – 1 of 1) sorted by relevance

/development/samples/Vault/src/com/example/android/vault/
DEncryptedDocument.java142 readSection(f, metaOut); in readMetadata()
190 readSection(f, new FileOutputStream(contentOut.getFileDescriptor())); in readContent()
270 private void readSection(RandomAccessFile f, OutputStream out) in readSection() method in EncryptedDocument