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.

  1. pokeByteString :: ByteString -> Ptr Word8 -> IO (Ptr Word8)

    flat Flat.Memory

    Copy bytestring to given pointer, returns new pointer

  2. data ShortByteString

    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.

  3. package genvalidity-bytestring

    GenValidity support for ByteString GenValidity support for ByteString

  4. genLazyByteStringBy :: Gen Word8 -> Gen ByteString

    genvalidity-bytestring Data.GenValidity.ByteString

    No documentation available.

  5. genLazyByteStringByStrictByteString :: Gen ByteString -> Gen ByteString

    genvalidity-bytestring Data.GenValidity.ByteString

    No documentation available.

  6. genStrictByteStringBy :: Gen Word8 -> Gen ByteString

    genvalidity-bytestring Data.GenValidity.ByteString

    No documentation available.

  7. fileSetAttributeByteString :: (FileClass file, GlibString string) => file -> string -> string -> [FileQueryInfoFlags] -> Maybe Cancellable -> IO ()

    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.

  8. FileAttributeTypeByteString :: FileAttributeType

    gio System.GIO.File.FileAttribute

    No documentation available.

  9. fileInfoGetAttributeByteString :: (FileInfoClass info, GlibString string) => info -> string -> IO ByteString

    gio System.GIO.File.FileInfo

    Gets the value of a byte string attribute.

  10. fileInfoSetAttributeByteString :: (FileInfoClass info, GlibString string) => info -> string -> ByteString -> IO ()

    gio System.GIO.File.FileInfo

    Sets the attribute to contain the given attrValue, if possible.

Page 76 of many | Previous | Next