BEA Systems, Inc.

WebLogic Server 8.1 API Reference

weblogic.security
Interface Streamable

All Known Implementing Classes:
X500Name, X509, weblogic.security.SSL.HandshakeMessage

Deprecated. Deprecated in WebLogic Server 7.0.

public interface Streamable

An interface for an I/O-able object.

Author:
Copyright © 2004 BEA Systems, Inc. All Rights Reserved.

Method Summary
 void input(java.io.InputStream is)
          Deprecated. Input from the specified input stream.
 int length()
          Deprecated. Length of input/output.
 void output(java.io.OutputStream os)
          Deprecated. Output to the specified output stream.
 

Method Detail

output

public void output(java.io.OutputStream os)
            throws java.io.IOException
Deprecated. 
Output to the specified output stream.

input

public void input(java.io.InputStream is)
           throws java.io.IOException
Deprecated. 
Input from the specified input stream.

length

public int length()
Deprecated. 
Length of input/output.

Documentation is available at
http://e-docs.bea.com/wls/docs81