BEA Systems, Inc.

WebLogic Server 5.1.0 API Reference

Uses of Class
weblogic.io.common.T3FileInputStream

Packages that use T3FileInputStream
weblogic.io.common   
 

Uses of T3FileInputStream in weblogic.io.common
 

Methods in weblogic.io.common that return T3FileInputStream
 T3FileInputStream T3FileSystem.getFileInputStream(java.lang.String path)
          Convenience method that calls getFile(path) and then invokes the getFileInputStream() method of the resulting T3File.
 T3FileInputStream T3FileSystem.getFileInputStream(java.lang.String path, int bufferSize, int readAhead)
          Convenience method that calls getFile(path) and then invokes the getFileInputStream(bufferSize, readAhead) method of the resulting T3File.
 T3FileInputStream IOServicesDef.getFileInputStream(T3File file)
          Convenience method that invokes the getFileInputStream() method of a T3File.
 T3FileInputStream IOServicesDef.getFileInputStream(T3File file, int bufferSize, int readAhead)
          Convenience method that invokes the getFileInputStream(bufferSize, readAhead) method of a T3File.
 T3FileInputStream IOServicesDef.getFileInputStream(java.lang.String path)
          Convenience method that calls getFile(path) and then invokes the getFileInputStream() method of the resulting T3File.
 T3FileInputStream IOServicesDef.getFileInputStream(java.lang.String path, int bufferSize, int readAhead)
          Convenience method that calls getFile(path) and then invokes the getFileInputStream(bufferSize, readAhead) method of the resulting T3File.
 T3FileInputStream T3File.getFileInputStream()
          Gets a new T3FileInputStream object for reading from the file.
 T3FileInputStream T3File.getFileInputStream(int bufferSize, int readAhead)
          Gets a new T3FileInputStream object for reading from the file.
 


Documentation is available at
http://www.weblogic.com/docs51