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 |
PSNDataFile(java.io.DataInputStream dis)
New constructor that takes DataInputStream. |
PSNDataFile(java.lang.String filename)
Old constructor that takes file name |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
getEventRecords
public PSNEventRecord[] getEventRecords()
chopToLength
public static byte[] chopToLength(byte[] byteArray)
main
public static void main(java.lang.String[] args)