Companion

object Companion

Properties

Link copied to clipboard
const val SEEK_CUR: Int = 1

A seek mode to set the position relative to the current position.

Link copied to clipboard
const val SEEK_END: Int = 2

Seek relative to the end of the stream.

Link copied to clipboard
const val SEEK_SET: Int = 0

Seek from the beginning of the stream.