class AsciiStringDecoderWrapper extends Serializable with (Array[Byte]) ⇒ Any
This class is an ASCII string decoder wrapper to workaround Charset not being serializable. An instance of this class can be casted to (Array[Byte] => Any) - a function for decoding an array of bytes into an arbitrary type. For this decoder the output type is always string.
- returns
A string representation of the binary data
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- AsciiStringDecoderWrapper
- Function1
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
-
new
AsciiStringDecoderWrapper(trimmingType: Int, asciiCharsetName: String, improvedNullDetection: Boolean)
- trimmingType
Specifies if and how the soutput string should be trimmed
- asciiCharsetName
A charset name of input strings
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
andThen[A](g: (Any) ⇒ A): (Array[Byte]) ⇒ A
- Definition Classes
- Function1
- Annotations
- @unspecialized()
-
def
apply(bytes: Array[Byte]): String
A decoder for any ASCII string fields (alphabetical or any char)
A decoder for any ASCII string fields (alphabetical or any char)
- bytes
A byte array that represents the binary data
- returns
A string representation of the binary data
- Definition Classes
- AsciiStringDecoderWrapper → Function1
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- lazy val charset: Charset
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
compose[A](g: (A) ⇒ Array[Byte]): (A) ⇒ Any
- Definition Classes
- Function1
- Annotations
- @unspecialized()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- Function1 → AnyRef → Any
-
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( ... ) @native()