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
Modifier and Type Method Description static byte[]
chopToLength(byte[] byteArray)
PSNEventRecord[]
getEventRecords()
static void
main(java.lang.String[] args)
-
Constructor Details
-
PSNDataFile
public PSNDataFile(java.lang.String filename) throws java.io.FileNotFoundException, java.io.IOExceptionOld 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.IOExceptionNew constructor that takes DataInputStream.- Throws:
java.io.FileNotFoundException
java.io.IOException
-
-
Method Details
-
getEventRecords
-
chopToLength
public static byte[] chopToLength(byte[] byteArray) -
main
public static void main(java.lang.String[] args)
-