Searched refs:getReadByteCount (Results 1 – 8 of 8) sorted by relevance
275 int offset = mTiffStream.getReadByteCount(); in next()300 mTiffStream.getReadByteCount(); in next()365 int offset = mTiffStream.getReadByteCount(); in skipRemainingTagsInCurrentIfd()513 if (tag.getOffset() >= mTiffStream.getReadByteCount()) { in registerForTagValue()576 tag.setOffset(mTiffStream.getReadByteCount() - 4); in readTag()652 if (mCorrespondingEvent.firstEntry().getKey() < mTiffStream.getReadByteCount() in readFullTagValue()671 - mTiffStream.getReadByteCount(); in readFullTagValue()773 mTiffStartPosition = dataStream.getReadByteCount(); in seekTiffData()
39 public int getReadByteCount() { in getReadByteCount() method in CountedDataInputStream
276 int offset = mTiffStream.getReadByteCount(); in next()301 mTiffStream.getReadByteCount(); in next()366 int offset = mTiffStream.getReadByteCount(); in skipRemainingTagsInCurrentIfd()515 if (tag.getOffset() >= mTiffStream.getReadByteCount()) { in registerForTagValue()578 tag.setOffset(mTiffStream.getReadByteCount() - 4); in readTag()654 if (mCorrespondingEvent.firstEntry().getKey() < mTiffStream.getReadByteCount() in readFullTagValue()673 - mTiffStream.getReadByteCount(); in readFullTagValue()775 mTiffStartPosition = dataStream.getReadByteCount(); in seekTiffData()
253 int offset = tiffStream.getReadByteCount(); in next()277 offsetSize = correspondingEvent.firstEntry().getKey() - tiffStream.getReadByteCount(); in next()346 int offset = tiffStream.getReadByteCount(); in skipRemainingTagsInCurrentIfd()469 if (tag.getOffset() >= tiffStream.getReadByteCount()) { in registerForTagValue()535 tag.setOffset(tiffStream.getReadByteCount() - 4); in readTag()609 if (correspondingEvent.firstEntry().getKey() < tiffStream.getReadByteCount() + size) { in readFullTagValue()632 size = correspondingEvent.firstEntry().getKey() - tiffStream.getReadByteCount(); in readFullTagValue()
40 int getReadByteCount() { in getReadByteCount() method in CountedDataInputStream