The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

RDF::Cowl::Lib::Gen::Class::UIStream - Generated docs for RDF::Cowl::Ulib::UIStream

VERSION

version 1.0.0

MAIN MODULE

RDF::Cowl::Ulib::UIStream

METHODS

deinit

Signature:

  $self->deinit()

Params:

  UIStream $stream 

Documentation:

  Deinitializes the stream, releasing any reserved resource.
  
  @param stream Input stream.
  @return Return code.

    C function name: uistream_deinit

reset

Signature:

  $self->reset()

Params:

  UIStream $stream 

Documentation:

  Resets the stream.
  
  @param stream Input stream.
  @return Return code.

    C function name: uistream_reset

std

Signature:

  $self->std()

Documentation:

  Returns a stream that reads from the standard input.
  
  @return Standard input stream.

    C function name: uistream_std

from_path

Signature:

  $self->from_path(Str $path)

Params:

  UIStream $stream 
  Str $path 

Documentation:

  Initializes a stream that reads from the file at the specified path.
  
  @param stream Input stream.
  @param path Path to the file to read from.
  @return Return code.

    C function name: uistream_from_path

from_file

Signature:

  $self->from_file(InstanceOf["FFI::C::File"] $file)

Params:

  UIStream $stream 
  InstanceOf["FFI::C::File"] $file 

Documentation:

  Initializes a stream that reads from the specified file.
  
  @param stream Input stream.
  @param file The input file.
  @return Return code.

    C function name: uistream_from_file

from_strbuf

Signature:

  $self->from_strbuf(UStrBuf $buf)

Params:

  UIStream $stream 
  UStrBuf $buf 

Documentation:

  Initializes a stream that reads from the specified string buffer.
  
  @param stream Input stream.
  @param buf String buffer.
  @return Return code.

    C function name: uistream_from_strbuf

from_string

Signature:

  $self->from_string(Str $string)

Params:

  UIStream $stream 
  Str $string 

Documentation:

  Initializes a stream that reads from the specified null-terminated string.
  
  @param stream Input stream.
  @param string String.
  @return Return code.

    C function name: uistream_from_string

from_ustring

Signature:

  $self->from_ustring(UString $string)

Params:

  UIStream $stream 
  UString $string 

Documentation:

  Initializes a stream that reads from the specified string.
  
  @param stream Input stream.
  @param string String.
  @return Return code.

    C function name: uistream_from_ustring

AUTHOR

Zakariyya Mughal <zmughal@cpan.org>

COPYRIGHT AND LICENSE

Copyright (C) 2024 by Auto-Parallel Technologies, Inc..

This is free software, licensed under Eclipse Public License - v 2.0.