Searched defs:eocdBuffer (Results 1 – 2 of 2) sorted by relevance
198 ByteBuffer eocdBuffer = eocdOffsetAndBuffer.getSecond().order(ByteOrder.LITTLE_ENDIAN); in findZipInfo() local245 ByteBuffer eocdBuffer = searchEocdBuffer.slice().order(ByteOrder.LITTLE_ENDIAN); in findEocdInHap() local
349 ByteBuffer eocdBuffer = zipInfo.getEocd(); in sign() local456 … byte[] signingBlock, ZipDataInput centralDirectory, ByteBuffer eocdBuffer) throws IOException { in outputSignedFile()