package iostream
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
Generic, composable IO input and output streams
Install
dune-project
Dependency
Authors
Maintainers
Sources
iostream-0.2.1.tbz
sha256=09cd438f755d46bf10e986be0d3dd2ab243b1f5455c3c7410dcde8de521615a9
sha512=c5f4c251ba33386dd027d2cf340268d14fdbcd3119be6bac3586fd9ad1e9f90992ef12e8fd9fbf2442c6747560d84fd2461656ea639f818e53d0b08e82dd8e9a
doc/iostream/Iostream/In/index.html
Module Iostream.InSource
Input stream.
An input stream that is also seekable.
Wrap a standard input channel.
Source
class open_file : ?close_noerr:bool -> ?mode:int -> ?flags:open_flag list -> string ->
t_seekableSource
val open_file :
?close_noerr:bool ->
?mode:int ->
?flags:open_flag list ->
string ->
t_seekableSource
val with_open_file :
?close_noerr:bool ->
?mode:int ->
?flags:open_flag list ->
string ->
(t_seekable -> 'a) ->
'aAn input channel reading from the string.
An input channel reading from the bytes buffer. See of_string for more details.
Read bytes into the given buffer. This returns 0 only if the stream has reached its end.
Read the whole content into the given buffer.
input_all ic reads the whole content of ic into a string.
Same as input, but reads exactly the demanded amount of bytes.
really_input_string ic n reads exactly n bytes of ic and returns them as a string.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>