borland Packages Class Hierarchy jb.io Package
BufferedInputFile class
java.lang.Object
+----java.io.InputStream
+----java.io.FilterInputStream
+----java.io.BufferedInputStream
+----com.borland.jb.io.BufferedInputFile
About the BufferedInputFile class
Variables Constructors Properties Methods
This class is used internally by other com.borland classes. You should never use this class directly.
BufferedInputFile variables
Variables implemented in java.io.BufferedInputStream
- buf
- count
- marklimit
- markpos
- pos
Variables implemented in java.io.FilterInputStream
BufferedInputFile constructors
BufferedInputFile properties
*Read-only properties **Write-only properties
Properties implemented in java.lang.Object
BufferedInputFile methods
Methods implemented in this class
Methods implemented in java.io.BufferedInputStream
- available()
- mark(int)
- markSupported()
- read()
- read(byte[], int, int)
- reset()
- skip(long)
Methods implemented in java.io.FilterInputStream
Methods implemented in java.lang.Object
- clone()
- equals(java.lang.Object)
- finalize()
- hashCode()
- notify()
- notifyAll()
- toString()
- wait()
- wait(long)
- wait(long, int)
BufferedInputFile constructors
BufferedInputFile(java.lang.String)
public BufferedInputFile(String path)
This constructor is used internally by other com.borland classes. You should never use this constructor directly.
BufferedInputFile methods
close()
public final void close()
This method is used internally by other com.borland classes. You should never use this method directly.
Overrides: java.io.FilterInputStream.close()
readLine()
public final String readLine()
This method is used internally by other com.borland classes. You should never use this method directly.