com.robohobby.me
Class DiscUtils
java.lang.Object
com.robohobby.me.DiscUtils
public class DiscUtils
- extends java.lang.Object
- Author:
- Oleg Lyubchenko
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
imageByte
byte[] imageByte
appName
java.lang.String appName
callBacks
CallBacks callBacks
filePath
java.lang.String filePath
DiscUtils
public DiscUtils()
writeToDisk
public void writeToDisk(java.lang.String fileName,
byte[] byteData)
getRoots
public void getRoots()
isDiskCommand
public boolean isDiskCommand()
- Checks - is there file with command on the disc
readDiskCommand
public java.lang.String readDiskCommand()
- Reads file with command.
Returns the text of the command.
deleteDiskCommand
public void deleteDiskCommand()
- Delets file with command from disk.