-
public interface Literal
An interface for objects that provide data dynamically for use in a literal protocol element.- Author:
- Bill Shannon
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
size()
Return the size of the data.void
writeTo(java.io.OutputStream os)
Write the data to the OutputStream.
-