Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > e37fe0492dd682e8e8dac0b571f569f5 > files > 29

ghc-cereal-devel-0.3.0.0-1.fc14.i686.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--Rendered using the Haskell Html Library v0.2-->
<HTML
><HEAD
><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-8"
><TITLE
>Data.Serialize.Get</TITLE
><LINK HREF="haddock.css" REL="stylesheet" TYPE="text/css"
><SCRIPT SRC="haddock-util.js" TYPE="text/javascript"
></SCRIPT
></HEAD
><BODY
><DIV CLASS="outer"
><DIV CLASS="mini-topbar"
>Data.Serialize.Get</DIV
><DIV CLASS="mini-synopsis"
><H1
>The Get type
</H1
> <DIV CLASS="decl"
><SPAN CLASS="keyword"
>data</SPAN
>&nbsp;<A HREF="Data-Serialize-Get.html#t%3AGet" TARGET="main"
>Get</A
> a</DIV
> <DIV CLASS="decl"
><A HREF="Data-Serialize-Get.html#v%3ArunGet" TARGET="main"
>runGet</A
></DIV
> <DIV CLASS="decl"
><A HREF="Data-Serialize-Get.html#v%3ArunGetState" TARGET="main"
>runGetState</A
></DIV
> <H1
>Parsing
</H1
> <DIV CLASS="decl"
><A HREF="Data-Serialize-Get.html#v%3Aisolate" TARGET="main"
>isolate</A
></DIV
> <DIV CLASS="decl"
><A HREF="Data-Serialize-Get.html#v%3Alabel" TARGET="main"
>label</A
></DIV
> <DIV CLASS="decl"
><A HREF="Data-Serialize-Get.html#v%3Askip" TARGET="main"
>skip</A
></DIV
> <DIV CLASS="decl"
><A HREF="Data-Serialize-Get.html#v%3AuncheckedSkip" TARGET="main"
>uncheckedSkip</A
></DIV
> <DIV CLASS="decl"
><A HREF="Data-Serialize-Get.html#v%3AlookAhead" TARGET="main"
>lookAhead</A
></DIV
> <DIV CLASS="decl"
><A HREF="Data-Serialize-Get.html#v%3AlookAheadM" TARGET="main"
>lookAheadM</A
></DIV
> <DIV CLASS="decl"
><A HREF="Data-Serialize-Get.html#v%3AlookAheadE" TARGET="main"
>lookAheadE</A
></DIV
> <DIV CLASS="decl"
><A HREF="Data-Serialize-Get.html#v%3AuncheckedLookAhead" TARGET="main"
>uncheckedLookAhead</A
></DIV
> <H1
>Utility
</H1
> <DIV CLASS="decl"
><A HREF="Data-Serialize-Get.html#v%3AgetBytes" TARGET="main"
>getBytes</A
></DIV
> <DIV CLASS="decl"
><A HREF="Data-Serialize-Get.html#v%3Aremaining" TARGET="main"
>remaining</A
></DIV
> <DIV CLASS="decl"
><A HREF="Data-Serialize-Get.html#v%3AisEmpty" TARGET="main"
>isEmpty</A
></DIV
> <H1
>Parsing particular types
</H1
> <DIV CLASS="decl"
><A HREF="Data-Serialize-Get.html#v%3AgetWord8" TARGET="main"
>getWord8</A
></DIV
> <H2
>ByteStrings
</H2
> <DIV CLASS="decl"
><A HREF="Data-Serialize-Get.html#v%3AgetByteString" TARGET="main"
>getByteString</A
></DIV
> <DIV CLASS="decl"
><A HREF="Data-Serialize-Get.html#v%3AgetLazyByteString" TARGET="main"
>getLazyByteString</A
></DIV
> <H2
>Big-endian reads
</H2
> <DIV CLASS="decl"
><A HREF="Data-Serialize-Get.html#v%3AgetWord16be" TARGET="main"
>getWord16be</A
></DIV
> <DIV CLASS="decl"
><A HREF="Data-Serialize-Get.html#v%3AgetWord32be" TARGET="main"
>getWord32be</A
></DIV
> <DIV CLASS="decl"
><A HREF="Data-Serialize-Get.html#v%3AgetWord64be" TARGET="main"
>getWord64be</A
></DIV
> <H2
>Little-endian reads
</H2
> <DIV CLASS="decl"
><A HREF="Data-Serialize-Get.html#v%3AgetWord16le" TARGET="main"
>getWord16le</A
></DIV
> <DIV CLASS="decl"
><A HREF="Data-Serialize-Get.html#v%3AgetWord32le" TARGET="main"
>getWord32le</A
></DIV
> <DIV CLASS="decl"
><A HREF="Data-Serialize-Get.html#v%3AgetWord64le" TARGET="main"
>getWord64le</A
></DIV
> <H2
>Host-endian, unaligned reads
</H2
> <DIV CLASS="decl"
><A HREF="Data-Serialize-Get.html#v%3AgetWordhost" TARGET="main"
>getWordhost</A
></DIV
> <DIV CLASS="decl"
><A HREF="Data-Serialize-Get.html#v%3AgetWord16host" TARGET="main"
>getWord16host</A
></DIV
> <DIV CLASS="decl"
><A HREF="Data-Serialize-Get.html#v%3AgetWord32host" TARGET="main"
>getWord32host</A
></DIV
> <DIV CLASS="decl"
><A HREF="Data-Serialize-Get.html#v%3AgetWord64host" TARGET="main"
>getWord64host</A
></DIV
> <H2
>Containers
</H2
> <DIV CLASS="decl"
><A HREF="Data-Serialize-Get.html#v%3AgetTwoOf" TARGET="main"
>getTwoOf</A
></DIV
> <DIV CLASS="decl"
><A HREF="Data-Serialize-Get.html#v%3AgetListOf" TARGET="main"
>getListOf</A
></DIV
> <DIV CLASS="decl"
><A HREF="Data-Serialize-Get.html#v%3AgetIArrayOf" TARGET="main"
>getIArrayOf</A
></DIV
> <DIV CLASS="decl"
><A HREF="Data-Serialize-Get.html#v%3AgetTreeOf" TARGET="main"
>getTreeOf</A
></DIV
> <DIV CLASS="decl"
><A HREF="Data-Serialize-Get.html#v%3AgetSeqOf" TARGET="main"
>getSeqOf</A
></DIV
> <DIV CLASS="decl"
><A HREF="Data-Serialize-Get.html#v%3AgetMapOf" TARGET="main"
>getMapOf</A
></DIV
> <DIV CLASS="decl"
><A HREF="Data-Serialize-Get.html#v%3AgetIntMapOf" TARGET="main"
>getIntMapOf</A
></DIV
> <DIV CLASS="decl"
><A HREF="Data-Serialize-Get.html#v%3AgetSetOf" TARGET="main"
>getSetOf</A
></DIV
> <DIV CLASS="decl"
><A HREF="Data-Serialize-Get.html#v%3AgetIntSetOf" TARGET="main"
>getIntSetOf</A
></DIV
> <DIV CLASS="decl"
><A HREF="Data-Serialize-Get.html#v%3AgetMaybeOf" TARGET="main"
>getMaybeOf</A
></DIV
> <DIV CLASS="decl"
><A HREF="Data-Serialize-Get.html#v%3AgetEitherOf" TARGET="main"
>getEitherOf</A
></DIV
></DIV
></DIV
></BODY
></HTML
>