Search:

Type: Posts; User: donzii

Search: Search took 0.10 seconds.

  1. Replies
    10
    Views
    2,334

    Re: reading LSB of binarydata

    thanx
    to take each bits we have to read the bytes of the text files right but then howto save them in lsb of image?
  2. Replies
    10
    Views
    2,334

    Re: reading LSB of binarydata

    ok thanx for that sugestion then now what i have to do to hide whole text data into an image file just give me some hints so that i can work .
  3. Replies
    10
    Views
    2,334

    Re: reading LSB of binarydata

    LSB means least significant Bit and i am doing a project on staganographyso for that purpose ineed to hide LSB of text data into the LSB of image file.SO i need to read LSB which i dont no so i need...
  4. Replies
    10
    Views
    2,334

    Re: reading LSB of binarydata

    i mean to say i used byte[] b=filename.getBytes() to covert a text file into bytes now i need to change the LSB of that data
  5. Replies
    10
    Views
    2,334

    reading LSB of binarydata

    i am able to change the content of text file to binary but now i have to select all the LSB of that binary data for further work how can i do that
  6. Thread: display files

    by donzii
    Replies
    1
    Views
    1,379

    display files

    i am able to browse the files from any location in textfield with button and i haveto display thatselected file in a text field .the .txt files are only displayed in the text area but i want to show...
  7. Thread: jform

    by donzii
    Replies
    1
    Views
    1,082

    jform

    i have created a form and able to browse file by a button to a text field and i am trying to change the content of that file into array of bytes by another button with a radio button click and...
  8. Thread: using button

    by donzii
    Replies
    1
    Views
    1,308

    using button

    i have created a browse button and have been able to browse files but now i have to change the content of that file into byte how do i do so please help.
  9. Replies
    4
    Views
    3,982

    Re: save button in java

    actually i have created a button named save and a text field, and while saving a file i want it to be written into the text field and the savebutton to save the file in specified location please help...
  10. Replies
    4
    Views
    3,982

    save button in java

    i have created code for save button the code worked but the saved file was not in the specified location please help.. the code is


    JFileChooser chooser_save=new JFileChooser();
    ...
  11. Thread: jframe button

    by donzii
    Replies
    1
    Views
    1,018

    jframe button

    how to call .java file from another .java file using button?
  12. Thread: desktop app

    by donzii
    Replies
    1
    Views
    1,445

    desktop app

    i want to create a desktop app of data encryption and decryption but i dont no where to start from..earlier i have just created web app but this time i want to create desktop app so what should i...
  13. Replies
    1
    Views
    1,070

    java programming beginer

    I have just started with the hello world program but i got this error what is this please help..
    this is the code of program:
    package eclipsePackage;




    public class Javaclass {
Results 1 to 13 of 13