📄 emppparser.html
字号:
<A HREF="../../../../../com/wondertek/esmp/esms/empp/exception/TerminatingZeroNotFoundException.html" title="class in com.wondertek.esmp.esms.empp.exception">TerminatingZeroNotFoundException</A></PRE>
<DL>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Throws:</B><DD><CODE><A HREF="../../../../../com/wondertek/esmp/esms/empp/exception/EMPPObjectException.html" title="class in com.wondertek.esmp.esms.empp.exception">EMPPObjectException</A></CODE><DD><CODE><A HREF="../../../../../com/wondertek/esmp/esms/empp/exception/NotEnoughDataInByteBufferException.html" title="class in com.wondertek.esmp.esms.empp.exception">NotEnoughDataInByteBufferException</A></CODE><DD><CODE><A HREF="../../../../../com/wondertek/esmp/esms/empp/exception/TerminatingZeroNotFoundException.html" title="class in com.wondertek.esmp.esms.empp.exception">TerminatingZeroNotFoundException</A></CODE></DL>
</DD>
</DL>
<HR>
<A NAME="getData()"><!-- --></A><H3>
getData</H3>
<PRE>
public abstract ByteBuffer <B>getData</B>() throws <A HREF="../../../../../com/wondertek/esmp/esms/empp/exception/ValueNotSetException.html" title="class in com.wondertek.esmp.esms.empp.exception">ValueNotSetException</A></PRE>
<DL>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Throws:</B><DD><CODE><A HREF="../../../../../com/wondertek/esmp/esms/empp/exception/ValueNotSetException.html" title="class in com.wondertek.esmp.esms.empp.exception">ValueNotSetException</A></CODE></DL>
</DD>
</DL>
<HR>
<A NAME="checkString(java.lang.String, int)"><!-- --></A><H3>
checkString</H3>
<PRE>
protected static void <B>checkString</B>(java.lang.String string, int max) throws <A HREF="../../../../../com/wondertek/esmp/esms/empp/exception/WrongLengthOfStringException.html" title="class in com.wondertek.esmp.esms.empp.exception">WrongLengthOfStringException</A></PRE>
<DL>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Throws:</B><DD><CODE><A HREF="../../../../../com/wondertek/esmp/esms/empp/exception/WrongLengthOfStringException.html" title="class in com.wondertek.esmp.esms.empp.exception">WrongLengthOfStringException</A></CODE></DL>
</DD>
</DL>
<HR>
<A NAME="checkString(java.lang.String, int, java.lang.String)"><!-- --></A><H3>
checkString</H3>
<PRE>
protected static void <B>checkString</B>(java.lang.String string, int max, java.lang.String encoding) throws <A HREF="../../../../../com/wondertek/esmp/esms/empp/exception/WrongLengthOfStringException.html" title="class in com.wondertek.esmp.esms.empp.exception">WrongLengthOfStringException</A>, java.io.UnsupportedEncodingException</PRE>
<DL>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Throws:</B><DD><CODE><A HREF="../../../../../com/wondertek/esmp/esms/empp/exception/WrongLengthOfStringException.html" title="class in com.wondertek.esmp.esms.empp.exception">WrongLengthOfStringException</A></CODE><DD><CODE>java.io.UnsupportedEncodingException</CODE></DL>
</DD>
</DL>
<HR>
<A NAME="checkString(java.lang.String, int, int)"><!-- --></A><H3>
checkString</H3>
<PRE>
protected static void <B>checkString</B>(java.lang.String string, int min, int max) throws <A HREF="../../../../../com/wondertek/esmp/esms/empp/exception/WrongLengthOfStringException.html" title="class in com.wondertek.esmp.esms.empp.exception">WrongLengthOfStringException</A></PRE>
<DL>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Throws:</B><DD><CODE><A HREF="../../../../../com/wondertek/esmp/esms/empp/exception/WrongLengthOfStringException.html" title="class in com.wondertek.esmp.esms.empp.exception">WrongLengthOfStringException</A></CODE></DL>
</DD>
</DL>
<HR>
<A NAME="checkString(java.lang.String, int, int, java.lang.String)"><!-- --></A><H3>
checkString</H3>
<PRE>
protected static void <B>checkString</B>(java.lang.String string, int min, int max, java.lang.String encoding) throws <A HREF="../../../../../com/wondertek/esmp/esms/empp/exception/WrongLengthOfStringException.html" title="class in com.wondertek.esmp.esms.empp.exception">WrongLengthOfStringException</A>, java.io.UnsupportedEncodingException</PRE>
<DL>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Throws:</B><DD><CODE><A HREF="../../../../../com/wondertek/esmp/esms/empp/exception/WrongLengthOfStringException.html" title="class in com.wondertek.esmp.esms.empp.exception">WrongLengthOfStringException</A></CODE><DD><CODE>java.io.UnsupportedEncodingException</CODE></DL>
</DD>
</DL>
<HR>
<A NAME="checkString(int, int, int)"><!-- --></A><H3>
checkString</H3>
<PRE>
protected static void <B>checkString</B>(int min, int length, int max) throws <A HREF="../../../../../com/wondertek/esmp/esms/empp/exception/WrongLengthOfStringException.html" title="class in com.wondertek.esmp.esms.empp.exception">WrongLengthOfStringException</A></PRE>
<DL>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Throws:</B><DD><CODE><A HREF="../../../../../com/wondertek/esmp/esms/empp/exception/WrongLengthOfStringException.html" title="class in com.wondertek.esmp.esms.empp.exception">WrongLengthOfStringException</A></CODE></DL>
</DD>
</DL>
<HR>
<A NAME="checkCString(java.lang.String, int)"><!-- --></A><H3>
checkCString</H3>
<PRE>
protected static void <B>checkCString</B>(java.lang.String string, int max) throws <A HREF="../../../../../com/wondertek/esmp/esms/empp/exception/WrongLengthOfStringException.html" title="class in com.wondertek.esmp.esms.empp.exception">WrongLengthOfStringException</A></PRE>
<DL>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Throws:</B><DD><CODE><A HREF="../../../../../com/wondertek/esmp/esms/empp/exception/WrongLengthOfStringException.html" title="class in com.wondertek.esmp.esms.empp.exception">WrongLengthOfStringException</A></CODE></DL>
</DD>
</DL>
<HR>
<A NAME="checkCString(java.lang.String, int, int)"><!-- --></A><H3>
checkCString</H3>
<PRE>
protected static void <B>checkCString</B>(java.lang.String string, int min, int max) throws <A HREF="../../../../../com/wondertek/esmp/esms/empp/exception/WrongLengthOfStringException.html" title="class in com.wondertek.esmp.esms.empp.exception">WrongLengthOfStringException</A></PRE>
<DL>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Throws:</B><DD><CODE><A HREF="../../../../../com/wondertek/esmp/esms/empp/exception/WrongLengthOfStringException.html" title="class in com.wondertek.esmp.esms.empp.exception">WrongLengthOfStringException</A></CODE></DL>
</DD>
</DL>
<HR>
<A NAME="checkDate(java.lang.String)"><!-- --></A><H3>
checkDate</H3>
<PRE>
protected static void <B>checkDate</B>(java.lang.String dateStr) throws <A HREF="../../../../../com/wondertek/esmp/esms/empp/exception/WrongDateFormatException.html" title="class in com.wondertek.esmp.esms.empp.exception">WrongDateFormatException</A></PRE>
<DL>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Throws:</B><DD><CODE><A HREF="../../../../../com/wondertek/esmp/esms/empp/exception/WrongDateFormatException.html" title="class in com.wondertek.esmp.esms.empp.exception">WrongDateFormatException</A></CODE></DL>
</DD>
</DL>
<HR>
<A NAME="checkRange(int, int, int)"><!-- --></A><H3>
checkRange</H3>
<PRE>
protected static void <B>checkRange</B>(int min, int val, int max) throws <A HREF="../../../../../com/wondertek/esmp/esms/empp/exception/IntegerOutOfRangeException.html" title="class in com.wondertek.esmp.esms.empp.exception">IntegerOutOfRangeException</A></PRE>
<DL>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Throws:</B><DD><CODE><A HREF="../../../../../com/wondertek/esmp/esms/empp/exception/IntegerOutOfRangeException.html" title="class in com.wondertek.esmp.esms.empp.exception">IntegerOutOfRangeException</A></CODE></DL>
</DD>
</DL>
<HR>
<A NAME="decodeUnsigned(byte)"><!-- --></A><H3>
decodeUnsigned</H3>
<PRE>
protected static short <B>decodeUnsigned</B>(byte signed)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="decodeUnsigned(short)"><!-- --></A><H3>
decodeUnsigned</H3>
<PRE>
protected static int <B>decodeUnsigned</B>(short signed)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="encodeUnsigned(short)"><!-- --></A><H3>
encodeUnsigned</H3>
<PRE>
protected static byte <B>encodeUnsigned</B>(short positive)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="encodeUnsigned(int)"><!-- --></A><H3>
encodeUnsigned</H3>
<PRE>
protected static short <B>encodeUnsigned</B>(int positive)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="debugString()"><!-- --></A><H3>
debugString</H3>
<PRE>
public java.lang.String <B>debugString</B>()</PRE>
<DL>
<DD><DL>
</DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<!-- ========= END OF CLASS DATA ========= -->
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A><A HREF="#skip-navbar_bottom" title="Skip navigation links"></A><TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A><TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/EMPPParser.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../com/wondertek/esmp/esms/empp/EMPPObject.html" title="class in com.wondertek.esmp.esms.empp"><B>PREV CLASS</B></A>
<A HREF="../../../../../com/wondertek/esmp/esms/empp/EMPPQuestion.html" title="class in com.wondertek.esmp.esms.empp"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../index.html" target="_top"><B>FRAMES</B></A>
<A HREF="EMPPParser.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
SUMMARY: NESTED | FIELD | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A><!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
上海移动通信责任有限公司2004版权所有
</BODY>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -