Hoogle Search
Within LTS Haskell 24.52 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
gi-gio GI.Gio.Objects.DataInputStream Reads a line from the data input stream. Note that no encoding checks or conversion is performed; the input is not guaranteed to be UTF-8, and may in fact have embedded NUL characters. If cancellable is not Nothing, then the operation can be cancelled by triggering the cancellable object from another thread. If the operation was cancelled, the error IOErrorEnumCancelled will be returned.
-
gi-gio GI.Gio.Objects.DataInputStream The asynchronous version of dataInputStreamReadLine. It is an error to have two outstanding calls to this function. When the operation is finished, callback will be called. You can then call dataInputStreamReadLineFinish to get the result of the operation. Since: 2.20
-
gi-gio GI.Gio.Objects.DataInputStream Finish an asynchronous call started by dataInputStreamReadLineAsync. Note the warning about string encoding in dataInputStreamReadLine applies here as well. Since: 2.20
-
gi-gio GI.Gio.Objects.DataInputStream Finish an asynchronous call started by dataInputStreamReadLineAsync. Since: 2.30
-
gi-gio GI.Gio.Objects.DataInputStream Reads a UTF-8 encoded line from the data input stream. If cancellable is not Nothing, then the operation can be cancelled by triggering the cancellable object from another thread. If the operation was cancelled, the error IOErrorEnumCancelled will be returned. Since: 2.30
-
gi-gio GI.Gio.Objects.DataInputStream Reads an unsigned 16-bit/2-byte value from stream. In order to get the correct byte order for this read operation, see dataInputStreamGetByteOrder and dataInputStreamSetByteOrder.
-
gi-gio GI.Gio.Objects.DataInputStream Reads an unsigned 32-bit/4-byte value from stream. In order to get the correct byte order for this read operation, see dataInputStreamGetByteOrder and dataInputStreamSetByteOrder. If cancellable is not Nothing, then the operation can be cancelled by triggering the cancellable object from another thread. If the operation was cancelled, the error IOErrorEnumCancelled will be returned.
-
gi-gio GI.Gio.Objects.DataInputStream Reads an unsigned 64-bit/8-byte value from stream. In order to get the correct byte order for this read operation, see dataInputStreamGetByteOrder. If cancellable is not Nothing, then the operation can be cancelled by triggering the cancellable object from another thread. If the operation was cancelled, the error IOErrorEnumCancelled will be returned.
-
gi-gio GI.Gio.Objects.DataInputStream Deprecated: (Since version 2.56)Use dataInputStreamReadUpto instead, which has moreconsistent behaviour regarding the stop character.
-
gi-gio GI.Gio.Objects.DataInputStream Deprecated: (Since version 2.56)Use dataInputStreamReadUptoAsync instead, whichhas more consistent behaviour regarding the stop character.