Class ByteArrayWrapper


  • public class ByteArrayWrapper
    extends java.lang.Object
    This class wraps an array of Byte objects into one object
    • Constructor Summary

      Constructors 
      Constructor Description
      ByteArrayWrapper()
      Class constructor
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Byte[] getBytes()
      Returns the member variable
      void setBytes​(java.lang.Byte[] aBytes)
      Sets the member variable of the class
      • Methods inherited from class java.lang.Object

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

      • ByteArrayWrapper

        public ByteArrayWrapper()
        Class constructor
    • Method Detail

      • setBytes

        public void setBytes​(java.lang.Byte[] aBytes)
        Sets the member variable of the class
        Parameters:
        aBytes - array of Byte objects
      • getBytes

        public java.lang.Byte[] getBytes()
        Returns the member variable
        Returns:
        an array of Byte objects