FreeHEP API
Version v1.2

org.freehep.graphicsio.emf
Class EOF

java.lang.Object
  |
  +--org.freehep.util.io.Tag
        |
        +--org.freehep.graphicsio.emf.EMFTag
              |
              +--org.freehep.graphicsio.emf.EOF

public class EOF
extends EMFTag

Rectangle TAG.

Version:
$Id: EOF.java,v 1.1 2002/02/27 22:05:03 duns Exp $
Author:
Mark Donszelmann

Field Summary
 
Fields inherited from class org.freehep.util.io.Tag
DEFAULT_TAG
 
Constructor Summary
EOF()
           
 
Method Summary
 EMFTag read(int tagID, EMFInputStream emf, int len)
           
 void write(int tagID, EMFOutputStream emf)
          Writes the extra tag information to the outputstream in binary format.
 
Methods inherited from class org.freehep.graphicsio.emf.EMFTag
read, toString, write
 
Methods inherited from class org.freehep.util.io.Tag
getName, getTag, getTagType, getVersion
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EOF

public EOF()
Method Detail

read

public EMFTag read(int tagID,
                   EMFInputStream emf,
                   int len)
            throws IOException
Specified by:
read in class EMFTag
IOException

write

public void write(int tagID,
                  EMFOutputStream emf)
           throws IOException
Description copied from class: EMFTag
Writes the extra tag information to the outputstream in binary format. This implementation writes nothing, but concrete tags may override this method. This method is called just after the TagHeader is written.

Overrides:
write in class EMFTag
Parameters:
tagID - id of the tag
emf - Binary CGM output stream
IOException

FreeHEP API
Version v1.2

Copyright © 2000-2003 FreeHEP, All Rights Reserved.