Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
stdio
v0.1.0
Stdio
C
Capture
Out
ReadersType
Built with Crystal 1.9.2
2023-10-07 23:08:29 UTC
class
Stdio::Capture::Out
Stdio::Capture::Out
Reference
Object
Defined in:
stdio/capture.cr
Constructors
.new
(io : IO::FileDescriptor)
Instance Method Summary
#capture
#reader
: IO::FileDescriptor
#uncapture
#writer
: IO::FileDescriptor
Constructor Detail
def self.
new
(io : IO::FileDescriptor)
#
[
View source
]
Instance Method Detail
def
capture
#
[
View source
]
def
reader
: IO::FileDescriptor
#
[
View source
]
def
uncapture
#
[
View source
]
def
writer
: IO::FileDescriptor
#
[
View source
]