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

Constructor Index

 o SerialOutputStream(File)
 o SerialOutputStream(FileDescriptor)
 o SerialOutputStream(String)
 o SerialOutputStream(String, boolean)

Method Index

 o cfgetospeed()
 o cfmakeraw()
 o cfsetospeed(int)
 o close()
 o finalize()
 o getFD()
 o GetSpeed()
 o SetSpeed(int)
 o tcdrain()
 o tcflow(int)
 o tcflush(int)
 o tcgetpgrp()
 o tcsendbreak(int)
 o tcsetattr(int)
 o tcsetpgrp(int)
 o write(byte[])
 o write(byte[], int, int)
 o write(int)

Constructors

 o SerialOutputStream
 public SerialOutputStream(String Filename) throws IOException
 o SerialOutputStream
 public SerialOutputStream(String filename,
                           boolean openappend) throws IOException
 o SerialOutputStream
 public SerialOutputStream(File file) throws IOException
 o SerialOutputStream
 public SerialOutputStream(FileDescriptor Inputfd)

Methods

 o SetSpeed
 public native void SetSpeed(int speed) throws IOException
 o GetSpeed
 public native int GetSpeed() throws IOException
 o tcsetattr
 public native int tcsetattr(int actions)
 o tcsendbreak
 public native int tcsendbreak(int duration)
 o tcdrain
 public native int tcdrain()
 o tcflush
 public native int tcflush(int selector)
 o tcflow
 public native int tcflow(int action)
 o cfmakeraw
 public native void cfmakeraw()
 o cfgetospeed
 public native int cfgetospeed()
 o cfsetospeed
 public native int cfsetospeed(int speed)
 o tcgetpgrp
 public native int tcgetpgrp()
 o tcsetpgrp
 public native int tcsetpgrp(int pgrpid)
 o write
 public native void write(int b) throws IOException
Overrides:
write in class OutputStream
 o write
 public void write(byte b[]) throws IOException
Overrides:
write in class OutputStream
 o write
 public void write(byte b[],
                   int off,
                   int len) throws IOException
Overrides:
write in class OutputStream
 o close
 public native void close() throws IOException
Overrides:
close in class OutputStream
 o getFD
 public final FD getFD() throws IOException
 o finalize
 protected void finalize() throws IOException
Overrides:
finalize in class Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index