Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

App/Activity: Change file related Java libraries to Kotlin #39

Merged
merged 1 commit into from
Jun 14, 2024

Conversation

niley7464
Copy link
Contributor

@niley7464 niley7464 commented Jun 14, 2024

This patch changes Java to Kotlin libraries.
Privious code is created with android-studio's Convert Java to Kotlin.

Related to : #36 (comment)

var read: Int
while ((inFile.read(buffer).also { read = it }) != -1) {
out.write(buffer, 0, read)
am.list("models/")?.let { fileArray ->
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This patch changes Java to Kotlin libraries.
Privious code is created with android-studio's Convert Java to Kotlin.

Signed-off-by: Yelin Jeong <[email protected]>
@wooksong wooksong merged commit 567b179 into nnstreamer:main Jun 14, 2024
2 checks passed
@niley7464 niley7464 deleted the file branch July 16, 2024 04:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants