Skip to content

Instantly share code, notes, and snippets.

@trukhinyuri
Created March 15, 2012 07:29
Show Gist options
  • Select an option

  • Save trukhinyuri/2042728 to your computer and use it in GitHub Desktop.

Select an option

Save trukhinyuri/2042728 to your computer and use it in GitHub Desktop.
var pointer : Long
get() = this.toString()
set(value) {
if (value >=0) { $seek = value }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment