Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
carltimmer committed Dec 18, 2024
1 parent 3b939e4 commit f0cfcca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/org/jlab/coda/jevio/test/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.cpp](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. |
| [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. |
Expand Down

0 comments on commit f0cfcca

Please sign in to comment.