CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Mar 2009
    Posts
    20

    Exclamation raw disk sector read and write in java

    hey guys can anyone tell me is it possible to raw read and write disk sectors by java.......
    Last edited by vikrant3mahajan; March 8th, 2009 at 11:29 PM.

  2. #2
    dlorde is offline Elite Member Power Poster
    Join Date
    Aug 1999
    Location
    UK
    Posts
    10,163

    Re: raw disk sector read and write in java

    No, not directly. In principle you could get Java to talk to the OS or some external program to do it via JNI (Java Native Interface), but Java isn't the tool of choice for OS or hardware-specific work.

    If the only tool you have is a hammer, you tend to see every problem as a nail...
    A. Maslow
    Please use [CODE]...your code here...[/CODE] tags when posting code. If you get an error, please post the full error message and stack trace, if present.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured