c

org.http4s.util

ByteVectorWriter

final case class ByteVectorWriter(bv: ByteVector = ByteVector.empty, charset: java.nio.charset.Charset = StandardCharsets.UTF_8) extends Writer with Product with Serializable

Writer that will result in a ByteVector

bv

initial ByteVector

Source
Renderable.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ByteVectorWriter
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Writer
  7. AnyRef
  8. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ByteVectorWriter(bv: ByteVector = ByteVector.empty, charset: java.nio.charset.Charset = StandardCharsets.UTF_8)

    bv

    initial ByteVector

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from ByteVectorWriter to any2stringadd[ByteVectorWriter] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (ByteVectorWriter, B)
    Implicit
    This member is added by an implicit conversion from ByteVectorWriter to ArrowAssoc[ByteVectorWriter] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def <<[T](r: T)(implicit arg0: Renderer[T]): ByteVectorWriter.this.type
    Definition Classes
    Writer
  6. final def <<(long: Long): ByteVectorWriter.this.type
    Definition Classes
    Writer
  7. final def <<(int: Int): ByteVectorWriter.this.type
    Definition Classes
    Writer
  8. final def <<(double: Double): ByteVectorWriter.this.type
    Definition Classes
    Writer
  9. final def <<(float: Float): ByteVectorWriter.this.type
    Definition Classes
    Writer
  10. final def <<(char: Char): ByteVectorWriter.this.type
    Definition Classes
    Writer
  11. final def <<(s: CaseInsensitiveString): ByteVectorWriter.this.type
    Definition Classes
    Writer
  12. final def <<(s: String): ByteVectorWriter.this.type
    Definition Classes
    Writer
  13. final def <<#(s: String): ByteVectorWriter.this.type
    Definition Classes
    Writer
  14. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  15. def addSeq[T](s: Seq[T], sep: String = "", start: String = "", end: String = "")(implicit arg0: Renderer[T]): ByteVectorWriter.this.type
    Definition Classes
    Writer
  16. def addStringNel(s: NonEmptyList[String], sep: String = "", start: String = "", end: String = ""): ByteVectorWriter.this.type
    Definition Classes
    Writer
  17. def addStrings(s: Seq[String], sep: String = "", start: String = "", end: String = ""): ByteVectorWriter.this.type
    Definition Classes
    Writer
  18. def append(long: Long): ByteVectorWriter.this.type
    Definition Classes
    ByteVectorWriterWriter
  19. def append(int: Int): ByteVectorWriter.this.type
    Definition Classes
    ByteVectorWriterWriter
  20. def append(double: Double): ByteVectorWriter.this.type
    Definition Classes
    ByteVectorWriterWriter
  21. def append(float: Float): ByteVectorWriter.this.type
    Definition Classes
    ByteVectorWriterWriter
  22. def append(char: Char): ByteVectorWriter.this.type
    Definition Classes
    ByteVectorWriterWriter
  23. def append(s: String): ByteVectorWriter.this.type
    Definition Classes
    ByteVectorWriterWriter
  24. def append[T](r: T)(implicit R: Renderer[T]): ByteVectorWriter.this.type
    Definition Classes
    Writer
  25. def append(ci: CaseInsensitiveString): ByteVectorWriter.this.type
    Definition Classes
    Writer
  26. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  27. val charset: java.nio.charset.Charset
  28. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  29. def ensuring(cond: (ByteVectorWriter) ⇒ Boolean, msg: ⇒ Any): ByteVectorWriter
    Implicit
    This member is added by an implicit conversion from ByteVectorWriter to Ensuring[ByteVectorWriter] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  30. def ensuring(cond: (ByteVectorWriter) ⇒ Boolean): ByteVectorWriter
    Implicit
    This member is added by an implicit conversion from ByteVectorWriter to Ensuring[ByteVectorWriter] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  31. def ensuring(cond: Boolean, msg: ⇒ Any): ByteVectorWriter
    Implicit
    This member is added by an implicit conversion from ByteVectorWriter to Ensuring[ByteVectorWriter] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  32. def ensuring(cond: Boolean): ByteVectorWriter
    Implicit
    This member is added by an implicit conversion from ByteVectorWriter to Ensuring[ByteVectorWriter] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  33. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  34. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  35. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from ByteVectorWriter to StringFormat[ByteVectorWriter] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  36. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  37. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  38. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  39. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  40. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  41. def quote(s: String, escapedChars: BitSet = Writer.HeaderValueDQuote, escapeChar: Char = '\\'): ByteVectorWriter.this.type
    Definition Classes
    Writer
  42. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  43. def toByteVector: ByteVector
  44. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  47. def [B](y: B): (ByteVectorWriter, B)
    Implicit
    This member is added by an implicit conversion from ByteVectorWriter to ArrowAssoc[ByteVectorWriter] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Writer

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from ByteVectorWriter to any2stringadd[ByteVectorWriter]

Inherited by implicit conversion StringFormat from ByteVectorWriter to StringFormat[ByteVectorWriter]

Inherited by implicit conversion Ensuring from ByteVectorWriter to Ensuring[ByteVectorWriter]

Inherited by implicit conversion ArrowAssoc from ByteVectorWriter to ArrowAssoc[ByteVectorWriter]

Ungrouped