public interface Literal
| Modifier and Type | Method | 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 © 2018 Oracle. All rights reserved.