Skip to content

Commit

Permalink
javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
carltimmer committed Sep 13, 2024
1 parent f0d077f commit 46020ab
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions java/org/jlab/coda/jevio/IEvioCompactReader.java
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ public interface IEvioCompactReader {
*
* @param buf ByteBuffer to be read
* @throws EvioException if arg is null;
* buf too small (if evio v6);
* if failure to read first block header;
* buf not in evio format.
*/
Expand All @@ -70,6 +71,7 @@ public interface IEvioCompactReader {
* @param buf ByteBuffer to be read
* @param pool pool of EvioNode objects to use when parsing buf to avoid garbage collection.
* @throws EvioException if arg is null;
* buf too small (if evio V6);
* if failure to read first block header;
* buf not in evio format.
*/
Expand All @@ -90,8 +92,8 @@ public interface IEvioCompactReader {
ByteOrder getByteOrder();

/**
* Get the evio version number.
* @return evio version number.
* Get the evio version number of file/buffer being read.
* @return evio version number of file/buffer being read.
*/
int getEvioVersion();

Expand Down

0 comments on commit 46020ab

Please sign in to comment.