Searched refs:readFileToByte (Results 1 – 2 of 2) sorted by relevance
236 public static byte[] readFileToByte(String file) throws IOException { in readFileToByte() method in HapUtils
152 byte[] optionalBlockBytes = HapUtils.readFileToByte(file); in loadOptionalBlock()