Interface ByteArrayFactory

    • Method Detail

      • create

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