source: proiecte/HadoopJUnit/hadoop-0.20.1/docs/api/org/apache/hadoop/record/XmlRecordInput.html @ 120

Last change on this file since 120 was 120, checked in by (none), 14 years ago

Added the mail files for the Hadoop JUNit Project

  • Property svn:executable set to *
File size: 38.3 KB
Line 
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2<!--NewPage-->
3<HTML>
4<HEAD>
5<!-- Generated by javadoc (build 1.6.0_07) on Tue Sep 01 20:56:55 UTC 2009 -->
6<TITLE>
7XmlRecordInput (Hadoop 0.20.1 API)
8</TITLE>
9
10<META NAME="date" CONTENT="2009-09-01">
11
12<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
13
14<SCRIPT type="text/javascript">
15function windowTitle()
16{
17    if (location.href.indexOf('is-external=true') == -1) {
18        parent.document.title="XmlRecordInput (Hadoop 0.20.1 API)";
19    }
20}
21</SCRIPT>
22<NOSCRIPT>
23</NOSCRIPT>
24
25</HEAD>
26
27<BODY BGCOLOR="white" onload="windowTitle();">
28<HR>
29
30
31<!-- ========= START OF TOP NAVBAR ======= -->
32<A NAME="navbar_top"><!-- --></A>
33<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
34<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
35<TR>
36<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
37<A NAME="navbar_top_firstrow"><!-- --></A>
38<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
39  <TR ALIGN="center" VALIGN="top">
40  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
41  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
42  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
43  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/XmlRecordInput.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
44  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
45  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
46  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
47  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
48  </TR>
49</TABLE>
50</TD>
51<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
52</EM>
53</TD>
54</TR>
55
56<TR>
57<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
58&nbsp;<A HREF="../../../../org/apache/hadoop/record/Utils.html" title="class in org.apache.hadoop.record"><B>PREV CLASS</B></A>&nbsp;
59&nbsp;<A HREF="../../../../org/apache/hadoop/record/XmlRecordOutput.html" title="class in org.apache.hadoop.record"><B>NEXT CLASS</B></A></FONT></TD>
60<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
61  <A HREF="../../../../index.html?org/apache/hadoop/record/XmlRecordInput.html" target="_top"><B>FRAMES</B></A>  &nbsp;
62&nbsp;<A HREF="XmlRecordInput.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
63&nbsp;<SCRIPT type="text/javascript">
64  <!--
65  if(window==top) {
66    document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
67  }
68  //-->
69</SCRIPT>
70<NOSCRIPT>
71  <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
72</NOSCRIPT>
73
74
75</FONT></TD>
76</TR>
77<TR>
78<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
79  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
80<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
81DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
82</TR>
83</TABLE>
84<A NAME="skip-navbar_top"></A>
85<!-- ========= END OF TOP NAVBAR ========= -->
86
87<HR>
88<!-- ======== START OF CLASS DATA ======== -->
89<H2>
90<FONT SIZE="-1">
91org.apache.hadoop.record</FONT>
92<BR>
93Class XmlRecordInput</H2>
94<PRE>
95<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</A>
96  <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><B>org.apache.hadoop.record.XmlRecordInput</B>
97</PRE>
98<DL>
99<DT><B>All Implemented Interfaces:</B> <DD><A HREF="../../../../org/apache/hadoop/record/RecordInput.html" title="interface in org.apache.hadoop.record">RecordInput</A></DD>
100</DL>
101<HR>
102<DL>
103<DT><PRE>public class <B>XmlRecordInput</B><DT>extends <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A><DT>implements <A HREF="../../../../org/apache/hadoop/record/RecordInput.html" title="interface in org.apache.hadoop.record">RecordInput</A></DL>
104</PRE>
105
106<P>
107XML Deserializer.
108<P>
109
110<P>
111<HR>
112
113<P>
114
115<!-- ======== CONSTRUCTOR SUMMARY ======== -->
116
117<A NAME="constructor_summary"><!-- --></A>
118<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
119<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
120<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
121<B>Constructor Summary</B></FONT></TH>
122</TR>
123<TR BGCOLOR="white" CLASS="TableRowColor">
124<TD><CODE><B><A HREF="../../../../org/apache/hadoop/record/XmlRecordInput.html#XmlRecordInput(java.io.InputStream)">XmlRecordInput</A></B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io">InputStream</A>&nbsp;in)</CODE>
125
126<BR>
127&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Creates a new instance of XmlRecordInput</TD>
128</TR>
129</TABLE>
130&nbsp;
131<!-- ========== METHOD SUMMARY =========== -->
132
133<A NAME="method_summary"><!-- --></A>
134<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
135<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
136<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
137<B>Method Summary</B></FONT></TH>
138</TR>
139<TR BGCOLOR="white" CLASS="TableRowColor">
140<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
141<CODE>&nbsp;void</CODE></FONT></TD>
142<TD><CODE><B><A HREF="../../../../org/apache/hadoop/record/XmlRecordInput.html#endMap(java.lang.String)">endMap</A></B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;tag)</CODE>
143
144<BR>
145&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Check the mark for end of the serialized map.</TD>
146</TR>
147<TR BGCOLOR="white" CLASS="TableRowColor">
148<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
149<CODE>&nbsp;void</CODE></FONT></TD>
150<TD><CODE><B><A HREF="../../../../org/apache/hadoop/record/XmlRecordInput.html#endRecord(java.lang.String)">endRecord</A></B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;tag)</CODE>
151
152<BR>
153&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Check the mark for end of the serialized record.</TD>
154</TR>
155<TR BGCOLOR="white" CLASS="TableRowColor">
156<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
157<CODE>&nbsp;void</CODE></FONT></TD>
158<TD><CODE><B><A HREF="../../../../org/apache/hadoop/record/XmlRecordInput.html#endVector(java.lang.String)">endVector</A></B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;tag)</CODE>
159
160<BR>
161&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Check the mark for end of the serialized vector.</TD>
162</TR>
163<TR BGCOLOR="white" CLASS="TableRowColor">
164<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
165<CODE>&nbsp;boolean</CODE></FONT></TD>
166<TD><CODE><B><A HREF="../../../../org/apache/hadoop/record/XmlRecordInput.html#readBool(java.lang.String)">readBool</A></B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;tag)</CODE>
167
168<BR>
169&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Read a boolean from serialized record.</TD>
170</TR>
171<TR BGCOLOR="white" CLASS="TableRowColor">
172<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
173<CODE>&nbsp;<A HREF="../../../../org/apache/hadoop/record/Buffer.html" title="class in org.apache.hadoop.record">Buffer</A></CODE></FONT></TD>
174<TD><CODE><B><A HREF="../../../../org/apache/hadoop/record/XmlRecordInput.html#readBuffer(java.lang.String)">readBuffer</A></B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;tag)</CODE>
175
176<BR>
177&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Read byte array from serialized record.</TD>
178</TR>
179<TR BGCOLOR="white" CLASS="TableRowColor">
180<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
181<CODE>&nbsp;byte</CODE></FONT></TD>
182<TD><CODE><B><A HREF="../../../../org/apache/hadoop/record/XmlRecordInput.html#readByte(java.lang.String)">readByte</A></B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;tag)</CODE>
183
184<BR>
185&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Read a byte from serialized record.</TD>
186</TR>
187<TR BGCOLOR="white" CLASS="TableRowColor">
188<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
189<CODE>&nbsp;double</CODE></FONT></TD>
190<TD><CODE><B><A HREF="../../../../org/apache/hadoop/record/XmlRecordInput.html#readDouble(java.lang.String)">readDouble</A></B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;tag)</CODE>
191
192<BR>
193&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Read a double-precision number from serialized record.</TD>
194</TR>
195<TR BGCOLOR="white" CLASS="TableRowColor">
196<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
197<CODE>&nbsp;float</CODE></FONT></TD>
198<TD><CODE><B><A HREF="../../../../org/apache/hadoop/record/XmlRecordInput.html#readFloat(java.lang.String)">readFloat</A></B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;tag)</CODE>
199
200<BR>
201&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Read a single-precision float from serialized record.</TD>
202</TR>
203<TR BGCOLOR="white" CLASS="TableRowColor">
204<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
205<CODE>&nbsp;int</CODE></FONT></TD>
206<TD><CODE><B><A HREF="../../../../org/apache/hadoop/record/XmlRecordInput.html#readInt(java.lang.String)">readInt</A></B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;tag)</CODE>
207
208<BR>
209&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Read an integer from serialized record.</TD>
210</TR>
211<TR BGCOLOR="white" CLASS="TableRowColor">
212<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
213<CODE>&nbsp;long</CODE></FONT></TD>
214<TD><CODE><B><A HREF="../../../../org/apache/hadoop/record/XmlRecordInput.html#readLong(java.lang.String)">readLong</A></B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;tag)</CODE>
215
216<BR>
217&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Read a long integer from serialized record.</TD>
218</TR>
219<TR BGCOLOR="white" CLASS="TableRowColor">
220<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
221<CODE>&nbsp;<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A></CODE></FONT></TD>
222<TD><CODE><B><A HREF="../../../../org/apache/hadoop/record/XmlRecordInput.html#readString(java.lang.String)">readString</A></B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;tag)</CODE>
223
224<BR>
225&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Read a UTF-8 encoded string from serialized record.</TD>
226</TR>
227<TR BGCOLOR="white" CLASS="TableRowColor">
228<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
229<CODE>&nbsp;<A HREF="../../../../org/apache/hadoop/record/Index.html" title="interface in org.apache.hadoop.record">Index</A></CODE></FONT></TD>
230<TD><CODE><B><A HREF="../../../../org/apache/hadoop/record/XmlRecordInput.html#startMap(java.lang.String)">startMap</A></B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;tag)</CODE>
231
232<BR>
233&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Check the mark for start of the serialized map.</TD>
234</TR>
235<TR BGCOLOR="white" CLASS="TableRowColor">
236<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
237<CODE>&nbsp;void</CODE></FONT></TD>
238<TD><CODE><B><A HREF="../../../../org/apache/hadoop/record/XmlRecordInput.html#startRecord(java.lang.String)">startRecord</A></B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;tag)</CODE>
239
240<BR>
241&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Check the mark for start of the serialized record.</TD>
242</TR>
243<TR BGCOLOR="white" CLASS="TableRowColor">
244<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
245<CODE>&nbsp;<A HREF="../../../../org/apache/hadoop/record/Index.html" title="interface in org.apache.hadoop.record">Index</A></CODE></FONT></TD>
246<TD><CODE><B><A HREF="../../../../org/apache/hadoop/record/XmlRecordInput.html#startVector(java.lang.String)">startVector</A></B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;tag)</CODE>
247
248<BR>
249&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Check the mark for start of the serialized vector.</TD>
250</TR>
251</TABLE>
252&nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
253<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
254<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
255<TH ALIGN="left"><B>Methods inherited from class java.lang.<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A></B></TH>
256</TR>
257<TR BGCOLOR="white" CLASS="TableRowColor">
258<TD><CODE><A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true#clone()" title="class or interface in java.lang">clone</A>, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang">equals</A>, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true#finalize()" title="class or interface in java.lang">finalize</A>, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang">getClass</A>, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true#hashCode()" title="class or interface in java.lang">hashCode</A>, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang">notify</A>, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true#notifyAll()" title="class or interface in java.lang">notifyAll</A>, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true#toString()" title="class or interface in java.lang">toString</A>, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait()" title="class or interface in java.lang">wait</A>, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang">wait</A>, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long, int)" title="class or interface in java.lang">wait</A></CODE></TD>
259</TR>
260</TABLE>
261&nbsp;
262<P>
263
264<!-- ========= CONSTRUCTOR DETAIL ======== -->
265
266<A NAME="constructor_detail"><!-- --></A>
267<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
268<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
269<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
270<B>Constructor Detail</B></FONT></TH>
271</TR>
272</TABLE>
273
274<A NAME="XmlRecordInput(java.io.InputStream)"><!-- --></A><H3>
275XmlRecordInput</H3>
276<PRE>
277public <B>XmlRecordInput</B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io">InputStream</A>&nbsp;in)</PRE>
278<DL>
279<DD>Creates a new instance of XmlRecordInput
280<P>
281</DL>
282
283<!-- ============ METHOD DETAIL ========== -->
284
285<A NAME="method_detail"><!-- --></A>
286<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
287<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
288<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
289<B>Method Detail</B></FONT></TH>
290</TR>
291</TABLE>
292
293<A NAME="readByte(java.lang.String)"><!-- --></A><H3>
294readByte</H3>
295<PRE>
296public byte <B>readByte</B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;tag)
297              throws <A HREF="http://java.sun.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></PRE>
298<DL>
299<DD><B>Description copied from interface: <CODE><A HREF="../../../../org/apache/hadoop/record/RecordInput.html#readByte(java.lang.String)">RecordInput</A></CODE></B></DD>
300<DD>Read a byte from serialized record.
301<P>
302<DD><DL>
303<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/apache/hadoop/record/RecordInput.html#readByte(java.lang.String)">readByte</A></CODE> in interface <CODE><A HREF="../../../../org/apache/hadoop/record/RecordInput.html" title="interface in org.apache.hadoop.record">RecordInput</A></CODE></DL>
304</DD>
305<DD><DL>
306<DT><B>Parameters:</B><DD><CODE>tag</CODE> - Used by tagged serialization formats (such as XML)
307<DT><B>Returns:</B><DD>value read from serialized record.
308<DT><B>Throws:</B>
309<DD><CODE><A HREF="http://java.sun.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></CODE></DL>
310</DD>
311</DL>
312<HR>
313
314<A NAME="readBool(java.lang.String)"><!-- --></A><H3>
315readBool</H3>
316<PRE>
317public boolean <B>readBool</B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;tag)
318                 throws <A HREF="http://java.sun.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></PRE>
319<DL>
320<DD><B>Description copied from interface: <CODE><A HREF="../../../../org/apache/hadoop/record/RecordInput.html#readBool(java.lang.String)">RecordInput</A></CODE></B></DD>
321<DD>Read a boolean from serialized record.
322<P>
323<DD><DL>
324<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/apache/hadoop/record/RecordInput.html#readBool(java.lang.String)">readBool</A></CODE> in interface <CODE><A HREF="../../../../org/apache/hadoop/record/RecordInput.html" title="interface in org.apache.hadoop.record">RecordInput</A></CODE></DL>
325</DD>
326<DD><DL>
327<DT><B>Parameters:</B><DD><CODE>tag</CODE> - Used by tagged serialization formats (such as XML)
328<DT><B>Returns:</B><DD>value read from serialized record.
329<DT><B>Throws:</B>
330<DD><CODE><A HREF="http://java.sun.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></CODE></DL>
331</DD>
332</DL>
333<HR>
334
335<A NAME="readInt(java.lang.String)"><!-- --></A><H3>
336readInt</H3>
337<PRE>
338public int <B>readInt</B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;tag)
339            throws <A HREF="http://java.sun.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></PRE>
340<DL>
341<DD><B>Description copied from interface: <CODE><A HREF="../../../../org/apache/hadoop/record/RecordInput.html#readInt(java.lang.String)">RecordInput</A></CODE></B></DD>
342<DD>Read an integer from serialized record.
343<P>
344<DD><DL>
345<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/apache/hadoop/record/RecordInput.html#readInt(java.lang.String)">readInt</A></CODE> in interface <CODE><A HREF="../../../../org/apache/hadoop/record/RecordInput.html" title="interface in org.apache.hadoop.record">RecordInput</A></CODE></DL>
346</DD>
347<DD><DL>
348<DT><B>Parameters:</B><DD><CODE>tag</CODE> - Used by tagged serialization formats (such as XML)
349<DT><B>Returns:</B><DD>value read from serialized record.
350<DT><B>Throws:</B>
351<DD><CODE><A HREF="http://java.sun.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></CODE></DL>
352</DD>
353</DL>
354<HR>
355
356<A NAME="readLong(java.lang.String)"><!-- --></A><H3>
357readLong</H3>
358<PRE>
359public long <B>readLong</B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;tag)
360              throws <A HREF="http://java.sun.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></PRE>
361<DL>
362<DD><B>Description copied from interface: <CODE><A HREF="../../../../org/apache/hadoop/record/RecordInput.html#readLong(java.lang.String)">RecordInput</A></CODE></B></DD>
363<DD>Read a long integer from serialized record.
364<P>
365<DD><DL>
366<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/apache/hadoop/record/RecordInput.html#readLong(java.lang.String)">readLong</A></CODE> in interface <CODE><A HREF="../../../../org/apache/hadoop/record/RecordInput.html" title="interface in org.apache.hadoop.record">RecordInput</A></CODE></DL>
367</DD>
368<DD><DL>
369<DT><B>Parameters:</B><DD><CODE>tag</CODE> - Used by tagged serialization formats (such as XML)
370<DT><B>Returns:</B><DD>value read from serialized record.
371<DT><B>Throws:</B>
372<DD><CODE><A HREF="http://java.sun.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></CODE></DL>
373</DD>
374</DL>
375<HR>
376
377<A NAME="readFloat(java.lang.String)"><!-- --></A><H3>
378readFloat</H3>
379<PRE>
380public float <B>readFloat</B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;tag)
381                throws <A HREF="http://java.sun.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></PRE>
382<DL>
383<DD><B>Description copied from interface: <CODE><A HREF="../../../../org/apache/hadoop/record/RecordInput.html#readFloat(java.lang.String)">RecordInput</A></CODE></B></DD>
384<DD>Read a single-precision float from serialized record.
385<P>
386<DD><DL>
387<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/apache/hadoop/record/RecordInput.html#readFloat(java.lang.String)">readFloat</A></CODE> in interface <CODE><A HREF="../../../../org/apache/hadoop/record/RecordInput.html" title="interface in org.apache.hadoop.record">RecordInput</A></CODE></DL>
388</DD>
389<DD><DL>
390<DT><B>Parameters:</B><DD><CODE>tag</CODE> - Used by tagged serialization formats (such as XML)
391<DT><B>Returns:</B><DD>value read from serialized record.
392<DT><B>Throws:</B>
393<DD><CODE><A HREF="http://java.sun.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></CODE></DL>
394</DD>
395</DL>
396<HR>
397
398<A NAME="readDouble(java.lang.String)"><!-- --></A><H3>
399readDouble</H3>
400<PRE>
401public double <B>readDouble</B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;tag)
402                  throws <A HREF="http://java.sun.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></PRE>
403<DL>
404<DD><B>Description copied from interface: <CODE><A HREF="../../../../org/apache/hadoop/record/RecordInput.html#readDouble(java.lang.String)">RecordInput</A></CODE></B></DD>
405<DD>Read a double-precision number from serialized record.
406<P>
407<DD><DL>
408<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/apache/hadoop/record/RecordInput.html#readDouble(java.lang.String)">readDouble</A></CODE> in interface <CODE><A HREF="../../../../org/apache/hadoop/record/RecordInput.html" title="interface in org.apache.hadoop.record">RecordInput</A></CODE></DL>
409</DD>
410<DD><DL>
411<DT><B>Parameters:</B><DD><CODE>tag</CODE> - Used by tagged serialization formats (such as XML)
412<DT><B>Returns:</B><DD>value read from serialized record.
413<DT><B>Throws:</B>
414<DD><CODE><A HREF="http://java.sun.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></CODE></DL>
415</DD>
416</DL>
417<HR>
418
419<A NAME="readString(java.lang.String)"><!-- --></A><H3>
420readString</H3>
421<PRE>
422public <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>readString</B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;tag)
423                  throws <A HREF="http://java.sun.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></PRE>
424<DL>
425<DD><B>Description copied from interface: <CODE><A HREF="../../../../org/apache/hadoop/record/RecordInput.html#readString(java.lang.String)">RecordInput</A></CODE></B></DD>
426<DD>Read a UTF-8 encoded string from serialized record.
427<P>
428<DD><DL>
429<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/apache/hadoop/record/RecordInput.html#readString(java.lang.String)">readString</A></CODE> in interface <CODE><A HREF="../../../../org/apache/hadoop/record/RecordInput.html" title="interface in org.apache.hadoop.record">RecordInput</A></CODE></DL>
430</DD>
431<DD><DL>
432<DT><B>Parameters:</B><DD><CODE>tag</CODE> - Used by tagged serialization formats (such as XML)
433<DT><B>Returns:</B><DD>value read from serialized record.
434<DT><B>Throws:</B>
435<DD><CODE><A HREF="http://java.sun.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></CODE></DL>
436</DD>
437</DL>
438<HR>
439
440<A NAME="readBuffer(java.lang.String)"><!-- --></A><H3>
441readBuffer</H3>
442<PRE>
443public <A HREF="../../../../org/apache/hadoop/record/Buffer.html" title="class in org.apache.hadoop.record">Buffer</A> <B>readBuffer</B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;tag)
444                  throws <A HREF="http://java.sun.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></PRE>
445<DL>
446<DD><B>Description copied from interface: <CODE><A HREF="../../../../org/apache/hadoop/record/RecordInput.html#readBuffer(java.lang.String)">RecordInput</A></CODE></B></DD>
447<DD>Read byte array from serialized record.
448<P>
449<DD><DL>
450<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/apache/hadoop/record/RecordInput.html#readBuffer(java.lang.String)">readBuffer</A></CODE> in interface <CODE><A HREF="../../../../org/apache/hadoop/record/RecordInput.html" title="interface in org.apache.hadoop.record">RecordInput</A></CODE></DL>
451</DD>
452<DD><DL>
453<DT><B>Parameters:</B><DD><CODE>tag</CODE> - Used by tagged serialization formats (such as XML)
454<DT><B>Returns:</B><DD>value read from serialized record.
455<DT><B>Throws:</B>
456<DD><CODE><A HREF="http://java.sun.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></CODE></DL>
457</DD>
458</DL>
459<HR>
460
461<A NAME="startRecord(java.lang.String)"><!-- --></A><H3>
462startRecord</H3>
463<PRE>
464public void <B>startRecord</B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;tag)
465                 throws <A HREF="http://java.sun.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></PRE>
466<DL>
467<DD><B>Description copied from interface: <CODE><A HREF="../../../../org/apache/hadoop/record/RecordInput.html#startRecord(java.lang.String)">RecordInput</A></CODE></B></DD>
468<DD>Check the mark for start of the serialized record.
469<P>
470<DD><DL>
471<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/apache/hadoop/record/RecordInput.html#startRecord(java.lang.String)">startRecord</A></CODE> in interface <CODE><A HREF="../../../../org/apache/hadoop/record/RecordInput.html" title="interface in org.apache.hadoop.record">RecordInput</A></CODE></DL>
472</DD>
473<DD><DL>
474<DT><B>Parameters:</B><DD><CODE>tag</CODE> - Used by tagged serialization formats (such as XML)
475<DT><B>Throws:</B>
476<DD><CODE><A HREF="http://java.sun.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></CODE></DL>
477</DD>
478</DL>
479<HR>
480
481<A NAME="endRecord(java.lang.String)"><!-- --></A><H3>
482endRecord</H3>
483<PRE>
484public void <B>endRecord</B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;tag)
485               throws <A HREF="http://java.sun.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></PRE>
486<DL>
487<DD><B>Description copied from interface: <CODE><A HREF="../../../../org/apache/hadoop/record/RecordInput.html#endRecord(java.lang.String)">RecordInput</A></CODE></B></DD>
488<DD>Check the mark for end of the serialized record.
489<P>
490<DD><DL>
491<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/apache/hadoop/record/RecordInput.html#endRecord(java.lang.String)">endRecord</A></CODE> in interface <CODE><A HREF="../../../../org/apache/hadoop/record/RecordInput.html" title="interface in org.apache.hadoop.record">RecordInput</A></CODE></DL>
492</DD>
493<DD><DL>
494<DT><B>Parameters:</B><DD><CODE>tag</CODE> - Used by tagged serialization formats (such as XML)
495<DT><B>Throws:</B>
496<DD><CODE><A HREF="http://java.sun.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></CODE></DL>
497</DD>
498</DL>
499<HR>
500
501<A NAME="startVector(java.lang.String)"><!-- --></A><H3>
502startVector</H3>
503<PRE>
504public <A HREF="../../../../org/apache/hadoop/record/Index.html" title="interface in org.apache.hadoop.record">Index</A> <B>startVector</B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;tag)
505                  throws <A HREF="http://java.sun.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></PRE>
506<DL>
507<DD><B>Description copied from interface: <CODE><A HREF="../../../../org/apache/hadoop/record/RecordInput.html#startVector(java.lang.String)">RecordInput</A></CODE></B></DD>
508<DD>Check the mark for start of the serialized vector.
509<P>
510<DD><DL>
511<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/apache/hadoop/record/RecordInput.html#startVector(java.lang.String)">startVector</A></CODE> in interface <CODE><A HREF="../../../../org/apache/hadoop/record/RecordInput.html" title="interface in org.apache.hadoop.record">RecordInput</A></CODE></DL>
512</DD>
513<DD><DL>
514<DT><B>Parameters:</B><DD><CODE>tag</CODE> - Used by tagged serialization formats (such as XML)
515<DT><B>Returns:</B><DD>Index that is used to count the number of elements.
516<DT><B>Throws:</B>
517<DD><CODE><A HREF="http://java.sun.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></CODE></DL>
518</DD>
519</DL>
520<HR>
521
522<A NAME="endVector(java.lang.String)"><!-- --></A><H3>
523endVector</H3>
524<PRE>
525public void <B>endVector</B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;tag)
526               throws <A HREF="http://java.sun.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></PRE>
527<DL>
528<DD><B>Description copied from interface: <CODE><A HREF="../../../../org/apache/hadoop/record/RecordInput.html#endVector(java.lang.String)">RecordInput</A></CODE></B></DD>
529<DD>Check the mark for end of the serialized vector.
530<P>
531<DD><DL>
532<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/apache/hadoop/record/RecordInput.html#endVector(java.lang.String)">endVector</A></CODE> in interface <CODE><A HREF="../../../../org/apache/hadoop/record/RecordInput.html" title="interface in org.apache.hadoop.record">RecordInput</A></CODE></DL>
533</DD>
534<DD><DL>
535<DT><B>Parameters:</B><DD><CODE>tag</CODE> - Used by tagged serialization formats (such as XML)
536<DT><B>Throws:</B>
537<DD><CODE><A HREF="http://java.sun.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></CODE></DL>
538</DD>
539</DL>
540<HR>
541
542<A NAME="startMap(java.lang.String)"><!-- --></A><H3>
543startMap</H3>
544<PRE>
545public <A HREF="../../../../org/apache/hadoop/record/Index.html" title="interface in org.apache.hadoop.record">Index</A> <B>startMap</B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;tag)
546               throws <A HREF="http://java.sun.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></PRE>
547<DL>
548<DD><B>Description copied from interface: <CODE><A HREF="../../../../org/apache/hadoop/record/RecordInput.html#startMap(java.lang.String)">RecordInput</A></CODE></B></DD>
549<DD>Check the mark for start of the serialized map.
550<P>
551<DD><DL>
552<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/apache/hadoop/record/RecordInput.html#startMap(java.lang.String)">startMap</A></CODE> in interface <CODE><A HREF="../../../../org/apache/hadoop/record/RecordInput.html" title="interface in org.apache.hadoop.record">RecordInput</A></CODE></DL>
553</DD>
554<DD><DL>
555<DT><B>Parameters:</B><DD><CODE>tag</CODE> - Used by tagged serialization formats (such as XML)
556<DT><B>Returns:</B><DD>Index that is used to count the number of map entries.
557<DT><B>Throws:</B>
558<DD><CODE><A HREF="http://java.sun.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></CODE></DL>
559</DD>
560</DL>
561<HR>
562
563<A NAME="endMap(java.lang.String)"><!-- --></A><H3>
564endMap</H3>
565<PRE>
566public void <B>endMap</B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;tag)
567            throws <A HREF="http://java.sun.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></PRE>
568<DL>
569<DD><B>Description copied from interface: <CODE><A HREF="../../../../org/apache/hadoop/record/RecordInput.html#endMap(java.lang.String)">RecordInput</A></CODE></B></DD>
570<DD>Check the mark for end of the serialized map.
571<P>
572<DD><DL>
573<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/apache/hadoop/record/RecordInput.html#endMap(java.lang.String)">endMap</A></CODE> in interface <CODE><A HREF="../../../../org/apache/hadoop/record/RecordInput.html" title="interface in org.apache.hadoop.record">RecordInput</A></CODE></DL>
574</DD>
575<DD><DL>
576<DT><B>Parameters:</B><DD><CODE>tag</CODE> - Used by tagged serialization formats (such as XML)
577<DT><B>Throws:</B>
578<DD><CODE><A HREF="http://java.sun.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></CODE></DL>
579</DD>
580</DL>
581<!-- ========= END OF CLASS DATA ========= -->
582<HR>
583
584
585<!-- ======= START OF BOTTOM NAVBAR ====== -->
586<A NAME="navbar_bottom"><!-- --></A>
587<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
588<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
589<TR>
590<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
591<A NAME="navbar_bottom_firstrow"><!-- --></A>
592<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
593  <TR ALIGN="center" VALIGN="top">
594  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
595  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
596  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
597  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/XmlRecordInput.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
598  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
599  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
600  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
601  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
602  </TR>
603</TABLE>
604</TD>
605<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
606</EM>
607</TD>
608</TR>
609
610<TR>
611<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
612&nbsp;<A HREF="../../../../org/apache/hadoop/record/Utils.html" title="class in org.apache.hadoop.record"><B>PREV CLASS</B></A>&nbsp;
613&nbsp;<A HREF="../../../../org/apache/hadoop/record/XmlRecordOutput.html" title="class in org.apache.hadoop.record"><B>NEXT CLASS</B></A></FONT></TD>
614<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
615  <A HREF="../../../../index.html?org/apache/hadoop/record/XmlRecordInput.html" target="_top"><B>FRAMES</B></A>  &nbsp;
616&nbsp;<A HREF="XmlRecordInput.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
617&nbsp;<SCRIPT type="text/javascript">
618  <!--
619  if(window==top) {
620    document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
621  }
622  //-->
623</SCRIPT>
624<NOSCRIPT>
625  <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
626</NOSCRIPT>
627
628
629</FONT></TD>
630</TR>
631<TR>
632<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
633  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
634<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
635DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
636</TR>
637</TABLE>
638<A NAME="skip-navbar_bottom"></A>
639<!-- ======== END OF BOTTOM NAVBAR ======= -->
640
641<HR>
642Copyright &copy; 2009 The Apache Software Foundation
643</BODY>
644</HTML>
Note: See TracBrowser for help on using the repository browser.