Class AbstractBlobClob.LOIterator

java.lang.Object
org.postgresql.jdbc.AbstractBlobClob.LOIterator
Enclosing class:
AbstractBlobClob

private class AbstractBlobClob.LOIterator extends Object
Iterates over a large object returning byte values. Will buffer the data from the large object.
  • Field Details

    • BUFFER_SIZE

      private static final int BUFFER_SIZE
      See Also:
    • buffer

      private final byte[] buffer
    • idx

      private int idx
    • numBytes

      private int numBytes
  • Constructor Details

  • Method Details