Class PSNDataFile


  • public class PSNDataFile
    extends java.lang.Object
    PSNDataFile.java See http://www.seismicnet.com/psnformat4.html
    • Constructor Summary

      Constructors 
      Constructor Description
      PSNDataFile​(java.io.DataInputStream dis)
      New constructor that takes DataInputStream.
      PSNDataFile​(java.lang.String filename)
      Old constructor that takes file name
    • Constructor Detail

      • PSNDataFile

        public PSNDataFile​(java.lang.String filename)
                    throws java.io.FileNotFoundException,
                           java.io.IOException
        Old constructor that takes file name
        Throws:
        java.io.FileNotFoundException
        java.io.IOException
      • PSNDataFile

        public PSNDataFile​(java.io.DataInputStream dis)
                    throws java.io.FileNotFoundException,
                           java.io.IOException
        New constructor that takes DataInputStream.
        Throws:
        java.io.FileNotFoundException
        java.io.IOException
    • Method Detail

      • chopToLength

        public static byte[] chopToLength​(byte[] byteArray)
      • main

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