All Packages Class Hierarchy This Package Previous Next Index
Class gnu.io.SerialInputStream
java.lang.Object
|
+----java.io.InputStream
|
+----gnu.io.SerialInputStream
- public class SerialInputStream
- extends InputStream
-
SerialInputStream(File)
-
-
SerialInputStream(FileDescriptor)
-
-
SerialInputStream(String)
-
-
SerialInputStream(String, boolean)
-
-
available()
-
-
cfgetispeed()
-
-
cfmakeraw()
-
-
cfsetispeed(int)
-
-
close()
-
-
finalize()
-
-
getFD()
-
-
GetSpeed()
-
-
read()
-
-
read(byte[])
-
-
read(byte[], int, int)
-
-
SetSpeed(int)
-
-
skip(long)
-
-
tcdrain()
-
-
tcflow(int)
-
-
tcflush(int)
-
-
tcgetpgrp()
-
-
tcsendbreak(int)
-
-
tcsetattr(int)
-
-
tcsetpgrp(int)
-
SerialInputStream
public SerialInputStream(String Filename) throws FileNotFoundException
SerialInputStream
public SerialInputStream(String filename,
boolean openappend) throws IOException
SerialInputStream
public SerialInputStream(File file) throws IOException
SerialInputStream
public SerialInputStream(FileDescriptor Inputfd)
SetSpeed
public native void SetSpeed(int speed) throws IOException
GetSpeed
public native int GetSpeed() throws IOException
tcsetattr
public native int tcsetattr(int actions)
tcsendbreak
public native int tcsendbreak(int duration)
tcdrain
public native int tcdrain()
tcflush
public native int tcflush(int selector)
tcflow
public native int tcflow(int action)
cfmakeraw
public native void cfmakeraw()
cfgetispeed
public native int cfgetispeed()
cfsetispeed
public native int cfsetispeed(int speed)
tcgetpgrp
public native int tcgetpgrp()
tcsetpgrp
public native int tcsetpgrp(int pgrpid)
read
public native int read() throws IOException
- Overrides:
- read in class InputStream
read
public int read(byte b[]) throws IOException
- Overrides:
- read in class InputStream
read
public int read(byte b[],
int off,
int len) throws IOException
- Overrides:
- read in class InputStream
skip
public native long skip(long n) throws IOException
- Overrides:
- skip in class InputStream
available
public native int available() throws IOException
- Overrides:
- available in class InputStream
close
public native void close() throws IOException
- Overrides:
- close in class InputStream
getFD
public final FD getFD() throws IOException
finalize
protected void finalize() throws IOException
- Overrides:
- finalize in class Object
All Packages Class Hierarchy This Package Previous Next Index