Searched refs:processFileBytes (Results 1 – 3 of 3) sorted by relevance
66 boolean processFileBytes(String name, byte[] bytes); in processFileBytes() method134 return consumer.processFileBytes(path, bytes); in processOne()244 any |= consumer.processFileBytes(path, bytes); in processArchive()
228 public boolean processFileBytes(String name, byte[] bytes) { in processOne()229 return Main.processFileBytes(name, bytes); in processOne()257 private static boolean processFileBytes(String name, byte[] bytes) { in processFileBytes() method in Main
66 public boolean processFileBytes(String name, byte[] bytes) { in process()