write

open override 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


open override fun write(str: String)

write the whole data

Parameters

str
  • data to write