From dedff17a69aa829620d8a3c11a08a9c8475080cf Mon Sep 17 00:00:00 2001 From: carltimmer Date: Fri, 20 Dec 2024 16:10:06 -0500 Subject: [PATCH] update --- java/org/jlab/coda/jevio/test/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/org/jlab/coda/jevio/test/README.md b/java/org/jlab/coda/jevio/test/README.md index 7e8fc306..3580e2db 100644 --- a/java/org/jlab/coda/jevio/test/README.md +++ b/java/org/jlab/coda/jevio/test/README.md @@ -32,7 +32,7 @@ | [FileWritingSpeedTest.java](FileWritingSpeedTest.java) | Test speed of writing evio file to disk. | | [FileWriteTest.java](FileWriteTest.java) | This class mirrors FileWriteTest.cpp. Compare writing same events as ByteBuffers to file with EventWriterV4 (evio 4) and EventWriter (evio 6). | | [FirstEventTest.java](FirstEventTest.java) | Write file or buf with dictionary and first event. Or write first event after EventWriter created. | -| [HipoTest.java](HipoTest.java) | Mirrors Hipo_Test.cpp. Create events with CompactEventBuilder, write into hipo file with Writer or WriterMT and read back with Reader, printout. Also create events with createTreeEvent, write with EventWriter, read with EvioReader, printout. | +| [HipoTest.java](HipoTest.java) | Mirrors Hipo_Test.cpp. Create events with CompactEventBuilder, write into hipo file with Writer or WriterMT and read back with Reader, printout. Also create events with createTreeEvent, write with EventWriter, read with EvioReader, printout. Also run similar tests on buffers. | | [ReadAggOutput.java](ReadAggOutput.java) | Read and parse CODA data file produced in streaming mode with Aggregator. | | [ReaderTest.java](ReaderTest.java) | Use a few files produced by SwapTest. Methods to read XML string and convert to EvioEvent, read evio file and create xml rep out of event and convert back to EvioEvent, get EvioNode with CompactEventReader and convert to XML, read with EvioReader and convert EvioEvent to XML. | | [ReadSequenceTest.java](ReadSequenceTest.java) | Write file, read events back with EvioReader.parseNextEvent() with sequential API call. |