|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsteg.NonCorrection
public class NonCorrection
The Class uses the identity function
Constructor Summary | |
---|---|
NonCorrection()
|
Method Summary | |
---|---|
byte[] |
decode(byte[] seq)
Decodes a bytearray |
byte[] |
encode(byte[] seq)
Encodes a bytearray |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NonCorrection()
Method Detail |
---|
public byte[] encode(byte[] seq)
CorrectionCode
encode
in interface CorrectionCode
seq
- the bytearray to encode
public byte[] decode(byte[] seq)
CorrectionCode
decode
in interface CorrectionCode
seq
- the bytearray to decode
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |