org.opengts.extra.shapefile
Class ShapefileSet.ZipOutput

java.lang.Object
  extended by org.opengts.extra.shapefile.ShapefileSet.ZipOutput
Enclosing class:
ShapefileSet

public static class ShapefileSet.ZipOutput
extends java.lang.Object


Constructor Summary
ShapefileSet.ZipOutput()
           
 
Method Summary
 void close()
           
 boolean saveAs(java.io.File zipFile)
           
 byte[] toByteArray()
           
 void writeZipEntry(java.lang.String name, byte[] data)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShapefileSet.ZipOutput

public ShapefileSet.ZipOutput()
Method Detail

writeZipEntry

public void writeZipEntry(java.lang.String name,
                          byte[] data)

close

public void close()

toByteArray

public byte[] toByteArray()

saveAs

public boolean saveAs(java.io.File zipFile)
               throws java.io.IOException
Throws:
java.io.IOException