FileDocCategorySizeDatePackage
Literal.javaAPI DocJavaMail 1.4.32345Tue Nov 17 10:38:10 GMT 2009com.sun.mail.iap

Literal

public interface Literal
An interface for objects that provide data dynamically for use in a literal protocol element.
author
Bill Shannon

(Omit source code)

Fields Summary
Constructors Summary
Methods Summary
public intsize()
Return the size of the data.

public voidwriteTo(java.io.OutputStream os)
Write the data to the OutputStream.