Not sure if this is possible, but can I access the raw bytes of a compact disc using Java? If so could you provide a sample of code please? I am using Windows and don't mind platform specific code.
Asked
Active
Viewed 100 times
-1
-
1OMG how is this not a real question? What is wrong with you people? – MK. Dec 25 '12 at 01:08
2 Answers
0
You need to ask the operating system with a platform specific API - under Linux there is most likely a /dev file for this,

Thorbjørn Ravn Andersen
- 73,784
- 33
- 194
- 347