Home
last modified time | relevance | path

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

/tools/apksig/src/main/java/com/android/apksig/internal/asn1/ber/
DInputStreamBerDataValueReader.java210 int readByteCountBefore = in.getReadByteCount(); in skipConstructedIndefiniteLengthContents() local
219 + (in.getReadByteCount() - readByteCountBefore) + " bytes read"); in skipConstructedIndefiniteLengthContents()
227 return in.getReadByteCount() - readByteCountBefore - 2; in skipConstructedIndefiniteLengthContents()