Class BlobBuffer.UnicodeInputStream

java.lang.Object
java.io.InputStream
net.sourceforge.jtds.util.BlobBuffer.UnicodeInputStream
All Implemented Interfaces:
Closeable, AutoCloseable
Enclosing class:
BlobBuffer

private class BlobBuffer.UnicodeInputStream extends InputStream
A Big Endian Unicode InputStream over the CLOB buffer.
  • Field Details

    • readPtr

      private int readPtr
    • open

      private boolean open
  • Constructor Details

    • UnicodeInputStream

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