Package com.sun.mail.iap
Interface Literal
- 
public interface LiteralAn interface for objects that provide data dynamically for use in a literal protocol element. 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intsize()Return the size of the data.voidwriteTo(java.io.OutputStream os)Write the data to the OutputStream. 
 -