Package xyz.cofe.text
Class BytesDump.Decoded
java.lang.Object
xyz.cofe.text.BytesDump.Decoded
- Enclosing class:
- BytesDump
public static class BytesDump.Decoded
extends java.lang.Object
Расшифровка набора байт
-
Constructor Summary
Constructors Constructor Description Decoded(int length, java.lang.String message)Конструктор -
Method Summary
Modifier and Type Method Description intgetLength()Возвращает кол-во расшифрованных байтjava.lang.StringgetMessage()Возвращает описание
-
Constructor Details
-
Decoded
public Decoded(int length, java.lang.String message)Конструктор- Parameters:
length- кол-во расшифрованных байтmessage- описание
-
-
Method Details
-
getLength
public int getLength()Возвращает кол-во расшифрованных байт- Returns:
- кол-во байт
-
getMessage
public java.lang.String getMessage()Возвращает описание- Returns:
- описание
-