Open Class Propertymigueldeicaza.swiftgodot 0.45.0SwiftGodot
godotClassName
StreamPeerGZIP.swift:15override class var godotClassName: StringName { get }
Overrides
Other members in extension
Instance members
func clear(
) Clears this stream, resetting the internal state.
func finish(
) -> GodotError Finalizes the stream, compressing or decompressing any buffered chunk left.
func startCompression(useDeflate: Bool, bufferSize: Int32
) -> GodotError Start the stream in compression mode with the given
bufferSize
, ifuseDeflate
istrue
uses deflate instead of GZIP.func startDecompression(useDeflate: Bool, bufferSize: Int32
) -> GodotError Start the stream in decompression mode with the given
bufferSize
, ifuseDeflate
istrue
uses deflate instead of GZIP.