Searched refs:mMappedByteBuffer (Results 1 – 2 of 2) sorted by relevance
52 MappedByteBuffer mMappedByteBuffer; field in LoaderDicom151 mMappedByteBuffer.position(132); in read()157 int pos = mMappedByteBuffer.position(); in read()164 mMappedByteBuffer.position(mMappedByteBuffer.position() - jump); in read()197 e.mLength = mMappedByteBuffer.getInt(); in readTag()206 e.mVR = mMappedByteBuffer.getShort(); in readTag()209 mMappedByteBuffer.getShort(); in readTag()216 int len = mMappedByteBuffer.getInt(); in readTag()238 mMappedByteBuffer.position((int) (mMappedByteBuffer.position() + e.mLength)); in skipValue()255 mMappedByteBuffer.asShortBuffer().get(s); in readValue()[all …]
45 private final MappedByteBuffer mMappedByteBuffer; field in MemoryMappedFile_Delegate96 return new BridgeBufferIterator(delegate.mSize, delegate.mMappedByteBuffer.duplicate()); in bigEndianIterator()105 mMappedByteBuffer = file.getChannel().map(MapMode.READ_ONLY, 0, mSize); in MemoryMappedFile_Delegate()106 assert mMappedByteBuffer.order() == ByteOrder.BIG_ENDIAN; in MemoryMappedFile_Delegate()