blob: 2d7f2276abdbca4f361a774d7bdd57adf56585e9 [file] [log] [blame]
<!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/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.3"/>
<title>Lucene.Net: Lucene.Net.Index.CompoundFileReader Class Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/javascript">
$(document).ready(function() { searchBox.OnSelectItem(0); });
</script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectlogo"><img alt="Logo" src="lucene-net-icon-128x128.png"/></td>
<td style="padding-left: 0.5em;">
<div id="projectname">Lucene.Net
&#160;<span id="projectnumber">3.0.3</span>
</div>
<div id="projectbrief">Lucene.Net is a .NET port of the Java Lucene Indexing Library</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.3 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="Index.html"><span>Main&#160;Page</span></a></li>
<li><a href="namespaces.html"><span>Packages</span></a></li>
<li class="current"><a href="annotated.html"><span>Classes</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
<li>
<div id="MSearchBox" class="MSearchBoxInactive">
<span class="left">
<img id="MSearchSelect" src="search/mag_sel.png"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
alt=""/>
<input type="text" id="MSearchField" value="Search" accesskey="S"
onfocus="searchBox.OnSearchFieldFocus(true)"
onblur="searchBox.OnSearchFieldFocus(false)"
onkeyup="searchBox.OnSearchFieldChange(event)"/>
</span><span class="right">
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
</span>
</div>
</li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="annotated.html"><span>Class&#160;List</span></a></li>
<li><a href="classes.html"><span>Class&#160;Index</span></a></li>
<li><a href="hierarchy.html"><span>Class&#160;Hierarchy</span></a></li>
<li><a href="functions.html"><span>Class&#160;Members</span></a></li>
</ul>
</div>
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
<a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(0)"><span class="SelectionMark">&#160;</span>All</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(1)"><span class="SelectionMark">&#160;</span>Classes</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(2)"><span class="SelectionMark">&#160;</span>Namespaces</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(3)"><span class="SelectionMark">&#160;</span>Files</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(4)"><span class="SelectionMark">&#160;</span>Functions</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(5)"><span class="SelectionMark">&#160;</span>Variables</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(6)"><span class="SelectionMark">&#160;</span>Typedefs</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(7)"><span class="SelectionMark">&#160;</span>Enumerations</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(8)"><span class="SelectionMark">&#160;</span>Properties</a></div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="namespace_lucene.html">Lucene</a></li><li class="navelem"><a class="el" href="namespace_lucene_1_1_net.html">Net</a></li><li class="navelem"><a class="el" href="namespace_lucene_1_1_net_1_1_index.html">Index</a></li><li class="navelem"><a class="el" href="class_lucene_1_1_net_1_1_index_1_1_compound_file_reader.html">CompoundFileReader</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="summary">
<a href="#nested-classes">Classes</a> &#124;
<a href="#pub-methods">Public Member Functions</a> &#124;
<a href="#pro-methods">Protected Member Functions</a> &#124;
<a href="#properties">Properties</a> &#124;
<a href="class_lucene_1_1_net_1_1_index_1_1_compound_file_reader-members.html">List of all members</a> </div>
<div class="headertitle">
<div class="title">Lucene.Net.Index.CompoundFileReader Class Reference</div> </div>
</div><!--header-->
<div class="contents">
<p>Class for accessing a compound stream. This class implements a directory, but is limited to only read operations. Directory methods that would normally modify data throw an exception.
<a href="class_lucene_1_1_net_1_1_index_1_1_compound_file_reader.html#details">More...</a></p>
<p>Inherits Directory.</p>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="nested-classes"></a>
Classes</h2></td></tr>
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_lucene_1_1_net_1_1_index_1_1_compound_file_reader_1_1_c_s_index_input.html">CSIndexInput</a></td></tr>
<tr class="memdesc:"><td class="mdescLeft">&#160;</td><td class="mdescRight">Implementation of an IndexInput that reads from a portion of the compound file. The visibility is left as "package" <em>only</em> because this helps with testing since JUnit test cases in a different class can then access package fields of this class. <a href="class_lucene_1_1_net_1_1_index_1_1_compound_file_reader_1_1_c_s_index_input.html#details">More...</a><br/></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-methods"></a>
Public Member Functions</h2></td></tr>
<tr class="memitem:a296f64e17fb36cf829db2bb4fecd91d4"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_lucene_1_1_net_1_1_index_1_1_compound_file_reader.html#a296f64e17fb36cf829db2bb4fecd91d4">CompoundFileReader</a> (<a class="el" href="_syns2_index_8cs.html#aada057080323f6e867d8f9c189276716">Directory</a> dir, System.String name)</td></tr>
<tr class="separator:a296f64e17fb36cf829db2bb4fecd91d4"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ae0e64fa83f169367a5799100160d264c"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_lucene_1_1_net_1_1_index_1_1_compound_file_reader.html#ae0e64fa83f169367a5799100160d264c">CompoundFileReader</a> (<a class="el" href="_syns2_index_8cs.html#aada057080323f6e867d8f9c189276716">Directory</a> dir, System.String name, int readBufferSize)</td></tr>
<tr class="separator:ae0e64fa83f169367a5799100160d264c"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a250031ba5340d2773563581c5272de99"><td class="memItemLeft" align="right" valign="top">override <a class="el" href="_byte_slice_reader_8cs.html#a12195e9150e4d7af469b90ac95cc47ee">IndexInput</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_lucene_1_1_net_1_1_index_1_1_compound_file_reader.html#a250031ba5340d2773563581c5272de99">OpenInput</a> (System.String id)</td></tr>
<tr class="separator:a250031ba5340d2773563581c5272de99"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a8df24bc5acce79d2366502a38ff40eca"><td class="memItemLeft" align="right" valign="top">override <a class="el" href="_byte_slice_reader_8cs.html#a12195e9150e4d7af469b90ac95cc47ee">IndexInput</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_lucene_1_1_net_1_1_index_1_1_compound_file_reader.html#a8df24bc5acce79d2366502a38ff40eca">OpenInput</a> (System.String id, int readBufferSize)</td></tr>
<tr class="separator:a8df24bc5acce79d2366502a38ff40eca"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a7af1e0f347a4f77510bd3232b8d4250c"><td class="memItemLeft" align="right" valign="top">override System.String[]&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_lucene_1_1_net_1_1_index_1_1_compound_file_reader.html#a7af1e0f347a4f77510bd3232b8d4250c">ListAll</a> ()</td></tr>
<tr class="memdesc:a7af1e0f347a4f77510bd3232b8d4250c"><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns an array of strings, one for each file in the directory. <a href="#a7af1e0f347a4f77510bd3232b8d4250c"></a><br/></td></tr>
<tr class="separator:a7af1e0f347a4f77510bd3232b8d4250c"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a671870208b4bf47da11b1155bb33c2a5"><td class="memItemLeft" align="right" valign="top">override bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_lucene_1_1_net_1_1_index_1_1_compound_file_reader.html#a671870208b4bf47da11b1155bb33c2a5">FileExists</a> (System.String name)</td></tr>
<tr class="memdesc:a671870208b4bf47da11b1155bb33c2a5"><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns true iff a file with the given name exists. <a href="#a671870208b4bf47da11b1155bb33c2a5"></a><br/></td></tr>
<tr class="separator:a671870208b4bf47da11b1155bb33c2a5"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ab78fe4db0017db3f486c19a6cce81a54"><td class="memItemLeft" align="right" valign="top">override long&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_lucene_1_1_net_1_1_index_1_1_compound_file_reader.html#ab78fe4db0017db3f486c19a6cce81a54">FileModified</a> (System.String name)</td></tr>
<tr class="memdesc:ab78fe4db0017db3f486c19a6cce81a54"><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns the time the compound file was last modified. <a href="#ab78fe4db0017db3f486c19a6cce81a54"></a><br/></td></tr>
<tr class="separator:ab78fe4db0017db3f486c19a6cce81a54"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a3007a406894f621711b732f39b4d3329"><td class="memItemLeft" align="right" valign="top">override void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_lucene_1_1_net_1_1_index_1_1_compound_file_reader.html#a3007a406894f621711b732f39b4d3329">TouchFile</a> (System.String name)</td></tr>
<tr class="memdesc:a3007a406894f621711b732f39b4d3329"><td class="mdescLeft">&#160;</td><td class="mdescRight">Set the modified time of the compound file to now. <a href="#a3007a406894f621711b732f39b4d3329"></a><br/></td></tr>
<tr class="separator:a3007a406894f621711b732f39b4d3329"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a97e7a6551183c3b9137dab86f60fc5a5"><td class="memItemLeft" align="right" valign="top">override void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_lucene_1_1_net_1_1_index_1_1_compound_file_reader.html#a97e7a6551183c3b9137dab86f60fc5a5">DeleteFile</a> (System.String name)</td></tr>
<tr class="memdesc:a97e7a6551183c3b9137dab86f60fc5a5"><td class="mdescLeft">&#160;</td><td class="mdescRight">Not implemented <a href="#a97e7a6551183c3b9137dab86f60fc5a5"></a><br/></td></tr>
<tr class="separator:a97e7a6551183c3b9137dab86f60fc5a5"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a56d207fe4aca2d2b3eb885bead5ad759"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_lucene_1_1_net_1_1_index_1_1_compound_file_reader.html#a56d207fe4aca2d2b3eb885bead5ad759">RenameFile</a> (System.String from, System.String to)</td></tr>
<tr class="memdesc:a56d207fe4aca2d2b3eb885bead5ad759"><td class="mdescLeft">&#160;</td><td class="mdescRight">Not implemented <a href="#a56d207fe4aca2d2b3eb885bead5ad759"></a><br/></td></tr>
<tr class="separator:a56d207fe4aca2d2b3eb885bead5ad759"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ae81838e5993de725b81781847ca74264"><td class="memItemLeft" align="right" valign="top">override long&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_lucene_1_1_net_1_1_index_1_1_compound_file_reader.html#ae81838e5993de725b81781847ca74264">FileLength</a> (System.String name)</td></tr>
<tr class="memdesc:ae81838e5993de725b81781847ca74264"><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns the length of a file in the directory. <a href="#ae81838e5993de725b81781847ca74264"></a><br/></td></tr>
<tr class="separator:ae81838e5993de725b81781847ca74264"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a126bfe0b18ae2141b031e9c97ed146e1"><td class="memItemLeft" align="right" valign="top">override <a class="el" href="_byte_slice_reader_8cs.html#ade6c9dd9318ff9ca227f26d89b0ad2e5">IndexOutput</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_lucene_1_1_net_1_1_index_1_1_compound_file_reader.html#a126bfe0b18ae2141b031e9c97ed146e1">CreateOutput</a> (System.String name)</td></tr>
<tr class="memdesc:a126bfe0b18ae2141b031e9c97ed146e1"><td class="mdescLeft">&#160;</td><td class="mdescRight">Not implemented <a href="#a126bfe0b18ae2141b031e9c97ed146e1"></a><br/></td></tr>
<tr class="separator:a126bfe0b18ae2141b031e9c97ed146e1"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a9df1d4086c3edc5f04ce8c42c4e23edd"><td class="memItemLeft" align="right" valign="top">override <a class="el" href="_compound_file_reader_8cs.html#a1fbfd61efe054805d79812bbe65054a9">Lock</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_lucene_1_1_net_1_1_index_1_1_compound_file_reader.html#a9df1d4086c3edc5f04ce8c42c4e23edd">MakeLock</a> (System.String name)</td></tr>
<tr class="memdesc:a9df1d4086c3edc5f04ce8c42c4e23edd"><td class="mdescLeft">&#160;</td><td class="mdescRight">Not implemented <a href="#a9df1d4086c3edc5f04ce8c42c4e23edd"></a><br/></td></tr>
<tr class="separator:a9df1d4086c3edc5f04ce8c42c4e23edd"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pro-methods"></a>
Protected Member Functions</h2></td></tr>
<tr class="memitem:a60e7735118e276b1e72d69b33e21fcf3"><td class="memItemLeft" align="right" valign="top">override void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_lucene_1_1_net_1_1_index_1_1_compound_file_reader.html#a60e7735118e276b1e72d69b33e21fcf3">Dispose</a> (bool disposing)</td></tr>
<tr class="separator:a60e7735118e276b1e72d69b33e21fcf3"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="properties"></a>
Properties</h2></td></tr>
<tr class="memitem:af9e055733c338acfc80337e67b2d84a3"><td class="memItemLeft" align="right" valign="top">virtual <a class="el" href="_syns2_index_8cs.html#aada057080323f6e867d8f9c189276716">Directory</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_lucene_1_1_net_1_1_index_1_1_compound_file_reader.html#af9e055733c338acfc80337e67b2d84a3">Directory</a><code> [get]</code></td></tr>
<tr class="separator:af9e055733c338acfc80337e67b2d84a3"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a90d131547c3e1a78b61b2ed6b1f9a09f"><td class="memItemLeft" align="right" valign="top">virtual string&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_lucene_1_1_net_1_1_index_1_1_compound_file_reader.html#a90d131547c3e1a78b61b2ed6b1f9a09f">Name</a><code> [get]</code></td></tr>
<tr class="separator:a90d131547c3e1a78b61b2ed6b1f9a09f"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p>Class for accessing a compound stream. This class implements a directory, but is limited to only read operations. Directory methods that would normally modify data throw an exception. </p>
<p>Definition at line <a class="el" href="_compound_file_reader_8cs_source.html#l00034">34</a> of file <a class="el" href="_compound_file_reader_8cs_source.html">CompoundFileReader.cs</a>.</p>
</div><h2 class="groupheader">Constructor &amp; Destructor Documentation</h2>
<a class="anchor" id="a296f64e17fb36cf829db2bb4fecd91d4"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">Lucene.Net.Index.CompoundFileReader.CompoundFileReader </td>
<td>(</td>
<td class="paramtype"><a class="el" href="_syns2_index_8cs.html#aada057080323f6e867d8f9c189276716">Directory</a>&#160;</td>
<td class="paramname"><em>dir</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">System.String&#160;</td>
<td class="paramname"><em>name</em>&#160;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</div><div class="memdoc">
<p>Definition at line <a class="el" href="_compound_file_reader_8cs_source.html#l00055">55</a> of file <a class="el" href="_compound_file_reader_8cs_source.html">CompoundFileReader.cs</a>.</p>
</div>
</div>
<a class="anchor" id="ae0e64fa83f169367a5799100160d264c"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">Lucene.Net.Index.CompoundFileReader.CompoundFileReader </td>
<td>(</td>
<td class="paramtype"><a class="el" href="_syns2_index_8cs.html#aada057080323f6e867d8f9c189276716">Directory</a>&#160;</td>
<td class="paramname"><em>dir</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">System.String&#160;</td>
<td class="paramname"><em>name</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">int&#160;</td>
<td class="paramname"><em>readBufferSize</em>&#160;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</div><div class="memdoc">
<p>Definition at line <a class="el" href="_compound_file_reader_8cs_source.html#l00059">59</a> of file <a class="el" href="_compound_file_reader_8cs_source.html">CompoundFileReader.cs</a>.</p>
</div>
</div>
<h2 class="groupheader">Member Function Documentation</h2>
<a class="anchor" id="a126bfe0b18ae2141b031e9c97ed146e1"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">override <a class="el" href="_byte_slice_reader_8cs.html#ade6c9dd9318ff9ca227f26d89b0ad2e5">IndexOutput</a> Lucene.Net.Index.CompoundFileReader.CreateOutput </td>
<td>(</td>
<td class="paramtype">System.String&#160;</td>
<td class="paramname"><em>name</em></td><td>)</td>
<td></td>
</tr>
</table>
</div><div class="memdoc">
<p>Not implemented</p>
<p>&lt;throws&gt; UnsupportedOperationException &lt;/throws&gt; </p>
<p>Definition at line <a class="el" href="_compound_file_reader_8cs_source.html#l00219">219</a> of file <a class="el" href="_compound_file_reader_8cs_source.html">CompoundFileReader.cs</a>.</p>
</div>
</div>
<a class="anchor" id="a97e7a6551183c3b9137dab86f60fc5a5"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">override void Lucene.Net.Index.CompoundFileReader.DeleteFile </td>
<td>(</td>
<td class="paramtype">System.String&#160;</td>
<td class="paramname"><em>name</em></td><td>)</td>
<td></td>
</tr>
</table>
</div><div class="memdoc">
<p>Not implemented</p>
<p>&lt;throws&gt; UnsupportedOperationException &lt;/throws&gt; </p>
<p>Definition at line <a class="el" href="_compound_file_reader_8cs_source.html#l00195">195</a> of file <a class="el" href="_compound_file_reader_8cs_source.html">CompoundFileReader.cs</a>.</p>
</div>
</div>
<a class="anchor" id="a60e7735118e276b1e72d69b33e21fcf3"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">override void Lucene.Net.Index.CompoundFileReader.Dispose </td>
<td>(</td>
<td class="paramtype">bool&#160;</td>
<td class="paramname"><em>disposing</em></td><td>)</td>
<td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">protected</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Definition at line <a class="el" href="_compound_file_reader_8cs_source.html#l00122">122</a> of file <a class="el" href="_compound_file_reader_8cs_source.html">CompoundFileReader.cs</a>.</p>
</div>
</div>
<a class="anchor" id="a671870208b4bf47da11b1155bb33c2a5"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">override bool Lucene.Net.Index.CompoundFileReader.FileExists </td>
<td>(</td>
<td class="paramtype">System.String&#160;</td>
<td class="paramname"><em>name</em></td><td>)</td>
<td></td>
</tr>
</table>
</div><div class="memdoc">
<p>Returns true iff a file with the given name exists. </p>
<p>Definition at line <a class="el" href="_compound_file_reader_8cs_source.html#l00176">176</a> of file <a class="el" href="_compound_file_reader_8cs_source.html">CompoundFileReader.cs</a>.</p>
</div>
</div>
<a class="anchor" id="ae81838e5993de725b81781847ca74264"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">override long Lucene.Net.Index.CompoundFileReader.FileLength </td>
<td>(</td>
<td class="paramtype">System.String&#160;</td>
<td class="paramname"><em>name</em></td><td>)</td>
<td></td>
</tr>
</table>
</div><div class="memdoc">
<p>Returns the length of a file in the directory.</p>
<p>&lt;throws&gt; IOException if the file does not exist &lt;/throws&gt; </p>
<p>Definition at line <a class="el" href="_compound_file_reader_8cs_source.html#l00209">209</a> of file <a class="el" href="_compound_file_reader_8cs_source.html">CompoundFileReader.cs</a>.</p>
</div>
</div>
<a class="anchor" id="ab78fe4db0017db3f486c19a6cce81a54"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">override long Lucene.Net.Index.CompoundFileReader.FileModified </td>
<td>(</td>
<td class="paramtype">System.String&#160;</td>
<td class="paramname"><em>name</em></td><td>)</td>
<td></td>
</tr>
</table>
</div><div class="memdoc">
<p>Returns the time the compound file was last modified. </p>
<p>Definition at line <a class="el" href="_compound_file_reader_8cs_source.html#l00182">182</a> of file <a class="el" href="_compound_file_reader_8cs_source.html">CompoundFileReader.cs</a>.</p>
</div>
</div>
<a class="anchor" id="a7af1e0f347a4f77510bd3232b8d4250c"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">override System.String [] Lucene.Net.Index.CompoundFileReader.ListAll </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td></td>
</tr>
</table>
</div><div class="memdoc">
<p>Returns an array of strings, one for each file in the directory. </p>
<p>Definition at line <a class="el" href="_compound_file_reader_8cs_source.html#l00170">170</a> of file <a class="el" href="_compound_file_reader_8cs_source.html">CompoundFileReader.cs</a>.</p>
</div>
</div>
<a class="anchor" id="a9df1d4086c3edc5f04ce8c42c4e23edd"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">override <a class="el" href="_compound_file_reader_8cs.html#a1fbfd61efe054805d79812bbe65054a9">Lock</a> Lucene.Net.Index.CompoundFileReader.MakeLock </td>
<td>(</td>
<td class="paramtype">System.String&#160;</td>
<td class="paramname"><em>name</em></td><td>)</td>
<td></td>
</tr>
</table>
</div><div class="memdoc">
<p>Not implemented</p>
<p>&lt;throws&gt; UnsupportedOperationException &lt;/throws&gt; </p>
<p>Definition at line <a class="el" href="_compound_file_reader_8cs_source.html#l00226">226</a> of file <a class="el" href="_compound_file_reader_8cs_source.html">CompoundFileReader.cs</a>.</p>
</div>
</div>
<a class="anchor" id="a250031ba5340d2773563581c5272de99"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">override <a class="el" href="_byte_slice_reader_8cs.html#a12195e9150e4d7af469b90ac95cc47ee">IndexInput</a> Lucene.Net.Index.CompoundFileReader.OpenInput </td>
<td>(</td>
<td class="paramtype">System.String&#160;</td>
<td class="paramname"><em>id</em></td><td>)</td>
<td></td>
</tr>
</table>
</div><div class="memdoc">
<p>Definition at line <a class="el" href="_compound_file_reader_8cs_source.html#l00145">145</a> of file <a class="el" href="_compound_file_reader_8cs_source.html">CompoundFileReader.cs</a>.</p>
</div>
</div>
<a class="anchor" id="a8df24bc5acce79d2366502a38ff40eca"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">override <a class="el" href="_byte_slice_reader_8cs.html#a12195e9150e4d7af469b90ac95cc47ee">IndexInput</a> Lucene.Net.Index.CompoundFileReader.OpenInput </td>
<td>(</td>
<td class="paramtype">System.String&#160;</td>
<td class="paramname"><em>id</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">int&#160;</td>
<td class="paramname"><em>readBufferSize</em>&#160;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</div><div class="memdoc">
<p>Definition at line <a class="el" href="_compound_file_reader_8cs_source.html#l00154">154</a> of file <a class="el" href="_compound_file_reader_8cs_source.html">CompoundFileReader.cs</a>.</p>
</div>
</div>
<a class="anchor" id="a56d207fe4aca2d2b3eb885bead5ad759"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void Lucene.Net.Index.CompoundFileReader.RenameFile </td>
<td>(</td>
<td class="paramtype">System.String&#160;</td>
<td class="paramname"><em>from</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">System.String&#160;</td>
<td class="paramname"><em>to</em>&#160;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</div><div class="memdoc">
<p>Not implemented</p>
<p>&lt;throws&gt; UnsupportedOperationException &lt;/throws&gt; </p>
<p>Definition at line <a class="el" href="_compound_file_reader_8cs_source.html#l00202">202</a> of file <a class="el" href="_compound_file_reader_8cs_source.html">CompoundFileReader.cs</a>.</p>
</div>
</div>
<a class="anchor" id="a3007a406894f621711b732f39b4d3329"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">override void Lucene.Net.Index.CompoundFileReader.TouchFile </td>
<td>(</td>
<td class="paramtype">System.String&#160;</td>
<td class="paramname"><em>name</em></td><td>)</td>
<td></td>
</tr>
</table>
</div><div class="memdoc">
<p>Set the modified time of the compound file to now. </p>
<p>Definition at line <a class="el" href="_compound_file_reader_8cs_source.html#l00188">188</a> of file <a class="el" href="_compound_file_reader_8cs_source.html">CompoundFileReader.cs</a>.</p>
</div>
</div>
<h2 class="groupheader">Property Documentation</h2>
<a class="anchor" id="af9e055733c338acfc80337e67b2d84a3"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">virtual <a class="el" href="_syns2_index_8cs.html#aada057080323f6e867d8f9c189276716">Directory</a> Lucene.Net.Index.CompoundFileReader.Directory</td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">get</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Definition at line <a class="el" href="_compound_file_reader_8cs_source.html#l00113">113</a> of file <a class="el" href="_compound_file_reader_8cs_source.html">CompoundFileReader.cs</a>.</p>
</div>
</div>
<a class="anchor" id="a90d131547c3e1a78b61b2ed6b1f9a09f"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">virtual string Lucene.Net.Index.CompoundFileReader.Name</td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">get</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Definition at line <a class="el" href="_compound_file_reader_8cs_source.html#l00118">118</a> of file <a class="el" href="_compound_file_reader_8cs_source.html">CompoundFileReader.cs</a>.</p>
</div>
</div>
<hr/>The documentation for this class was generated from the following file:<ul>
<li>core/Index/<a class="el" href="_compound_file_reader_8cs_source.html">CompoundFileReader.cs</a></li>
</ul>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Thu Jan 3 2013 02:12:49 for Lucene.Net by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.3
</small></address>
</body>
</html>