IMGLYFileWriter

open class IMGLYFileWriter(settingsList: <ERROR CLASS>)
open class IMGLYFileWriter(settingsList: <ERROR CLASS>)

Functions

equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
open override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String
open override fun toString(): String
writeJson
Link copied to clipboard
fun writeJson(file: File): <ERROR CLASS>
fun writeJson(outputStream: OutputStream?): <ERROR CLASS>
fun writeJson(writer: Writer)
fun writeJson(file: File): <ERROR CLASS>
fun writeJson(outputStream: OutputStream?): <ERROR CLASS>
fun writeJson(writer: Writer)
writeJsonAsBytes
Link copied to clipboard
fun writeJsonAsBytes(): ByteArray
fun writeJsonAsBytes(): ByteArray
writeJsonAsString
Link copied to clipboard
fun writeJsonAsString(): String
fun writeJsonAsString(): String

Inheritors

PESDKFileWriter
Link copied to clipboard