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