FileDocCategorySizeDatePackage
Literal.javaAPI DocGlassfish v2 API2412Mon May 14 15:28:44 BST 2007com.sun.mail.iap

Literal

public interface Literal
An interface for objects that provide data dynamically for use in a literal protocol element.
version
1.4, 07/05/04
author
Bill Shannon

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.