nugu-android
nugu-agent
/
com.skt.nugu.sdk.agent.sds
/
SharedDataStream
/
Writer
Writer
interface
Writer
:
Closeable
Content copied to clipboard
Provides an interface for writing data into the stream
Functions
Functions
close
Link copied to clipboard
abstract
override
fun
close
(
)
Content copied to clipboard
write
Link copied to clipboard
abstract
fun
write
(
bytes
:
ByteArray
,
offsetInBytes
:
Int
,
sizeInBytes
:
Int
)
Content copied to clipboard