Package de.regnis.q.sequence.line
Class QSequenceLine
- java.lang.Object
-
- de.regnis.q.sequence.line.QSequenceLine
-
public final class QSequenceLine extends Object
- Author:
- Marc Strapetz
-
-
Constructor Summary
Constructors Constructor Description QSequenceLine(long from, byte[] contentBytes, QSequenceLineSimplifier simplifier)
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description boolean
equals(Object obj)
byte[]
getBytes()
Deprecated.int
getCompareHash()
byte[]
getContentBytes()
int
getContentLength()
long
getFrom()
long
getTo()
int
hashCode()
String
toString()
-
-
-
Constructor Detail
-
QSequenceLine
public QSequenceLine(long from, byte[] contentBytes, QSequenceLineSimplifier simplifier)
-
-