Class MiniSeedRead

  • Direct Known Subclasses:
    MultiFileMSeedRead

    public class MiniSeedRead
    extends java.lang.Object
    Deprecated.
    See ListHeader for an example client and SeedRecord.read for reading
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.io.DataInput inStream
      Deprecated.
       
      protected int numRead
      Deprecated.
       
      protected boolean readData
      Deprecated.
       
      protected int recordSize
      Deprecated.
       
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected MiniSeedRead()
      Deprecated.
       
        MiniSeedRead​(java.io.DataInput inStream)
      Deprecated.
       
    • Field Detail

      • numRead

        protected int numRead
        Deprecated.
      • inStream

        protected java.io.DataInput inStream
        Deprecated.
      • recordSize

        protected int recordSize
        Deprecated.
      • readData

        protected boolean readData
        Deprecated.
    • Constructor Detail

      • MiniSeedRead

        protected MiniSeedRead()
        Deprecated.
      • MiniSeedRead

        public MiniSeedRead​(java.io.DataInput inStream)
                     throws java.io.IOException
        Deprecated.
        Throws:
        java.io.IOException
    • Method Detail

      • close

        public void close()
                   throws java.io.IOException
        Deprecated.
        Throws:
        java.io.IOException
      • getNextRecord

        public SeedRecord getNextRecord()
                                 throws SeedFormatException,
                                        java.io.IOException
        Deprecated.
        gets the next logical record int the seed volume. This may not exactly correspond to the logical record structure within the volume as "continued" records will be concatinated to avoid partial blockettes.
        Throws:
        SeedFormatException
        java.io.IOException
      • getNextRecord

        public SeedRecord getNextRecord​(int defaultRecordSize)
                                 throws SeedFormatException,
                                        java.io.IOException
        Deprecated.
        gets the next logical record int the seed volume. This may not exactly correspond to the logical record structure within the volume as "continued" records will be concatinated to avoid partial blockettes.
        Throws:
        SeedFormatException
        java.io.IOException
      • getNumRecordsRead

        public int getNumRecordsRead()
        Deprecated.
      • main

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