Class SynchronizedOutFile

java.lang.Object
org.biojava.nbio.structure.align.util.SynchronizedOutFile

public class SynchronizedOutFile extends Object
  • Constructor Details

    • SynchronizedOutFile

      public SynchronizedOutFile(File f, boolean gzipCompress) throws IOException
      Create a thread safe wrapper for writing to this file, the file will be gzip compressed.
      Parameters:
      f - file to write to
      gzipCompress - flag if file should be gzip compressed
      Throws:
      FileNotFoundException
      IOException
    • SynchronizedOutFile

      public SynchronizedOutFile(File f) throws IOException
      create a thread safe wrapper for working with this file
      Parameters:
      f -
      Throws:
      IOException
  • Method Details