87 lines
1.7 KiB
Markdown
87 lines
1.7 KiB
Markdown
# module io.string_reader
|
|
|
|
|
|
## Contents
|
|
- [StringReader.new](#StringReader.new)
|
|
- [StringReader](#StringReader)
|
|
- [needs_fill](#needs_fill)
|
|
- [needs_fill_until](#needs_fill_until)
|
|
- [fill_buffer](#fill_buffer)
|
|
- [fill_buffer_until](#fill_buffer_until)
|
|
- [read_all_bytes](#read_all_bytes)
|
|
- [read_all](#read_all)
|
|
- [read_bytes](#read_bytes)
|
|
- [read_string](#read_string)
|
|
- [read](#read)
|
|
- [read_line](#read_line)
|
|
- [write](#write)
|
|
- [get_data](#get_data)
|
|
- [get_part](#get_part)
|
|
- [get_string](#get_string)
|
|
- [get_string_part](#get_string_part)
|
|
- [flush](#flush)
|
|
- [free](#free)
|
|
- [StringReaderParams](#StringReaderParams)
|
|
|
|
## StringReader.new
|
|
[[Return to contents]](#Contents)
|
|
|
|
## StringReader
|
|
[[Return to contents]](#Contents)
|
|
|
|
## needs_fill
|
|
[[Return to contents]](#Contents)
|
|
|
|
## needs_fill_until
|
|
[[Return to contents]](#Contents)
|
|
|
|
## fill_buffer
|
|
[[Return to contents]](#Contents)
|
|
|
|
## fill_buffer_until
|
|
[[Return to contents]](#Contents)
|
|
|
|
## read_all_bytes
|
|
[[Return to contents]](#Contents)
|
|
|
|
## read_all
|
|
[[Return to contents]](#Contents)
|
|
|
|
## read_bytes
|
|
[[Return to contents]](#Contents)
|
|
|
|
## read_string
|
|
[[Return to contents]](#Contents)
|
|
|
|
## read
|
|
[[Return to contents]](#Contents)
|
|
|
|
## read_line
|
|
[[Return to contents]](#Contents)
|
|
|
|
## write
|
|
[[Return to contents]](#Contents)
|
|
|
|
## get_data
|
|
[[Return to contents]](#Contents)
|
|
|
|
## get_part
|
|
[[Return to contents]](#Contents)
|
|
|
|
## get_string
|
|
[[Return to contents]](#Contents)
|
|
|
|
## get_string_part
|
|
[[Return to contents]](#Contents)
|
|
|
|
## flush
|
|
[[Return to contents]](#Contents)
|
|
|
|
## free
|
|
[[Return to contents]](#Contents)
|
|
|
|
## StringReaderParams
|
|
[[Return to contents]](#Contents)
|
|
|
|
#### Powered by vdoc. Generated on: 7 Feb 2025 12:06:55
|