BEA Systems, Inc.

WebLogic Server 5.1.0 API Reference

Uses of Class
weblogic.io.common.T3FileOutputStream

Packages that use T3FileOutputStream
weblogic.io.common   
 

Uses of T3FileOutputStream in weblogic.io.common
 

Methods in weblogic.io.common that return T3FileOutputStream
 T3FileOutputStream T3FileSystem.getFileOutputStream(java.lang.String path)
          Convenience method that calls getFile(path) and then invokes the getFileOutputStream() method of the resulting T3File.
 T3FileOutputStream T3FileSystem.getFileOutputStream(java.lang.String path, int bufferSize, int writeBehind)
          Convenience method that calls getFile(path) and then invokes the getFileOutputStream(bufferSize, writeBehind) method of the resulting T3File.
 T3FileOutputStream IOServicesDef.getFileOutputStream(T3File file)
          Convenience method that invokes the getFileOutputStream() method of a T3File.
 T3FileOutputStream IOServicesDef.getFileOutputStream(T3File file, int bufferSize, int writeBehind)
          Convenience method that invokes the getFileOutputStream(bufferSize, writeBehind) method of a T3File.
 T3FileOutputStream IOServicesDef.getFileOutputStream(java.lang.String path)
          Convenience method that calls getFile(path) and then invokes the getFileOutputStream() method of the resulting T3File.
 T3FileOutputStream IOServicesDef.getFileOutputStream(java.lang.String path, int bufferSize, int writeBehind)
          Convenience method that calls getFile(path) and then invokes the getFileOutputStream(bufferSize, writeBehind) method of the resulting T3File.
 T3FileOutputStream T3File.getFileOutputStream()
          Gets a new T3FileOutputStream object for writing to the file.
 T3FileOutputStream T3File.getFileOutputStream(int bufferSize, int writeBehind)
          Gets a new T3FileOutputStream object for writing to the file.
 


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