|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DataFormat | |
---|---|
org.javaseis.compress | |
org.javaseis.properties |
Uses of DataFormat in org.javaseis.compress |
---|
Fields in org.javaseis.compress declared as DataFormat | |
---|---|
protected DataFormat |
TraceCompressor._traceFormat
|
Methods in org.javaseis.compress with parameters of type DataFormat | |
---|---|
static int |
TraceCompressor.getRecordLength(DataFormat traceFormat,
int numSamples)
Gets the record length in bytes. |
Constructors in org.javaseis.compress with parameters of type DataFormat | |
---|---|
TraceCompressor(DataFormat traceFormat,
int numSamples,
java.nio.ByteBuffer bufferByte)
Constructs an instace of jsTraceCompressor. |
Uses of DataFormat in org.javaseis.properties |
---|
Fields in org.javaseis.properties declared as DataFormat | |
---|---|
protected DataFormat |
DataDefinition._traceFormat
|
Methods in org.javaseis.properties that return DataFormat | |
---|---|
static DataFormat |
DataFormat.get(java.lang.String name)
Gets the data format based on the name. |
DataFormat |
DataDefinition.getTraceFormat()
|
static DataFormat |
DataFormat.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static DataFormat[] |
DataFormat.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Constructors in org.javaseis.properties with parameters of type DataFormat | |
---|---|
DataDefinition(DataType dataType,
DataFormat traceFormat)
|
|
DataDefinition(DataType dataType,
DataFormat traceFormat,
java.nio.ByteOrder byteOrder)
|
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |