registerWith static method
void
registerWith()
Registers this class as the default instance of ZstandardPlatform
.
Implementation
static void registerWith() {
ZstandardPlatform.instance = ZstandardMacOS();
}
Registers this class as the default instance of ZstandardPlatform
.
static void registerWith() {
ZstandardPlatform.instance = ZstandardMacOS();
}