Searched refs:extraBuf (Results 1 – 1 of 1) sorted by relevance
495 ByteBuffer extraBuf = ByteBuffer.wrap(extra); in copyFiles() local496 extraBuf.order(ByteOrder.LITTLE_ENDIAN); in copyFiles()497 extraBuf.putShort(ALIGNMENT_ZIP_EXTRA_DATA_FIELD_HEADER_ID); // Header ID in copyFiles()498 extraBuf.putShort((short) (2 + extraPaddingSizeBytes)); // Data Size in copyFiles()499 extraBuf.putShort((short) alignment); in copyFiles()