Searched refs:readBuff (Results 1 – 1 of 1) sorted by relevance
234 mMappedByteBuffer.get(readBuff, 0, (int) (e.mLength)); in skipValue()235 e.mValue = new String(readBuff, 0, (int) (e.mLength)); in skipValue()242 byte[] readBuff = new byte[200]; field in LoaderDicom246 mMappedByteBuffer.get(readBuff, 0, (int) (e.mLength)); in readValue()247 e.mValue = new String(readBuff, 0, (int) (e.mLength)); in readValue()