Literalpublic interface Literal An interface for objects that provide data dynamically for use in
a literal protocol element. |
Methods Summary |
---|
public int | size()Return the size of the data.
| public void | writeTo(java.io.OutputStream os)Write the data to the OutputStream.
|
|