func write(_ data: ByteBuffer)
s7Citadel19ShellOutboundWriterV5writeyy7NIOCore10ByteBufferVFWhat are these?
s7Citadel19ShellOutboundWriterV5writeyy7NIOCore10ByteBufferVF
FNV24: [6VK5E]
func write(String)
func write([UInt8])
import Citadel
struct ShellOutboundWriter
struct ByteBuffer
ByteBuffer stores contiguously allocated raw bytes. It is a random and sequential accessible sequence of zero or more bytes (octets).
ByteBuffer
func write(_ string: String)
func write(_ data: [UInt8])