Blob

smithy4s.Blob
See theBlob companion object
sealed trait Blob

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def buffer: ByteBuffer
def sameBytesAs(other: Blob): Boolean
def size: Int

Concrete methods

final def toArrayBlob: Blob
final def toBase64String: String
final def toUTF8String: String