BEA Systems, Inc.

WebLogic Server 6.1 API Reference

Uses of Class
weblogic.io.common.T3FileOutputStream

Packages that use T3FileOutputStream
weblogic.io.common Client API for WebLogic File, which provides high-speed client-side access to native operating system files on the server. 
 

Uses of T3FileOutputStream in weblogic.io.common
 

Methods in weblogic.io.common that return T3FileOutputStream
 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 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 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://e-docs.bea.com/wls/docs61

WebLogic classes and methods that do not appear in this reference are not public and are not supported.