Class ByteSetter


  • public class ByteSetter
    extends java.lang.Object
    Allows writing bytes to a String in hex format.
    Author:
    Sebastian Baumhekel
    • Constructor Summary

      Constructors 
      Constructor Description
      ByteSetter()
      Constructs an instance.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String toString()  
      void write​(byte b)
      Writes a byte.
      • Methods inherited from class java.lang.Object

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

      • ByteSetter

        public ByteSetter()
        Constructs an instance.
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • write

        public void write​(byte b)
        Writes a byte.
        Parameters:
        b - byte value to set with