public interface

Literal

com.google.code.com.sun.mail.iap.Literal

Class Overview

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

Summary

Public Methods
abstract int size()
Return the size of the data.
abstract void writeTo(OutputStream os)
Write the data to the OutputStream.

Public Methods

public abstract int size ()

Return the size of the data.

public abstract void writeTo (OutputStream os)

Write the data to the OutputStream.

Parameters
os
Throws
IOException