com.partnersoft.formats.dxf
Class DxfGroupWriter
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DxfGroupWriter
public DxfGroupWriter(VfsFile outputFile)
throws java.io.IOException
- Throws:
java.io.IOException
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