Package Swift\ByteStream
Swift_ByteStream_AbstractFilterableInputStream | Provides the base functionality for an InputStream supporting filters. |
Swift_ByteStream_ArrayByteStream | Allows reading and writing of bytes to and from an array. |
Swift_ByteStream_FileByteStream | Allows reading and writing of bytes to and from a file. |
Swift_FileStream | An OutputByteStream which specifically reads from a file. |
Swift_InputByteStream | An abstract means of writing data. Classes implementing this interface may use a subsystem which requires less memory than working with large strings of data. |
Swift_OutputByteStream | An abstract means of reading data. Classes implementing this interface may use a subsystem which requires less memory than working with large strings of data. |