com.sun.mail.iap
接口 Literal


public interface Literal

An interface for objects that provide data dynamically for use in a literal protocol element.

版本:
1.4, 07/05/04
作者:
Bill Shannon

方法摘要
 int size()
          Return the size of the data.
 void writeTo(OutputStream os)
          Write the data to the OutputStream.
 

方法详细信息

size

int size()
Return the size of the data.


writeTo

void writeTo(OutputStream os)
             throws IOException
Write the data to the OutputStream.

抛出:
IOException


Copyright © 2013. All Rights Reserved.