Searched defs:footer (Results 1 - 1 of 1) sorted by relevance

/build/tools/signapk/
H A DSignApk.java472 private ByteArrayOutputStream footer = new ByteArrayOutputStream(); field in class:SignApk.WholeFileSignerOutputStream
487 byte[] data = footer.toByteArray();
489 throw new IOException("Less than two bytes written to footer");
494 return footer.toByteArray();
505 // if the jar is about to close, save the footer that will be written
506 footer.write(b, off, len);
518 // if the jar is about to close, save the footer that will be written
519 footer.write(b);

Completed in 73 milliseconds