ToBeFileLazyBytes

class ToBeFileLazyBytes(val location: TypedPath, val layout: SnapshotFileLayout, data: ByteArray)

Constructors

Link copied to clipboard
constructor(location: TypedPath, layout: SnapshotFileLayout, data: ByteArray)

Properties

Link copied to clipboard

When constructed, we always have the data.

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean

We calculate equality based on this data.

Link copied to clipboard
open override fun hashCode(): Int