📄 vpfinputstream.html
字号:
<HR><A NAME="readVariableSizeData(char)"><!-- --></A><H3>readVariableSizeData</H3><PRE>protected <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A> <B>readVariableSizeData</B>(char dataType) throws <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/io/IOException.html" title="class or interface in java.io">IOException</A></PRE><DL><DD>Describe <code>readVariableSizeData</code> method here.<P><DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>dataType</CODE> - a <code>char</code> value<DT><B>Returns:</B><DD>an <code>Object</code> value<DT><B>Throws:</B><DD><CODE><A HREF="http://java.sun.com/j2se/1.4/docs/api/java/io/IOException.html" title="class or interface in java.io">IOException</A></CODE> - if an error occurs</DL></DD></DL><HR><A NAME="readFixedSizeData(char, int)"><!-- --></A><H3>readFixedSizeData</H3><PRE>protected <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A> <B>readFixedSizeData</B>(char dataType, int instancesCount) throws <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/io/IOException.html" title="class or interface in java.io">IOException</A></PRE><DL><DD>Describe <code>readFixedSizeData</code> method here.<P><DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>dataType</CODE> - a <code>char</code> value<DD><CODE>instancesCount</CODE> - an <code>int</code> value<DT><B>Returns:</B><DD>an <code>Object</code> value<DT><B>Throws:</B><DD><CODE><A HREF="http://java.sun.com/j2se/1.4/docs/api/java/io/IOException.html" title="class or interface in java.io">IOException</A></CODE> - if an error occurs</DL></DD></DL><HR><A NAME="readNumber(int)"><!-- --></A><H3>readNumber</H3><PRE>protected byte[] <B>readNumber</B>(int cnt) throws <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/io/IOException.html" title="class or interface in java.io">IOException</A></PRE><DL><DD>Describe <code>readNumber</code> method here.<P><DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>cnt</CODE> - an <code>int</code> value<DT><B>Returns:</B><DD>a <code>byte[]</code> value<DT><B>Throws:</B><DD><CODE><A HREF="http://java.sun.com/j2se/1.4/docs/api/java/io/IOException.html" title="class or interface in java.io">IOException</A></CODE> - if an error occurs</DL></DD></DL><HR><A NAME="readShort()"><!-- --></A><H3>readShort</H3><PRE>protected short <B>readShort</B>() throws <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/io/IOException.html" title="class or interface in java.io">IOException</A></PRE><DL><DD>Describe <code>readShort</code> method here.<P><DD><DL></DL></DD><DD><DL><DT><B>Returns:</B><DD>a <code>short</code> value<DT><B>Throws:</B><DD><CODE><A HREF="http://java.sun.com/j2se/1.4/docs/api/java/io/IOException.html" title="class or interface in java.io">IOException</A></CODE> - if an error occurs</DL></DD></DL><HR><A NAME="readInteger()"><!-- --></A><H3>readInteger</H3><PRE>protected int <B>readInteger</B>() throws <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/io/IOException.html" title="class or interface in java.io">IOException</A></PRE><DL><DD>Describe <code>readInteger</code> method here.<P><DD><DL></DL></DD><DD><DL><DT><B>Returns:</B><DD>an <code>int</code> value<DT><B>Throws:</B><DD><CODE><A HREF="http://java.sun.com/j2se/1.4/docs/api/java/io/IOException.html" title="class or interface in java.io">IOException</A></CODE> - if an error occurs</DL></DD></DL><HR><A NAME="readFloat()"><!-- --></A><H3>readFloat</H3><PRE>protected float <B>readFloat</B>() throws <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/io/IOException.html" title="class or interface in java.io">IOException</A></PRE><DL><DD>Describe <code>readFloat</code> method here.<P><DD><DL></DL></DD><DD><DL><DT><B>Returns:</B><DD>a <code>float</code> value<DT><B>Throws:</B><DD><CODE><A HREF="http://java.sun.com/j2se/1.4/docs/api/java/io/IOException.html" title="class or interface in java.io">IOException</A></CODE> - if an error occurs</DL></DD></DL><HR><A NAME="readDouble()"><!-- --></A><H3>readDouble</H3><PRE>protected double <B>readDouble</B>() throws <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/io/IOException.html" title="class or interface in java.io">IOException</A></PRE><DL><DD>Describe <code>readDouble</code> method here.<P><DD><DL></DL></DD><DD><DL><DT><B>Returns:</B><DD>a <code>double</code> value<DT><B>Throws:</B><DD><CODE><A HREF="http://java.sun.com/j2se/1.4/docs/api/java/io/IOException.html" title="class or interface in java.io">IOException</A></CODE> - if an error occurs</DL></DD></DL><HR><A NAME="readTripletId()"><!-- --></A><H3>readTripletId</H3><PRE>protected <A HREF="../../../../../org/geotools/data/vpf/io/TripletId.html" title="class in org.geotools.data.vpf.io">TripletId</A> <B>readTripletId</B>() throws <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/io/IOException.html" title="class or interface in java.io">IOException</A></PRE><DL><DD><DL></DL></DD><DD><DL><DT><B>Throws:</B><DD><CODE><A HREF="http://java.sun.com/j2se/1.4/docs/api/java/io/IOException.html" title="class or interface in java.io">IOException</A></CODE></DL></DD></DL><HR><A NAME="readCoord3DFloat(int)"><!-- --></A><H3>readCoord3DFloat</H3><PRE>protected DirectPosition[] <B>readCoord3DFloat</B>(int instancesCount) throws <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/io/IOException.html" title="class or interface in java.io">IOException</A></PRE><DL><DD><DL></DL></DD><DD><DL><DT><B>Throws:</B><DD><CODE><A HREF="http://java.sun.com/j2se/1.4/docs/api/java/io/IOException.html" title="class or interface in java.io">IOException</A></CODE></DL></DD></DL><HR><A NAME="readCoord2DFloat(int)"><!-- --></A><H3>readCoord2DFloat</H3><PRE>protected DirectPosition[] <B>readCoord2DFloat</B>(int instancesCount) throws <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/io/IOException.html" title="class or interface in java.io">IOException</A></PRE><DL><DD><DL></DL></DD><DD><DL><DT><B>Throws:</B><DD><CODE><A HREF="http://java.sun.com/j2se/1.4/docs/api/java/io/IOException.html" title="class or interface in java.io">IOException</A></CODE></DL></DD></DL><HR><A NAME="readCoord2DDouble(int)"><!-- --></A><H3>readCoord2DDouble</H3><PRE>protected DirectPosition[] <B>readCoord2DDouble</B>(int instancesCount) throws <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/io/IOException.html" title="class or interface in java.io">IOException</A></PRE><DL><DD><DL></DL></DD><DD><DL><DT><B>Throws:</B><DD><CODE><A HREF="http://java.sun.com/j2se/1.4/docs/api/java/io/IOException.html" title="class or interface in java.io">IOException</A></CODE></DL></DD></DL><HR><A NAME="readCoord3DDouble(int)"><!-- --></A><H3>readCoord3DDouble</H3><PRE>protected DirectPosition[] <B>readCoord3DDouble</B>(int instancesCount) throws <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/io/IOException.html" title="class or interface in java.io">IOException</A></PRE><DL><DD><DL></DL></DD><DD><DL><DT><B>Throws:</B
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -