package json
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- json
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- case class Segregated(clean: String, controlCharacters: String) extends Product with Serializable
Value Members
- def removeNulTermination(input: Seq[Byte]): Seq[Byte]
- def removeNulTermination(input: Seq[Byte], codec: Codec): Seq[Byte]
- def removeNulTermination(input: Array[Byte]): Array[Byte]
- def removeNulTermination(input: Array[Byte], codec: Codec): Array[Byte]
- def removeNulTermination(input: String): String
- def segregateControlCharacters(input: ByteBuffer): Segregated
- def segregateControlCharacters(input: ByteBuffer, codec: Codec): Segregated
- def segregateControlCharacters(input: Seq[Byte]): Segregated
- def segregateControlCharacters(input: Seq[Byte], codec: Codec): Segregated
- def segregateControlCharacters(input: Array[Byte]): Segregated
- def segregateControlCharacters(input: Array[Byte], codec: Codec): Segregated
- def segregateControlCharacters(input: String): Segregated