SKDynamicMemoryWStream
public final class SKDynamicMemoryWStream : SKWStream
A writeable, dynamically-sized, memory-based stream.
-
Undocumented
Declaration
Swift
public init() -
Returns the contents of this dynamic memory stream as a Data, this makes a copy of the underlying data
Declaration
Swift
public func getData() -> SKData -
Copies the content of the dynamic memory stream into the provided stream.
Declaration
Swift
public func copy(to: SKWStream)Parameters
tothe target stream to write to
View on GitHub
Install in Dash
SKDynamicMemoryWStream Class Reference