
Icon | Member | Description |
---|---|---|
![]() | readUnicode(array<Byte>[]()[], Int32, Int32, String) | This method will read the specified len at position pos from
the byte array and create a unicode String expecting the String
to end with a byte 0
|
![]() | readUnicode(array<Byte>[]()[], Int32, Int32) | This method will read the specified len at position pos from
the byte array and create a UTF-8 unicode String expecting
the String to end with a byte 0
|