write

abstract fun write(str: String)

write the whole data

Parameters

str
  • data to write


abstract fun write(str: String, off: Int, len: Int)

Write part of the data

Parameters

str
  • the data to write (the source)

off
  • offset to start from

len
  • number of chars to write