Guest User

Untitled

a guest
May 21st, 2013
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.54 KB | None | 0 0
  1.  20 public class Stegano {
  2.  
  3.  24     public static void main(String args[]) {
  4.  25     }
  5.  
  6.  27     public void EcrireTexte(String texte, BufferedImage image)
  7.  
  8.  77     public String LireTexte(BufferedImage image)
  9.  
  10. 113     public void EffacerTags(BufferedImage image)
  11.  
  12. 144     private void TexteEnBinaire(String texte, int tableau[], int taille)
  13.  
  14. 160     private String BinaireEnTexte(int binaire[])
  15.  
  16. 178     public boolean TagPresent(BufferedImage image)
  17.    
  18. 195     public boolean CorrespondanceTags(String cles, String tags)
  19.  
  20. 249 }
Advertisement
Add Comment
Please, Sign In to add comment