org.freehep.util.io
Interface TaggedOutput
-
- All Known Implementing Classes:
- TaggedOutputStream
public interface TaggedOutput
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description voidclose()Close the streamvoidwriteTag(Tag tag)Write a tag.
-
-
-
Method Detail
-
writeTag
void writeTag(Tag tag) throws java.io.IOException
Write a tag.- Parameters:
tag- tag to write- Throws:
java.io.IOException- if write fails
-
close
void close() throws java.io.IOExceptionClose the stream- Throws:
java.io.IOException- if close fails
-
-
DMelt 3.0 © DataMelt by jWork.ORG