Sophie

Sophie

distrib > Mageia > 5 > i586 > media > core-release > by-pkgid > 6e204a966e8c42d976f99a1700ce5f20 > files > 2482

ghc-7.4.2-4.mga5.i586.rpm

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>GHC.IO.Buffer</title><link href="ocean.css" rel="stylesheet" type="text/css" title="Ocean" /><script src="haddock-util.js" type="text/javascript"></script><script type="text/javascript">//<![CDATA[
window.onload = function () {pageLoad();};
//]]>
</script></head><body id="mini"><div id="module-header"><p class="caption">GHC.IO.Buffer</p></div><div id="interface"><h1>Buffers of any element
</h1><div class="top"><p class="src"><span class="keyword">data</span> <a href="GHC-IO-Buffer.html#t:Buffer" target="main">Buffer</a> e</p></div><div class="top"><p class="src"><span class="keyword">data</span> <a href="GHC-IO-Buffer.html#t:BufferState" target="main">BufferState</a> </p></div><div class="top"><p class="src"><span class="keyword">type</span> <a href="GHC-IO-Buffer.html#t:CharBuffer" target="main">CharBuffer</a> </p></div><div class="top"><p class="src"><span class="keyword">type</span> <a href="GHC-IO-Buffer.html#t:CharBufElem" target="main">CharBufElem</a> </p></div><h2>Creation
</h2><div class="top"><p class="src"><a href="GHC-IO-Buffer.html#v:newByteBuffer" target="main">newByteBuffer</a></p></div><div class="top"><p class="src"><a href="GHC-IO-Buffer.html#v:newCharBuffer" target="main">newCharBuffer</a></p></div><div class="top"><p class="src"><a href="GHC-IO-Buffer.html#v:newBuffer" target="main">newBuffer</a></p></div><div class="top"><p class="src"><a href="GHC-IO-Buffer.html#v:emptyBuffer" target="main">emptyBuffer</a></p></div><h2>Insertion/removal
</h2><div class="top"><p class="src"><a href="GHC-IO-Buffer.html#v:bufferRemove" target="main">bufferRemove</a></p></div><div class="top"><p class="src"><a href="GHC-IO-Buffer.html#v:bufferAdd" target="main">bufferAdd</a></p></div><div class="top"><p class="src"><a href="GHC-IO-Buffer.html#v:slideContents" target="main">slideContents</a></p></div><div class="top"><p class="src"><a href="GHC-IO-Buffer.html#v:bufferAdjustL" target="main">bufferAdjustL</a></p></div><h2>Inspecting
</h2><div class="top"><p class="src"><a href="GHC-IO-Buffer.html#v:isEmptyBuffer" target="main">isEmptyBuffer</a></p></div><div class="top"><p class="src"><a href="GHC-IO-Buffer.html#v:isFullBuffer" target="main">isFullBuffer</a></p></div><div class="top"><p class="src"><a href="GHC-IO-Buffer.html#v:isFullCharBuffer" target="main">isFullCharBuffer</a></p></div><div class="top"><p class="src"><a href="GHC-IO-Buffer.html#v:isWriteBuffer" target="main">isWriteBuffer</a></p></div><div class="top"><p class="src"><a href="GHC-IO-Buffer.html#v:bufferElems" target="main">bufferElems</a></p></div><div class="top"><p class="src"><a href="GHC-IO-Buffer.html#v:bufferAvailable" target="main">bufferAvailable</a></p></div><div class="top"><p class="src"><a href="GHC-IO-Buffer.html#v:summaryBuffer" target="main">summaryBuffer</a></p></div><h2>Operating on the raw buffer as a Ptr
</h2><div class="top"><p class="src"><a href="GHC-IO-Buffer.html#v:withBuffer" target="main">withBuffer</a></p></div><div class="top"><p class="src"><a href="GHC-IO-Buffer.html#v:withRawBuffer" target="main">withRawBuffer</a></p></div><h2>Assertions
</h2><div class="top"><p class="src"><a href="GHC-IO-Buffer.html#v:checkBuffer" target="main">checkBuffer</a></p></div><h1>Raw buffers
</h1><div class="top"><p class="src"><span class="keyword">type</span> <a href="GHC-IO-Buffer.html#t:RawBuffer" target="main">RawBuffer</a> e</p></div><div class="top"><p class="src"><a href="GHC-IO-Buffer.html#v:readWord8Buf" target="main">readWord8Buf</a></p></div><div class="top"><p class="src"><a href="GHC-IO-Buffer.html#v:writeWord8Buf" target="main">writeWord8Buf</a></p></div><div class="top"><p class="src"><span class="keyword">type</span> <a href="GHC-IO-Buffer.html#t:RawCharBuffer" target="main">RawCharBuffer</a> </p></div><div class="top"><p class="src"><a href="GHC-IO-Buffer.html#v:peekCharBuf" target="main">peekCharBuf</a></p></div><div class="top"><p class="src"><a href="GHC-IO-Buffer.html#v:readCharBuf" target="main">readCharBuf</a></p></div><div class="top"><p class="src"><a href="GHC-IO-Buffer.html#v:writeCharBuf" target="main">writeCharBuf</a></p></div><div class="top"><p class="src"><a href="GHC-IO-Buffer.html#v:readCharBufPtr" target="main">readCharBufPtr</a></p></div><div class="top"><p class="src"><a href="GHC-IO-Buffer.html#v:writeCharBufPtr" target="main">writeCharBufPtr</a></p></div><div class="top"><p class="src"><a href="GHC-IO-Buffer.html#v:charSize" target="main">charSize</a></p></div></div></body></html>