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
- Alphabetic
- By Inheritance
Inherited
- ByteVectorWriter
- Serializable
- Serializable
- Product
- Equals
- Writer
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
-
new
ByteVectorWriter(bv: ByteVector = ByteVector.empty, charset: java.nio.charset.Charset = StandardCharsets.UTF_8)
- bv
initial ByteVector
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
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
-
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()
-
final
def
<<[T](r: T)(implicit arg0: Renderer[T]): ByteVectorWriter.this.type
- Definition Classes
- Writer
-
final
def
<<(long: Long): ByteVectorWriter.this.type
- Definition Classes
- Writer
-
final
def
<<(int: Int): ByteVectorWriter.this.type
- Definition Classes
- Writer
-
final
def
<<(double: Double): ByteVectorWriter.this.type
- Definition Classes
- Writer
-
final
def
<<(float: Float): ByteVectorWriter.this.type
- Definition Classes
- Writer
-
final
def
<<(char: Char): ByteVectorWriter.this.type
- Definition Classes
- Writer
-
final
def
<<(s: CaseInsensitiveString): ByteVectorWriter.this.type
- Definition Classes
- Writer
-
final
def
<<(s: String): ByteVectorWriter.this.type
- Definition Classes
- Writer
-
final
def
<<#(s: String): ByteVectorWriter.this.type
- Definition Classes
- Writer
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
addSeq[T](s: Seq[T], sep: String = "", start: String = "", end: String = "")(implicit arg0: Renderer[T]): ByteVectorWriter.this.type
- Definition Classes
- Writer
-
def
addStringNel(s: NonEmptyList[String], sep: String = "", start: String = "", end: String = ""): ByteVectorWriter.this.type
- Definition Classes
- Writer
-
def
addStrings(s: Seq[String], sep: String = "", start: String = "", end: String = ""): ByteVectorWriter.this.type
- Definition Classes
- Writer
-
def
append(long: Long): ByteVectorWriter.this.type
- Definition Classes
- ByteVectorWriter → Writer
-
def
append(int: Int): ByteVectorWriter.this.type
- Definition Classes
- ByteVectorWriter → Writer
-
def
append(double: Double): ByteVectorWriter.this.type
- Definition Classes
- ByteVectorWriter → Writer
-
def
append(float: Float): ByteVectorWriter.this.type
- Definition Classes
- ByteVectorWriter → Writer
-
def
append(char: Char): ByteVectorWriter.this.type
- Definition Classes
- ByteVectorWriter → Writer
-
def
append(s: String): ByteVectorWriter.this.type
- Definition Classes
- ByteVectorWriter → Writer
-
def
append[T](r: T)(implicit R: Renderer[T]): ByteVectorWriter.this.type
- Definition Classes
- Writer
-
def
append(ci: CaseInsensitiveString): ByteVectorWriter.this.type
- Definition Classes
- Writer
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- val charset: java.nio.charset.Charset
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
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
-
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
-
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
-
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
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
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()
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
-
def
quote(s: String, escapedChars: BitSet = Writer.HeaderValueDQuote, escapeChar: Char = '\\'): ByteVectorWriter.this.type
- Definition Classes
- Writer
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- def toByteVector: ByteVector
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
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