public interface TaggedOutput
Modifier and Type | Method and Description |
---|---|
void |
close()
Close the stream
|
void |
writeTag(Tag tag)
Write a tag.
|
void writeTag(Tag tag) throws IOException
tag
- tag to writeIOException
- if write failsvoid close() throws IOException
IOException
- if close failsCopyright © 2016. All rights reserved.