Class AsciiWriter

java.lang.Object
java.io.Writer
htsjdk.samtools.util.AsciiWriter
All Implemented Interfaces:
Closeable, Flushable, Appendable, AutoCloseable

public class AsciiWriter extends Writer
Fast (I hope) buffered Writer that converts char to byte merely by casting, rather than charset conversion.
  • Constructor Details

    • AsciiWriter

      public AsciiWriter(OutputStream os)
      Parameters:
      os - need not be buffered as this class buffers
  • Method Details