Name

SPVM::Sys::IO::FileStream - FILE structure in the C language.

Description

The Sys::IO::FileStream of SPVM represetns the FILE structure in the C language.

Usage

use Sys::IO::FileStream;

Details

This class is a pointer class. The pointer of the instance is set to a FILE object.

Fields

closed

has closed : ro byte;

The file stream is closed.

no_destroy

has no_destroy : ro byte;

Do not call the "DESTROY" method.

Instance Methods

method DESTROY : void ();

The destructor.

Copyright & License

Copyright (c) 2023 Yuki Kimoto

MIT License