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