Searched refs:extraBytes (Results 1 – 7 of 7) sorted by relevance
70 byte[] extraBytes = blockInfo.getExtraBytes(); in create()71 if (extraBytes == null || extraBytes.length == 0) { in create()77 new ByteArrayInputStream(extraBytes))) { in create()
71 byte[] extraBytes = blockInfo.getExtraBytes(); in create()72 if (extraBytes == null || extraBytes.length == 0) { in create()78 new ByteArrayInputStream(extraBytes))) { in create()
34 byte[] extraBytes = "Extra bytes".getBytes(); in visit()35 BlockInfo blockInfo = new BlockInfo(id, type, startOffset, size, extraBytes); in visit()
135 byte[] extraBytes = blockInfo.getExtraBytes(); in writeHeaderAndAppendTempFile()136 int blockInfoSize = blockInfoLengthWithoutExtraBytes + extraBytes.length; in writeHeaderAndAppendTempFile()141 bos.writeTinyByteArray(extraBytes); in writeHeaderAndAppendTempFile()
46 byte[] extraBytes) { in BlockInfo() argument51 mExtraBytes = extraBytes; in BlockInfo()
122 byte[] extraBytes = tis.readTinyVarByteArray(); in open()124 blockDataSizeBytes, extraBytes); in open()
168 uint32_t extraBytes = alignBytesNeeded(existingSize, valueLength); in setOperandValue() local169 mSmallOperandValues.resize(existingSize + extraBytes + valueLength); in setOperandValue()172 .poolIndex = 0, .offset = existingSize + extraBytes, .length = valueLength}; in setOperandValue()