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

feat: Implemented method `com.github.zly2006.reden.rvc.tracking.FileS… #16

Closed
wants to merge 1 commit into from

Conversation

onion108
Copy link

@onion108 onion108 commented Aug 30, 2023

…ystemStorage::store`

Description/描述

Implemented method com.github.zly2006.reden.rvc.tracking.FileStorage::store.

Related Issues/相关的 issue

null

  • fix #ISSUE_NUMBER
  • resolve #ISSUE_NUMBER

Checklist/清单

null

  • The issues this PR addresses are related to each other/此 PR 解决的 issue 是相关的
  • My changes are all related to the related issue above/我的修改都与上方的相关 issue 有关
  • My changes generate no new warnings/我的修改没有产生新的警告
  • My code builds and runs on my machine/我的代码在我的电脑上可以编译和运行
  • I documented my code/我已经为我的代码添加了注释/文档

Screenshots

null

@zly2006
Copy link
Owner

zly2006 commented Aug 30, 2023

这部分代码将被弃用,关于rvc请见 #7

@@ -105,3 +105,34 @@ fun memorySizeToString(size: Int) {
}
println("%.2f".format(s) + unit[i])
}

fun ULong.toByteArray(): ByteArray =
arrayOf(
Copy link
Owner

Choose a reason for hiding this comment

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

另外提醒一下可以直接byteArrayOf,这个pr先关了

@zly2006 zly2006 closed this Aug 30, 2023
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