Skip to content

Commit 16907a6

Browse files
0.12.1
1 parent bd6b47d commit 16907a6

File tree

10 files changed

+1929
-0
lines changed

10 files changed

+1929
-0
lines changed
Lines changed: 219 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,219 @@
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_51) on Fri Sep 06 09:35:49 PDT 2013 -->
6+
<TITLE>
7+
Observable.OnSubscribeFunc (RxJava Javadoc 0.12.1)
8+
</TITLE>
9+
10+
<META NAME="date" CONTENT="2013-09-06">
11+
12+
<LINK REL ="stylesheet" TYPE="text/css" HREF="../javadocStyleSheet.css" TITLE="Style">
13+
14+
<SCRIPT type="text/javascript">
15+
function windowTitle()
16+
{
17+
if (location.href.indexOf('is-external=true') == -1) {
18+
parent.document.title="Observable.OnSubscribeFunc (RxJava Javadoc 0.12.1)";
19+
}
20+
}
21+
</SCRIPT>
22+
<NOSCRIPT>
23+
</NOSCRIPT>
24+
25+
</HEAD>
26+
27+
<BODY BGCOLOR="white" onload="windowTitle();">
28+
<a href='https://github.com/Netflix/RxJava'><img width='408' height='73' border='0' align='left' src='http://netflix.github.com/RxJava/images/NetflixOSS-banner.jpg'></a><h2 class='title' style='padding-top:57px;padding-left:415px;margin:0px'>RxJava: Functional Reactive Programming on the JVM</h2><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="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
44+
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
45+
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
46+
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
47+
</TR>
48+
</TABLE>
49+
</TD>
50+
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
51+
</EM>
52+
</TD>
53+
</TR>
54+
55+
<TR>
56+
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
57+
&nbsp;<A HREF="../rx/Observable.html" title="class in rx"><B>PREV CLASS</B></A>&nbsp;
58+
&nbsp;<A HREF="../rx/Observer.html" title="interface in rx"><B>NEXT CLASS</B></A></FONT></TD>
59+
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
60+
<A HREF="../index.html?rx/Observable.OnSubscribeFunc.html" target="_top"><B>FRAMES</B></A> &nbsp;
61+
&nbsp;<A HREF="Observable.OnSubscribeFunc.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
62+
&nbsp;<SCRIPT type="text/javascript">
63+
<!--
64+
if(window==top) {
65+
document.writeln('<A HREF="../allclasses-noframe.html"><B>All Classes</B></A>');
66+
}
67+
//-->
68+
</SCRIPT>
69+
<NOSCRIPT>
70+
<A HREF="../allclasses-noframe.html"><B>All Classes</B></A>
71+
</NOSCRIPT>
72+
73+
74+
</FONT></TD>
75+
</TR>
76+
<TR>
77+
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
78+
SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
79+
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
80+
DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
81+
</TR>
82+
</TABLE>
83+
<A NAME="skip-navbar_top"></A>
84+
<!-- ========= END OF TOP NAVBAR ========= -->
85+
86+
<HR>
87+
<!-- ======== START OF CLASS DATA ======== -->
88+
<H2>
89+
<FONT SIZE="-1">
90+
rx</FONT>
91+
<BR>
92+
Interface Observable.OnSubscribeFunc&lt;T&gt;</H2>
93+
<DL>
94+
<DT><DT><B>Type Parameters:</B><DD><CODE>T</CODE> - </DL>
95+
<DL>
96+
<DT><B>All Superinterfaces:</B> <DD><A HREF="../rx/util/functions/Function.html" title="interface in rx.util.functions">Function</A></DD>
97+
</DL>
98+
<DL>
99+
<DT><B>Enclosing class:</B><DD><A HREF="../rx/Observable.html" title="class in rx">Observable</A>&lt;<A HREF="../rx/Observable.html" title="type parameter in Observable">T</A>&gt;</DD>
100+
</DL>
101+
<HR>
102+
<DL>
103+
<DT><PRE>public static interface <B>Observable.OnSubscribeFunc&lt;T&gt;</B><DT>extends <A HREF="../rx/util/functions/Function.html" title="interface in rx.util.functions">Function</A></DL>
104+
</PRE>
105+
106+
<P>
107+
Function interface for work to be performed when an <A HREF="../rx/Observable.html" title="class in rx"><CODE>Observable</CODE></A> is subscribed to via <A HREF="../rx/Observable.html#subscribe(rx.Observer)"><CODE>Observable.subscribe(Observer)</CODE></A>
108+
<P>
109+
110+
<P>
111+
<HR>
112+
113+
<P>
114+
115+
<!-- ========== METHOD SUMMARY =========== -->
116+
117+
<A NAME="method_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>Method Summary</B></FONT></TH>
122+
</TR>
123+
<TR BGCOLOR="white" CLASS="TableRowColor">
124+
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
125+
<CODE>&nbsp;<A HREF="../rx/Subscription.html" title="interface in rx">Subscription</A></CODE></FONT></TD>
126+
<TD><CODE><B><A HREF="../rx/Observable.OnSubscribeFunc.html#onSubscribe(rx.Observer)">onSubscribe</A></B>(<A HREF="../rx/Observer.html" title="interface in rx">Observer</A>&lt;? super <A HREF="../rx/Observable.OnSubscribeFunc.html" title="type parameter in Observable.OnSubscribeFunc">T</A>&gt;&nbsp;t1)</CODE>
127+
128+
<BR>
129+
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
130+
</TR>
131+
</TABLE>
132+
&nbsp;
133+
<P>
134+
135+
<!-- ============ METHOD DETAIL ========== -->
136+
137+
<A NAME="method_detail"><!-- --></A>
138+
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
139+
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
140+
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
141+
<B>Method Detail</B></FONT></TH>
142+
</TR>
143+
</TABLE>
144+
145+
<A NAME="onSubscribe(rx.Observer)"><!-- --></A><H3>
146+
onSubscribe</H3>
147+
<PRE>
148+
<A HREF="../rx/Subscription.html" title="interface in rx">Subscription</A> <B>onSubscribe</B>(<A HREF="../rx/Observer.html" title="interface in rx">Observer</A>&lt;? super <A HREF="../rx/Observable.OnSubscribeFunc.html" title="type parameter in Observable.OnSubscribeFunc">T</A>&gt;&nbsp;t1)</PRE>
149+
<DL>
150+
<DD><DL>
151+
</DL>
152+
</DD>
153+
<DD><DL>
154+
</DL>
155+
</DD>
156+
</DL>
157+
<!-- ========= END OF CLASS DATA ========= -->
158+
<HR>
159+
160+
161+
<!-- ======= START OF BOTTOM NAVBAR ====== -->
162+
<A NAME="navbar_bottom"><!-- --></A>
163+
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
164+
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
165+
<TR>
166+
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
167+
<A NAME="navbar_bottom_firstrow"><!-- --></A>
168+
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
169+
<TR ALIGN="center" VALIGN="top">
170+
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
171+
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
172+
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
173+
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
174+
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
175+
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
176+
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
177+
</TR>
178+
</TABLE>
179+
</TD>
180+
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
181+
</EM>
182+
</TD>
183+
</TR>
184+
185+
<TR>
186+
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
187+
&nbsp;<A HREF="../rx/Observable.html" title="class in rx"><B>PREV CLASS</B></A>&nbsp;
188+
&nbsp;<A HREF="../rx/Observer.html" title="interface in rx"><B>NEXT CLASS</B></A></FONT></TD>
189+
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
190+
<A HREF="../index.html?rx/Observable.OnSubscribeFunc.html" target="_top"><B>FRAMES</B></A> &nbsp;
191+
&nbsp;<A HREF="Observable.OnSubscribeFunc.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
192+
&nbsp;<SCRIPT type="text/javascript">
193+
<!--
194+
if(window==top) {
195+
document.writeln('<A HREF="../allclasses-noframe.html"><B>All Classes</B></A>');
196+
}
197+
//-->
198+
</SCRIPT>
199+
<NOSCRIPT>
200+
<A HREF="../allclasses-noframe.html"><B>All Classes</B></A>
201+
</NOSCRIPT>
202+
203+
204+
</FONT></TD>
205+
</TR>
206+
<TR>
207+
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
208+
SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
209+
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
210+
DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
211+
</TR>
212+
</TABLE>
213+
<A NAME="skip-navbar_bottom"></A>
214+
<!-- ======== END OF BOTTOM NAVBAR ======= -->
215+
216+
<HR>
217+
218+
</BODY>
219+
</HTML>

javadoc/rx/util/BufferClosing.html

Lines changed: 166 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,166 @@
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_51) on Sat Aug 31 14:39:59 PDT 2013 -->
6+
<TITLE>
7+
BufferClosing (RxJava Javadoc 0.11.1)
8+
</TITLE>
9+
10+
<META NAME="date" CONTENT="2013-08-31">
11+
12+
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../javadocStyleSheet.css" TITLE="Style">
13+
14+
<SCRIPT type="text/javascript">
15+
function windowTitle()
16+
{
17+
if (location.href.indexOf('is-external=true') == -1) {
18+
parent.document.title="BufferClosing (RxJava Javadoc 0.11.1)";
19+
}
20+
}
21+
</SCRIPT>
22+
<NOSCRIPT>
23+
</NOSCRIPT>
24+
25+
</HEAD>
26+
27+
<BODY BGCOLOR="white" onload="windowTitle();">
28+
<a href='https://github.com/Netflix/RxJava'><img width='408' height='73' border='0' align='left' src='http://netflix.github.com/RxJava/images/NetflixOSS-banner.jpg'></a><h2 class='title' style='padding-top:57px;padding-left:415px;margin:0px'>RxJava: Functional Reactive Programming on the JVM</h2><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="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
44+
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
45+
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
46+
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
47+
</TR>
48+
</TABLE>
49+
</TD>
50+
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
51+
</EM>
52+
</TD>
53+
</TR>
54+
55+
<TR>
56+
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
57+
&nbsp;PREV CLASS&nbsp;
58+
&nbsp;<A HREF="../../rx/util/BufferClosings.html" title="class in rx.util"><B>NEXT CLASS</B></A></FONT></TD>
59+
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
60+
<A HREF="../../index.html?rx/util/BufferClosing.html" target="_top"><B>FRAMES</B></A> &nbsp;
61+
&nbsp;<A HREF="BufferClosing.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
62+
&nbsp;<SCRIPT type="text/javascript">
63+
<!--
64+
if(window==top) {
65+
document.writeln('<A HREF="../../allclasses-noframe.html"><B>All Classes</B></A>');
66+
}
67+
//-->
68+
</SCRIPT>
69+
<NOSCRIPT>
70+
<A HREF="../../allclasses-noframe.html"><B>All Classes</B></A>
71+
</NOSCRIPT>
72+
73+
74+
</FONT></TD>
75+
</TR>
76+
<TR>
77+
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
78+
SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;METHOD</FONT></TD>
79+
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
80+
DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;METHOD</FONT></TD>
81+
</TR>
82+
</TABLE>
83+
<A NAME="skip-navbar_top"></A>
84+
<!-- ========= END OF TOP NAVBAR ========= -->
85+
86+
<HR>
87+
<!-- ======== START OF CLASS DATA ======== -->
88+
<H2>
89+
<FONT SIZE="-1">
90+
rx.util</FONT>
91+
<BR>
92+
Interface BufferClosing</H2>
93+
<HR>
94+
<DL>
95+
<DT><PRE>public interface <B>BufferClosing</B></DL>
96+
</PRE>
97+
98+
<P>
99+
<HR>
100+
101+
<P>
102+
103+
<P>
104+
<!-- ========= END OF CLASS DATA ========= -->
105+
<HR>
106+
107+
108+
<!-- ======= START OF BOTTOM NAVBAR ====== -->
109+
<A NAME="navbar_bottom"><!-- --></A>
110+
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
111+
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
112+
<TR>
113+
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
114+
<A NAME="navbar_bottom_firstrow"><!-- --></A>
115+
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
116+
<TR ALIGN="center" VALIGN="top">
117+
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
118+
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
119+
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
120+
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
121+
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
122+
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
123+
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
124+
</TR>
125+
</TABLE>
126+
</TD>
127+
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
128+
</EM>
129+
</TD>
130+
</TR>
131+
132+
<TR>
133+
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
134+
&nbsp;PREV CLASS&nbsp;
135+
&nbsp;<A HREF="../../rx/util/BufferClosings.html" title="class in rx.util"><B>NEXT CLASS</B></A></FONT></TD>
136+
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
137+
<A HREF="../../index.html?rx/util/BufferClosing.html" target="_top"><B>FRAMES</B></A> &nbsp;
138+
&nbsp;<A HREF="BufferClosing.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
139+
&nbsp;<SCRIPT type="text/javascript">
140+
<!--
141+
if(window==top) {
142+
document.writeln('<A HREF="../../allclasses-noframe.html"><B>All Classes</B></A>');
143+
}
144+
//-->
145+
</SCRIPT>
146+
<NOSCRIPT>
147+
<A HREF="../../allclasses-noframe.html"><B>All Classes</B></A>
148+
</NOSCRIPT>
149+
150+
151+
</FONT></TD>
152+
</TR>
153+
<TR>
154+
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
155+
SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;METHOD</FONT></TD>
156+
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
157+
DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;METHOD</FONT></TD>
158+
</TR>
159+
</TABLE>
160+
<A NAME="skip-navbar_bottom"></A>
161+
<!-- ======== END OF BOTTOM NAVBAR ======= -->
162+
163+
<HR>
164+
165+
</BODY>
166+
</HTML>

0 commit comments

Comments
 (0)