Searched refs:readAllBytes (Results 1 – 7 of 7) sorted by relevance
98 actualMapping = new String(Files.readAllBytes(outputmapping), StandardCharsets.UTF_8); in testPrintMapping()99 String refMapping = new String(Files.readAllBytes( in testPrintMapping()
90 final byte[] inputData = readAllBytes(file); in runTest()190 private static byte[] readAllBytes(String filename) throws IOException { in readAllBytes() method in ProtoBench
62 this.patchInput = ByteBuffer.wrap(Files.readAllBytes(patchInput)); in BSPatch()63 this.oldInput = ByteBuffer.wrap(Files.readAllBytes(oldInput)); in BSPatch()
28 buffer = ByteBuffer.wrap(Files.readAllBytes(path)); in DexFile()
144 String[] refList = new String(Files.readAllBytes( in doTest()
301 byte[] ref = Files.readAllBytes( in checkDeterminism()305 byte[] checked = Files.readAllBytes( in checkDeterminism()
101 contents = new String(Files.readAllBytes(path), StandardCharsets.UTF_8); in ProguardFileParser()