Perl x Open Food Facts Hackathon: Paris, France - May 24-25 Learn more

1;
=head1 Name
SPVM::Sys::IO::DirStream - the class for the C<DIR> type in C<C language>.
=head1 Usage
use Sys::IO;
my $dir = "foo";
# Sys::IO::DirStream
my $dir_stream = Sys::IO->opendir($dir);
=head1 Description
C<Sys::IO::DirStream> is the class for the C<DIR> type in C<C language>.
This is a L<pointer class|SPVM::Document::Language/"Pointer Class">.
=head1 Fields
=head2 closed
has closed : ro byte;
The directory stream is closed.
=head1 Instance Methods
method DESTROY : void ();
The destructor.
=head1 Copyright & License
Copyright (c) 2023 Yuki Kimoto
MIT License