public abstract class AbstractPeakListValue<PL extends PeakList> extends AvroWritable
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractPeakListValue(AbstractPeakListWriter<PL> writer,
AbstractAvroReader<PL> reader) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
avroRead(org.apache.avro.io.Decoder decoder) |
protected void |
avroWrite(org.apache.avro.io.Encoder encoder) |
boolean |
equals(Object o) |
PL |
get()
Returns the read peak list
|
int |
hashCode() |
void |
set(PL peakList) |
readFields, writeprotected AbstractPeakListValue(AbstractPeakListWriter<PL> writer, AbstractAvroReader<PL> reader)
protected void avroWrite(org.apache.avro.io.Encoder encoder)
throws IOException
avroWrite in class AvroWritableIOExceptionprotected void avroRead(org.apache.avro.io.Decoder decoder)
throws IOException
avroRead in class AvroWritableIOExceptionpublic PL get()
public void set(PL peakList)
Copyright © 2016. All Rights Reserved.