Searched refs:xmpdata (Results 1 – 1 of 1) sorted by relevance
257 byte[] xmpdata = new byte[buffer.length + XMP_HEADER_SIZE]; in insertXMPSection()258 System.arraycopy(XMP_HEADER.getBytes(), 0, xmpdata, 0, XMP_HEADER_SIZE); in insertXMPSection() local259 System.arraycopy(buffer, 0, xmpdata, XMP_HEADER_SIZE, buffer.length); in insertXMPSection()263 xmpSection.length = xmpdata.length + 2; in insertXMPSection()264 xmpSection.data = xmpdata; in insertXMPSection()