Found

class Found(val marker: ByteArray, val source: SourceRef, val files: List<RemoteFile>) : RemoteProbe(source)

A complete set: the marker is readable. marker is its bytes; parse them with your own schema.

Constructors

Link copied to clipboard
constructor(marker: ByteArray, source: SourceRef, files: List<RemoteFile>)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard