Searched refs:extraBuf (Results 1 – 1 of 1) sorted by relevance
466 ByteBuffer extraBuf = ByteBuffer.wrap(extra); in copyFiles() local467 extraBuf.order(ByteOrder.LITTLE_ENDIAN); in copyFiles()468 extraBuf.putShort(ALIGNMENT_ZIP_EXTRA_DATA_FIELD_HEADER_ID); // Header ID in copyFiles()469 extraBuf.putShort((short) (2 + extraPaddingSizeBytes)); // Data Size in copyFiles()470 extraBuf.putShort((short) alignment); in copyFiles()