SDAI
Toggle table of contents
Main site
Telegram
Discord
ios
Target filter
ios
Switch theme
Search in API
Skip to content
SDAI
data
/
com.shifthackz.aisdv1.data
Package-level
declarations
Functions
Properties
Properties
ZIP_
MAGIC_
FIRST
Link copied to clipboard
ios
private
val
ZIP_MAGIC_FIRST
:
Byte
ZIP_
MAGIC_
SECOND
Link copied to clipboard
ios
private
val
ZIP_MAGIC_SECOND
:
Byte
ZIP_
SIGNATURE_
LENGTH
Link copied to clipboard
ios
private
const
val
ZIP_SIGNATURE_LENGTH
:
Int
=
4
zip
Signature
Suffixes
Link copied to clipboard
ios
private
val
zipSignatureSuffixes
:
List
<
Pair
<
Byte
,
Byte
>
>
Functions
has
Zip
Archive
Signature
Link copied to clipboard
ios
internal
fun
String
.
hasZipArchiveSignature
(
)
:
Boolean
Checks that a downloaded model artifact starts with a ZIP archive signature.