Home
last modified time | relevance | path

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

/packages/apps/DocumentsUI/src/com/android/documentsui/archives/
DArchiveEntryInputStream.java38 private final ReadSource mReadSource; field in ArchiveEntryInputStream
41 mReadSource = readSource; in ArchiveEntryInputStream()
52 if (mReadSource != null) { in read()
53 return mReadSource.read(b, off, len); in read()
61 return mReadSource == null ? 0 : StrictMath.toIntExact(mSize); in available()