Hoogle Search
Within LTS Haskell 24.43 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
pokeByteString :: ByteString -> Ptr Word8 -> IO (Ptr Word8)flat Flat.Memory Copy bytestring to given pointer, returns new pointer
-
flat Flat.Types A compact representation of a Word8 vector. It has a lower memory overhead than a ByteString and does not contribute to heap fragmentation. It can be converted to or from a ByteString (at the cost of copying the string data). It supports very few other operations.
package
genvalidity-bytestring GenValidity support for ByteString GenValidity support for ByteString
genLazyByteStringBy :: Gen Word8 -> Gen ByteStringgenvalidity-bytestring Data.GenValidity.ByteString No documentation available.
genLazyByteStringByStrictByteString :: Gen ByteString -> Gen ByteStringgenvalidity-bytestring Data.GenValidity.ByteString No documentation available.
genStrictByteStringBy :: Gen Word8 -> Gen ByteStringgenvalidity-bytestring Data.GenValidity.ByteString No documentation available.
-
gio System.GIO.File.File Sets attribute of type FileAttributeTypeByteString to value. If attribute is of a different type, this operation will fail, returning False. 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 IoErrorCancelled will be returned.
FileAttributeTypeByteString :: FileAttributeTypegio System.GIO.File.FileAttribute No documentation available.
-
gio System.GIO.File.FileInfo Gets the value of a byte string attribute.
-
gio System.GIO.File.FileInfo Sets the attribute to contain the given attrValue, if possible.