StreamReadable
public protocol StreamReadableProtocol for a class which supports writing to a stream for custom network protocols.
- 
                  
                  Initialize an object implementing this protocol by reading data from the given stream. Throws An IOError if reading from the stream fails. DeclarationSwift init(byReadingFrom stream: InputStream) throwsParametersstreamStream from which the data should be read. 
 View on GitHub
            View on GitHub
           StreamReadable Protocol Reference
      StreamReadable Protocol Reference