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

/build/make/tools/signapk/src/com/android/signapk/
H A DSignApk.java578 private ByteArrayOutputStream footer = new ByteArrayOutputStream(); field in class:SignApk.WholeFileSignerOutputStream
593 byte[] data = footer.toByteArray();
595 throw new IOException("Less than two bytes written to footer");
600 return footer.toByteArray();
611 // if the jar is about to close, save the footer that will be written
612 footer.write(b, off, len);
624 // if the jar is about to close, save the footer that will be written
625 footer.write(b);
/build/tools/signapk/src/com/android/signapk/
H A DSignApk.java578 private ByteArrayOutputStream footer = new ByteArrayOutputStream(); field in class:SignApk.WholeFileSignerOutputStream
593 byte[] data = footer.toByteArray();
595 throw new IOException("Less than two bytes written to footer");
600 return footer.toByteArray();
611 // if the jar is about to close, save the footer that will be written
612 footer.write(b, off, len);
624 // if the jar is about to close, save the footer that will be written
625 footer.write(b);

Completed in 223 milliseconds