|
|||||||||
| Home >> All >> ClassLib >> Common >> java >> [ io overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
ClassLib.Common.java.io
Class FileOutputStream

java.lang.ObjectClassLib.Common.java.io.FileOutputStream
- abstract class FileOutputStream
- extends java.lang.Object
FileOutputStream
- Version:
- $Id: FileOutputStream.java,v 1.8 2003/07/23 18:29:46 joewhaley Exp $
| Field Summary | |
private FileDescriptor |
fd
|
| Constructor Summary | |
(package private) |
FileOutputStream()
|
| Method Summary | |
void |
close()
|
private static void |
initIDs()
|
private void |
open(java.lang.String name)
|
private void |
openAppend(java.lang.String name)
|
void |
write(int b)
|
private void |
writeBytes(byte[] b,
int off,
int len)
|
private void |
writeBytes(byte[] b,
int off,
int len,
FileDescriptor fd)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
fd
private FileDescriptor fd
| Constructor Detail |
FileOutputStream
FileOutputStream()
| Method Detail |
open
private void open(java.lang.String name) throws java.io.FileNotFoundException
openAppend
private void openAppend(java.lang.String name) throws java.io.FileNotFoundException
write
public void write(int b)
throws java.io.IOException
writeBytes
private void writeBytes(byte[] b,
int off,
int len)
throws java.io.IOException
writeBytes
private void writeBytes(byte[] b,
int off,
int len,
FileDescriptor fd)
throws java.io.IOException
close
public void close()
throws java.io.IOException
initIDs
private static void initIDs()
|
|||||||||
| Home >> All >> ClassLib >> Common >> java >> [ io overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
ClassLib.Common.java.io.FileOutputStream