Class EntityWriter


  • public class EntityWriter
    extends Object
    Author:
    eric.wittmann@gmail.com
    • Constructor Detail

      • EntityWriter

        public EntityWriter​(ZipOutputStream zip)
        Constructor.
        Parameters:
        zip -
    • Method Detail

      • writeEntity

        public void writeEntity​(Entity entity)
                         throws IOException
        Writes the given entity to the zip output stream.
        Parameters:
        entity -
        Throws:
        IOException