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. type LByteString = ByteString

    protolude Protolude

    No documentation available.

  2. putByteString :: MonadIO m => ByteString -> m ()

    protolude Protolude.Show

    No documentation available.

  3. putLByteString :: MonadIO m => ByteString -> m ()

    protolude Protolude.Show

    No documentation available.

  4. unsafeByteStringToCArray :: (Ix i, Storable e) => (i, i) -> ByteString -> Maybe (CArray i e)

    carray Data.Array.CArray

    O(1) Turn a ByteString into a CArray. Unsafe because it uses castForeignPtr and thus is not platform independent. Returns Nothing if the range specified is larger than the size of the ByteString or the start of the ByteString does not fulfil the alignment requirement of the resulting CArray (as specified by the Storable instance).

  5. unsafeCArrayToByteString :: Storable e => CArray i e -> ByteString

    carray Data.Array.CArray

    O(1) Turn a CArray into a ByteString. Unsafe because it uses castForeignPtr and thus is not platform independent.

  6. unsafeByteStringToCArray :: (Ix i, Storable e) => (i, i) -> ByteString -> Maybe (CArray i e)

    carray Data.Array.CArray.Base

    O(1) Turn a ByteString into a CArray. Unsafe because it uses castForeignPtr and thus is not platform independent. Returns Nothing if the range specified is larger than the size of the ByteString or the start of the ByteString does not fulfil the alignment requirement of the resulting CArray (as specified by the Storable instance).

  7. unsafeCArrayToByteString :: Storable e => CArray i e -> ByteString

    carray Data.Array.CArray.Base

    O(1) Turn a CArray into a ByteString. Unsafe because it uses castForeignPtr and thus is not platform independent.

  8. bitmapDataOfByteString :: Int -> Int -> BitmapFormat -> ByteString -> Bool -> BitmapData

    gloss Graphics.Gloss.Data.Bitmap

    No documentation available.

  9. bitmapOfByteString :: Int -> Int -> BitmapFormat -> ByteString -> Bool -> Picture

    gloss Graphics.Gloss.Data.Bitmap

    O(size). Copy a ByteString of RGBA data into a bitmap with the given width and height. The boolean flag controls whether Gloss should cache the data between frames for speed. If you are programatically generating the image for each frame then use False. If you have loaded it from a file then use True.

  10. fromByteString :: ByteString -> GHCJSPure (Buffer, Int, Int)

    jsaddle GHCJS.Buffer

    No documentation available.

Page 53 of many | Previous | Next