Package xyz.cofe.text

Class 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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getLength()
      Возвращает кол-во расшифрованных байт
      java.lang.String getMessage()
      Возвращает описание
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Decoded

        public Decoded​(int length,
                       java.lang.String message)
        Конструктор
        Parameters:
        length - кол-во расшифрованных байт
        message - описание
    • Method Detail

      • getLength

        public int getLength()
        Возвращает кол-во расшифрованных байт
        Returns:
        кол-во байт
      • getMessage

        public java.lang.String getMessage()
        Возвращает описание
        Returns:
        описание