Sophie

Sophie

distrib > Fedora > 13 > i386 > by-pkgid > ced6c87363f828494726b6b2035d675f > files > 15

ghc-binary-doc-0.5.0.2-1.fc13.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.Binary.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.Binary.Get</DIV
><DIV CLASS="mini-synopsis"
><H1
>The Get type
</H1
> <DIV CLASS="decl"
><SPAN CLASS="keyword"
>data</SPAN
>&nbsp;<A HREF="Data-Binary-Get.html#t%3AGet" TARGET="main"
>Get</A
> a</DIV
> <DIV CLASS="decl"
><A HREF="Data-Binary-Get.html#v%3ArunGet" TARGET="main"
>runGet</A
></DIV
> <DIV CLASS="decl"
><A HREF="Data-Binary-Get.html#v%3ArunGetState" TARGET="main"
>runGetState</A
></DIV
> <H1
>Parsing
</H1
> <DIV CLASS="decl"
><A HREF="Data-Binary-Get.html#v%3Askip" TARGET="main"
>skip</A
></DIV
> <DIV CLASS="decl"
><A HREF="Data-Binary-Get.html#v%3AuncheckedSkip" TARGET="main"
>uncheckedSkip</A
></DIV
> <DIV CLASS="decl"
><A HREF="Data-Binary-Get.html#v%3AlookAhead" TARGET="main"
>lookAhead</A
></DIV
> <DIV CLASS="decl"
><A HREF="Data-Binary-Get.html#v%3AlookAheadM" TARGET="main"
>lookAheadM</A
></DIV
> <DIV CLASS="decl"
><A HREF="Data-Binary-Get.html#v%3AlookAheadE" TARGET="main"
>lookAheadE</A
></DIV
> <DIV CLASS="decl"
><A HREF="Data-Binary-Get.html#v%3AuncheckedLookAhead" TARGET="main"
>uncheckedLookAhead</A
></DIV
> <H1
>Utility
</H1
> <DIV CLASS="decl"
><A HREF="Data-Binary-Get.html#v%3AbytesRead" TARGET="main"
>bytesRead</A
></DIV
> <DIV CLASS="decl"
><A HREF="Data-Binary-Get.html#v%3AgetBytes" TARGET="main"
>getBytes</A
></DIV
> <DIV CLASS="decl"
><A HREF="Data-Binary-Get.html#v%3Aremaining" TARGET="main"
>remaining</A
></DIV
> <DIV CLASS="decl"
><A HREF="Data-Binary-Get.html#v%3AisEmpty" TARGET="main"
>isEmpty</A
></DIV
> <H1
>Parsing particular types
</H1
> <DIV CLASS="decl"
><A HREF="Data-Binary-Get.html#v%3AgetWord8" TARGET="main"
>getWord8</A
></DIV
> <H2
>ByteStrings
</H2
> <DIV CLASS="decl"
><A HREF="Data-Binary-Get.html#v%3AgetByteString" TARGET="main"
>getByteString</A
></DIV
> <DIV CLASS="decl"
><A HREF="Data-Binary-Get.html#v%3AgetLazyByteString" TARGET="main"
>getLazyByteString</A
></DIV
> <DIV CLASS="decl"
><A HREF="Data-Binary-Get.html#v%3AgetLazyByteStringNul" TARGET="main"
>getLazyByteStringNul</A
></DIV
> <DIV CLASS="decl"
><A HREF="Data-Binary-Get.html#v%3AgetRemainingLazyByteString" TARGET="main"
>getRemainingLazyByteString</A
></DIV
> <H2
>Big-endian reads
</H2
> <DIV CLASS="decl"
><A HREF="Data-Binary-Get.html#v%3AgetWord16be" TARGET="main"
>getWord16be</A
></DIV
> <DIV CLASS="decl"
><A HREF="Data-Binary-Get.html#v%3AgetWord32be" TARGET="main"
>getWord32be</A
></DIV
> <DIV CLASS="decl"
><A HREF="Data-Binary-Get.html#v%3AgetWord64be" TARGET="main"
>getWord64be</A
></DIV
> <H2
>Little-endian reads
</H2
> <DIV CLASS="decl"
><A HREF="Data-Binary-Get.html#v%3AgetWord16le" TARGET="main"
>getWord16le</A
></DIV
> <DIV CLASS="decl"
><A HREF="Data-Binary-Get.html#v%3AgetWord32le" TARGET="main"
>getWord32le</A
></DIV
> <DIV CLASS="decl"
><A HREF="Data-Binary-Get.html#v%3AgetWord64le" TARGET="main"
>getWord64le</A
></DIV
> <H2
>Host-endian, unaligned reads
</H2
> <DIV CLASS="decl"
><A HREF="Data-Binary-Get.html#v%3AgetWordhost" TARGET="main"
>getWordhost</A
></DIV
> <DIV CLASS="decl"
><A HREF="Data-Binary-Get.html#v%3AgetWord16host" TARGET="main"
>getWord16host</A
></DIV
> <DIV CLASS="decl"
><A HREF="Data-Binary-Get.html#v%3AgetWord32host" TARGET="main"
>getWord32host</A
></DIV
> <DIV CLASS="decl"
><A HREF="Data-Binary-Get.html#v%3AgetWord64host" TARGET="main"
>getWord64host</A
></DIV
></DIV
></DIV
></BODY
></HTML
>