All Packages Class Hierarchy This Package Previous Next Index
Class gnu.io.SerialOutputStream
java.lang.Object
|
+----java.io.OutputStream
|
+----gnu.io.SerialOutputStream
- public class SerialOutputStream
- extends OutputStream
-
SerialOutputStream(File)
-
-
SerialOutputStream(FileDescriptor)
-
-
SerialOutputStream(String)
-
-
SerialOutputStream(String, boolean)
-
-
cfgetospeed()
-
-
cfmakeraw()
-
-
cfsetospeed(int)
-
-
close()
-
-
finalize()
-
-
getFD()
-
-
GetSpeed()
-
-
SetSpeed(int)
-
-
tcdrain()
-
-
tcflow(int)
-
-
tcflush(int)
-
-
tcgetpgrp()
-
-
tcsendbreak(int)
-
-
tcsetattr(int)
-
-
tcsetpgrp(int)
-
-
write(byte[])
-
-
write(byte[], int, int)
-
-
write(int)
-
SerialOutputStream
public SerialOutputStream(String Filename) throws IOException
SerialOutputStream
public SerialOutputStream(String filename,
boolean openappend) throws IOException
SerialOutputStream
public SerialOutputStream(File file) throws IOException
SerialOutputStream
public SerialOutputStream(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()
cfgetospeed
public native int cfgetospeed()
cfsetospeed
public native int cfsetospeed(int speed)
tcgetpgrp
public native int tcgetpgrp()
tcsetpgrp
public native int tcsetpgrp(int pgrpid)
write
public native void write(int b) throws IOException
- Overrides:
- write in class OutputStream
write
public void write(byte b[]) throws IOException
- Overrides:
- write in class OutputStream
write
public void write(byte b[],
int off,
int len) throws IOException
- Overrides:
- write in class OutputStream
close
public native void close() throws IOException
- Overrides:
- close in class OutputStream
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