convertir zipfile en bytebuffer

 byte[] ba = java.nio.file.Files.readAllBytes(filePath);
Grotesque Gerenuk