Commit fec3702b authored by Him188's avatar Him188

Improve performance

parent 348d13a4
...@@ -94,3 +94,7 @@ actual fun ByteArray.unzip(offset: Int, length: Int): ByteArray { ...@@ -94,3 +94,7 @@ actual fun ByteArray.unzip(offset: Int, length: Int): ByteArray {
} }
} }
/**
* 时间戳
*/
actual val currentTimeMillis: Long get() = System.currentTimeMillis()
\ No newline at end of file
...@@ -74,3 +74,8 @@ actual fun ByteArray.unzip(offset: Int, length: Int): ByteArray { ...@@ -74,3 +74,8 @@ actual fun ByteArray.unzip(offset: Int, length: Int): ByteArray {
return output.toByteArray() return output.toByteArray()
} }
} }
/**
* 时间戳
*/
actual val currentTimeMillis: Long get() = System.currentTimeMillis()
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment