BEA Systems, Inc.

WebLogic Server 5.1.0 API Reference

Uses of Class
weblogic.security.Coder

Packages that use weblogic.security.Coder
weblogic.security   
 

Uses of weblogic.security.Coder in weblogic.security
 

Fields in weblogic.security declared as weblogic.security.Coder
protected  weblogic.security.Coder CoderInputStream.coder
          The Coder used by this stream.
protected  weblogic.security.Coder CoderOutputStream.coder
          The Coder used by this stream.
 

Methods in weblogic.security that return weblogic.security.Coder
 weblogic.security.Coder CoderInputStream.getCoder()
          Get the Coder used in this stream.
 weblogic.security.Coder CoderOutputStream.getCoder()
          Get the Coder used in this stream.
 

Methods in weblogic.security with parameters of type weblogic.security.Coder
 void CoderInputStream.setCoder(weblogic.security.Coder c)
          Set the Coder used in this stream.
 void CoderOutputStream.setCoder(weblogic.security.Coder c)
          Set the Coder used in this stream.
 

Constructors in weblogic.security with parameters of type weblogic.security.Coder
CoderInputStream.CoderInputStream(java.io.InputStream is, weblogic.security.Coder c)
          Create a new CoderInputStream with the buffer size equal to the Coder block size.
CoderOutputStream.CoderOutputStream(java.io.OutputStream os, weblogic.security.Coder c)
          Create a new CoderOutputStream with the buffer size equal to the Coder block size.
 


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