Overview
-
class IO
-
module Stream
-
class Buffered
A buffered stream implementation that wraps an underlying IO object to provide efficient buffered reading and writing.
-
class Generic
Base class for stream implementations providing common functionality.
-
module Readable
A module providing readable stream functionality.
-
class StringBuffer
A specialized string buffer for binary data with automatic encoding handling.
-
module Writable
A module providing writable stream functionality.
-
-
-
module OpenSSL
-
module SSL
-
class SSLSocket
SSL socket extensions for stream compatibility.
-
-
-
class BasicSocket
Socket extensions for buffering support.
-
class StringIO
StringIO extensions for buffering support.