BEA Systems, Inc.


weblogic.security
Interface Streamable

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

Deprecated. Deprecated in WebLogic Server 7.0.

public interface Streamable

An interface for an I/O-able object.


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://download.oracle.com/docs/cd/E13222_01/wls/docs70

Copyright © 2004 BEA Systems, Inc. All Rights Reserved.
WebLogic Server 7.0 API Reference