org.freehep.util.io
Interface TaggedOutput

All Known Implementing Classes:
TaggedOutputStream

public interface TaggedOutput

Version:
$Id: TaggedOutput.java 8584 2006-08-10 23:06:37Z 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 © 2000-2007 FreeHEP. All Rights Reserved.