Class BlobBuffer.AsciiOutputStream

java.lang.Object
java.io.OutputStream
net.sourceforge.jtds.util.BlobBuffer.AsciiOutputStream
All Implemented Interfaces:
Closeable, Flushable, AutoCloseable
Enclosing class:
BlobBuffer

private class BlobBuffer.AsciiOutputStream extends OutputStream
Implements an ASCII OutputStream for CLOB data.
  • Field Details

    • writePtr

      private int writePtr
    • open

      private boolean open
  • Constructor Details

    • AsciiOutputStream

      AsciiOutputStream(long pos) throws IOException
      Costructs an ASCII OutputStream object over the BLOB buffer.
      Parameters:
      pos - the starting position (from 0)
      Throws:
      IOException - if an I/O error occurs
  • Method Details