toggle menu
search in API
common
selfie-lib
/
com.diffplug.selfie.guts
/
ToBeFileLazyBytes
To
Be
File
Lazy
Bytes
class
ToBeFileLazyBytes
(
val
location
:
TypedPath
,
val
layout
:
SnapshotFileLayout
,
data
:
ByteArray
)
Members
Constructors
To
Be
File
Lazy
Bytes
Link copied to clipboard
constructor
(
location
:
TypedPath
,
layout
:
SnapshotFileLayout
,
data
:
ByteArray
)
Properties
data
Link copied to clipboard
var
data
:
ByteArray
?
When constructed, we always have the data.
layout
Link copied to clipboard
val
layout
:
SnapshotFileLayout
location
Link copied to clipboard
val
location
:
TypedPath
Functions
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
We calculate equality based on this data.
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int