Searched refs:mReadSource (Results 1 – 1 of 1) sorted by relevance
38 private final ReadSource mReadSource; field in ArchiveEntryInputStream41 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()