Range

class Range

Specifies the location of an occurrence of sensitive data in an email message or a non-binary text file such as an HTML, TXT, or XML file.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val end: Long?

The number of lines from the beginning of the file to the end of the sensitive data.

Link copied to clipboard
val start: Long?

The number of lines from the beginning of the file to the beginning of the sensitive data.

Link copied to clipboard

The number of characters, with spaces and starting from 1, from the beginning of the first line that contains the sensitive data (start) to the beginning of the sensitive data.

Functions

Link copied to clipboard
inline fun copy(block: Range.Builder.() -> Unit = {}): Range
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String