Package | Description |
---|---|
fr.profi.mzdb.model |
Modifier and Type | Field and Description |
---|---|
protected PeakEncoding |
DataEncoding.peakEncoding
The peak encoding.
|
Modifier and Type | Method and Description |
---|---|
PeakEncoding |
DataEncoding.getPeakEncoding()
Gets the peak encoding.
|
static PeakEncoding |
PeakEncoding.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PeakEncoding[] |
PeakEncoding.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
DataEncoding.setPeakEncoding(PeakEncoding p)
Sets the peak encoding.
|
Constructor and Description |
---|
DataEncoding(int id,
DataMode mode,
PeakEncoding peakEncoding,
String compression,
ByteOrder byteOrder)
Instantiates a new data encoding.
|
Copyright © 2019. All rights reserved.