edu.sc.seis.seisFile.sac
Class SacIncrementalloader
java.lang.Object
edu.sc.seis.seisFile.sac.SacIncrementalloader
public class SacIncrementalloader
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEFAULT_SIZE
public static final int DEFAULT_SIZE
- See Also:
- Constant Field Values
SacIncrementalloader
public SacIncrementalloader(java.lang.String filename)
throws java.io.IOException
- Throws:
java.io.IOException
SacIncrementalloader
public SacIncrementalloader(java.lang.String filename,
int chunkSize)
throws java.io.IOException
- Throws:
java.io.IOException
getHeader
public SacHeader getHeader()
next
public float[] next()
throws java.io.IOException
- Throws:
java.io.IOException
skip
public void skip(int samples)
throws java.io.IOException
- Throws:
java.io.IOException
getNumRemaining
public int getNumRemaining()
getNumRead
public int getNumRead()