Documentation of 'org.jlab.hipo.io.HipoReader' Java class
HipoReader
org.jlab.hipo.io

Class HipoReader



  • public class HipoReader
    extends java.lang.Object
    • Constructor Detail

      • HipoReader

        public HipoReader()
    • Method Detail

      • open

        public void open(java.io.InputStream inStream)
      • open

        public void open(java.lang.String name)
        Open file for reading. automatically reads file index in of records. the event index is not actually read.
        Parameters:
        name - file names to read
      • readRecordIndex

        public void readRecordIndex(java.util.List<HipoRecordHeader> index)
        Reads the index of the records from the file. if problem occurs, the then the problematic record is written to the list containing corrupt records. This records will contain a string describing the problem.
        Parameters:
        index -
      • close

        public void close()
      • readHipoEvent

        public HipoEvent readHipoEvent(int pos)
      • readEvent

        public byte[] readEvent(int pos)
      • getEventCount

        public int getEventCount()
      • getPosition

        public int getPosition()
      • show

        public void show()
      • showHeader

        public void showHeader()
      • getStatusString

        public java.lang.String getStatusString()
      • getRecordCount

        public int getRecordCount()
      • getHeaderRecord

        public HipoRecord getHeaderRecord()
      • readRecord

        public HipoRecord readRecord(int record)
      • main

        public static void main(java.lang.String[] args)

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.