com.buglabs.bug.jni.common
Class CharDevice
java.lang.Object
com.buglabs.bug.jni.common.CharDevice
- Direct Known Subclasses:
- BugBeep, Camera, GPS, InputDevice, NativeBaseDisplay
public class CharDevice
- extends java.lang.Object
|
Field Summary |
protected int |
fd
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
fd
protected int fd
CharDevice
public CharDevice()
getFileDescriptor
public int getFileDescriptor()
open
public int open(java.lang.String file,
int mode)
getline
public java.lang.String getline()
read
public int read()
lseek
public long lseek(long offset,
int whence)
write
public long write(byte[] buf,
long count)
ioctl
public int ioctl(int request)
close
public int close()