All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object
|
+----org.jos.java.io.OutputStream
|
+----org.jos.java.io.FileOutputStream
based on kore-0.0.7 by Glynn Clements
public FileOutputStream(String name) throws IOException
public FileOutputStream(File file) throws IOException
public FileOutputStream(FileDescriptor fd)
public void close() throws IOException
public FileDescriptor getFD() throws IOException
public void write(byte[] b,
int off,
int len) throws IOException
public void write(byte[] b) throws IOException
public void write(int b) throws IOException
All Packages Class Hierarchy This Package Previous Next Index