Home
last modified time | relevance | path

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

/tools/apksig/src/main/java/com/android/apksig/internal/asn1/ber/
DInputStreamBerDataValueReader.java72 contentsOffsetInDataValue = in.getReadByteCount(); in readDataValue()
77 contentsOffsetInDataValue = in.getReadByteCount(); in readDataValue()
81 contentsOffsetInDataValue = in.getReadByteCount(); in readDataValue()
210 int readByteCountBefore = in.getReadByteCount(); in skipConstructedIndefiniteLengthContents()
219 + (in.getReadByteCount() - readByteCountBefore) + " bytes read"); in skipConstructedIndefiniteLengthContents()
221 if (in.getReadByteCount() <= 0) { in skipConstructedIndefiniteLengthContents()
227 return in.getReadByteCount() - readByteCountBefore - 2; in skipConstructedIndefiniteLengthContents()
245 public int getReadByteCount() { in getReadByteCount() method in InputStreamBerDataValueReader.RecordingInputStream