org.freehep.util.io
Interface TaggedOutput

All Known Implementing Classes:
TaggedOutputStream

public interface TaggedOutput

Version:
$Id: src/main/java/org/freehep/util/io/TaggedOutput.java 96b41b903496 2005/11/21 19:50:18 duns $
Author:
Mark Donszelmann

Method Summary
 void close()
          Close the stream
 void writeTag(Tag tag)
          Write a tag.
 

Method Detail

writeTag

void writeTag(Tag tag)
              throws IOException
Write a tag.

Parameters:
tag - tag to write
Throws:
IOException - if write fails

close

void close()
           throws IOException
Close the stream

Throws:
IOException - if close fails


Copyright © 2012. All Rights Reserved.