QueueBlob

smithy4s.Blob.QueueBlob
final class QueueBlob extends Blob

Attributes

Graph
Supertypes
trait Blob
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def apply(i: Int): Byte
override def foreach(f: Byte => Unit): Unit

Attributes

Definition Classes
override def foreachWithIndex(f: (Byte, Int) => Unit): Unit

Attributes

Definition Classes
override def toString(): String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Any

Inherited methods

final def ++(other: Blob): Blob

Attributes

Inherited from:
Blob
def asByteBuffer: ByteBuffer

Attributes

Inherited from:
Blob
def asByteBuffer(offset: Int, size: Int): ByteBuffer

Attributes

Inherited from:
Blob
def asByteBufferUnsafe: ByteBuffer

Attributes

Inherited from:
Blob
def asByteBufferUnsafe(offset: Int, size: Int): ByteBuffer

Attributes

Inherited from:
Blob
def concat(other: Blob): Blob

Attributes

Inherited from:
Blob
def copyToArray(xs: Array[Byte], start: Int, offset: Int, size: Int): Unit

Attributes

Inherited from:
Blob
def copyToBuffer(buffer: ByteBuffer, offset: Int, size: Int): Int

Attributes

Inherited from:
Blob
def copyToStream(s: OutputStream, offset: Int, size: Int): Unit

Attributes

Inherited from:
Blob
def sameBytesAs(other: Blob): Boolean

Attributes

Inherited from:
Blob

Attributes

Inherited from:
Blob

Attributes

Inherited from:
Blob

Attributes

Inherited from:
Blob
final def toBase64String: String

Attributes

Inherited from:
Blob
final def toUTF8String: String

Attributes

Inherited from:
Blob

Concrete fields

val blobs: Queue[Blob]
val size: Int