Class EncryptedTableWriter

java.lang.Object

public class EncryptedTableWriter
extends AlpacaExcelTableWriter

EncryptedTableWriter class.

Version:
$Id: $Id
Author:
DavidKelley on 9/25/18.
  • Constructor Summary

    Constructors 
    Constructor Description
    EncryptedTableWriter​(java.io.OutputStream outputStream)
    Constructor for EncryptedTableWriter.
  • Method Summary

    Modifier and Type Method Description
    java.io.File encrypt​(java.io.File file, java.lang.String password)
    encrypt.

    Methods inherited from class co.ecg.alpaca.core.table.AlpacaExcelTableWriter

    append, close, flush, getOutputStream, getWorkBook, writeHeaders

    Methods inherited from class co.ecg.alpaca.core.table.AlpacaTableWriter

    addColumn

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • encrypt

      public java.io.File encrypt​(java.io.File file, java.lang.String password) throws java.io.IOException

      encrypt.

      Parameters:
      file - a File object.
      password - a String object.
      Returns:
      a File object.
      Throws:
      java.io.IOException - if any.