com.sun.mail.iap
类 ResponseInputStream

java.lang.Object
  继承者 com.sun.mail.iap.ResponseInputStream

public class ResponseInputStream
extends Object

Inputstream that is used to read a Response.

版本:
1.10, 07/05/04
作者:
Arun Krishnan, Bill Shannon

构造方法摘要
ResponseInputStream(InputStream in)
          Constructor.
 
方法摘要
 ByteArray readResponse()
          Read a Response from the InputStream.
 ByteArray readResponse(ByteArray ba)
          Read a Response from the InputStream.
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

ResponseInputStream

public ResponseInputStream(InputStream in)
Constructor.

方法详细信息

readResponse

public ByteArray readResponse()
                       throws IOException
Read a Response from the InputStream.

返回:
ByteArray that contains the Response
抛出:
IOException

readResponse

public ByteArray readResponse(ByteArray ba)
                       throws IOException
Read a Response from the InputStream.

返回:
ByteArray that contains the Response
抛出:
IOException


Copyright © 2013. All Rights Reserved.