public interface Literal
Modifier and Type | Method and Description |
---|---|
int |
size()
Return the size of the data.
|
void |
writeTo(OutputStream os)
Write the data to the OutputStream.
|
int size()
void writeTo(OutputStream os) throws IOException
os
- the output streamIOException
- for I/O errorsCopyright © 2017 JBoss by Red Hat. All rights reserved.