BytesEntry

case class BytesEntry(value: ByteString) extends MetadataEntry with BytesEntry

Represents a binary metadata entry.

Value parameters:
value

The entry value.

Source:
MetadataEntry.scala
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

override def getValue(): ByteString

Java API: Get the entry value.

Java API: Get the entry value.

Definition Classes
Source:
MetadataEntry.scala

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product