# Structs
ReadCloser implements io.ReadCloser by reading from a particular io.Reader and then calling the provided "Close()" method.
WriteCloser implements io.WriteCloser by reading from a particular io.Writer and then calling the provided "Close()" method.