com.partnersoft.formats.dxf
Class DxfGroupWriter

java.lang.Object
  extended by com.partnersoft.formats.dxf.DxfGroupWriter

public class DxfGroupWriter
extends java.lang.Object

Writes DXFGroups. It's about as simple as you think it is.

Copyright 2006 Partner Software, Inc.

Version:
$Id: DxfGroupWriter.java 1012 2007-11-24 18:30:02Z paul $
Author:
Paul Reavis

Constructor Summary
DxfGroupWriter(VfsFile outputFile)
           
 
Method Summary
 void close()
           
 void writeGroup(DxfGroup group)
           
 void writeGroups(java.lang.Iterable<DxfGroup> groups)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DxfGroupWriter

public DxfGroupWriter(VfsFile outputFile)
               throws java.io.IOException
Throws:
java.io.IOException
Method Detail

writeGroup

public void writeGroup(DxfGroup group)
                throws java.io.IOException
Throws:
java.io.IOException

writeGroups

public void writeGroups(java.lang.Iterable<DxfGroup> groups)
                 throws java.io.IOException
Throws:
java.io.IOException

close

public void close()
           throws java.io.IOException
Throws:
java.io.IOException