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.5.0_04) on Sun Feb 19 05:15:30 PST 2006 -->
6<TITLE>
7org.ahmadsoft.postal (JPostal API)
8</TITLE>
9
10<META NAME="keywords" CONTENT="org.ahmadsoft.postal package">
11
12<LINK REL ="stylesheet" TYPE="text/css" HREF="/stylesheet.css" TITLE="Style">
13
14<SCRIPT type="text/javascript">
15function windowTitle()
16{
17    parent.document.title="org.ahmadsoft.postal (JPostal API)";
18}
19</SCRIPT>
20<NOSCRIPT>
21</NOSCRIPT>
22
23</HEAD>
24
25<BODY BGCOLOR="white" onload="windowTitle();">
26
27
28<!-- ========= START OF TOP NAVBAR ======= -->
29<A NAME="navbar_top"><!-- --></A>
30<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
31<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
32<TR>
33<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
34<A NAME="navbar_top_firstrow"><!-- --></A>
35<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
36  <TR ALIGN="center" VALIGN="top">
37  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="/org/ahmadsoft/postal/package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
38  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
39  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-use.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
40  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
41  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="/deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
42  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="/index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
43  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="/help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
44  </TR>
45</TABLE>
46</TD>
47<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
48</EM>
49</TD>
50</TR>
51
52<TR>
53<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
54&nbsp;PREV PACKAGE&nbsp;
55&nbsp;NEXT PACKAGE</FONT></TD>
56<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
57  <A HREF="/index.html?org/ahmadsoft/postal/package-summary.html" target="_top"><B>FRAMES</B></A>  &nbsp;
58&nbsp;<A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
59&nbsp;<SCRIPT type="text/javascript">
60  <!--
61  if(window==top) {
62    document.writeln('<A HREF="/allclasses-noframe.html"><B>All Classes</B></A>');
63  }
64  //-->
65</SCRIPT>
66<NOSCRIPT>
67  <A HREF="/allclasses-noframe.html"><B>All Classes</B></A>
68</NOSCRIPT>
69
70
71</FONT></TD>
72</TR>
73</TABLE>
74<A NAME="skip-navbar_top"></A>
75<!-- ========= END OF TOP NAVBAR ========= -->
76
77<HR>
78<H2>
79Package org.ahmadsoft.postal
80</H2>
81Provides a postal code service implementation for the United 
82States of America.
83<P>
84<B>See:</B>
85<BR>
86&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<A HREF="#package_description"><B>Description</B></A>
87<P>
88
89<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
90<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
91<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
92<B>Interface Summary</B></FONT></TH>
93</TR>
94<TR BGCOLOR="white" CLASS="TableRowColor">
95<TD WIDTH="15%"><B><A HREF="/org/ahmadsoft/postal/PostalRetrievalStrategy.html" title="interface in org.ahmadsoft.postal">PostalRetrievalStrategy</A></B></TD>
96<TD>Encapsulates a strategy for retrieving postal 
97 codes.</TD>
98</TR>
99</TABLE>
100&nbsp;
101
102<P>
103
104<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
105<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
106<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
107<B>Class Summary</B></FONT></TH>
108</TR>
109<TR BGCOLOR="white" CLASS="TableRowColor">
110<TD WIDTH="15%"><B><A HREF="/org/ahmadsoft/postal/DiskStrategy.html" title="class in org.ahmadsoft.postal">DiskStrategy</A></B></TD>
111<TD>A retrieval strategy that looks up from disk every time.</TD>
112</TR>
113<TR BGCOLOR="white" CLASS="TableRowColor">
114<TD WIDTH="15%"><B><A HREF="/org/ahmadsoft/postal/InMemoryStrategy.html" title="class in org.ahmadsoft.postal">InMemoryStrategy</A></B></TD>
115<TD>A retrieval strategy that loads the entire file into memory.</TD>
116</TR>
117<TR BGCOLOR="white" CLASS="TableRowColor">
118<TD WIDTH="15%"><B><A HREF="/org/ahmadsoft/postal/PostalCodeConstants.html" title="class in org.ahmadsoft.postal">PostalCodeConstants</A></B></TD>
119<TD>A collection of constants used by the Postal Code Service 
120 library.</TD>
121</TR>
122<TR BGCOLOR="white" CLASS="TableRowColor">
123<TD WIDTH="15%"><B><A HREF="/org/ahmadsoft/postal/PostalCodeEntry.html" title="class in org.ahmadsoft.postal">PostalCodeEntry</A></B></TD>
124<TD>Represents a USPS recognized city, state, postal code combination.</TD>
125</TR>
126<TR BGCOLOR="white" CLASS="TableRowColor">
127<TD WIDTH="15%"><B><A HREF="/org/ahmadsoft/postal/ReadOnceStrategy.html" title="class in org.ahmadsoft.postal">ReadOnceStrategy</A></B></TD>
128<TD>A retrieval strategy that looks up from disk the first time
129 and subsequently reads from cache.</TD>
130</TR>
131<TR BGCOLOR="white" CLASS="TableRowColor">
132<TD WIDTH="15%"><B><A HREF="/org/ahmadsoft/postal/USPostalCodeService.html" title="class in org.ahmadsoft.postal">USPostalCodeService</A></B></TD>
133<TD>Provides a postal code service implementation for the United 
134 States of America.</TD>
135</TR>
136<TR BGCOLOR="white" CLASS="TableRowColor">
137<TD WIDTH="15%"><B><A HREF="/org/ahmadsoft/postal/USPostalCodeService.MatchOptions.html" title="class in org.ahmadsoft.postal">USPostalCodeService.MatchOptions</A></B></TD>
138<TD>Specifies options for performing an advanced match
139 operation.</TD>
140</TR>
141<TR BGCOLOR="white" CLASS="TableRowColor">
142<TD WIDTH="15%"><B><A HREF="/org/ahmadsoft/postal/USPostalCodeService.MatchResult.html" title="class in org.ahmadsoft.postal">USPostalCodeService.MatchResult</A></B></TD>
143<TD>The result of a matching operation.</TD>
144</TR>
145</TABLE>
146&nbsp;
147
148<P>
149<A NAME="package_description"><!-- --></A><H2>
150Package org.ahmadsoft.postal Description
151</H2>
152
153<P>
154Provides a postal code service implementation for the United 
155States of America.
156<P>
157
158<P>
159<DL>
160</DL>
161<HR>
162
163
164<!-- ======= START OF BOTTOM NAVBAR ====== -->
165<A NAME="navbar_bottom"><!-- --></A>
166<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
167<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
168<TR>
169<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
170<A NAME="navbar_bottom_firstrow"><!-- --></A>
171<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
172  <TR ALIGN="center" VALIGN="top">
173  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="/org/ahmadsoft/postal/package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
174  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
175  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-use.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
176  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
177  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="/deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
178  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="/index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
179  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="/help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
180  </TR>
181</TABLE>
182</TD>
183<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
184</EM>
185</TD>
186</TR>
187
188<TR>
189<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
190&nbsp;PREV PACKAGE&nbsp;
191&nbsp;NEXT PACKAGE</FONT></TD>
192<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
193  <A HREF="/index.html?org/ahmadsoft/postal/package-summary.html" target="_top"><B>FRAMES</B></A>  &nbsp;
194&nbsp;<A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
195&nbsp;<SCRIPT type="text/javascript">
196  <!--
197  if(window==top) {
198    document.writeln('<A HREF="/allclasses-noframe.html"><B>All Classes</B></A>');
199  }
200  //-->
201</SCRIPT>
202<NOSCRIPT>
203  <A HREF="/allclasses-noframe.html"><B>All Classes</B></A>
204</NOSCRIPT>
205
206
207</FONT></TD>
208</TR>
209</TABLE>
210<A NAME="skip-navbar_bottom"></A>
211<!-- ======== END OF BOTTOM NAVBAR ======= -->
212
213<HR>
214<i>Copyright &#169; 2006 Ahmadsoft. All Rights Reserved.</i>
215</BODY>
216</HTML>
217