Searched refs:mDataBytes (Results 1 – 2 of 2) sorted by relevance
33 private final ByteBuffer mDataBytes; field in BlockData43 mDataBytes = Objects.requireNonNull(dataBytes); in BlockData()48 return mDataBytes.duplicate(); in getByteBuffer()53 return mDataBytes.get(byteOffset); in getByte()58 return mDataBytes.get(byteOffset) & 0xFF; in getUnsignedByte()63 return mDataBytes.getChar(byteOffset); in getChar()68 return mDataBytes.getInt(byteOffset); in getInt()73 return mDataBytes.getLong(byteOffset); in getLong()91 bytes[i] = mDataBytes.get(byteOffset + i); in getBytes()131 return mDataBytes.limit(); in getSize()[all …]
208 private @Nullable byte[] mDataBytes; field in Asn1Node248 mDataBytes = src; in Asn1Node()373 if (mDataBytes != null) { in getChildren()378 mDataBytes = null; in getChildren()398 if (mDataBytes == null) { in asInteger()417 if (mDataBytes == null) { in asRawLong()435 if (mDataBytes == null) { in asString()453 if (mDataBytes == null) { in asBytes()477 if (mDataBytes == null) { in asBits()500 if (mDataBytes == null) { in asBoolean()[all …]