Searched refs:protoFile (Results 1 – 3 of 3) sorted by relevance
40 File protoFile = null; in testRead() local42 protoFile = dumpTestRecord(); in testRead()43 TestRecord record = TestRecordProtoUtil.readFromFile(protoFile); in testRead()47 FileUtil.deleteFile(protoFile); in testRead()55 File protoFile = FileUtil.createTempFile("test-proto", "." + LogDataType.PB.getFileExt()); in dumpTestRecord() local57 try (OutputStream stream = new FileOutputStream(protoFile)) { in dumpTestRecord()59 return protoFile; in dumpTestRecord()
45 public static TestRecord readFromFile(File protoFile) in readFromFile() argument48 try (InputStream stream = new FileInputStream(protoFile)) { in readFromFile()
386 File protoFile = in prepareContext() local390 contextProto.writeDelimitedTo(new FileOutputStream(protoFile)); in prepareContext()391 return protoFile; in prepareContext()