com.sun.mail.iap
Interface Literal


public interface Literal

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

Author:
Bill Shannon

Method Summary
 int size()
          Return the size of the data.
 void writeTo(java.io.OutputStream os)
          Write the data to the OutputStream.
 

Method Detail

size

int size()
Return the size of the data.


writeTo

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

Throws:
java.io.IOException


Copyright © 2011 Sun Microsystems, Inc.. All Rights Reserved.