Package edu.sc.seis.seisFile.mseed
Interface BlocketteFactory
- All Known Implementing Classes:
DefaultBlocketteFactory
public interface BlocketteFactory
-
Method Summary
Modifier and Type Method Description Blockette
parseBlockette(int type, byte[] bytes, boolean swapBytes)
-
Method Details
-
parseBlockette
Blockette parseBlockette(int type, byte[] bytes, boolean swapBytes) throws java.io.IOException, SeedFormatException- Throws:
java.io.IOException
SeedFormatException
-