|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsteg.BitCoding
public class BitCoding
Constructor Summary | |
---|---|
BitCoding(DNACrypt dnacrypt)
Creates an instance of BitCoding |
Method Summary | |
---|---|
byte[] |
decode(char[] genome)
Filters a file out of a RNA sequence |
char[] |
encode(byte[] file)
Encodes a given byte array into an RNA sequence |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BitCoding(DNACrypt dnacrypt)
dnacrypt
- Method Detail |
---|
public char[] encode(byte[] file)
file
- the byte array to encode
public byte[] decode(char[] genome)
genome
- the RNA sequence
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |