ExposedBlob

class ExposedBlob(inputStream: InputStream)

Represents a wrapper for an inputStream of bytes to be used in binary columns.

Constructors

Link copied to clipboard
constructor(bytes: ByteArray)
constructor(inputStream: InputStream)

Properties

Link copied to clipboard

The ByteArray returned as a result of reading the contained InputStream completely.

Link copied to clipboard

The InputStream contained by this wrapper.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard

Returns the hex-encoded string of the contained InputStream after being read.