All Packages  Class Hierarchy  This Package  Previous  Next  Index  

Class org.jos.java.io.OutputStream

java.lang.Object
    |
    +----org.jos.java.io.OutputStream

public abstract class OutputStream
extends Object
JOS replacement of a standard Java IO class.

based on kore-0.0.7 by Glynn Clements

Version:
JOS-FileSystem 4 Preview (25-Mar-98)
Author:
Glynn Clements
Author:
Stefan Reich

Constructor Index

 o OutputStream()

Method Index

 o close()
 o flush()
 o write(byte[])
 o write(byte[], int, int)
 o write(int)

Constructors

 o OutputStream
public OutputStream()

Methods

 o close
public void close() throws IOException
 o flush
public void flush() throws IOException
 o write
public abstract void write(int b) throws IOException
 o write
public void write(byte[] b,
                  int off,
                  int len) throws IOException
 o write
public void write(byte[] b) throws IOException

All Packages  Class Hierarchy  This Package  Previous  Next  Index