diff --git a/doc-6.0/doxygen/CC/html/d1/d17/classevio_1_1_writer_m_t.html b/doc-6.0/doxygen/CC/html/d1/d17/classevio_1_1_writer_m_t.html index 4537f6dc..da131ff5 100644 --- a/doc-6.0/doxygen/CC/html/d1/d17/classevio_1_1_writer_m_t.html +++ b/doc-6.0/doxygen/CC/html/d1/d17/classevio_1_1_writer_m_t.html @@ -160,9 +160,6 @@ void addEvent (EvioNode &node)  Add an EvioNode to the internal record. More...
  -void reset () - Get this object ready for re-use. More...
-  void close ()  Close opened file. More...
  @@ -949,35 +946,13 @@

Exceptions
- +
EvioExceptionif filename arg is bad, if open() was already called without being followed by reset(), if IO error writing to file, if filename is empty, if overwrite is false and file exists.
EvioExceptionif filename arg is bad, if open() was already called without being followed by reset(), if IO error writing to file, if filename is empty, if overwrite is false and file exists.

References createHeader(), and evio::FileHeader::getLength().

- - - -

◆ reset()

- -
-
- - - - - - - -
void evio::WriterMT::reset ()
-
- -

Get this object ready for re-use.

-

Follow calling this with call to open(const std::string &).

- -

References evio::FileHeader::reset().

-
diff --git a/doc-6.0/doxygen/CC/html/d1/d17/classevio_1_1_writer_m_t.js b/doc-6.0/doxygen/CC/html/d1/d17/classevio_1_1_writer_m_t.js index 52a8791e..91f87024 100644 --- a/doc-6.0/doxygen/CC/html/d1/d17/classevio_1_1_writer_m_t.js +++ b/doc-6.0/doxygen/CC/html/d1/d17/classevio_1_1_writer_m_t.js @@ -21,6 +21,5 @@ var classevio_1_1_writer_m_t = [ "getFileHeader", "d1/d17/classevio_1_1_writer_m_t.html#a68b05c4f9a45ec56f9c5594d513da6d1", null ], [ "open", "d1/d17/classevio_1_1_writer_m_t.html#a1f585f15aa1b56884dc8612eb5072e0d", null ], [ "open", "d1/d17/classevio_1_1_writer_m_t.html#af882b91785040358120ceded73921941", null ], - [ "reset", "d1/d17/classevio_1_1_writer_m_t.html#adebafad3524a67dae57ff4a50c991229", null ], [ "writeRecord", "d1/d17/classevio_1_1_writer_m_t.html#a9185ec115b3b04111345b53c7fa64190", null ] ]; \ No newline at end of file diff --git a/doc-6.0/doxygen/CC/html/d1/da6/classevio_1_1_file_header.html b/doc-6.0/doxygen/CC/html/d1/da6/classevio_1_1_file_header.html index 57aa586b..831a8047 100644 --- a/doc-6.0/doxygen/CC/html/d1/da6/classevio_1_1_file_header.html +++ b/doc-6.0/doxygen/CC/html/d1/da6/classevio_1_1_file_header.html @@ -1398,7 +1398,7 @@

References HEADER_MAGIC, HEADER_SIZE_BYTES, and HEADER_SIZE_WORDS.

-

Referenced by evio::Writer::createHeader(), evio::WriterMT::createHeader(), evio::Writer::reset(), and evio::WriterMT::reset().

+

Referenced by evio::Writer::createHeader(), and evio::WriterMT::createHeader().

diff --git a/doc-6.0/doxygen/CC/html/d2/d7a/classevio_1_1_record_output.html b/doc-6.0/doxygen/CC/html/d2/d7a/classevio_1_1_record_output.html index 9c87993c..94be39a7 100644 --- a/doc-6.0/doxygen/CC/html/d2/d7a/classevio_1_1_record_output.html +++ b/doc-6.0/doxygen/CC/html/d2/d7a/classevio_1_1_record_output.html @@ -1424,7 +1424,7 @@

References eventCount, eventSize, header, indexSize, recordBinary, recordData, recordEvents, recordIndex, and startingPosition.

+

References eventCount, eventSize, header, indexSize, recordBinary, recordData, recordEvents, and recordIndex.

Referenced by addEvent(), and setBuffer().

@@ -1815,7 +1815,7 @@

Referenced by RecordOutput(), build(), reset(), setBuffer(), and setStartingBufferPosition().

+

Referenced by RecordOutput(), build(), setBuffer(), and setStartingBufferPosition().

diff --git a/doc-6.0/doxygen/CC/html/d6/dca/classevio_1_1_writer.html b/doc-6.0/doxygen/CC/html/d6/dca/classevio_1_1_writer.html index 76ff0b22..93c7fb91 100644 --- a/doc-6.0/doxygen/CC/html/d6/dca/classevio_1_1_writer.html +++ b/doc-6.0/doxygen/CC/html/d6/dca/classevio_1_1_writer.html @@ -191,7 +191,6 @@  Add an EvioNode to the internal record. More...
  void reset () - Get this object ready for re-use. More...
  void close ()  Close opened file. More...
@@ -1377,7 +1376,7 @@

Exceptions
- +
EvioExceptionfilename arg is null, if constructor specified writing to a buffer, if open() was already called without being followed by reset(), if IO error writing to file, if filename is empty, or if overwrite is false and file exists.
EvioExceptionfilename arg is null, if constructor specified writing to a buffer, if open() was already called without being followed by reset(), if IO error writing to file, if filename is empty, or if overwrite is false and file exists.
@@ -1429,7 +1428,7 @@

Exceptions
- +
EvioExceptionif constructor specified writing to a file, or if open() was already called without being followed by reset().
EvioExceptionif constructor specified writing to a file, or if open() was already called without being followed by reset().
@@ -1451,11 +1450,6 @@

-

Get this object ready for re-use.

-

Follow calling this with call to open(const std::string &).

- -

References evio::FileHeader::reset().

- diff --git a/doc-6.0/doxygen/CC/html/dd/d8b/classevio_1_1_writer_m_t-members.html b/doc-6.0/doxygen/CC/html/dd/d8b/classevio_1_1_writer_m_t-members.html index 2f083f81..f90ea235 100644 --- a/doc-6.0/doxygen/CC/html/dd/d8b/classevio_1_1_writer_m_t-members.html +++ b/doc-6.0/doxygen/CC/html/dd/d8b/classevio_1_1_writer_m_t-members.html @@ -104,14 +104,13 @@ getFileHeader()evio::WriterMT open(const std::string &filename)evio::WriterMT open(const std::string &filename, uint8_t *userHdr, uint32_t userLen, bool overwrite=true)evio::WriterMT - reset()evio::WriterMT - writeRecord(RecordOutput &record)evio::WriterMT - WriterMT()evio::WriterMT - WriterMT(const ByteOrder &order, uint32_t maxEventCount, uint32_t maxBufferSize, Compressor::CompressionType compType, uint32_t compressionThreads)evio::WriterMT - WriterMT(const HeaderType &hType, const ByteOrder &order=ByteOrder::ENDIAN_LITTLE, uint32_t maxEventCount=0, uint32_t maxBufferSize=0, const std::string &dictionary="", uint8_t *firstEvent=nullptr, uint32_t firstEventLen=0, Compressor::CompressionType compressionType=Compressor::UNCOMPRESSED, uint32_t compressionThreads=1, bool addTrailerIndex=false, uint32_t ringSize=16)evio::WriterMTexplicit - WriterMT(const std::string &filename)evio::WriterMTexplicit - WriterMT(const std::string &filename, const ByteOrder &order, uint32_t maxEventCount, uint32_t maxBufferSize, Compressor::CompressionType compressionType, uint32_t compressionThreads)evio::WriterMT - ~WriterMT()=defaultevio::WriterMT + writeRecord(RecordOutput &record)evio::WriterMT + WriterMT()evio::WriterMT + WriterMT(const ByteOrder &order, uint32_t maxEventCount, uint32_t maxBufferSize, Compressor::CompressionType compType, uint32_t compressionThreads)evio::WriterMT + WriterMT(const HeaderType &hType, const ByteOrder &order=ByteOrder::ENDIAN_LITTLE, uint32_t maxEventCount=0, uint32_t maxBufferSize=0, const std::string &dictionary="", uint8_t *firstEvent=nullptr, uint32_t firstEventLen=0, Compressor::CompressionType compressionType=Compressor::UNCOMPRESSED, uint32_t compressionThreads=1, bool addTrailerIndex=false, uint32_t ringSize=16)evio::WriterMTexplicit + WriterMT(const std::string &filename)evio::WriterMTexplicit + WriterMT(const std::string &filename, const ByteOrder &order, uint32_t maxEventCount, uint32_t maxBufferSize, Compressor::CompressionType compressionType, uint32_t compressionThreads)evio::WriterMT + ~WriterMT()=defaultevio::WriterMT diff --git a/doc-6.0/doxygen/CC/html/dd/db4/_writer_m_t_8h_source.html b/doc-6.0/doxygen/CC/html/dd/db4/_writer_m_t_8h_source.html index 49d12927..becaab0a 100644 --- a/doc-6.0/doxygen/CC/html/dd/db4/_writer_m_t_8h_source.html +++ b/doc-6.0/doxygen/CC/html/dd/db4/_writer_m_t_8h_source.html @@ -328,83 +328,83 @@
304  bool addTrailerIndex = false;
306  bool closed = false;
308  bool opened = false;
-
310  bool firstRecordWritten = false;
-
312  bool haveDictionary = false;
-
314  bool haveFirstEvent = false;
-
316  bool haveUserHeader = false;
-
317 
+
310  bool haveDictionary = false;
+
312  bool haveFirstEvent = false;
+
314  bool haveUserHeader = false;
+
315 
+
316 
+
317  public:
318 
-
319  public:
+
319  WriterMT();
320 
-
321  WriterMT();
-
322 
-
323  WriterMT(const ByteOrder & order, uint32_t maxEventCount, uint32_t maxBufferSize,
-
324  Compressor::CompressionType compType, uint32_t compressionThreads);
-
325 
-
326  explicit WriterMT(
-
327  const HeaderType & hType,
-
328  const ByteOrder & order = ByteOrder::ENDIAN_LITTLE,
-
329  uint32_t maxEventCount = 0,
-
330  uint32_t maxBufferSize = 0,
-
331  const std::string & dictionary = "",
-
332  uint8_t* firstEvent = nullptr,
-
333  uint32_t firstEventLen = 0,
- -
335  uint32_t compressionThreads = 1,
-
336  bool addTrailerIndex = false,
-
337  uint32_t ringSize = 16);
+
321  WriterMT(const ByteOrder & order, uint32_t maxEventCount, uint32_t maxBufferSize,
+
322  Compressor::CompressionType compType, uint32_t compressionThreads);
+
323 
+
324  explicit WriterMT(
+
325  const HeaderType & hType,
+
326  const ByteOrder & order = ByteOrder::ENDIAN_LITTLE,
+
327  uint32_t maxEventCount = 0,
+
328  uint32_t maxBufferSize = 0,
+
329  const std::string & dictionary = "",
+
330  uint8_t* firstEvent = nullptr,
+
331  uint32_t firstEventLen = 0,
+ +
333  uint32_t compressionThreads = 1,
+
334  bool addTrailerIndex = false,
+
335  uint32_t ringSize = 16);
+
336 
+
337  explicit WriterMT(const std::string & filename);
338 
-
339  explicit WriterMT(const std::string & filename);
-
340 
-
341  WriterMT(const std::string & filename, const ByteOrder & order, uint32_t maxEventCount, uint32_t maxBufferSize,
-
342  Compressor::CompressionType compressionType, uint32_t compressionThreads);
+
339  WriterMT(const std::string & filename, const ByteOrder & order, uint32_t maxEventCount, uint32_t maxBufferSize,
+
340  Compressor::CompressionType compressionType, uint32_t compressionThreads);
+
341 
+
342  ~WriterMT() = default;
343 
-
344  ~WriterMT() = default;
345 
+
346  private:
347 
-
348  private:
-
349 
-
350  std::shared_ptr<ByteBuffer> createDictionaryRecord();
-
351  void writeTrailer(bool writeIndex, uint32_t recordNum);
-
352 
-
353  public:
-
354 
-
355  const ByteOrder & getByteOrder() const;
-
356 // ByteBuffer & getBuffer();
- -
358 // RecordHeader & getRecordHeader();
-
359 // RecordOutput & getRecord();
- -
361 
-
362  bool addTrailer() const;
-
363  void addTrailer(bool add);
-
364  bool addTrailerWithIndex();
-
365  void addTrailerWithIndex(bool addTrailingIndex);
-
366 
-
367  void open(const std::string & filename);
-
368  void open(const std::string & filename, uint8_t* userHdr, uint32_t userLen, bool overwrite = true);
-
369 
-
370  std::shared_ptr<ByteBuffer> createHeader(uint8_t* userHdr, uint32_t userLen);
-
371  std::shared_ptr<ByteBuffer> createHeader(ByteBuffer & userHdr);
-
372 
-
373  void writeRecord(RecordOutput & record);
-
374 
-
375  // Use internal RecordOutput to write individual events
-
376 
-
377  void addEvent(uint8_t* buffer, uint32_t offset, uint32_t length);
-
378  void addEvent(ByteBuffer & buffer);
-
379 // void addEvent(EvioBank & bank);
-
380  void addEvent(EvioNode & node);
-
381 
-
382  void reset();
-
383  void close();
-
384 
-
385  };
-
386 
-
387 }
+
348  std::shared_ptr<ByteBuffer> createDictionaryRecord();
+
349  void writeTrailer(bool writeIndex, uint32_t recordNum);
+
350  void clear();
+
351 
+
352  public:
+
353 
+
354  const ByteOrder & getByteOrder() const;
+
355 // ByteBuffer & getBuffer();
+ +
357 // RecordHeader & getRecordHeader();
+
358 // RecordOutput & getRecord();
+ +
360 
+
361  bool addTrailer() const;
+
362  void addTrailer(bool add);
+
363  bool addTrailerWithIndex();
+
364  void addTrailerWithIndex(bool addTrailingIndex);
+
365 
+
366  void open(const std::string & filename);
+
367  void open(const std::string & filename, uint8_t* userHdr, uint32_t userLen, bool overwrite = true);
+
368 
+
369  std::shared_ptr<ByteBuffer> createHeader(uint8_t* userHdr, uint32_t userLen);
+
370  std::shared_ptr<ByteBuffer> createHeader(ByteBuffer & userHdr);
+
371 
+
372  void writeRecord(RecordOutput & record);
+
373 
+
374  // Use internal RecordOutput to write individual events
+
375 
+
376  void addEvent(uint8_t* buffer, uint32_t offset, uint32_t length);
+
377  void addEvent(ByteBuffer & buffer);
+
378 // void addEvent(EvioBank & bank);
+
379  void addEvent(EvioNode & node);
+
380 
+
381  // void reset();
+
382  void close();
+
383 
+
384  };
+
385 
+
386 }
+
387 
388 
-
389 
-
390 #endif //EVIO_6_0_WRITERMT_H
+
389 #endif //EVIO_6_0_WRITERMT_H
@@ -428,18 +428,17 @@
Numerical values associated with types of a file or record header.
Definition: HeaderType.h:32
Class which handles the creation and use of Evio & HIPO Records.
Definition: RecordOutput.h:107
This class is for writing Evio/HIPO files only (not buffers).
Definition: WriterMT.h:65
-
void close()
Close opened file.
Definition: WriterMT.cpp:695
+
void close()
Close opened file.
Definition: WriterMT.cpp:697
~WriterMT()=default
WriterMT()
Default constructor.
Definition: WriterMT.cpp:22
-
void open(const std::string &filename)
Open a new file and write file header with no user header.
Definition: WriterMT.cpp:257
+
void open(const std::string &filename)
Open a new file and write file header with no user header.
Definition: WriterMT.cpp:272
Compressor::CompressionType getCompressionType()
‍**
Definition: WriterMT.cpp:205
bool addTrailer() const
Does this writer add a trailer to the end of the file/buffer?
Definition: WriterMT.cpp:212
FileHeader & getFileHeader()
Get the file header.
Definition: WriterMT.cpp:185
-
void addEvent(uint8_t *buffer, uint32_t offset, uint32_t length)
Add a byte array to the current internal record.
Definition: WriterMT.cpp:576
-
void writeRecord(RecordOutput &record)
Appends the record to the file.
Definition: WriterMT.cpp:534
-
std::shared_ptr< ByteBuffer > createHeader(uint8_t *userHdr, uint32_t userLen)
Create and return a buffer containing a general file header followed by the user header given in the ...
Definition: WriterMT.cpp:370
+
void addEvent(uint8_t *buffer, uint32_t offset, uint32_t length)
Add a byte array to the current internal record.
Definition: WriterMT.cpp:593
+
void writeRecord(RecordOutput &record)
Appends the record to the file.
Definition: WriterMT.cpp:551
+
std::shared_ptr< ByteBuffer > createHeader(uint8_t *userHdr, uint32_t userLen)
Create and return a buffer containing a general file header followed by the user header given in the ...
Definition: WriterMT.cpp:387
const ByteOrder & getByteOrder() const
Get the file's byte order.
Definition: WriterMT.cpp:178
-
void reset()
Get this object ready for re-use.
Definition: WriterMT.cpp:676
bool addTrailerWithIndex()
Does this writer add a trailer with a record index to the end of the file? Or, if writing to a buffer...
Definition: WriterMT.cpp:231
Copyright (c) 2019, Jefferson Science Associates.
Definition: BankHeader.cpp:14
diff --git a/doc-6.0/doxygen/CC/html/de/d9e/_writer_8h_source.html b/doc-6.0/doxygen/CC/html/de/d9e/_writer_8h_source.html index 589310ee..563da68c 100644 --- a/doc-6.0/doxygen/CC/html/de/d9e/_writer_8h_source.html +++ b/doc-6.0/doxygen/CC/html/de/d9e/_writer_8h_source.html @@ -263,19 +263,20 @@
216  void addEvent(std::shared_ptr<EvioNode> node);
217  void addEvent(EvioNode & node);
218 
-
219  void reset();
+
219  void reset();
220  void close();
221 
222  private:
223 
-
224  void writeTrailer(bool writeIndex, uint32_t recordNum, uint64_t trailerPos);
-
225 
-
226  };
-
227 
-
228 }
-
229 
+
224  void clear();
+
225  void writeTrailer(bool writeIndex, uint32_t recordNum, uint64_t trailerPos);
+
226 
+
227  };
+
228 
+
229 }
230 
-
231 #endif //EVIO_6_0_WRITER_H
+
231 
+
232 #endif //EVIO_6_0_WRITER_H
@@ -296,20 +297,20 @@
Definition: RecordHeader.h:186
Class which handles the creation and use of Evio & HIPO Records.
Definition: RecordOutput.h:107
Class to write Evio-6.0/HIPO files.
Definition: Writer.h:47
-
void writeRecord(RecordOutput &record)
Appends the record to the file/buffer.
Definition: Writer.cpp:963
-
void reset()
Get this object ready for re-use.
Definition: Writer.cpp:1238
+
void writeRecord(RecordOutput &record)
Appends the record to the file/buffer.
Definition: Writer.cpp:989
+
~Writer()=default
-
void open(const std::string &filename)
Open a new file and write file header with no user header.
Definition: Writer.cpp:448
+
void open(const std::string &filename)
Open a new file and write file header with no user header.
Definition: Writer.cpp:469
void setCompressionType(Compressor::CompressionType compression)
Convenience method that sets compression type for the file.
Definition: Writer.cpp:387
-
std::shared_ptr< ByteBuffer > createHeader(uint8_t *userHdr, uint32_t userLen)
Create and return a buffer containing a general file header followed by the user header given in the ...
Definition: Writer.cpp:692
-
void addEvent(uint8_t *buffer, uint32_t length)
Add a byte array to the internal record.
Definition: Writer.cpp:1024
+
std::shared_ptr< ByteBuffer > createHeader(uint8_t *userHdr, uint32_t userLen)
Create and return a buffer containing a general file header followed by the user header given in the ...
Definition: Writer.cpp:717
+
void addEvent(uint8_t *buffer, uint32_t length)
Add a byte array to the internal record.
Definition: Writer.cpp:1050
Compressor::CompressionType getCompressionType()
‍**
Definition: Writer.cpp:377
std::shared_ptr< ByteBuffer > getBuffer()
Get the buffer being written to.
Definition: Writer.cpp:343
FileHeader & getFileHeader()
Get the file header.
Definition: Writer.cpp:357
-
void close()
Close opened file.
Definition: Writer.cpp:1257
+
void close()
Close opened file.
Definition: Writer.cpp:1268
const ByteOrder & getByteOrder() const
Get the file's byte order.
Definition: Writer.cpp:350
bool addTrailer() const
Does this writer add a trailer to the end of the file/buffer?
Definition: Writer.cpp:399
-
static std::shared_ptr< ByteBuffer > createRecord(const std::string &dictionary, uint8_t *firstEvent, uint32_t firstEventLen, const ByteOrder &byteOrder, FileHeader *fileHeader, RecordHeader *recordHeader)
STATIC.
Definition: Writer.cpp:628
+
static std::shared_ptr< ByteBuffer > createRecord(const std::string &dictionary, uint8_t *firstEvent, uint32_t firstEventLen, const ByteOrder &byteOrder, FileHeader *fileHeader, RecordHeader *recordHeader)
STATIC.
Definition: Writer.cpp:653
Writer()
Default constructor.
Definition: Writer.cpp:21
bool addTrailerWithIndex()
Does this writer add a trailer with a record index to the end of the file? Or, if writing to a buffer...
Definition: Writer.cpp:418
Copyright (c) 2019, Jefferson Science Associates.
Definition: BankHeader.cpp:14
diff --git a/doc-6.0/doxygen/CC/html/functions_func_r.html b/doc-6.0/doxygen/CC/html/functions_func_r.html index 51cd1c04..7a67cdb8 100644 --- a/doc-6.0/doxygen/CC/html/functions_func_r.html +++ b/doc-6.0/doxygen/CC/html/functions_func_r.html @@ -175,7 +175,6 @@

