object
Converter
Type Members
-
implicit
class
ByteUtils extends AnyRef
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
def
dateString(value: Long): String
-
def
decoderIdToNumber(decoderId: String): Int
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
def
intToBytes(value: Int): Array[Byte]
-
def
ipAddressToInt(v: String): Int
-
final
def
isInstanceOf[T0]: Boolean
-
def
longToBytes(value: Long): Array[Byte]
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
processEsc(msgBytes: Array[Byte]): Array[Byte]
-
def
processUnEsc(msgBytes: Array[Byte]): Array[Byte]
-
def
requestIdToNumber(requestId: String): Long
-
def
rtcTimeText(v: Any): String
-
def
shortToBytes(value: Short): Array[Byte]
-
def
spl(expr: ⇒ String): List[String]
-
def
stringLabelToBytes(value: String): Array[Byte]
-
def
stringNumberToBytes(value: String): Array[Byte]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toHexByte(b: Array[Byte], offset: Int): String
-
def
toHexInt(b: Array[Byte], offset: Int): String
-
def
toHexInt3(b: Array[Byte], offset: Int): String
-
def
toHexLong(b: Array[Byte], offset: Int): String
-
def
toHexShort(b: Array[Byte], offset: Int): String
-
def
toHexString(bytes: Array[Byte]): String
-
def
toHexString(bytes: Array[Byte], offset: Int, length: Int): String
-
def
toIpAddress(ipHexNum: Int): String
-
def
toString(bytes: Array[Byte], offset: Int, length: Int): String
-
def
toString(): String
-
def
toUnsignedString(l: Long): String
-
def
toUnsignedString(l: Int): String
-
def
toUnsignedString(l: Short): String
-
def
toUnsignedString(l: Byte): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Inherited from AnyRef
Inherited from Any
Created by skoky on 06.12.15.