Class SimpleByteArrayFactory

    • Constructor Detail

      • SimpleByteArrayFactory

        public SimpleByteArrayFactory()
        Creates a new instance of SimpleByteArrayFactory.
    • Method Detail

      • create

        public ByteArray create​(int size)
        Creates an instance of ByteArray of size specified by the size parameter.
        Specified by:
        create in interface ByteArrayFactory
        Parameters:
        size - The size of the ByteArray
        Returns:
        The ByteArray