- r -

    , evio::RecordOutput , evio::RecordRingItem , evio::Writer -, evio::WriterMT
  • resetIndex() : evio::FileEventIndex diff --git a/doc-6.0/doxygen/CC/html/functions_r.html b/doc-6.0/doxygen/CC/html/functions_r.html index d32816ff..c22cdb13 100644 --- a/doc-6.0/doxygen/CC/html/functions_r.html +++ b/doc-6.0/doxygen/CC/html/functions_r.html @@ -179,7 +179,7 @@

    - r -

      : evio::ByteBuffer
    • remove() -: evio::BaseStructure +: evio::BaseStructure , evio::EventBuilder
    • removeAllChildren() @@ -221,7 +221,6 @@

      - r -

        , evio::RecordOutput , evio::RecordRingItem , evio::Writer -, evio::WriterMT
      • resetIndex() : evio::FileEventIndex diff --git a/doc-6.0/doxygen/CC/html/navtreedata.js b/doc-6.0/doxygen/CC/html/navtreedata.js index 003aaa77..6d8f8474 100644 --- a/doc-6.0/doxygen/CC/html/navtreedata.js +++ b/doc-6.0/doxygen/CC/html/navtreedata.js @@ -60,17 +60,17 @@ var NAVTREE = var NAVTREEINDEX = [ "annotated.html", -"d2/d4a/classevio_1_1_evio_dictionary_entry.html#adeefb94835e5555e5408e9cbe9ef5b20", -"d4/d12/classevio_1_1_evio_event.html#a216a3d4858d6280df0f42d397b2759dc", -"d5/d29/classevio_1_1_evio_segment.html#a622bb507ede6789103db9fd9052ff57a", -"d6/dca/classevio_1_1_writer.html#a1f64043951e4d8ff7f186fced75052fb", -"d8/d2b/classevio_1_1node_breadth_iterator.html#a5b4ee01ca96a0e2ea67b04c0be930bc8", -"d9/ddd/classevio_1_1_base_structure.html#a3189b9ed0ee2381128a0eaf4b0143571", -"da/de6/classevio_1_1_block_header_v4.html#aad80710f808b0826b453796f6f0ab2b4", -"dc/d30/classevio_1_1_byte_buffer.html#a6aee163fd7b9fc5fc6365ec6c80bb16e", -"de/d97/classevio_1_1_i_evio_reader.html#a3a3c4a46ffffbd0d090e8ee04a5b54f2", -"de/de3/classevio_1_1_evio_bank.html#a948822b6dab3d2a212a977798dfe314b", -"functions_func_m.html" +"d2/d4a/classevio_1_1_evio_dictionary_entry.html#ae69b7a7f84b6a8fcb6a7221bcd998566", +"d4/d12/classevio_1_1_evio_event.html#a22f78ec396671f5e421c9f23bdc7f06b", +"d5/d29/classevio_1_1_evio_segment.html#a627d070cacdcdf245689e6d950e0f629", +"d6/dca/classevio_1_1_writer.html#a26490309dbaa26d08de3c2151f9d0391", +"d8/d2b/classevio_1_1node_breadth_iterator.html#a76482a44bdb0ede9a5e10e617290ed99", +"d9/ddd/classevio_1_1_base_structure.html#a32f3f0587d35660a188083139a7a9a1e", +"da/de6/classevio_1_1_block_header_v4.html#aadee7970d205159c14d5d112ed313dbe", +"dc/d30/classevio_1_1_byte_buffer.html#a6ec6454d1dda555d99b9701e5e9fe0b1", +"de/d97/classevio_1_1_i_evio_reader.html#a3b8d52dbf2b63734bb6b9844cc7f09a3", +"de/de3/classevio_1_1_evio_bank.html#a9522305de1646e358ef455c6d5449b78", +"functions_func_n.html" ]; var SYNCONMSG = 'click to disable panel synchronisation'; diff --git a/doc-6.0/doxygen/CC/html/navtreeindex0.js b/doc-6.0/doxygen/CC/html/navtreeindex0.js index 2103ec03..6a05a566 100644 --- a/doc-6.0/doxygen/CC/html/navtreeindex0.js +++ b/doc-6.0/doxygen/CC/html/navtreeindex0.js @@ -105,11 +105,10 @@ var NAVTREEINDEX0 = "d1/d17/classevio_1_1_writer_m_t.html#a78421457d086cf500d64150da99c6505":[2,0,0,59,8], "d1/d17/classevio_1_1_writer_m_t.html#a8524b1765b4c4f8ac7ed7eff80b56af7":[2,0,0,59,14], "d1/d17/classevio_1_1_writer_m_t.html#a904111fb56c2dad2141173754827994b":[2,0,0,59,6], -"d1/d17/classevio_1_1_writer_m_t.html#a9185ec115b3b04111345b53c7fa64190":[2,0,0,59,22], +"d1/d17/classevio_1_1_writer_m_t.html#a9185ec115b3b04111345b53c7fa64190":[2,0,0,59,21], "d1/d17/classevio_1_1_writer_m_t.html#abe4a6ab09bc138dbd08057262b87d77b":[2,0,0,59,15], "d1/d17/classevio_1_1_writer_m_t.html#ac87e7c1c6f3f488b5baff39fa6762679":[2,0,0,59,4], "d1/d17/classevio_1_1_writer_m_t.html#aca66655847ba07efaa2c9d68e5757fb5":[2,0,0,59,16], -"d1/d17/classevio_1_1_writer_m_t.html#adebafad3524a67dae57ff4a50c991229":[2,0,0,59,21], "d1/d17/classevio_1_1_writer_m_t.html#af121e05d362ecaef240c67a3dd7fd33d":[2,0,0,59,11], "d1/d17/classevio_1_1_writer_m_t.html#af882b91785040358120ceded73921941":[2,0,0,59,20], "d1/d17/classevio_1_1_writer_m_t.html#af9f6fb10f2b791d56a2a86356e404b25":[2,0,0,59,10], @@ -249,5 +248,6 @@ var NAVTREEINDEX0 = "d2/d4a/classevio_1_1_evio_dictionary_entry.html#aae6390e244c53ac504fc15ca1fdcf9b3":[2,0,0,24,17], "d2/d4a/classevio_1_1_evio_dictionary_entry.html#abef9012873716b8044cdf5c174e557a0":[2,0,0,24,8], "d2/d4a/classevio_1_1_evio_dictionary_entry.html#ac55e1749eae9e6d8f4fa406a3054821b":[2,0,0,24,2], -"d2/d4a/classevio_1_1_evio_dictionary_entry.html#adcd8735e6c5bc1d326aba1e51b60f1f9":[2,0,0,24,11] +"d2/d4a/classevio_1_1_evio_dictionary_entry.html#adcd8735e6c5bc1d326aba1e51b60f1f9":[2,0,0,24,11], +"d2/d4a/classevio_1_1_evio_dictionary_entry.html#adeefb94835e5555e5408e9cbe9ef5b20":[2,0,0,24,5] }; diff --git a/doc-6.0/doxygen/CC/html/navtreeindex1.js b/doc-6.0/doxygen/CC/html/navtreeindex1.js index c1e6bb67..ea419dbd 100644 --- a/doc-6.0/doxygen/CC/html/navtreeindex1.js +++ b/doc-6.0/doxygen/CC/html/navtreeindex1.js @@ -1,6 +1,5 @@ var NAVTREEINDEX1 = { -"d2/d4a/classevio_1_1_evio_dictionary_entry.html#adeefb94835e5555e5408e9cbe9ef5b20":[2,0,0,24,5], "d2/d4a/classevio_1_1_evio_dictionary_entry.html#ae69b7a7f84b6a8fcb6a7221bcd998566":[2,0,0,24,3], "d2/d4a/classevio_1_1_evio_dictionary_entry.html#af9be1543a3c7ab83b87365fe7edefa61":[2,0,0,24,13], "d2/d66/_file_header_8h.html":[3,0,58], @@ -249,5 +248,6 @@ var NAVTREEINDEX1 = "d4/d12/classevio_1_1_evio_event.html#a1add8a09e87d9605a6da5deff79808e4":[2,0,0,25,117], "d4/d12/classevio_1_1_evio_event.html#a1b2a0620587c0eb2c39bcab988d2611c":[2,0,0,25,68], "d4/d12/classevio_1_1_evio_event.html#a1befb9979d5e205e6aa921627ffafabb":[2,0,0,25,84], -"d4/d12/classevio_1_1_evio_event.html#a1fcc7d9398b49dcea199de0c04af0287":[2,0,0,25,92] +"d4/d12/classevio_1_1_evio_event.html#a1fcc7d9398b49dcea199de0c04af0287":[2,0,0,25,92], +"d4/d12/classevio_1_1_evio_event.html#a216a3d4858d6280df0f42d397b2759dc":[2,0,0,25,121] }; diff --git a/doc-6.0/doxygen/CC/html/navtreeindex10.js b/doc-6.0/doxygen/CC/html/navtreeindex10.js index 4bba10be..d3ca75d1 100644 --- a/doc-6.0/doxygen/CC/html/navtreeindex10.js +++ b/doc-6.0/doxygen/CC/html/navtreeindex10.js @@ -1,6 +1,5 @@ var NAVTREEINDEX10 = { -"de/de3/classevio_1_1_evio_bank.html#a948822b6dab3d2a212a977798dfe314b":[2,0,0,19,34], "de/de3/classevio_1_1_evio_bank.html#a9522305de1646e358ef455c6d5449b78":[2,0,0,19,89], "de/de3/classevio_1_1_evio_bank.html#a95a5ea0dd8b56c9bcc2a0ae728ac4f65":[2,0,0,19,78], "de/de3/classevio_1_1_evio_bank.html#a96cb7662255ba9038ff7748d6be2ab9c":[2,0,0,19,8], @@ -239,8 +238,8 @@ var NAVTREEINDEX10 = "functions_enum.html":[2,3,4], "functions_eval.html":[2,3,5], "functions_f.html":[2,3,0,5], -"functions_func.html":[2,3,1], "functions_func.html":[2,3,1,0], +"functions_func.html":[2,3,1], "functions_func_b.html":[2,3,1,1], "functions_func_c.html":[2,3,1,2], "functions_func_d.html":[2,3,1,3], @@ -249,5 +248,6 @@ var NAVTREEINDEX10 = "functions_func_g.html":[2,3,1,6], "functions_func_h.html":[2,3,1,7], "functions_func_i.html":[2,3,1,8], -"functions_func_l.html":[2,3,1,9] +"functions_func_l.html":[2,3,1,9], +"functions_func_m.html":[2,3,1,10] }; diff --git a/doc-6.0/doxygen/CC/html/navtreeindex11.js b/doc-6.0/doxygen/CC/html/navtreeindex11.js index ad12f896..9eae09c4 100644 --- a/doc-6.0/doxygen/CC/html/navtreeindex11.js +++ b/doc-6.0/doxygen/CC/html/navtreeindex11.js @@ -1,6 +1,5 @@ var NAVTREEINDEX11 = { -"functions_func_m.html":[2,3,1,10], "functions_func_n.html":[2,3,1,11], "functions_func_o.html":[2,3,1,12], "functions_func_p.html":[2,3,1,13], @@ -29,8 +28,8 @@ var NAVTREEINDEX11 = "functions_type.html":[2,3,3], "functions_u.html":[2,3,0,19], "functions_v.html":[2,3,0,20], -"functions_vars.html":[2,3,2], "functions_vars.html":[2,3,2,0], +"functions_vars.html":[2,3,2], "functions_vars_b.html":[2,3,2,1], "functions_vars_c.html":[2,3,2,2], "functions_vars_d.html":[2,3,2,3], diff --git a/doc-6.0/doxygen/CC/html/navtreeindex2.js b/doc-6.0/doxygen/CC/html/navtreeindex2.js index a16b9d38..9255e473 100644 --- a/doc-6.0/doxygen/CC/html/navtreeindex2.js +++ b/doc-6.0/doxygen/CC/html/navtreeindex2.js @@ -1,6 +1,5 @@ var NAVTREEINDEX2 = { -"d4/d12/classevio_1_1_evio_event.html#a216a3d4858d6280df0f42d397b2759dc":[2,0,0,25,121], "d4/d12/classevio_1_1_evio_event.html#a22f78ec396671f5e421c9f23bdc7f06b":[2,0,0,25,40], "d4/d12/classevio_1_1_evio_event.html#a23d61d8225836903678c94b36761ea85":[2,0,0,25,61], "d4/d12/classevio_1_1_evio_event.html#a2524a3e5904288ddbbe4e04b505c0152":[2,0,0,25,125], @@ -249,5 +248,6 @@ var NAVTREEINDEX2 = "d5/d29/classevio_1_1_evio_segment.html#a5fe3a48fb1f8898bdd13d08ea689ea41":[2,0,0,31,99], "d5/d29/classevio_1_1_evio_segment.html#a5ff899f399d825ee358ddcc9d65a354b":[2,0,0,31,131], "d5/d29/classevio_1_1_evio_segment.html#a61499e60b45774c6f2eb93cebdf25634":[2,0,0,31,86], -"d5/d29/classevio_1_1_evio_segment.html#a619a5c0ca27b43c1222181c76f6b0376":[2,0,0,31,21] +"d5/d29/classevio_1_1_evio_segment.html#a619a5c0ca27b43c1222181c76f6b0376":[2,0,0,31,21], +"d5/d29/classevio_1_1_evio_segment.html#a622bb507ede6789103db9fd9052ff57a":[2,0,0,31,34] }; diff --git a/doc-6.0/doxygen/CC/html/navtreeindex3.js b/doc-6.0/doxygen/CC/html/navtreeindex3.js index 93ab55e1..e25a2431 100644 --- a/doc-6.0/doxygen/CC/html/navtreeindex3.js +++ b/doc-6.0/doxygen/CC/html/navtreeindex3.js @@ -1,6 +1,5 @@ var NAVTREEINDEX3 = { -"d5/d29/classevio_1_1_evio_segment.html#a622bb507ede6789103db9fd9052ff57a":[2,0,0,31,34], "d5/d29/classevio_1_1_evio_segment.html#a627d070cacdcdf245689e6d950e0f629":[2,0,0,31,94], "d5/d29/classevio_1_1_evio_segment.html#a639bf2bdac6b782654a649442061a528":[2,0,0,31,61], "d5/d29/classevio_1_1_evio_segment.html#a66c6db380ce04efa87430c79358e72d5":[2,0,0,31,39], @@ -249,5 +248,6 @@ var NAVTREEINDEX3 = "d6/dca/classevio_1_1_writer.html#a0c390fc56c957705f1b1a5de67b62bfe":[2,0,0,58,30], "d6/dca/classevio_1_1_writer.html#a0d0f549a6ceaae794eca73130957a23d":[2,0,0,58,33], "d6/dca/classevio_1_1_writer.html#a17cd4aa42143d1f6578422f6ef36151a":[2,0,0,58,31], -"d6/dca/classevio_1_1_writer.html#a1e500bdfd12a357a6f443def5187b675":[2,0,0,58,7] +"d6/dca/classevio_1_1_writer.html#a1e500bdfd12a357a6f443def5187b675":[2,0,0,58,7], +"d6/dca/classevio_1_1_writer.html#a1f64043951e4d8ff7f186fced75052fb":[2,0,0,58,28] }; diff --git a/doc-6.0/doxygen/CC/html/navtreeindex4.js b/doc-6.0/doxygen/CC/html/navtreeindex4.js index 03d1a410..644e513e 100644 --- a/doc-6.0/doxygen/CC/html/navtreeindex4.js +++ b/doc-6.0/doxygen/CC/html/navtreeindex4.js @@ -1,6 +1,5 @@ var NAVTREEINDEX4 = { -"d6/dca/classevio_1_1_writer.html#a1f64043951e4d8ff7f186fced75052fb":[2,0,0,58,28], "d6/dca/classevio_1_1_writer.html#a26490309dbaa26d08de3c2151f9d0391":[2,0,0,58,21], "d6/dca/classevio_1_1_writer.html#a278331c3a1a91c7a7584fea9f4910d5d":[2,0,0,58,32], "d6/dca/classevio_1_1_writer.html#a2c367e6ba0f85d3af97248bdc1073d17":[2,0,0,58,1], @@ -249,5 +248,6 @@ var NAVTREEINDEX4 = "d8/d26/_evio_exception_8h_source.html":[3,0,41], "d8/d2b/classevio_1_1node_breadth_iterator.html":[2,0,0,2], "d8/d2b/classevio_1_1node_breadth_iterator.html#a511848e474a385c2c5a99d08774b5b26":[2,0,0,2,4], -"d8/d2b/classevio_1_1node_breadth_iterator.html#a5739e44724caaa76c1dde596ba12aaa0":[2,0,0,2,2] +"d8/d2b/classevio_1_1node_breadth_iterator.html#a5739e44724caaa76c1dde596ba12aaa0":[2,0,0,2,2], +"d8/d2b/classevio_1_1node_breadth_iterator.html#a5b4ee01ca96a0e2ea67b04c0be930bc8":[2,0,0,2,6] }; diff --git a/doc-6.0/doxygen/CC/html/navtreeindex5.js b/doc-6.0/doxygen/CC/html/navtreeindex5.js index 2b6f7008..6dfd3716 100644 --- a/doc-6.0/doxygen/CC/html/navtreeindex5.js +++ b/doc-6.0/doxygen/CC/html/navtreeindex5.js @@ -1,6 +1,5 @@ var NAVTREEINDEX5 = { -"d8/d2b/classevio_1_1node_breadth_iterator.html#a5b4ee01ca96a0e2ea67b04c0be930bc8":[2,0,0,2,6], "d8/d2b/classevio_1_1node_breadth_iterator.html#a76482a44bdb0ede9a5e10e617290ed99":[2,0,0,2,1], "d8/d2b/classevio_1_1node_breadth_iterator.html#a8dec949246fb9c0e93c0d9942b126c66":[2,0,0,2,8], "d8/d2b/classevio_1_1node_breadth_iterator.html#a96ef32f84d864d5e6d0d248753c24195":[2,0,0,2,7], @@ -249,5 +248,6 @@ var NAVTREEINDEX5 = "d9/ddd/classevio_1_1_base_structure.html#a22f78ec396671f5e421c9f23bdc7f06b":[2,0,0,3,40], "d9/ddd/classevio_1_1_base_structure.html#a2524a3e5904288ddbbe4e04b505c0152":[2,0,0,3,122], "d9/ddd/classevio_1_1_base_structure.html#a25dfdca6a73381878becf7f87c4bc85e":[2,0,0,3,116], -"d9/ddd/classevio_1_1_base_structure.html#a2fb0dcdda0f28a4f2f5ae137d0388bf5":[2,0,0,3,129] +"d9/ddd/classevio_1_1_base_structure.html#a2fb0dcdda0f28a4f2f5ae137d0388bf5":[2,0,0,3,129], +"d9/ddd/classevio_1_1_base_structure.html#a3189b9ed0ee2381128a0eaf4b0143571":[2,0,0,3,5] }; diff --git a/doc-6.0/doxygen/CC/html/navtreeindex6.js b/doc-6.0/doxygen/CC/html/navtreeindex6.js index fe1e07ba..b60f5690 100644 --- a/doc-6.0/doxygen/CC/html/navtreeindex6.js +++ b/doc-6.0/doxygen/CC/html/navtreeindex6.js @@ -1,6 +1,5 @@ var NAVTREEINDEX6 = { -"d9/ddd/classevio_1_1_base_structure.html#a3189b9ed0ee2381128a0eaf4b0143571":[2,0,0,3,5], "d9/ddd/classevio_1_1_base_structure.html#a32f3f0587d35660a188083139a7a9a1e":[2,0,0,3,38], "d9/ddd/classevio_1_1_base_structure.html#a33937f6e7034fccea57626062e7f34eb":[2,0,0,3,7], "d9/ddd/classevio_1_1_base_structure.html#a34bde5df553f75ff01b9b4ad50774505":[2,0,0,3,139], @@ -249,5 +248,6 @@ var NAVTREEINDEX6 = "da/de6/classevio_1_1_block_header_v4.html#aa7ae35ad07d52b54d35e879075fa401b":[2,0,0,6,58], "da/de6/classevio_1_1_block_header_v4.html#aa8a7ecf8f8c9d11acfa89ba9e77fcf63":[2,0,0,6,23], "da/de6/classevio_1_1_block_header_v4.html#aa8cb3b646937dd2290e256b29362ce81":[2,0,0,6,27], -"da/de6/classevio_1_1_block_header_v4.html#aac1e0766bcbded65f404ad3b5cd06a90":[2,0,0,6,72] +"da/de6/classevio_1_1_block_header_v4.html#aac1e0766bcbded65f404ad3b5cd06a90":[2,0,0,6,72], +"da/de6/classevio_1_1_block_header_v4.html#aad80710f808b0826b453796f6f0ab2b4":[2,0,0,6,47] }; diff --git a/doc-6.0/doxygen/CC/html/navtreeindex7.js b/doc-6.0/doxygen/CC/html/navtreeindex7.js index e6b1741d..6d57885c 100644 --- a/doc-6.0/doxygen/CC/html/navtreeindex7.js +++ b/doc-6.0/doxygen/CC/html/navtreeindex7.js @@ -1,6 +1,5 @@ var NAVTREEINDEX7 = { -"da/de6/classevio_1_1_block_header_v4.html#aad80710f808b0826b453796f6f0ab2b4":[2,0,0,6,47], "da/de6/classevio_1_1_block_header_v4.html#aadee7970d205159c14d5d112ed313dbe":[2,0,0,6,37], "da/de6/classevio_1_1_block_header_v4.html#ab21fae9f60eeb5791a1396c4204e11ba":[2,0,0,6,38], "da/de6/classevio_1_1_block_header_v4.html#ab29c8838c57859396a46708ddc8808bb":[2,0,0,6,4], @@ -249,5 +248,6 @@ var NAVTREEINDEX7 = "dc/d30/classevio_1_1_byte_buffer.html#a6248ee54a6d862b6ba10be3c9487594f":[2,0,0,7,52], "dc/d30/classevio_1_1_byte_buffer.html#a6496a99b06b5ed67b8c93b148fd87323":[2,0,0,7,9], "dc/d30/classevio_1_1_byte_buffer.html#a67dcdbbffad8bdd205358924f829ee73":[2,0,0,7,29], -"dc/d30/classevio_1_1_byte_buffer.html#a692201c1391d0cf31f083b378c6537e4":[2,0,0,7,30] +"dc/d30/classevio_1_1_byte_buffer.html#a692201c1391d0cf31f083b378c6537e4":[2,0,0,7,30], +"dc/d30/classevio_1_1_byte_buffer.html#a6aee163fd7b9fc5fc6365ec6c80bb16e":[2,0,0,7,2] }; diff --git a/doc-6.0/doxygen/CC/html/navtreeindex8.js b/doc-6.0/doxygen/CC/html/navtreeindex8.js index 07f948f6..affd2750 100644 --- a/doc-6.0/doxygen/CC/html/navtreeindex8.js +++ b/doc-6.0/doxygen/CC/html/navtreeindex8.js @@ -1,6 +1,5 @@ var NAVTREEINDEX8 = { -"dc/d30/classevio_1_1_byte_buffer.html#a6aee163fd7b9fc5fc6365ec6c80bb16e":[2,0,0,7,2], "dc/d30/classevio_1_1_byte_buffer.html#a6ec6454d1dda555d99b9701e5e9fe0b1":[2,0,0,7,74], "dc/d30/classevio_1_1_byte_buffer.html#a7146d4da4460b561c97aed8a914870cf":[2,0,0,7,4], "dc/d30/classevio_1_1_byte_buffer.html#a76149a2cbcf34ff02edfb7a0e106abf5":[2,0,0,7,11], @@ -249,5 +248,6 @@ var NAVTREEINDEX8 = "de/d97/classevio_1_1_i_evio_reader.html#a0d13f3328420b54c37766141d3c8b688":[2,0,0,43,15], "de/d97/classevio_1_1_i_evio_reader.html#a0ff6709076fcdd97d13f813f1e6dfd35":[2,0,0,43,20], "de/d97/classevio_1_1_i_evio_reader.html#a2045b543588af4ed7a48f2613d0d40d6":[2,0,0,43,8], -"de/d97/classevio_1_1_i_evio_reader.html#a29d8c718deecc5698b2af791ac95cf0e":[2,0,0,43,7] +"de/d97/classevio_1_1_i_evio_reader.html#a29d8c718deecc5698b2af791ac95cf0e":[2,0,0,43,7], +"de/d97/classevio_1_1_i_evio_reader.html#a3a3c4a46ffffbd0d090e8ee04a5b54f2":[2,0,0,43,28] }; diff --git a/doc-6.0/doxygen/CC/html/navtreeindex9.js b/doc-6.0/doxygen/CC/html/navtreeindex9.js index 74633cf0..3dacd54d 100644 --- a/doc-6.0/doxygen/CC/html/navtreeindex9.js +++ b/doc-6.0/doxygen/CC/html/navtreeindex9.js @@ -1,6 +1,5 @@ var NAVTREEINDEX9 = { -"de/d97/classevio_1_1_i_evio_reader.html#a3a3c4a46ffffbd0d090e8ee04a5b54f2":[2,0,0,43,28], "de/d97/classevio_1_1_i_evio_reader.html#a3b8d52dbf2b63734bb6b9844cc7f09a3":[2,0,0,43,21], "de/d97/classevio_1_1_i_evio_reader.html#a3e8366cfcf43d45694136c9751a928c5":[2,0,0,43,18], "de/d97/classevio_1_1_i_evio_reader.html#a4afeebeff4b3a4f79cebfe662bfa2e3f":[2,0,0,43,1], @@ -249,5 +248,6 @@ var NAVTREEINDEX9 = "de/de3/classevio_1_1_evio_bank.html#a8c3a60ec0b0e0eef73390d4ce94e1617":[2,0,0,19,124], "de/de3/classevio_1_1_evio_bank.html#a8f3533534eb696f5a9b4518d29fe362e":[2,0,0,19,73], "de/de3/classevio_1_1_evio_bank.html#a90eb00ca90216fa72d3b36f5995cdb59":[2,0,0,19,63], -"de/de3/classevio_1_1_evio_bank.html#a93e05f8069d066f1d36566402b35aec5":[2,0,0,19,81] +"de/de3/classevio_1_1_evio_bank.html#a93e05f8069d066f1d36566402b35aec5":[2,0,0,19,81], +"de/de3/classevio_1_1_evio_bank.html#a948822b6dab3d2a212a977798dfe314b":[2,0,0,19,34] }; diff --git a/doc-6.0/doxygen/CC/html/search/all_10.js b/doc-6.0/doxygen/CC/html/search/all_10.js index 067dcd50..8cdcab82 100644 --- a/doc-6.0/doxygen/CC/html/search/all_10.js +++ b/doc-6.0/doxygen/CC/html/search/all_10.js @@ -44,7 +44,7 @@ var searchData= ['releasewriter_761',['releaseWriter',['../dc/de8/classevio_1_1_record_supply.html#a40849be917d3403a039ca9237c614d6d',1,'evio::RecordSupply']]], ['releasewritersequential_762',['releaseWriterSequential',['../dc/de8/classevio_1_1_record_supply.html#a8dae076b2f526dbafae589db32fefce2',1,'evio::RecordSupply']]], ['remaining_763',['remaining',['../dc/d30/classevio_1_1_byte_buffer.html#a32b043081cd3a62187f2577ce2966e7d',1,'evio::ByteBuffer']]], - ['remove_764',['remove',['../d9/ddd/classevio_1_1_base_structure.html#a93e05f8069d066f1d36566402b35aec5',1,'evio::BaseStructure::remove()'],['../db/d06/classevio_1_1_event_builder.html#a24a8d3fa71a75d2dc53ceb0277719870',1,'evio::EventBuilder::remove()'],['../d9/ddd/classevio_1_1_base_structure.html#a3961ab65e777588a2215103779819d66',1,'evio::BaseStructure::remove(size_t childIndex)']]], + ['remove_764',['remove',['../d9/ddd/classevio_1_1_base_structure.html#a3961ab65e777588a2215103779819d66',1,'evio::BaseStructure::remove()'],['../db/d06/classevio_1_1_event_builder.html#a24a8d3fa71a75d2dc53ceb0277719870',1,'evio::EventBuilder::remove()'],['../d9/ddd/classevio_1_1_base_structure.html#a93e05f8069d066f1d36566402b35aec5',1,'evio::BaseStructure::remove(std::shared_ptr< BaseStructure > aChild)']]], ['removeallchildren_765',['removeAllChildren',['../d9/ddd/classevio_1_1_base_structure.html#aa7c077d1f2b7a835a2dbff7da6246970',1,'evio::BaseStructure']]], ['removeevent_766',['removeEvent',['../d6/d5f/classevio_1_1_evio_compact_reader.html#ad9a40c2790765fe7eccc73a57a4cd8f5',1,'evio::EvioCompactReader::removeEvent()'],['../d9/d0a/classevio_1_1_evio_compact_reader_v4.html#ac5b87af69e6b4f9afb6881079aa88ce4',1,'evio::EvioCompactReaderV4::removeEvent()'],['../dd/d94/classevio_1_1_evio_compact_reader_v6.html#ae8f3f4ced78563fea3e3be533f7c0486',1,'evio::EvioCompactReaderV6::removeEvent()'],['../d3/d03/classevio_1_1_i_evio_compact_reader.html#a0fbb129ba2568e7388eb208b4e8325b5',1,'evio::IEvioCompactReader::removeEvent()']]], ['removeeviolistener_767',['removeEvioListener',['../d7/d5d/classevio_1_1_event_parser.html#ae3a77fbb012c73406d2bbefe38054d59',1,'evio::EventParser']]], @@ -53,7 +53,7 @@ var searchData= ['removethread_770',['removeThread',['../d3/d68/classevio_1_1_file_closer.html#aabdfe81408b1b599aab2d70c6a295abb',1,'evio::FileCloser']]], ['reserved1_771',['reserved1',['../da/de6/classevio_1_1_block_header_v4.html#ad294e137630fbb176ad706b83260516c',1,'evio::BlockHeaderV4']]], ['reserved2_772',['reserved2',['../da/de6/classevio_1_1_block_header_v4.html#ad47135d9f4704582b6d726d5ac21f9c6',1,'evio::BlockHeaderV4']]], - ['reset_773',['reset',['../dc/d30/classevio_1_1_byte_buffer.html#a78a69a5db426df0ecdc994874219a2cd',1,'evio::ByteBuffer::reset()'],['../d1/da6/classevio_1_1_file_header.html#af318676a4ffce0023d1bf669bb44cf31',1,'evio::FileHeader::reset()'],['../d8/d64/classevio_1_1_record_header.html#a25b332a34f112a61e614a41dce5633c8',1,'evio::RecordHeader::reset()'],['../d2/d7a/classevio_1_1_record_output.html#abc4221165d1626407280c56e7cc4ea70',1,'evio::RecordOutput::reset()'],['../db/dc8/classevio_1_1_record_ring_item.html#aa6ec67be24d5b34e8a4efd08054f7760',1,'evio::RecordRingItem::reset()'],['../d6/dca/classevio_1_1_writer.html#a17cd4aa42143d1f6578422f6ef36151a',1,'evio::Writer::reset()'],['../d1/d17/classevio_1_1_writer_m_t.html#adebafad3524a67dae57ff4a50c991229',1,'evio::WriterMT::reset()']]], + ['reset_773',['reset',['../dc/d30/classevio_1_1_byte_buffer.html#a78a69a5db426df0ecdc994874219a2cd',1,'evio::ByteBuffer::reset()'],['../d1/da6/classevio_1_1_file_header.html#af318676a4ffce0023d1bf669bb44cf31',1,'evio::FileHeader::reset()'],['../d8/d64/classevio_1_1_record_header.html#a25b332a34f112a61e614a41dce5633c8',1,'evio::RecordHeader::reset()'],['../d2/d7a/classevio_1_1_record_output.html#abc4221165d1626407280c56e7cc4ea70',1,'evio::RecordOutput::reset()'],['../db/dc8/classevio_1_1_record_ring_item.html#aa6ec67be24d5b34e8a4efd08054f7760',1,'evio::RecordRingItem::reset()'],['../d6/dca/classevio_1_1_writer.html#a17cd4aa42143d1f6578422f6ef36151a',1,'evio::Writer::reset()']]], ['resetindex_774',['resetIndex',['../df/dbf/classevio_1_1_file_event_index.html#ad88a1947d2da050e530643d2d6669fb9',1,'evio::FileEventIndex']]], ['retreat_775',['retreat',['../df/dbf/classevio_1_1_file_event_index.html#aa0a4090938a59a99ed37370dbc90b94d',1,'evio::FileEventIndex']]], ['rewind_776',['rewind',['../dc/d30/classevio_1_1_byte_buffer.html#af153687725d1aff72fac2c28aaee70d8',1,'evio::ByteBuffer::rewind()'],['../df/dbd/classevio_1_1_evio_reader.html#a7bbc59a18c152d62fd22e685c76a7ede',1,'evio::EvioReader::rewind()'],['../dd/db3/classevio_1_1_evio_reader_v4.html#ab299451c3cb8fa93da0f4eca0666887c',1,'evio::EvioReaderV4::rewind()'],['../db/d34/classevio_1_1_evio_reader_v6.html#a65bfd0c084c274716e16ac90f7b7084b',1,'evio::EvioReaderV6::rewind()'],['../de/d97/classevio_1_1_i_evio_reader.html#a73cb48511f980029d7a55ce70c34765b',1,'evio::IEvioReader::rewind()']]], diff --git a/doc-6.0/doxygen/CC/html/search/functions_e.js b/doc-6.0/doxygen/CC/html/search/functions_e.js index 28410f5e..4969d0eb 100644 --- a/doc-6.0/doxygen/CC/html/search/functions_e.js +++ b/doc-6.0/doxygen/CC/html/search/functions_e.js @@ -22,9 +22,9 @@ var searchData= ['removeevent_1709',['removeEvent',['../d6/d5f/classevio_1_1_evio_compact_reader.html#ad9a40c2790765fe7eccc73a57a4cd8f5',1,'evio::EvioCompactReader::removeEvent()'],['../d9/d0a/classevio_1_1_evio_compact_reader_v4.html#ac5b87af69e6b4f9afb6881079aa88ce4',1,'evio::EvioCompactReaderV4::removeEvent()'],['../dd/d94/classevio_1_1_evio_compact_reader_v6.html#ae8f3f4ced78563fea3e3be533f7c0486',1,'evio::EvioCompactReaderV6::removeEvent()'],['../d3/d03/classevio_1_1_i_evio_compact_reader.html#a0fbb129ba2568e7388eb208b4e8325b5',1,'evio::IEvioCompactReader::removeEvent()']]], ['removeeviolistener_1710',['removeEvioListener',['../d7/d5d/classevio_1_1_event_parser.html#ae3a77fbb012c73406d2bbefe38054d59',1,'evio::EventParser']]], ['removefromparent_1711',['removeFromParent',['../d9/ddd/classevio_1_1_base_structure.html#a1befb9979d5e205e6aa921627ffafabb',1,'evio::BaseStructure']]], - ['removestructure_1712',['removeStructure',['../d3/d56/classevio_1_1_reader.html#ad275cbda5ebc546ab98611ce1cdf24b0',1,'evio::Reader::removeStructure()'],['../d3/d03/classevio_1_1_i_evio_compact_reader.html#ab1667e5243de152c6b714fa04b23223e',1,'evio::IEvioCompactReader::removeStructure()'],['../db/d63/classevio_1_1_evio_compact_structure_handler.html#a1dca31a364a2d638d973feebb5ca5cea',1,'evio::EvioCompactStructureHandler::removeStructure()'],['../d9/d0a/classevio_1_1_evio_compact_reader_v4.html#ad6fc742932486adfbd3d0205c8ace4b1',1,'evio::EvioCompactReaderV4::removeStructure()'],['../d6/d5f/classevio_1_1_evio_compact_reader.html#aff0448d0686d9e2b5cfc5e11d7f6d70c',1,'evio::EvioCompactReader::removeStructure()'],['../dd/d94/classevio_1_1_evio_compact_reader_v6.html#ad33330c96cc9389999749effde83292f',1,'evio::EvioCompactReaderV6::removeStructure()']]], + ['removestructure_1712',['removeStructure',['../d3/d03/classevio_1_1_i_evio_compact_reader.html#ab1667e5243de152c6b714fa04b23223e',1,'evio::IEvioCompactReader::removeStructure()'],['../d3/d56/classevio_1_1_reader.html#ad275cbda5ebc546ab98611ce1cdf24b0',1,'evio::Reader::removeStructure()'],['../db/d63/classevio_1_1_evio_compact_structure_handler.html#a1dca31a364a2d638d973feebb5ca5cea',1,'evio::EvioCompactStructureHandler::removeStructure()'],['../d9/d0a/classevio_1_1_evio_compact_reader_v4.html#ad6fc742932486adfbd3d0205c8ace4b1',1,'evio::EvioCompactReaderV4::removeStructure()'],['../d6/d5f/classevio_1_1_evio_compact_reader.html#aff0448d0686d9e2b5cfc5e11d7f6d70c',1,'evio::EvioCompactReader::removeStructure()'],['../dd/d94/classevio_1_1_evio_compact_reader_v6.html#ad33330c96cc9389999749effde83292f',1,'evio::EvioCompactReaderV6::removeStructure()']]], ['removethread_1713',['removeThread',['../d3/d68/classevio_1_1_file_closer.html#aabdfe81408b1b599aab2d70c6a295abb',1,'evio::FileCloser']]], - ['reset_1714',['reset',['../d1/d17/classevio_1_1_writer_m_t.html#adebafad3524a67dae57ff4a50c991229',1,'evio::WriterMT::reset()'],['../d6/dca/classevio_1_1_writer.html#a17cd4aa42143d1f6578422f6ef36151a',1,'evio::Writer::reset()'],['../db/dc8/classevio_1_1_record_ring_item.html#aa6ec67be24d5b34e8a4efd08054f7760',1,'evio::RecordRingItem::reset()'],['../d2/d7a/classevio_1_1_record_output.html#abc4221165d1626407280c56e7cc4ea70',1,'evio::RecordOutput::reset()'],['../d8/d64/classevio_1_1_record_header.html#a25b332a34f112a61e614a41dce5633c8',1,'evio::RecordHeader::reset()'],['../d1/da6/classevio_1_1_file_header.html#af318676a4ffce0023d1bf669bb44cf31',1,'evio::FileHeader::reset()'],['../dc/d30/classevio_1_1_byte_buffer.html#a78a69a5db426df0ecdc994874219a2cd',1,'evio::ByteBuffer::reset()']]], + ['reset_1714',['reset',['../d6/dca/classevio_1_1_writer.html#a17cd4aa42143d1f6578422f6ef36151a',1,'evio::Writer::reset()'],['../db/dc8/classevio_1_1_record_ring_item.html#aa6ec67be24d5b34e8a4efd08054f7760',1,'evio::RecordRingItem::reset()'],['../d2/d7a/classevio_1_1_record_output.html#abc4221165d1626407280c56e7cc4ea70',1,'evio::RecordOutput::reset()'],['../d8/d64/classevio_1_1_record_header.html#a25b332a34f112a61e614a41dce5633c8',1,'evio::RecordHeader::reset()'],['../d1/da6/classevio_1_1_file_header.html#af318676a4ffce0023d1bf669bb44cf31',1,'evio::FileHeader::reset()'],['../dc/d30/classevio_1_1_byte_buffer.html#a78a69a5db426df0ecdc994874219a2cd',1,'evio::ByteBuffer::reset()']]], ['resetindex_1715',['resetIndex',['../df/dbf/classevio_1_1_file_event_index.html#ad88a1947d2da050e530643d2d6669fb9',1,'evio::FileEventIndex']]], ['retreat_1716',['retreat',['../df/dbf/classevio_1_1_file_event_index.html#aa0a4090938a59a99ed37370dbc90b94d',1,'evio::FileEventIndex']]], ['rewind_1717',['rewind',['../dc/d30/classevio_1_1_byte_buffer.html#af153687725d1aff72fac2c28aaee70d8',1,'evio::ByteBuffer::rewind()'],['../df/dbd/classevio_1_1_evio_reader.html#a7bbc59a18c152d62fd22e685c76a7ede',1,'evio::EvioReader::rewind()'],['../dd/db3/classevio_1_1_evio_reader_v4.html#ab299451c3cb8fa93da0f4eca0666887c',1,'evio::EvioReaderV4::rewind()'],['../db/d34/classevio_1_1_evio_reader_v6.html#a65bfd0c084c274716e16ac90f7b7084b',1,'evio::EvioReaderV6::rewind()'],['../de/d97/classevio_1_1_i_evio_reader.html#a73cb48511f980029d7a55ce70c34765b',1,'evio::IEvioReader::rewind()']]], diff --git a/doc-6.0/javadoc/allclasses-frame.html b/doc-6.0/javadoc/allclasses-frame.html index 18f92087..d5e6d86b 100644 --- a/doc-6.0/javadoc/allclasses-frame.html +++ b/doc-6.0/javadoc/allclasses-frame.html @@ -7,7 +7,7 @@ All Classes - + diff --git a/doc-6.0/javadoc/allclasses-noframe.html b/doc-6.0/javadoc/allclasses-noframe.html index d8678e8c..f5b96537 100644 --- a/doc-6.0/javadoc/allclasses-noframe.html +++ b/doc-6.0/javadoc/allclasses-noframe.html @@ -7,7 +7,7 @@ All Classes - + diff --git a/doc-6.0/javadoc/constant-values.html b/doc-6.0/javadoc/constant-values.html index 0243da87..1b63e276 100644 --- a/doc-6.0/javadoc/constant-values.html +++ b/doc-6.0/javadoc/constant-values.html @@ -7,7 +7,7 @@ Constant Field Values - + diff --git a/doc-6.0/javadoc/deprecated-list.html b/doc-6.0/javadoc/deprecated-list.html index be886eea..3dce9d25 100644 --- a/doc-6.0/javadoc/deprecated-list.html +++ b/doc-6.0/javadoc/deprecated-list.html @@ -7,7 +7,7 @@ Deprecated List - + diff --git a/doc-6.0/javadoc/help-doc.html b/doc-6.0/javadoc/help-doc.html index 65ad548a..f5dabc2d 100644 --- a/doc-6.0/javadoc/help-doc.html +++ b/doc-6.0/javadoc/help-doc.html @@ -7,7 +7,7 @@ API Help - + diff --git a/doc-6.0/javadoc/index-all.html b/doc-6.0/javadoc/index-all.html index 9d586d88..fd4425a4 100644 --- a/doc-6.0/javadoc/index-all.html +++ b/doc-6.0/javadoc/index-all.html @@ -7,7 +7,7 @@ Index - + @@ -5558,14 +5558,6 @@

        R

        Method to reset this item each time it is retrieved from the supply.
        -
        reset() - Method in class org.jlab.coda.hipo.Writer
        -
        -
        Get this object ready for re-use.
        -
        -
        reset() - Method in class org.jlab.coda.hipo.WriterMT
        -
        -
        Get this object ready for re-use.
        -
        reset() - Method in class org.jlab.coda.jevio.CompactEventBuilder
        Reset all members for reuse of this object.
        diff --git a/doc-6.0/javadoc/org/jlab/coda/hipo/CompressionType.html b/doc-6.0/javadoc/org/jlab/coda/hipo/CompressionType.html index 806ea802..bc23153d 100644 --- a/doc-6.0/javadoc/org/jlab/coda/hipo/CompressionType.html +++ b/doc-6.0/javadoc/org/jlab/coda/hipo/CompressionType.html @@ -7,7 +7,7 @@ CompressionType - + diff --git a/doc-6.0/javadoc/org/jlab/coda/hipo/Compressor.ByteBufferBackedInputStream.html b/doc-6.0/javadoc/org/jlab/coda/hipo/Compressor.ByteBufferBackedInputStream.html index 0970f161..5e9ccbc2 100644 --- a/doc-6.0/javadoc/org/jlab/coda/hipo/Compressor.ByteBufferBackedInputStream.html +++ b/doc-6.0/javadoc/org/jlab/coda/hipo/Compressor.ByteBufferBackedInputStream.html @@ -7,7 +7,7 @@ Compressor.ByteBufferBackedInputStream - + diff --git a/doc-6.0/javadoc/org/jlab/coda/hipo/Compressor.html b/doc-6.0/javadoc/org/jlab/coda/hipo/Compressor.html index 8d198797..846c8f15 100644 --- a/doc-6.0/javadoc/org/jlab/coda/hipo/Compressor.html +++ b/doc-6.0/javadoc/org/jlab/coda/hipo/Compressor.html @@ -7,7 +7,7 @@ Compressor - + diff --git a/doc-6.0/javadoc/org/jlab/coda/hipo/DataUtils.html b/doc-6.0/javadoc/org/jlab/coda/hipo/DataUtils.html index b7f808a7..0435eebb 100644 --- a/doc-6.0/javadoc/org/jlab/coda/hipo/DataUtils.html +++ b/doc-6.0/javadoc/org/jlab/coda/hipo/DataUtils.html @@ -7,7 +7,7 @@ DataUtils - + diff --git a/doc-6.0/javadoc/org/jlab/coda/hipo/Evio6Converter.html b/doc-6.0/javadoc/org/jlab/coda/hipo/Evio6Converter.html index ed827137..0b55094b 100644 --- a/doc-6.0/javadoc/org/jlab/coda/hipo/Evio6Converter.html +++ b/doc-6.0/javadoc/org/jlab/coda/hipo/Evio6Converter.html @@ -7,7 +7,7 @@ Evio6Converter - + diff --git a/doc-6.0/javadoc/org/jlab/coda/hipo/FileEventIndex.html b/doc-6.0/javadoc/org/jlab/coda/hipo/FileEventIndex.html index be457c3a..a43d6a9c 100644 --- a/doc-6.0/javadoc/org/jlab/coda/hipo/FileEventIndex.html +++ b/doc-6.0/javadoc/org/jlab/coda/hipo/FileEventIndex.html @@ -7,7 +7,7 @@ FileEventIndex - + diff --git a/doc-6.0/javadoc/org/jlab/coda/hipo/FileHeader.html b/doc-6.0/javadoc/org/jlab/coda/hipo/FileHeader.html index d97fd3cb..f1e9d9d8 100644 --- a/doc-6.0/javadoc/org/jlab/coda/hipo/FileHeader.html +++ b/doc-6.0/javadoc/org/jlab/coda/hipo/FileHeader.html @@ -7,7 +7,7 @@ FileHeader - + diff --git a/doc-6.0/javadoc/org/jlab/coda/hipo/HeaderType.html b/doc-6.0/javadoc/org/jlab/coda/hipo/HeaderType.html index c503d43e..d8c4ce89 100644 --- a/doc-6.0/javadoc/org/jlab/coda/hipo/HeaderType.html +++ b/doc-6.0/javadoc/org/jlab/coda/hipo/HeaderType.html @@ -7,7 +7,7 @@ HeaderType - + diff --git a/doc-6.0/javadoc/org/jlab/coda/hipo/HipoException.html b/doc-6.0/javadoc/org/jlab/coda/hipo/HipoException.html index 471a8769..45ad3d79 100644 --- a/doc-6.0/javadoc/org/jlab/coda/hipo/HipoException.html +++ b/doc-6.0/javadoc/org/jlab/coda/hipo/HipoException.html @@ -7,7 +7,7 @@ HipoException - + diff --git a/doc-6.0/javadoc/org/jlab/coda/hipo/Reader.RecPosPool.html b/doc-6.0/javadoc/org/jlab/coda/hipo/Reader.RecPosPool.html index 0905e4ff..52b8eeec 100644 --- a/doc-6.0/javadoc/org/jlab/coda/hipo/Reader.RecPosPool.html +++ b/doc-6.0/javadoc/org/jlab/coda/hipo/Reader.RecPosPool.html @@ -7,7 +7,7 @@ Reader.RecPosPool - + diff --git a/doc-6.0/javadoc/org/jlab/coda/hipo/Reader.RecordPosition.html b/doc-6.0/javadoc/org/jlab/coda/hipo/Reader.RecordPosition.html index 1702ecc3..74ec6a8b 100644 --- a/doc-6.0/javadoc/org/jlab/coda/hipo/Reader.RecordPosition.html +++ b/doc-6.0/javadoc/org/jlab/coda/hipo/Reader.RecordPosition.html @@ -7,7 +7,7 @@ Reader.RecordPosition - + diff --git a/doc-6.0/javadoc/org/jlab/coda/hipo/Reader.html b/doc-6.0/javadoc/org/jlab/coda/hipo/Reader.html index 57b53cb8..d9ca487e 100644 --- a/doc-6.0/javadoc/org/jlab/coda/hipo/Reader.html +++ b/doc-6.0/javadoc/org/jlab/coda/hipo/Reader.html @@ -7,7 +7,7 @@ Reader - + diff --git a/doc-6.0/javadoc/org/jlab/coda/hipo/RecordHeader.html b/doc-6.0/javadoc/org/jlab/coda/hipo/RecordHeader.html index 2fd98534..4aa928cc 100644 --- a/doc-6.0/javadoc/org/jlab/coda/hipo/RecordHeader.html +++ b/doc-6.0/javadoc/org/jlab/coda/hipo/RecordHeader.html @@ -7,7 +7,7 @@ RecordHeader - + diff --git a/doc-6.0/javadoc/org/jlab/coda/hipo/RecordInputStream.html b/doc-6.0/javadoc/org/jlab/coda/hipo/RecordInputStream.html index b49ffb7d..87aac246 100644 --- a/doc-6.0/javadoc/org/jlab/coda/hipo/RecordInputStream.html +++ b/doc-6.0/javadoc/org/jlab/coda/hipo/RecordInputStream.html @@ -7,7 +7,7 @@ RecordInputStream - + diff --git a/doc-6.0/javadoc/org/jlab/coda/hipo/RecordOutputStream.html b/doc-6.0/javadoc/org/jlab/coda/hipo/RecordOutputStream.html index 3267fcac..1ac01c6a 100644 --- a/doc-6.0/javadoc/org/jlab/coda/hipo/RecordOutputStream.html +++ b/doc-6.0/javadoc/org/jlab/coda/hipo/RecordOutputStream.html @@ -7,7 +7,7 @@ RecordOutputStream - + diff --git a/doc-6.0/javadoc/org/jlab/coda/hipo/RecordRingItem.html b/doc-6.0/javadoc/org/jlab/coda/hipo/RecordRingItem.html index 414a10d2..1c2ba0aa 100644 --- a/doc-6.0/javadoc/org/jlab/coda/hipo/RecordRingItem.html +++ b/doc-6.0/javadoc/org/jlab/coda/hipo/RecordRingItem.html @@ -7,7 +7,7 @@ RecordRingItem - + diff --git a/doc-6.0/javadoc/org/jlab/coda/hipo/RecordSupply.html b/doc-6.0/javadoc/org/jlab/coda/hipo/RecordSupply.html index 42327da2..a61f882f 100644 --- a/doc-6.0/javadoc/org/jlab/coda/hipo/RecordSupply.html +++ b/doc-6.0/javadoc/org/jlab/coda/hipo/RecordSupply.html @@ -7,7 +7,7 @@ RecordSupply - + diff --git a/doc-6.0/javadoc/org/jlab/coda/hipo/Writer.html b/doc-6.0/javadoc/org/jlab/coda/hipo/Writer.html index 75a0e6b3..6c43d7b7 100644 --- a/doc-6.0/javadoc/org/jlab/coda/hipo/Writer.html +++ b/doc-6.0/javadoc/org/jlab/coda/hipo/Writer.html @@ -7,7 +7,7 @@ Writer - + @@ -21,7 +21,7 @@ catch(err) { } //--> -var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":9,"i13":10,"i14":10,"i15":10,"i16":10,"i17":10,"i18":10,"i19":10,"i20":10,"i21":10,"i22":10,"i23":10,"i24":10}; +var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":9,"i13":10,"i14":10,"i15":10,"i16":10,"i17":10,"i18":10,"i19":10,"i20":10,"i21":10,"i22":10,"i23":10}; var tabs = {65535:["t0","All Methods"],1:["t1","Static Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]}; var altColor = "altColor"; var rowColor = "rowColor"; @@ -378,18 +378,12 @@

        Method Summary

        -void -reset() -
        Get this object ready for re-use.
        - - - Writer setCompressionType(CompressionType compression)
        Convenience method that sets compression type for the file.
        - + void writeRecord(RecordOutputStream record)
        Appends the record to the file.
        @@ -1116,17 +1110,6 @@

        addEvent

      - - - -
        -
      • -

        reset

        -
        public void reset()
        -
        Get this object ready for re-use. - Follow calling this with call to open(String).
        -
      • -
      diff --git a/doc-6.0/javadoc/org/jlab/coda/hipo/WriterMT.html b/doc-6.0/javadoc/org/jlab/coda/hipo/WriterMT.html index bb645344..9a817e5a 100644 --- a/doc-6.0/javadoc/org/jlab/coda/hipo/WriterMT.html +++ b/doc-6.0/javadoc/org/jlab/coda/hipo/WriterMT.html @@ -7,7 +7,7 @@ WriterMT - + @@ -21,7 +21,7 @@ catch(err) { } //--> -var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10,"i14":10,"i15":10,"i16":10,"i17":10,"i18":10}; +var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10,"i14":10,"i15":10,"i16":10,"i17":10}; var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]}; var altColor = "altColor"; var rowColor = "rowColor"; @@ -319,18 +319,12 @@

      Method Summary

      -void -reset() -
      Get this object ready for re-use.
      - - - WriterMT setCompressionType(CompressionType compression)
      Convenience method that sets compression type for the file.
      - + void writeRecord(RecordOutputStream rec)
      Appends the record to the file.
      @@ -837,17 +831,6 @@

      addEvent

    - - - -
      -
    • -

      reset

      -
      public void reset()
      -
      Get this object ready for re-use. - Follow calling this with call to open(String).
      -
    • -
    diff --git a/doc-6.0/javadoc/org/jlab/coda/hipo/class-use/CompressionType.html b/doc-6.0/javadoc/org/jlab/coda/hipo/class-use/CompressionType.html index bf9c226b..cbd7282d 100644 --- a/doc-6.0/javadoc/org/jlab/coda/hipo/class-use/CompressionType.html +++ b/doc-6.0/javadoc/org/jlab/coda/hipo/class-use/CompressionType.html @@ -7,7 +7,7 @@ Uses of Class org.jlab.coda.hipo.CompressionType - + diff --git a/doc-6.0/javadoc/org/jlab/coda/hipo/class-use/Compressor.ByteBufferBackedInputStream.html b/doc-6.0/javadoc/org/jlab/coda/hipo/class-use/Compressor.ByteBufferBackedInputStream.html index f6227672..9860baf0 100644 --- a/doc-6.0/javadoc/org/jlab/coda/hipo/class-use/Compressor.ByteBufferBackedInputStream.html +++ b/doc-6.0/javadoc/org/jlab/coda/hipo/class-use/Compressor.ByteBufferBackedInputStream.html @@ -7,7 +7,7 @@ Uses of Class org.jlab.coda.hipo.Compressor.ByteBufferBackedInputStream - + diff --git a/doc-6.0/javadoc/org/jlab/coda/hipo/class-use/Compressor.html b/doc-6.0/javadoc/org/jlab/coda/hipo/class-use/Compressor.html index 66ac3328..e63a6e1c 100644 --- a/doc-6.0/javadoc/org/jlab/coda/hipo/class-use/Compressor.html +++ b/doc-6.0/javadoc/org/jlab/coda/hipo/class-use/Compressor.html @@ -7,7 +7,7 @@ Uses of Class org.jlab.coda.hipo.Compressor - + diff --git a/doc-6.0/javadoc/org/jlab/coda/hipo/class-use/DataUtils.html b/doc-6.0/javadoc/org/jlab/coda/hipo/class-use/DataUtils.html index b49c56be..79c7aa23 100644 --- a/doc-6.0/javadoc/org/jlab/coda/hipo/class-use/DataUtils.html +++ b/doc-6.0/javadoc/org/jlab/coda/hipo/class-use/DataUtils.html @@ -7,7 +7,7 @@ Uses of Class org.jlab.coda.hipo.DataUtils - + diff --git a/doc-6.0/javadoc/org/jlab/coda/hipo/class-use/Evio6Converter.html b/doc-6.0/javadoc/org/jlab/coda/hipo/class-use/Evio6Converter.html index 1677e5cc..a3b3ab6d 100644 --- a/doc-6.0/javadoc/org/jlab/coda/hipo/class-use/Evio6Converter.html +++ b/doc-6.0/javadoc/org/jlab/coda/hipo/class-use/Evio6Converter.html @@ -7,7 +7,7 @@ Uses of Class org.jlab.coda.hipo.Evio6Converter - + diff --git a/doc-6.0/javadoc/org/jlab/coda/hipo/class-use/FileEventIndex.html b/doc-6.0/javadoc/org/jlab/coda/hipo/class-use/FileEventIndex.html index ab2810be..9249703c 100644 --- a/doc-6.0/javadoc/org/jlab/coda/hipo/class-use/FileEventIndex.html +++ b/doc-6.0/javadoc/org/jlab/coda/hipo/class-use/FileEventIndex.html @@ -7,7 +7,7 @@ Uses of Class org.jlab.coda.hipo.FileEventIndex - + diff --git a/doc-6.0/javadoc/org/jlab/coda/hipo/class-use/FileHeader.html b/doc-6.0/javadoc/org/jlab/coda/hipo/class-use/FileHeader.html index a9de37f2..62330b62 100644 --- a/doc-6.0/javadoc/org/jlab/coda/hipo/class-use/FileHeader.html +++ b/doc-6.0/javadoc/org/jlab/coda/hipo/class-use/FileHeader.html @@ -7,7 +7,7 @@ Uses of Class org.jlab.coda.hipo.FileHeader - + diff --git a/doc-6.0/javadoc/org/jlab/coda/hipo/class-use/HeaderType.html b/doc-6.0/javadoc/org/jlab/coda/hipo/class-use/HeaderType.html index a5b7d773..88e852a0 100644 --- a/doc-6.0/javadoc/org/jlab/coda/hipo/class-use/HeaderType.html +++ b/doc-6.0/javadoc/org/jlab/coda/hipo/class-use/HeaderType.html @@ -7,7 +7,7 @@ Uses of Class org.jlab.coda.hipo.HeaderType - + diff --git a/doc-6.0/javadoc/org/jlab/coda/hipo/class-use/HipoException.html b/doc-6.0/javadoc/org/jlab/coda/hipo/class-use/HipoException.html index b9a51a31..362aa18f 100644 --- a/doc-6.0/javadoc/org/jlab/coda/hipo/class-use/HipoException.html +++ b/doc-6.0/javadoc/org/jlab/coda/hipo/class-use/HipoException.html @@ -7,7 +7,7 @@ Uses of Class org.jlab.coda.hipo.HipoException - + diff --git a/doc-6.0/javadoc/org/jlab/coda/hipo/class-use/Reader.RecPosPool.html b/doc-6.0/javadoc/org/jlab/coda/hipo/class-use/Reader.RecPosPool.html index d6bf6e14..07f1246f 100644 --- a/doc-6.0/javadoc/org/jlab/coda/hipo/class-use/Reader.RecPosPool.html +++ b/doc-6.0/javadoc/org/jlab/coda/hipo/class-use/Reader.RecPosPool.html @@ -7,7 +7,7 @@ Uses of Class org.jlab.coda.hipo.Reader.RecPosPool - + diff --git a/doc-6.0/javadoc/org/jlab/coda/hipo/class-use/Reader.RecordPosition.html b/doc-6.0/javadoc/org/jlab/coda/hipo/class-use/Reader.RecordPosition.html index f1976606..5c8a7ccb 100644 --- a/doc-6.0/javadoc/org/jlab/coda/hipo/class-use/Reader.RecordPosition.html +++ b/doc-6.0/javadoc/org/jlab/coda/hipo/class-use/Reader.RecordPosition.html @@ -7,7 +7,7 @@ Uses of Class org.jlab.coda.hipo.Reader.RecordPosition - + diff --git a/doc-6.0/javadoc/org/jlab/coda/hipo/class-use/Reader.html b/doc-6.0/javadoc/org/jlab/coda/hipo/class-use/Reader.html index cf93add9..450ffa77 100644 --- a/doc-6.0/javadoc/org/jlab/coda/hipo/class-use/Reader.html +++ b/doc-6.0/javadoc/org/jlab/coda/hipo/class-use/Reader.html @@ -7,7 +7,7 @@ Uses of Class org.jlab.coda.hipo.Reader - + diff --git a/doc-6.0/javadoc/org/jlab/coda/hipo/class-use/RecordHeader.html b/doc-6.0/javadoc/org/jlab/coda/hipo/class-use/RecordHeader.html index cafe9627..87da08aa 100644 --- a/doc-6.0/javadoc/org/jlab/coda/hipo/class-use/RecordHeader.html +++ b/doc-6.0/javadoc/org/jlab/coda/hipo/class-use/RecordHeader.html @@ -7,7 +7,7 @@ Uses of Class org.jlab.coda.hipo.RecordHeader - + diff --git a/doc-6.0/javadoc/org/jlab/coda/hipo/class-use/RecordInputStream.html b/doc-6.0/javadoc/org/jlab/coda/hipo/class-use/RecordInputStream.html index d1b1c55d..5ea9ba29 100644 --- a/doc-6.0/javadoc/org/jlab/coda/hipo/class-use/RecordInputStream.html +++ b/doc-6.0/javadoc/org/jlab/coda/hipo/class-use/RecordInputStream.html @@ -7,7 +7,7 @@ Uses of Class org.jlab.coda.hipo.RecordInputStream - + diff --git a/doc-6.0/javadoc/org/jlab/coda/hipo/class-use/RecordOutputStream.html b/doc-6.0/javadoc/org/jlab/coda/hipo/class-use/RecordOutputStream.html index a667f326..f0cdfa3b 100644 --- a/doc-6.0/javadoc/org/jlab/coda/hipo/class-use/RecordOutputStream.html +++ b/doc-6.0/javadoc/org/jlab/coda/hipo/class-use/RecordOutputStream.html @@ -7,7 +7,7 @@ Uses of Class org.jlab.coda.hipo.RecordOutputStream - + diff --git a/doc-6.0/javadoc/org/jlab/coda/hipo/class-use/RecordRingItem.html b/doc-6.0/javadoc/org/jlab/coda/hipo/class-use/RecordRingItem.html index 245e2fbc..3dc64db8 100644 --- a/doc-6.0/javadoc/org/jlab/coda/hipo/class-use/RecordRingItem.html +++ b/doc-6.0/javadoc/org/jlab/coda/hipo/class-use/RecordRingItem.html @@ -7,7 +7,7 @@ Uses of Class org.jlab.coda.hipo.RecordRingItem - + diff --git a/doc-6.0/javadoc/org/jlab/coda/hipo/class-use/RecordSupply.html b/doc-6.0/javadoc/org/jlab/coda/hipo/class-use/RecordSupply.html index fbeeed56..3ed88541 100644 --- a/doc-6.0/javadoc/org/jlab/coda/hipo/class-use/RecordSupply.html +++ b/doc-6.0/javadoc/org/jlab/coda/hipo/class-use/RecordSupply.html @@ -7,7 +7,7 @@ Uses of Class org.jlab.coda.hipo.RecordSupply - + diff --git a/doc-6.0/javadoc/org/jlab/coda/hipo/class-use/Writer.html b/doc-6.0/javadoc/org/jlab/coda/hipo/class-use/Writer.html index 298fdfd4..c8bffa7a 100644 --- a/doc-6.0/javadoc/org/jlab/coda/hipo/class-use/Writer.html +++ b/doc-6.0/javadoc/org/jlab/coda/hipo/class-use/Writer.html @@ -7,7 +7,7 @@ Uses of Class org.jlab.coda.hipo.Writer - + diff --git a/doc-6.0/javadoc/org/jlab/coda/hipo/class-use/WriterMT.html b/doc-6.0/javadoc/org/jlab/coda/hipo/class-use/WriterMT.html index 3f6b2968..1b5a2b81 100644 --- a/doc-6.0/javadoc/org/jlab/coda/hipo/class-use/WriterMT.html +++ b/doc-6.0/javadoc/org/jlab/coda/hipo/class-use/WriterMT.html @@ -7,7 +7,7 @@ Uses of Class org.jlab.coda.hipo.WriterMT - + diff --git a/doc-6.0/javadoc/org/jlab/coda/hipo/package-frame.html b/doc-6.0/javadoc/org/jlab/coda/hipo/package-frame.html index efd2bfec..8613594b 100644 --- a/doc-6.0/javadoc/org/jlab/coda/hipo/package-frame.html +++ b/doc-6.0/javadoc/org/jlab/coda/hipo/package-frame.html @@ -7,7 +7,7 @@ org.jlab.coda.hipo - + diff --git a/doc-6.0/javadoc/org/jlab/coda/hipo/package-summary.html b/doc-6.0/javadoc/org/jlab/coda/hipo/package-summary.html index 557c20fc..cf679625 100644 --- a/doc-6.0/javadoc/org/jlab/coda/hipo/package-summary.html +++ b/doc-6.0/javadoc/org/jlab/coda/hipo/package-summary.html @@ -7,7 +7,7 @@ org.jlab.coda.hipo - + diff --git a/doc-6.0/javadoc/org/jlab/coda/hipo/package-tree.html b/doc-6.0/javadoc/org/jlab/coda/hipo/package-tree.html index 2a6eea32..79fcb19f 100644 --- a/doc-6.0/javadoc/org/jlab/coda/hipo/package-tree.html +++ b/doc-6.0/javadoc/org/jlab/coda/hipo/package-tree.html @@ -7,7 +7,7 @@ org.jlab.coda.hipo Class Hierarchy - + diff --git a/doc-6.0/javadoc/org/jlab/coda/hipo/package-use.html b/doc-6.0/javadoc/org/jlab/coda/hipo/package-use.html index cf3a06ec..f9a37a86 100644 --- a/doc-6.0/javadoc/org/jlab/coda/hipo/package-use.html +++ b/doc-6.0/javadoc/org/jlab/coda/hipo/package-use.html @@ -7,7 +7,7 @@ Uses of Package org.jlab.coda.hipo - + diff --git a/doc-6.0/javadoc/org/jlab/coda/hipo/test/ReadWriteTest.html b/doc-6.0/javadoc/org/jlab/coda/hipo/test/ReadWriteTest.html index 2214f3f6..2b957781 100644 --- a/doc-6.0/javadoc/org/jlab/coda/hipo/test/ReadWriteTest.html +++ b/doc-6.0/javadoc/org/jlab/coda/hipo/test/ReadWriteTest.html @@ -7,7 +7,7 @@ ReadWriteTest - + diff --git a/doc-6.0/javadoc/org/jlab/coda/hipo/test/RecordSupplyTester.html b/doc-6.0/javadoc/org/jlab/coda/hipo/test/RecordSupplyTester.html index 6207cc43..94d1a1c2 100644 --- a/doc-6.0/javadoc/org/jlab/coda/hipo/test/RecordSupplyTester.html +++ b/doc-6.0/javadoc/org/jlab/coda/hipo/test/RecordSupplyTester.html @@ -7,7 +7,7 @@ RecordSupplyTester - + diff --git a/doc-6.0/javadoc/org/jlab/coda/hipo/test/TestBuilding.html b/doc-6.0/javadoc/org/jlab/coda/hipo/test/TestBuilding.html index e39ea06d..e9af9914 100644 --- a/doc-6.0/javadoc/org/jlab/coda/hipo/test/TestBuilding.html +++ b/doc-6.0/javadoc/org/jlab/coda/hipo/test/TestBuilding.html @@ -7,7 +7,7 @@ TestBuilding - + diff --git a/doc-6.0/javadoc/org/jlab/coda/hipo/test/TestWriter.html b/doc-6.0/javadoc/org/jlab/coda/hipo/test/TestWriter.html index 94d5264f..a23a6637 100644 --- a/doc-6.0/javadoc/org/jlab/coda/hipo/test/TestWriter.html +++ b/doc-6.0/javadoc/org/jlab/coda/hipo/test/TestWriter.html @@ -7,7 +7,7 @@ TestWriter - + diff --git a/doc-6.0/javadoc/org/jlab/coda/hipo/test/class-use/ReadWriteTest.html b/doc-6.0/javadoc/org/jlab/coda/hipo/test/class-use/ReadWriteTest.html index f6107f44..9693548e 100644 --- a/doc-6.0/javadoc/org/jlab/coda/hipo/test/class-use/ReadWriteTest.html +++ b/doc-6.0/javadoc/org/jlab/coda/hipo/test/class-use/ReadWriteTest.html @@ -7,7 +7,7 @@ Uses of Class org.jlab.coda.hipo.test.ReadWriteTest - + diff --git a/doc-6.0/javadoc/org/jlab/coda/hipo/test/class-use/RecordSupplyTester.html b/doc-6.0/javadoc/org/jlab/coda/hipo/test/class-use/RecordSupplyTester.html index 3f4fac81..0d292e58 100644 --- a/doc-6.0/javadoc/org/jlab/coda/hipo/test/class-use/RecordSupplyTester.html +++ b/doc-6.0/javadoc/org/jlab/coda/hipo/test/class-use/RecordSupplyTester.html @@ -7,7 +7,7 @@ Uses of Class org.jlab.coda.hipo.test.RecordSupplyTester - + diff --git a/doc-6.0/javadoc/org/jlab/coda/hipo/test/class-use/TestBuilding.html b/doc-6.0/javadoc/org/jlab/coda/hipo/test/class-use/TestBuilding.html index d6deb3fc..95f1e50a 100644 --- a/doc-6.0/javadoc/org/jlab/coda/hipo/test/class-use/TestBuilding.html +++ b/doc-6.0/javadoc/org/jlab/coda/hipo/test/class-use/TestBuilding.html @@ -7,7 +7,7 @@ Uses of Class org.jlab.coda.hipo.test.TestBuilding - + diff --git a/doc-6.0/javadoc/org/jlab/coda/hipo/test/class-use/TestWriter.html b/doc-6.0/javadoc/org/jlab/coda/hipo/test/class-use/TestWriter.html index 21a677ee..3c253510 100644 --- a/doc-6.0/javadoc/org/jlab/coda/hipo/test/class-use/TestWriter.html +++ b/doc-6.0/javadoc/org/jlab/coda/hipo/test/class-use/TestWriter.html @@ -7,7 +7,7 @@ Uses of Class org.jlab.coda.hipo.test.TestWriter - + diff --git a/doc-6.0/javadoc/org/jlab/coda/hipo/test/package-frame.html b/doc-6.0/javadoc/org/jlab/coda/hipo/test/package-frame.html index c04a26fa..1b88d86e 100644 --- a/doc-6.0/javadoc/org/jlab/coda/hipo/test/package-frame.html +++ b/doc-6.0/javadoc/org/jlab/coda/hipo/test/package-frame.html @@ -7,7 +7,7 @@ org.jlab.coda.hipo.test - + diff --git a/doc-6.0/javadoc/org/jlab/coda/hipo/test/package-summary.html b/doc-6.0/javadoc/org/jlab/coda/hipo/test/package-summary.html index 5a017f2f..0ceb0460 100644 --- a/doc-6.0/javadoc/org/jlab/coda/hipo/test/package-summary.html +++ b/doc-6.0/javadoc/org/jlab/coda/hipo/test/package-summary.html @@ -7,7 +7,7 @@ org.jlab.coda.hipo.test - + diff --git a/doc-6.0/javadoc/org/jlab/coda/hipo/test/package-tree.html b/doc-6.0/javadoc/org/jlab/coda/hipo/test/package-tree.html index cdcc0537..e51a82cd 100644 --- a/doc-6.0/javadoc/org/jlab/coda/hipo/test/package-tree.html +++ b/doc-6.0/javadoc/org/jlab/coda/hipo/test/package-tree.html @@ -7,7 +7,7 @@ org.jlab.coda.hipo.test Class Hierarchy - + diff --git a/doc-6.0/javadoc/org/jlab/coda/hipo/test/package-use.html b/doc-6.0/javadoc/org/jlab/coda/hipo/test/package-use.html index b47f2b2b..5c359079 100644 --- a/doc-6.0/javadoc/org/jlab/coda/hipo/test/package-use.html +++ b/doc-6.0/javadoc/org/jlab/coda/hipo/test/package-use.html @@ -7,7 +7,7 @@ Uses of Package org.jlab.coda.hipo.test - + diff --git a/doc-6.0/javadoc/org/jlab/coda/jevio/BankHeader.html b/doc-6.0/javadoc/org/jlab/coda/jevio/BankHeader.html index 97b369e6..33e54520 100644 --- a/doc-6.0/javadoc/org/jlab/coda/jevio/BankHeader.html +++ b/doc-6.0/javadoc/org/jlab/coda/jevio/BankHeader.html @@ -7,7 +7,7 @@ BankHeader - + diff --git a/doc-6.0/javadoc/org/jlab/coda/jevio/BaseStructure.html b/doc-6.0/javadoc/org/jlab/coda/jevio/BaseStructure.html index f8523c7a..80066cee 100644 --- a/doc-6.0/javadoc/org/jlab/coda/jevio/BaseStructure.html +++ b/doc-6.0/javadoc/org/jlab/coda/jevio/BaseStructure.html @@ -7,7 +7,7 @@ BaseStructure - + diff --git a/doc-6.0/javadoc/org/jlab/coda/jevio/BaseStructureHeader.html b/doc-6.0/javadoc/org/jlab/coda/jevio/BaseStructureHeader.html index 3e443268..7b05f903 100644 --- a/doc-6.0/javadoc/org/jlab/coda/jevio/BaseStructureHeader.html +++ b/doc-6.0/javadoc/org/jlab/coda/jevio/BaseStructureHeader.html @@ -7,7 +7,7 @@ BaseStructureHeader - + diff --git a/doc-6.0/javadoc/org/jlab/coda/jevio/BlockHeaderV2.html b/doc-6.0/javadoc/org/jlab/coda/jevio/BlockHeaderV2.html index d866d6cd..5e06b785 100644 --- a/doc-6.0/javadoc/org/jlab/coda/jevio/BlockHeaderV2.html +++ b/doc-6.0/javadoc/org/jlab/coda/jevio/BlockHeaderV2.html @@ -7,7 +7,7 @@ BlockHeaderV2 - + diff --git a/doc-6.0/javadoc/org/jlab/coda/jevio/BlockHeaderV4.html b/doc-6.0/javadoc/org/jlab/coda/jevio/BlockHeaderV4.html index d63d109a..6f586647 100644 --- a/doc-6.0/javadoc/org/jlab/coda/jevio/BlockHeaderV4.html +++ b/doc-6.0/javadoc/org/jlab/coda/jevio/BlockHeaderV4.html @@ -7,7 +7,7 @@ BlockHeaderV4 - + diff --git a/doc-6.0/javadoc/org/jlab/coda/jevio/BlockNode.html b/doc-6.0/javadoc/org/jlab/coda/jevio/BlockNode.html index 11e22001..11ad3f78 100644 --- a/doc-6.0/javadoc/org/jlab/coda/jevio/BlockNode.html +++ b/doc-6.0/javadoc/org/jlab/coda/jevio/BlockNode.html @@ -7,7 +7,7 @@ BlockNode - + diff --git a/doc-6.0/javadoc/org/jlab/coda/jevio/ByteDataTransformer.html b/doc-6.0/javadoc/org/jlab/coda/jevio/ByteDataTransformer.html index 8a920695..77ff0bb3 100644 --- a/doc-6.0/javadoc/org/jlab/coda/jevio/ByteDataTransformer.html +++ b/doc-6.0/javadoc/org/jlab/coda/jevio/ByteDataTransformer.html @@ -7,7 +7,7 @@ ByteDataTransformer - + diff --git a/doc-6.0/javadoc/org/jlab/coda/jevio/CompactEventBuilder.html b/doc-6.0/javadoc/org/jlab/coda/jevio/CompactEventBuilder.html index 6088a47b..ef3707d4 100644 --- a/doc-6.0/javadoc/org/jlab/coda/jevio/CompactEventBuilder.html +++ b/doc-6.0/javadoc/org/jlab/coda/jevio/CompactEventBuilder.html @@ -7,7 +7,7 @@ CompactEventBuilder - + diff --git a/doc-6.0/javadoc/org/jlab/coda/jevio/CompositeData.Data.html b/doc-6.0/javadoc/org/jlab/coda/jevio/CompositeData.Data.html index 5f442533..9234313f 100644 --- a/doc-6.0/javadoc/org/jlab/coda/jevio/CompositeData.Data.html +++ b/doc-6.0/javadoc/org/jlab/coda/jevio/CompositeData.Data.html @@ -7,7 +7,7 @@ CompositeData.Data - + diff --git a/doc-6.0/javadoc/org/jlab/coda/jevio/CompositeData.html b/doc-6.0/javadoc/org/jlab/coda/jevio/CompositeData.html index 34de441c..5e3b6fd3 100644 --- a/doc-6.0/javadoc/org/jlab/coda/jevio/CompositeData.html +++ b/doc-6.0/javadoc/org/jlab/coda/jevio/CompositeData.html @@ -7,7 +7,7 @@ CompositeData - + diff --git a/doc-6.0/javadoc/org/jlab/coda/jevio/DataType.html b/doc-6.0/javadoc/org/jlab/coda/jevio/DataType.html index 8480c27b..0825aea4 100644 --- a/doc-6.0/javadoc/org/jlab/coda/jevio/DataType.html +++ b/doc-6.0/javadoc/org/jlab/coda/jevio/DataType.html @@ -7,7 +7,7 @@ DataType - + diff --git a/doc-6.0/javadoc/org/jlab/coda/jevio/Environment.html b/doc-6.0/javadoc/org/jlab/coda/jevio/Environment.html index 87193add..4ae18b2e 100644 --- a/doc-6.0/javadoc/org/jlab/coda/jevio/Environment.html +++ b/doc-6.0/javadoc/org/jlab/coda/jevio/Environment.html @@ -7,7 +7,7 @@ Environment - + diff --git a/doc-6.0/javadoc/org/jlab/coda/jevio/EventBuilder.html b/doc-6.0/javadoc/org/jlab/coda/jevio/EventBuilder.html index 0e547809..e94f8bb4 100644 --- a/doc-6.0/javadoc/org/jlab/coda/jevio/EventBuilder.html +++ b/doc-6.0/javadoc/org/jlab/coda/jevio/EventBuilder.html @@ -7,7 +7,7 @@ EventBuilder - + diff --git a/doc-6.0/javadoc/org/jlab/coda/jevio/EventParser.html b/doc-6.0/javadoc/org/jlab/coda/jevio/EventParser.html index 3685d7b8..d00207e4 100644 --- a/doc-6.0/javadoc/org/jlab/coda/jevio/EventParser.html +++ b/doc-6.0/javadoc/org/jlab/coda/jevio/EventParser.html @@ -7,7 +7,7 @@ EventParser - + diff --git a/doc-6.0/javadoc/org/jlab/coda/jevio/EventWriter.html b/doc-6.0/javadoc/org/jlab/coda/jevio/EventWriter.html index 589ad8e8..68a16405 100644 --- a/doc-6.0/javadoc/org/jlab/coda/jevio/EventWriter.html +++ b/doc-6.0/javadoc/org/jlab/coda/jevio/EventWriter.html @@ -7,7 +7,7 @@ EventWriter - + diff --git a/doc-6.0/javadoc/org/jlab/coda/jevio/EventWriterUnsync.html b/doc-6.0/javadoc/org/jlab/coda/jevio/EventWriterUnsync.html index a37295e2..5f5246eb 100644 --- a/doc-6.0/javadoc/org/jlab/coda/jevio/EventWriterUnsync.html +++ b/doc-6.0/javadoc/org/jlab/coda/jevio/EventWriterUnsync.html @@ -7,7 +7,7 @@ EventWriterUnsync - + diff --git a/doc-6.0/javadoc/org/jlab/coda/jevio/EventWriterUnsyncV4.html b/doc-6.0/javadoc/org/jlab/coda/jevio/EventWriterUnsyncV4.html index c91f19b8..a7fa6f1d 100644 --- a/doc-6.0/javadoc/org/jlab/coda/jevio/EventWriterUnsyncV4.html +++ b/doc-6.0/javadoc/org/jlab/coda/jevio/EventWriterUnsyncV4.html @@ -7,7 +7,7 @@ EventWriterUnsyncV4 - + diff --git a/doc-6.0/javadoc/org/jlab/coda/jevio/EventWriterV4.html b/doc-6.0/javadoc/org/jlab/coda/jevio/EventWriterV4.html index bdf5782c..1d218f35 100644 --- a/doc-6.0/javadoc/org/jlab/coda/jevio/EventWriterV4.html +++ b/doc-6.0/javadoc/org/jlab/coda/jevio/EventWriterV4.html @@ -7,7 +7,7 @@ EventWriterV4 - + diff --git a/doc-6.0/javadoc/org/jlab/coda/jevio/EvioBank.html b/doc-6.0/javadoc/org/jlab/coda/jevio/EvioBank.html index 9a9f4b4e..c9f9a1cb 100644 --- a/doc-6.0/javadoc/org/jlab/coda/jevio/EvioBank.html +++ b/doc-6.0/javadoc/org/jlab/coda/jevio/EvioBank.html @@ -7,7 +7,7 @@ EvioBank - + diff --git a/doc-6.0/javadoc/org/jlab/coda/jevio/EvioByteArrayOutputStream.html b/doc-6.0/javadoc/org/jlab/coda/jevio/EvioByteArrayOutputStream.html index 8046e4d3..7d6f6b8d 100644 --- a/doc-6.0/javadoc/org/jlab/coda/jevio/EvioByteArrayOutputStream.html +++ b/doc-6.0/javadoc/org/jlab/coda/jevio/EvioByteArrayOutputStream.html @@ -7,7 +7,7 @@ EvioByteArrayOutputStream - + diff --git a/doc-6.0/javadoc/org/jlab/coda/jevio/EvioCompactReader.html b/doc-6.0/javadoc/org/jlab/coda/jevio/EvioCompactReader.html index f72603ad..ca8bda3c 100644 --- a/doc-6.0/javadoc/org/jlab/coda/jevio/EvioCompactReader.html +++ b/doc-6.0/javadoc/org/jlab/coda/jevio/EvioCompactReader.html @@ -7,7 +7,7 @@ EvioCompactReader - + diff --git a/doc-6.0/javadoc/org/jlab/coda/jevio/EvioCompactStructureHandler.html b/doc-6.0/javadoc/org/jlab/coda/jevio/EvioCompactStructureHandler.html index bd638d11..14e37e99 100644 --- a/doc-6.0/javadoc/org/jlab/coda/jevio/EvioCompactStructureHandler.html +++ b/doc-6.0/javadoc/org/jlab/coda/jevio/EvioCompactStructureHandler.html @@ -7,7 +7,7 @@ EvioCompactStructureHandler - + diff --git a/doc-6.0/javadoc/org/jlab/coda/jevio/EvioDictionaryEntry.html b/doc-6.0/javadoc/org/jlab/coda/jevio/EvioDictionaryEntry.html index 62a7b523..830bb91e 100644 --- a/doc-6.0/javadoc/org/jlab/coda/jevio/EvioDictionaryEntry.html +++ b/doc-6.0/javadoc/org/jlab/coda/jevio/EvioDictionaryEntry.html @@ -7,7 +7,7 @@ EvioDictionaryEntry - + diff --git a/doc-6.0/javadoc/org/jlab/coda/jevio/EvioEvent.html b/doc-6.0/javadoc/org/jlab/coda/jevio/EvioEvent.html index 3c6da2cc..21d38753 100644 --- a/doc-6.0/javadoc/org/jlab/coda/jevio/EvioEvent.html +++ b/doc-6.0/javadoc/org/jlab/coda/jevio/EvioEvent.html @@ -7,7 +7,7 @@ EvioEvent - + diff --git a/doc-6.0/javadoc/org/jlab/coda/jevio/EvioException.html b/doc-6.0/javadoc/org/jlab/coda/jevio/EvioException.html index 7b388ac9..071c30de 100644 --- a/doc-6.0/javadoc/org/jlab/coda/jevio/EvioException.html +++ b/doc-6.0/javadoc/org/jlab/coda/jevio/EvioException.html @@ -7,7 +7,7 @@ EvioException - + diff --git a/doc-6.0/javadoc/org/jlab/coda/jevio/EvioNode.html b/doc-6.0/javadoc/org/jlab/coda/jevio/EvioNode.html index 16287e62..0a4e6ade 100644 --- a/doc-6.0/javadoc/org/jlab/coda/jevio/EvioNode.html +++ b/doc-6.0/javadoc/org/jlab/coda/jevio/EvioNode.html @@ -7,7 +7,7 @@ EvioNode - + diff --git a/doc-6.0/javadoc/org/jlab/coda/jevio/EvioNodePool.html b/doc-6.0/javadoc/org/jlab/coda/jevio/EvioNodePool.html index df17ea68..8efd43ab 100644 --- a/doc-6.0/javadoc/org/jlab/coda/jevio/EvioNodePool.html +++ b/doc-6.0/javadoc/org/jlab/coda/jevio/EvioNodePool.html @@ -7,7 +7,7 @@ EvioNodePool - + diff --git a/doc-6.0/javadoc/org/jlab/coda/jevio/EvioNodeSource.html b/doc-6.0/javadoc/org/jlab/coda/jevio/EvioNodeSource.html index 7b37cc50..6eb9da91 100644 --- a/doc-6.0/javadoc/org/jlab/coda/jevio/EvioNodeSource.html +++ b/doc-6.0/javadoc/org/jlab/coda/jevio/EvioNodeSource.html @@ -7,7 +7,7 @@ EvioNodeSource - + diff --git a/doc-6.0/javadoc/org/jlab/coda/jevio/EvioReader.html b/doc-6.0/javadoc/org/jlab/coda/jevio/EvioReader.html index 7d78c7eb..131c3932 100644 --- a/doc-6.0/javadoc/org/jlab/coda/jevio/EvioReader.html +++ b/doc-6.0/javadoc/org/jlab/coda/jevio/EvioReader.html @@ -7,7 +7,7 @@ EvioReader - + diff --git a/doc-6.0/javadoc/org/jlab/coda/jevio/EvioReaderUnsyncV4.html b/doc-6.0/javadoc/org/jlab/coda/jevio/EvioReaderUnsyncV4.html index f1db4e9d..32a5ebfa 100644 --- a/doc-6.0/javadoc/org/jlab/coda/jevio/EvioReaderUnsyncV4.html +++ b/doc-6.0/javadoc/org/jlab/coda/jevio/EvioReaderUnsyncV4.html @@ -7,7 +7,7 @@ EvioReaderUnsyncV4 - + diff --git a/doc-6.0/javadoc/org/jlab/coda/jevio/EvioReaderUnsyncV6.html b/doc-6.0/javadoc/org/jlab/coda/jevio/EvioReaderUnsyncV6.html index 497a0b55..ad876574 100644 --- a/doc-6.0/javadoc/org/jlab/coda/jevio/EvioReaderUnsyncV6.html +++ b/doc-6.0/javadoc/org/jlab/coda/jevio/EvioReaderUnsyncV6.html @@ -7,7 +7,7 @@ EvioReaderUnsyncV6 - + diff --git a/doc-6.0/javadoc/org/jlab/coda/jevio/EvioReaderV4.html b/doc-6.0/javadoc/org/jlab/coda/jevio/EvioReaderV4.html index 6671428b..645473be 100644 --- a/doc-6.0/javadoc/org/jlab/coda/jevio/EvioReaderV4.html +++ b/doc-6.0/javadoc/org/jlab/coda/jevio/EvioReaderV4.html @@ -7,7 +7,7 @@ EvioReaderV4 - + diff --git a/doc-6.0/javadoc/org/jlab/coda/jevio/EvioReaderV6.html b/doc-6.0/javadoc/org/jlab/coda/jevio/EvioReaderV6.html index 501acb9c..c14dbe98 100644 --- a/doc-6.0/javadoc/org/jlab/coda/jevio/EvioReaderV6.html +++ b/doc-6.0/javadoc/org/jlab/coda/jevio/EvioReaderV6.html @@ -7,7 +7,7 @@ EvioReaderV6 - + diff --git a/doc-6.0/javadoc/org/jlab/coda/jevio/EvioSegment.html b/doc-6.0/javadoc/org/jlab/coda/jevio/EvioSegment.html index 243e7cbb..349c74ee 100644 --- a/doc-6.0/javadoc/org/jlab/coda/jevio/EvioSegment.html +++ b/doc-6.0/javadoc/org/jlab/coda/jevio/EvioSegment.html @@ -7,7 +7,7 @@ EvioSegment - + diff --git a/doc-6.0/javadoc/org/jlab/coda/jevio/EvioTagSegment.html b/doc-6.0/javadoc/org/jlab/coda/jevio/EvioTagSegment.html index 8658da55..46662fa8 100644 --- a/doc-6.0/javadoc/org/jlab/coda/jevio/EvioTagSegment.html +++ b/doc-6.0/javadoc/org/jlab/coda/jevio/EvioTagSegment.html @@ -7,7 +7,7 @@ EvioTagSegment - + diff --git a/doc-6.0/javadoc/org/jlab/coda/jevio/EvioXMLDictionary.html b/doc-6.0/javadoc/org/jlab/coda/jevio/EvioXMLDictionary.html index a9afa2ea..1bbb9809 100644 --- a/doc-6.0/javadoc/org/jlab/coda/jevio/EvioXMLDictionary.html +++ b/doc-6.0/javadoc/org/jlab/coda/jevio/EvioXMLDictionary.html @@ -7,7 +7,7 @@ EvioXMLDictionary - + diff --git a/doc-6.0/javadoc/org/jlab/coda/jevio/IBlockHeader.html b/doc-6.0/javadoc/org/jlab/coda/jevio/IBlockHeader.html index 78c5f998..2fb072bd 100644 --- a/doc-6.0/javadoc/org/jlab/coda/jevio/IBlockHeader.html +++ b/doc-6.0/javadoc/org/jlab/coda/jevio/IBlockHeader.html @@ -7,7 +7,7 @@ IBlockHeader - + diff --git a/doc-6.0/javadoc/org/jlab/coda/jevio/IEvioCompactReader.html b/doc-6.0/javadoc/org/jlab/coda/jevio/IEvioCompactReader.html index e5dbafea..0289dd70 100644 --- a/doc-6.0/javadoc/org/jlab/coda/jevio/IEvioCompactReader.html +++ b/doc-6.0/javadoc/org/jlab/coda/jevio/IEvioCompactReader.html @@ -7,7 +7,7 @@ IEvioCompactReader - + diff --git a/doc-6.0/javadoc/org/jlab/coda/jevio/IEvioFilter.html b/doc-6.0/javadoc/org/jlab/coda/jevio/IEvioFilter.html index b0b9dc38..ca85f08e 100644 --- a/doc-6.0/javadoc/org/jlab/coda/jevio/IEvioFilter.html +++ b/doc-6.0/javadoc/org/jlab/coda/jevio/IEvioFilter.html @@ -7,7 +7,7 @@ IEvioFilter - + diff --git a/doc-6.0/javadoc/org/jlab/coda/jevio/IEvioListener.html b/doc-6.0/javadoc/org/jlab/coda/jevio/IEvioListener.html index 2933f65a..7e6f6a37 100644 --- a/doc-6.0/javadoc/org/jlab/coda/jevio/IEvioListener.html +++ b/doc-6.0/javadoc/org/jlab/coda/jevio/IEvioListener.html @@ -7,7 +7,7 @@ IEvioListener - + diff --git a/doc-6.0/javadoc/org/jlab/coda/jevio/IEvioProgressListener.html b/doc-6.0/javadoc/org/jlab/coda/jevio/IEvioProgressListener.html index 4599df37..2506a613 100644 --- a/doc-6.0/javadoc/org/jlab/coda/jevio/IEvioProgressListener.html +++ b/doc-6.0/javadoc/org/jlab/coda/jevio/IEvioProgressListener.html @@ -7,7 +7,7 @@ IEvioProgressListener - + diff --git a/doc-6.0/javadoc/org/jlab/coda/jevio/IEvioReader.html b/doc-6.0/javadoc/org/jlab/coda/jevio/IEvioReader.html index c451a751..c0f4891e 100644 --- a/doc-6.0/javadoc/org/jlab/coda/jevio/IEvioReader.html +++ b/doc-6.0/javadoc/org/jlab/coda/jevio/IEvioReader.html @@ -7,7 +7,7 @@ IEvioReader - + diff --git a/doc-6.0/javadoc/org/jlab/coda/jevio/IEvioStructure.html b/doc-6.0/javadoc/org/jlab/coda/jevio/IEvioStructure.html index 8f2f3777..3b24ff75 100644 --- a/doc-6.0/javadoc/org/jlab/coda/jevio/IEvioStructure.html +++ b/doc-6.0/javadoc/org/jlab/coda/jevio/IEvioStructure.html @@ -7,7 +7,7 @@ IEvioStructure - + diff --git a/doc-6.0/javadoc/org/jlab/coda/jevio/IEvioWriter.html b/doc-6.0/javadoc/org/jlab/coda/jevio/IEvioWriter.html index a4b57a6f..f7cb5eca 100644 --- a/doc-6.0/javadoc/org/jlab/coda/jevio/IEvioWriter.html +++ b/doc-6.0/javadoc/org/jlab/coda/jevio/IEvioWriter.html @@ -7,7 +7,7 @@ IEvioWriter - + diff --git a/doc-6.0/javadoc/org/jlab/coda/jevio/INameProvider.html b/doc-6.0/javadoc/org/jlab/coda/jevio/INameProvider.html index e872a433..67f848d9 100644 --- a/doc-6.0/javadoc/org/jlab/coda/jevio/INameProvider.html +++ b/doc-6.0/javadoc/org/jlab/coda/jevio/INameProvider.html @@ -7,7 +7,7 @@ INameProvider - + diff --git a/doc-6.0/javadoc/org/jlab/coda/jevio/MappedMemoryHandler.html b/doc-6.0/javadoc/org/jlab/coda/jevio/MappedMemoryHandler.html index 74d12187..ae92fd4b 100644 --- a/doc-6.0/javadoc/org/jlab/coda/jevio/MappedMemoryHandler.html +++ b/doc-6.0/javadoc/org/jlab/coda/jevio/MappedMemoryHandler.html @@ -7,7 +7,7 @@ MappedMemoryHandler - + diff --git a/doc-6.0/javadoc/org/jlab/coda/jevio/NameProvider.html b/doc-6.0/javadoc/org/jlab/coda/jevio/NameProvider.html index 6674846a..99d066c2 100644 --- a/doc-6.0/javadoc/org/jlab/coda/jevio/NameProvider.html +++ b/doc-6.0/javadoc/org/jlab/coda/jevio/NameProvider.html @@ -7,7 +7,7 @@ NameProvider - + diff --git a/doc-6.0/javadoc/org/jlab/coda/jevio/NameProviderFactory.html b/doc-6.0/javadoc/org/jlab/coda/jevio/NameProviderFactory.html index 13e7b31d..d4543a43 100644 --- a/doc-6.0/javadoc/org/jlab/coda/jevio/NameProviderFactory.html +++ b/doc-6.0/javadoc/org/jlab/coda/jevio/NameProviderFactory.html @@ -7,7 +7,7 @@ NameProviderFactory - + diff --git a/doc-6.0/javadoc/org/jlab/coda/jevio/ReadStatus.html b/doc-6.0/javadoc/org/jlab/coda/jevio/ReadStatus.html index 5bf96b0b..f126190e 100644 --- a/doc-6.0/javadoc/org/jlab/coda/jevio/ReadStatus.html +++ b/doc-6.0/javadoc/org/jlab/coda/jevio/ReadStatus.html @@ -7,7 +7,7 @@ ReadStatus - + diff --git a/doc-6.0/javadoc/org/jlab/coda/jevio/SegmentHeader.html b/doc-6.0/javadoc/org/jlab/coda/jevio/SegmentHeader.html index 90b0a503..1f5b3cfe 100644 --- a/doc-6.0/javadoc/org/jlab/coda/jevio/SegmentHeader.html +++ b/doc-6.0/javadoc/org/jlab/coda/jevio/SegmentHeader.html @@ -7,7 +7,7 @@ SegmentHeader - + diff --git a/doc-6.0/javadoc/org/jlab/coda/jevio/StructureFinder.html b/doc-6.0/javadoc/org/jlab/coda/jevio/StructureFinder.html index 9057ce4a..cef3abcd 100644 --- a/doc-6.0/javadoc/org/jlab/coda/jevio/StructureFinder.html +++ b/doc-6.0/javadoc/org/jlab/coda/jevio/StructureFinder.html @@ -7,7 +7,7 @@ StructureFinder - + diff --git a/doc-6.0/javadoc/org/jlab/coda/jevio/StructureTransformer.html b/doc-6.0/javadoc/org/jlab/coda/jevio/StructureTransformer.html index b62d85ad..57d217b5 100644 --- a/doc-6.0/javadoc/org/jlab/coda/jevio/StructureTransformer.html +++ b/doc-6.0/javadoc/org/jlab/coda/jevio/StructureTransformer.html @@ -7,7 +7,7 @@ StructureTransformer - + diff --git a/doc-6.0/javadoc/org/jlab/coda/jevio/StructureType.html b/doc-6.0/javadoc/org/jlab/coda/jevio/StructureType.html index f38e335c..322cb7b5 100644 --- a/doc-6.0/javadoc/org/jlab/coda/jevio/StructureType.html +++ b/doc-6.0/javadoc/org/jlab/coda/jevio/StructureType.html @@ -7,7 +7,7 @@ StructureType - + diff --git a/doc-6.0/javadoc/org/jlab/coda/jevio/TagSegmentHeader.html b/doc-6.0/javadoc/org/jlab/coda/jevio/TagSegmentHeader.html index c2b2a096..d018534a 100644 --- a/doc-6.0/javadoc/org/jlab/coda/jevio/TagSegmentHeader.html +++ b/doc-6.0/javadoc/org/jlab/coda/jevio/TagSegmentHeader.html @@ -7,7 +7,7 @@ TagSegmentHeader - + diff --git a/doc-6.0/javadoc/org/jlab/coda/jevio/Utilities.html b/doc-6.0/javadoc/org/jlab/coda/jevio/Utilities.html index a401a84e..01876c11 100644 --- a/doc-6.0/javadoc/org/jlab/coda/jevio/Utilities.html +++ b/doc-6.0/javadoc/org/jlab/coda/jevio/Utilities.html @@ -7,7 +7,7 @@ Utilities - + diff --git a/doc-6.0/javadoc/org/jlab/coda/jevio/WriteStatus.html b/doc-6.0/javadoc/org/jlab/coda/jevio/WriteStatus.html index ab1c0e49..bce41c18 100644 --- a/doc-6.0/javadoc/org/jlab/coda/jevio/WriteStatus.html +++ b/doc-6.0/javadoc/org/jlab/coda/jevio/WriteStatus.html @@ -7,7 +7,7 @@ WriteStatus - + diff --git a/doc-6.0/javadoc/org/jlab/coda/jevio/apps/Xml2evio.html b/doc-6.0/javadoc/org/jlab/coda/jevio/apps/Xml2evio.html index 1df96304..fb4d2d7d 100644 --- a/doc-6.0/javadoc/org/jlab/coda/jevio/apps/Xml2evio.html +++ b/doc-6.0/javadoc/org/jlab/coda/jevio/apps/Xml2evio.html @@ -7,7 +7,7 @@ Xml2evio - + diff --git a/doc-6.0/javadoc/org/jlab/coda/jevio/apps/class-use/Xml2evio.html b/doc-6.0/javadoc/org/jlab/coda/jevio/apps/class-use/Xml2evio.html index a4a7b678..6c07b728 100644 --- a/doc-6.0/javadoc/org/jlab/coda/jevio/apps/class-use/Xml2evio.html +++ b/doc-6.0/javadoc/org/jlab/coda/jevio/apps/class-use/Xml2evio.html @@ -7,7 +7,7 @@ Uses of Class org.jlab.coda.jevio.apps.Xml2evio - + diff --git a/doc-6.0/javadoc/org/jlab/coda/jevio/apps/package-frame.html b/doc-6.0/javadoc/org/jlab/coda/jevio/apps/package-frame.html index 22b39014..ffc334af 100644 --- a/doc-6.0/javadoc/org/jlab/coda/jevio/apps/package-frame.html +++ b/doc-6.0/javadoc/org/jlab/coda/jevio/apps/package-frame.html @@ -7,7 +7,7 @@ org.jlab.coda.jevio.apps - + diff --git a/doc-6.0/javadoc/org/jlab/coda/jevio/apps/package-summary.html b/doc-6.0/javadoc/org/jlab/coda/jevio/apps/package-summary.html index 7ce53390..0d57141d 100644 --- a/doc-6.0/javadoc/org/jlab/coda/jevio/apps/package-summary.html +++ b/doc-6.0/javadoc/org/jlab/coda/jevio/apps/package-summary.html @@ -7,7 +7,7 @@ org.jlab.coda.jevio.apps - + diff --git a/doc-6.0/javadoc/org/jlab/coda/jevio/apps/package-tree.html b/doc-6.0/javadoc/org/jlab/coda/jevio/apps/package-tree.html index eb0847f1..4d47951c 100644 --- a/doc-6.0/javadoc/org/jlab/coda/jevio/apps/package-tree.html +++ b/doc-6.0/javadoc/org/jlab/coda/jevio/apps/package-tree.html @@ -7,7 +7,7 @@ org.jlab.coda.jevio.apps Class Hierarchy - + diff --git a/doc-6.0/javadoc/org/jlab/coda/jevio/apps/package-use.html b/doc-6.0/javadoc/org/jlab/coda/jevio/apps/package-use.html index 19ebc9c1..4a504339 100644 --- a/doc-6.0/javadoc/org/jlab/coda/jevio/apps/package-use.html +++ b/doc-6.0/javadoc/org/jlab/coda/jevio/apps/package-use.html @@ -7,7 +7,7 @@ Uses of Package org.jlab.coda.jevio.apps - + diff --git a/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/BankHeader.html b/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/BankHeader.html index 80ceb9fc..365f63a9 100644 --- a/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/BankHeader.html +++ b/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/BankHeader.html @@ -7,7 +7,7 @@ Uses of Class org.jlab.coda.jevio.BankHeader - + diff --git a/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/BaseStructure.html b/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/BaseStructure.html index 9de6d0dc..a8e230af 100644 --- a/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/BaseStructure.html +++ b/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/BaseStructure.html @@ -7,7 +7,7 @@ Uses of Class org.jlab.coda.jevio.BaseStructure - + diff --git a/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/BaseStructureHeader.html b/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/BaseStructureHeader.html index 29a3bef0..c42cd6fa 100644 --- a/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/BaseStructureHeader.html +++ b/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/BaseStructureHeader.html @@ -7,7 +7,7 @@ Uses of Class org.jlab.coda.jevio.BaseStructureHeader - + diff --git a/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/BlockHeaderV2.html b/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/BlockHeaderV2.html index 6e7d96df..d6b3a102 100644 --- a/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/BlockHeaderV2.html +++ b/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/BlockHeaderV2.html @@ -7,7 +7,7 @@ Uses of Class org.jlab.coda.jevio.BlockHeaderV2 - + diff --git a/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/BlockHeaderV4.html b/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/BlockHeaderV4.html index ec75d73f..f7488d50 100644 --- a/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/BlockHeaderV4.html +++ b/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/BlockHeaderV4.html @@ -7,7 +7,7 @@ Uses of Class org.jlab.coda.jevio.BlockHeaderV4 - + diff --git a/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/BlockNode.html b/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/BlockNode.html index e8ed4162..2320f113 100644 --- a/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/BlockNode.html +++ b/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/BlockNode.html @@ -7,7 +7,7 @@ Uses of Class org.jlab.coda.jevio.BlockNode - + diff --git a/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/ByteDataTransformer.html b/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/ByteDataTransformer.html index 06ebeb14..7f948a46 100644 --- a/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/ByteDataTransformer.html +++ b/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/ByteDataTransformer.html @@ -7,7 +7,7 @@ Uses of Class org.jlab.coda.jevio.ByteDataTransformer - + diff --git a/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/CompactEventBuilder.html b/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/CompactEventBuilder.html index 76b6d3fd..2e38cf23 100644 --- a/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/CompactEventBuilder.html +++ b/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/CompactEventBuilder.html @@ -7,7 +7,7 @@ Uses of Class org.jlab.coda.jevio.CompactEventBuilder - + diff --git a/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/CompositeData.Data.html b/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/CompositeData.Data.html index 25f5cce7..59e63ff0 100644 --- a/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/CompositeData.Data.html +++ b/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/CompositeData.Data.html @@ -7,7 +7,7 @@ Uses of Class org.jlab.coda.jevio.CompositeData.Data - + diff --git a/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/CompositeData.html b/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/CompositeData.html index f962dd4d..1c11543d 100644 --- a/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/CompositeData.html +++ b/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/CompositeData.html @@ -7,7 +7,7 @@ Uses of Class org.jlab.coda.jevio.CompositeData - + diff --git a/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/DataType.html b/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/DataType.html index 9f7c8624..fd2965ee 100644 --- a/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/DataType.html +++ b/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/DataType.html @@ -7,7 +7,7 @@ Uses of Class org.jlab.coda.jevio.DataType - + diff --git a/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/Environment.html b/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/Environment.html index 585c5c11..63af45a8 100644 --- a/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/Environment.html +++ b/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/Environment.html @@ -7,7 +7,7 @@ Uses of Class org.jlab.coda.jevio.Environment - + diff --git a/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/EventBuilder.html b/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/EventBuilder.html index 0c2aa78d..2328edd4 100644 --- a/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/EventBuilder.html +++ b/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/EventBuilder.html @@ -7,7 +7,7 @@ Uses of Class org.jlab.coda.jevio.EventBuilder - + diff --git a/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/EventParser.html b/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/EventParser.html index 5eb3c80d..48a16868 100644 --- a/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/EventParser.html +++ b/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/EventParser.html @@ -7,7 +7,7 @@ Uses of Class org.jlab.coda.jevio.EventParser - + diff --git a/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/EventWriter.html b/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/EventWriter.html index 7cb5be7c..c5bb637c 100644 --- a/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/EventWriter.html +++ b/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/EventWriter.html @@ -7,7 +7,7 @@ Uses of Class org.jlab.coda.jevio.EventWriter - + diff --git a/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/EventWriterUnsync.html b/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/EventWriterUnsync.html index f60aec44..8395a492 100644 --- a/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/EventWriterUnsync.html +++ b/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/EventWriterUnsync.html @@ -7,7 +7,7 @@ Uses of Class org.jlab.coda.jevio.EventWriterUnsync - + diff --git a/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/EventWriterUnsyncV4.html b/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/EventWriterUnsyncV4.html index c2a518b0..37b7a102 100644 --- a/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/EventWriterUnsyncV4.html +++ b/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/EventWriterUnsyncV4.html @@ -7,7 +7,7 @@ Uses of Class org.jlab.coda.jevio.EventWriterUnsyncV4 - + diff --git a/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/EventWriterV4.html b/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/EventWriterV4.html index 16519583..192583d0 100644 --- a/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/EventWriterV4.html +++ b/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/EventWriterV4.html @@ -7,7 +7,7 @@ Uses of Class org.jlab.coda.jevio.EventWriterV4 - + diff --git a/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/EvioBank.html b/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/EvioBank.html index a898fa04..65c7a3ed 100644 --- a/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/EvioBank.html +++ b/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/EvioBank.html @@ -7,7 +7,7 @@ Uses of Class org.jlab.coda.jevio.EvioBank - + diff --git a/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/EvioByteArrayOutputStream.html b/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/EvioByteArrayOutputStream.html index 6bd5339f..f6e8ef3d 100644 --- a/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/EvioByteArrayOutputStream.html +++ b/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/EvioByteArrayOutputStream.html @@ -7,7 +7,7 @@ Uses of Class org.jlab.coda.jevio.EvioByteArrayOutputStream - + diff --git a/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/EvioCompactReader.html b/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/EvioCompactReader.html index a0951d77..11d79d7f 100644 --- a/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/EvioCompactReader.html +++ b/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/EvioCompactReader.html @@ -7,7 +7,7 @@ Uses of Class org.jlab.coda.jevio.EvioCompactReader - + diff --git a/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/EvioCompactStructureHandler.html b/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/EvioCompactStructureHandler.html index 08347136..465a5f7e 100644 --- a/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/EvioCompactStructureHandler.html +++ b/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/EvioCompactStructureHandler.html @@ -7,7 +7,7 @@ Uses of Class org.jlab.coda.jevio.EvioCompactStructureHandler - + diff --git a/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/EvioDictionaryEntry.html b/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/EvioDictionaryEntry.html index 17954cfb..293febd0 100644 --- a/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/EvioDictionaryEntry.html +++ b/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/EvioDictionaryEntry.html @@ -7,7 +7,7 @@ Uses of Class org.jlab.coda.jevio.EvioDictionaryEntry - + diff --git a/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/EvioEvent.html b/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/EvioEvent.html index 8172e119..61029c14 100644 --- a/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/EvioEvent.html +++ b/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/EvioEvent.html @@ -7,7 +7,7 @@ Uses of Class org.jlab.coda.jevio.EvioEvent - + diff --git a/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/EvioException.html b/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/EvioException.html index ea7137d1..12ad205d 100644 --- a/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/EvioException.html +++ b/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/EvioException.html @@ -7,7 +7,7 @@ Uses of Class org.jlab.coda.jevio.EvioException - + diff --git a/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/EvioNode.html b/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/EvioNode.html index d4557ded..58f0bc03 100644 --- a/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/EvioNode.html +++ b/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/EvioNode.html @@ -7,7 +7,7 @@ Uses of Class org.jlab.coda.jevio.EvioNode - + diff --git a/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/EvioNodePool.html b/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/EvioNodePool.html index bb54407c..46c2e86f 100644 --- a/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/EvioNodePool.html +++ b/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/EvioNodePool.html @@ -7,7 +7,7 @@ Uses of Class org.jlab.coda.jevio.EvioNodePool - + diff --git a/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/EvioNodeSource.html b/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/EvioNodeSource.html index 483e8503..2bcd096a 100644 --- a/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/EvioNodeSource.html +++ b/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/EvioNodeSource.html @@ -7,7 +7,7 @@ Uses of Interface org.jlab.coda.jevio.EvioNodeSource - + diff --git a/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/EvioReader.html b/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/EvioReader.html index c1b4227c..cce10719 100644 --- a/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/EvioReader.html +++ b/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/EvioReader.html @@ -7,7 +7,7 @@ Uses of Class org.jlab.coda.jevio.EvioReader - + diff --git a/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/EvioReaderUnsyncV4.html b/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/EvioReaderUnsyncV4.html index 3efa1007..34852700 100644 --- a/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/EvioReaderUnsyncV4.html +++ b/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/EvioReaderUnsyncV4.html @@ -7,7 +7,7 @@ Uses of Class org.jlab.coda.jevio.EvioReaderUnsyncV4 - + diff --git a/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/EvioReaderUnsyncV6.html b/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/EvioReaderUnsyncV6.html index 0638383d..0110916e 100644 --- a/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/EvioReaderUnsyncV6.html +++ b/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/EvioReaderUnsyncV6.html @@ -7,7 +7,7 @@ Uses of Class org.jlab.coda.jevio.EvioReaderUnsyncV6 - + diff --git a/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/EvioReaderV4.html b/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/EvioReaderV4.html index 6cf2aac1..c6e3752d 100644 --- a/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/EvioReaderV4.html +++ b/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/EvioReaderV4.html @@ -7,7 +7,7 @@ Uses of Class org.jlab.coda.jevio.EvioReaderV4 - + diff --git a/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/EvioReaderV6.html b/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/EvioReaderV6.html index 7ce291e7..e1c9ac2e 100644 --- a/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/EvioReaderV6.html +++ b/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/EvioReaderV6.html @@ -7,7 +7,7 @@ Uses of Class org.jlab.coda.jevio.EvioReaderV6 - + diff --git a/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/EvioSegment.html b/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/EvioSegment.html index 80db6bc2..28b6e630 100644 --- a/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/EvioSegment.html +++ b/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/EvioSegment.html @@ -7,7 +7,7 @@ Uses of Class org.jlab.coda.jevio.EvioSegment - + diff --git a/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/EvioTagSegment.html b/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/EvioTagSegment.html index 3e2a3a1f..60f1ca15 100644 --- a/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/EvioTagSegment.html +++ b/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/EvioTagSegment.html @@ -7,7 +7,7 @@ Uses of Class org.jlab.coda.jevio.EvioTagSegment - + diff --git a/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/EvioXMLDictionary.html b/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/EvioXMLDictionary.html index e0e70959..aa773aae 100644 --- a/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/EvioXMLDictionary.html +++ b/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/EvioXMLDictionary.html @@ -7,7 +7,7 @@ Uses of Class org.jlab.coda.jevio.EvioXMLDictionary - + diff --git a/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/IBlockHeader.html b/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/IBlockHeader.html index 45d8c3d5..dc1b895a 100644 --- a/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/IBlockHeader.html +++ b/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/IBlockHeader.html @@ -7,7 +7,7 @@ Uses of Interface org.jlab.coda.jevio.IBlockHeader - + diff --git a/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/IEvioCompactReader.html b/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/IEvioCompactReader.html index c0e99c6a..cbb45bd0 100644 --- a/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/IEvioCompactReader.html +++ b/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/IEvioCompactReader.html @@ -7,7 +7,7 @@ Uses of Interface org.jlab.coda.jevio.IEvioCompactReader - + diff --git a/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/IEvioFilter.html b/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/IEvioFilter.html index 36d4158b..7e9cfc16 100644 --- a/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/IEvioFilter.html +++ b/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/IEvioFilter.html @@ -7,7 +7,7 @@ Uses of Interface org.jlab.coda.jevio.IEvioFilter - + diff --git a/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/IEvioListener.html b/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/IEvioListener.html index 7a728019..447e8c80 100644 --- a/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/IEvioListener.html +++ b/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/IEvioListener.html @@ -7,7 +7,7 @@ Uses of Interface org.jlab.coda.jevio.IEvioListener - + diff --git a/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/IEvioProgressListener.html b/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/IEvioProgressListener.html index 97d67973..e160d02e 100644 --- a/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/IEvioProgressListener.html +++ b/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/IEvioProgressListener.html @@ -7,7 +7,7 @@ Uses of Interface org.jlab.coda.jevio.IEvioProgressListener - + diff --git a/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/IEvioReader.html b/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/IEvioReader.html index 916e4584..822622f6 100644 --- a/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/IEvioReader.html +++ b/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/IEvioReader.html @@ -7,7 +7,7 @@ Uses of Interface org.jlab.coda.jevio.IEvioReader - + diff --git a/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/IEvioStructure.html b/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/IEvioStructure.html index 620b94e0..581b8410 100644 --- a/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/IEvioStructure.html +++ b/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/IEvioStructure.html @@ -7,7 +7,7 @@ Uses of Interface org.jlab.coda.jevio.IEvioStructure - + diff --git a/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/IEvioWriter.html b/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/IEvioWriter.html index be559c83..8d77520b 100644 --- a/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/IEvioWriter.html +++ b/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/IEvioWriter.html @@ -7,7 +7,7 @@ Uses of Interface org.jlab.coda.jevio.IEvioWriter - + diff --git a/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/INameProvider.html b/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/INameProvider.html index 405b242a..fc6518ed 100644 --- a/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/INameProvider.html +++ b/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/INameProvider.html @@ -7,7 +7,7 @@ Uses of Interface org.jlab.coda.jevio.INameProvider - + diff --git a/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/MappedMemoryHandler.html b/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/MappedMemoryHandler.html index e5c3010d..d8634440 100644 --- a/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/MappedMemoryHandler.html +++ b/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/MappedMemoryHandler.html @@ -7,7 +7,7 @@ Uses of Class org.jlab.coda.jevio.MappedMemoryHandler - + diff --git a/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/NameProvider.html b/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/NameProvider.html index 2dd44820..85091c5d 100644 --- a/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/NameProvider.html +++ b/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/NameProvider.html @@ -7,7 +7,7 @@ Uses of Class org.jlab.coda.jevio.NameProvider - + diff --git a/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/NameProviderFactory.html b/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/NameProviderFactory.html index 65459bcd..a9ef1f52 100644 --- a/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/NameProviderFactory.html +++ b/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/NameProviderFactory.html @@ -7,7 +7,7 @@ Uses of Class org.jlab.coda.jevio.NameProviderFactory - + diff --git a/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/ReadStatus.html b/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/ReadStatus.html index e52b15f2..9d1373b8 100644 --- a/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/ReadStatus.html +++ b/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/ReadStatus.html @@ -7,7 +7,7 @@ Uses of Class org.jlab.coda.jevio.ReadStatus - + diff --git a/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/SegmentHeader.html b/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/SegmentHeader.html index d1bbecaa..53be5efa 100644 --- a/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/SegmentHeader.html +++ b/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/SegmentHeader.html @@ -7,7 +7,7 @@ Uses of Class org.jlab.coda.jevio.SegmentHeader - + diff --git a/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/StructureFinder.html b/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/StructureFinder.html index 5e88ee4b..e0219349 100644 --- a/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/StructureFinder.html +++ b/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/StructureFinder.html @@ -7,7 +7,7 @@ Uses of Class org.jlab.coda.jevio.StructureFinder - + diff --git a/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/StructureTransformer.html b/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/StructureTransformer.html index b50ccfd4..e5c032b7 100644 --- a/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/StructureTransformer.html +++ b/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/StructureTransformer.html @@ -7,7 +7,7 @@ Uses of Class org.jlab.coda.jevio.StructureTransformer - + diff --git a/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/StructureType.html b/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/StructureType.html index da517441..a98aee2f 100644 --- a/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/StructureType.html +++ b/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/StructureType.html @@ -7,7 +7,7 @@ Uses of Class org.jlab.coda.jevio.StructureType - + diff --git a/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/TagSegmentHeader.html b/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/TagSegmentHeader.html index 91693b71..6883e309 100644 --- a/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/TagSegmentHeader.html +++ b/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/TagSegmentHeader.html @@ -7,7 +7,7 @@ Uses of Class org.jlab.coda.jevio.TagSegmentHeader - + diff --git a/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/Utilities.html b/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/Utilities.html index 15548634..47431166 100644 --- a/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/Utilities.html +++ b/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/Utilities.html @@ -7,7 +7,7 @@ Uses of Class org.jlab.coda.jevio.Utilities - + diff --git a/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/WriteStatus.html b/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/WriteStatus.html index 0378a42f..6a6f1624 100644 --- a/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/WriteStatus.html +++ b/doc-6.0/javadoc/org/jlab/coda/jevio/class-use/WriteStatus.html @@ -7,7 +7,7 @@ Uses of Class org.jlab.coda.jevio.WriteStatus - + diff --git a/doc-6.0/javadoc/org/jlab/coda/jevio/package-frame.html b/doc-6.0/javadoc/org/jlab/coda/jevio/package-frame.html index 9b36f137..1d4e6b8c 100644 --- a/doc-6.0/javadoc/org/jlab/coda/jevio/package-frame.html +++ b/doc-6.0/javadoc/org/jlab/coda/jevio/package-frame.html @@ -7,7 +7,7 @@ org.jlab.coda.jevio - + diff --git a/doc-6.0/javadoc/org/jlab/coda/jevio/package-summary.html b/doc-6.0/javadoc/org/jlab/coda/jevio/package-summary.html index 6bc69825..1e9dc942 100644 --- a/doc-6.0/javadoc/org/jlab/coda/jevio/package-summary.html +++ b/doc-6.0/javadoc/org/jlab/coda/jevio/package-summary.html @@ -7,7 +7,7 @@ org.jlab.coda.jevio - + diff --git a/doc-6.0/javadoc/org/jlab/coda/jevio/package-tree.html b/doc-6.0/javadoc/org/jlab/coda/jevio/package-tree.html index c3cfa88a..fc4f0c92 100644 --- a/doc-6.0/javadoc/org/jlab/coda/jevio/package-tree.html +++ b/doc-6.0/javadoc/org/jlab/coda/jevio/package-tree.html @@ -7,7 +7,7 @@ org.jlab.coda.jevio Class Hierarchy - + diff --git a/doc-6.0/javadoc/org/jlab/coda/jevio/package-use.html b/doc-6.0/javadoc/org/jlab/coda/jevio/package-use.html index 73e328e8..37fa62de 100644 --- a/doc-6.0/javadoc/org/jlab/coda/jevio/package-use.html +++ b/doc-6.0/javadoc/org/jlab/coda/jevio/package-use.html @@ -7,7 +7,7 @@ Uses of Package org.jlab.coda.jevio - + diff --git a/doc-6.0/javadoc/overview-frame.html b/doc-6.0/javadoc/overview-frame.html index a7ce710d..54ba75fd 100644 --- a/doc-6.0/javadoc/overview-frame.html +++ b/doc-6.0/javadoc/overview-frame.html @@ -7,7 +7,7 @@ Overview List - + diff --git a/doc-6.0/javadoc/overview-summary.html b/doc-6.0/javadoc/overview-summary.html index a4148d5f..af92f04e 100644 --- a/doc-6.0/javadoc/overview-summary.html +++ b/doc-6.0/javadoc/overview-summary.html @@ -7,7 +7,7 @@ Overview - + diff --git a/doc-6.0/javadoc/overview-tree.html b/doc-6.0/javadoc/overview-tree.html index 26ac64a9..62c17a45 100644 --- a/doc-6.0/javadoc/overview-tree.html +++ b/doc-6.0/javadoc/overview-tree.html @@ -7,7 +7,7 @@ Class Hierarchy - + diff --git a/doc-6.0/javadoc/serialized-form.html b/doc-6.0/javadoc/serialized-form.html index b1f47a44..9faf5183 100644 --- a/doc-6.0/javadoc/serialized-form.html +++ b/doc-6.0/javadoc/serialized-form.html @@ -7,7 +7,7 @@ Serialized Form - +