Interface GATKReadWriter

All Superinterfaces:
AutoCloseable, Closeable
All Known Implementing Classes:
SAMFileGATKReadWriter

public interface GATKReadWriter extends Closeable
Interface for classes that are able to write GATKReads to some output destination.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     

    Methods inherited from interface java.io.Closeable

    close
  • Method Details