|
|||||||||
| 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 FileInputStream

java.lang.ObjectClassLib.Common.java.io.FileInputStream
- abstract class FileInputStream
- extends java.lang.Object
FileInputStream
- Version:
- $Id: FileInputStream.java,v 1.8 2003/07/23 18:29:46 joewhaley Exp $
| Field Summary | |
private FileDescriptor |
fd
|
| Constructor Summary | |
(package private) |
FileInputStream()
|
| Method Summary | |
int |
available()
|
void |
close()
|
private static void |
initIDs()
|
private void |
open(java.lang.String name)
|
int |
read()
|
private int |
readBytes(byte[] b,
int off,
int len)
|
private int |
readBytes(byte[] b,
int off,
int len,
FileDescriptor fd)
|
long |
skip(long n)
|
| 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 |
FileInputStream
FileInputStream()
| Method Detail |
open
private void open(java.lang.String name) throws java.io.FileNotFoundException
read
public int read()
throws java.io.IOException
readBytes
private int readBytes(byte[] b,
int off,
int len)
throws java.io.IOException
readBytes
private int readBytes(byte[] b,
int off,
int len,
FileDescriptor fd)
throws java.io.IOException
skip
public long skip(long n)
throws java.io.IOException
available
public int available()
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.FileInputStream