Package edu.sc.seis.seisFile.psn
Class PSNDataFile
- java.lang.Object
-
- edu.sc.seis.seisFile.psn.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
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static byte[]
chopToLength(byte[] byteArray)
PSNEventRecord[]
getEventRecords()
static void
main(java.lang.String[] args)
-
-
-
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
-
getEventRecords
public PSNEventRecord[] getEventRecords()
-
chopToLength
public static byte[] chopToLength(byte[] byteArray)
-
main
public static void main(java.lang.String[] args)
-
-