📄 index-all.html
字号:
<HR>
<A NAME="_W_"><!-- --></A><H2>
<B>W</B></H2>
<DL>
<DT><A HREF="./com/mindprod/ledatastream/LEDataInputStream.html#work"><B>work</B></A> -
Variable in class com.mindprod.ledatastream.<A HREF="./com/mindprod/ledatastream/LEDataInputStream.html" title="class in com.mindprod.ledatastream">LEDataInputStream</A>
<DD>work array for buffering input.
<DT><A HREF="./com/mindprod/ledatastream/LEDataOutputStream.html#work"><B>work</B></A> -
Variable in class com.mindprod.ledatastream.<A HREF="./com/mindprod/ledatastream/LEDataOutputStream.html" title="class in com.mindprod.ledatastream">LEDataOutputStream</A>
<DD>work array for composing output.
<DT><A HREF="./com/mindprod/ledatastream/LERandomAccessFile.html#work"><B>work</B></A> -
Variable in class com.mindprod.ledatastream.<A HREF="./com/mindprod/ledatastream/LERandomAccessFile.html" title="class in com.mindprod.ledatastream">LERandomAccessFile</A>
<DD>work array for buffering input/output.
<DT><A HREF="./com/mindprod/ledatastream/LEDataOutputStream.html#write(int)"><B>write(int)</B></A> -
Method in class com.mindprod.ledatastream.<A HREF="./com/mindprod/ledatastream/LEDataOutputStream.html" title="class in com.mindprod.ledatastream">LEDataOutputStream</A>
<DD>This method writes only one byte, even though it says int (non-Javadoc)
<DT><A HREF="./com/mindprod/ledatastream/LEDataOutputStream.html#write(byte[])"><B>write(byte[])</B></A> -
Method in class com.mindprod.ledatastream.<A HREF="./com/mindprod/ledatastream/LEDataOutputStream.html" title="class in com.mindprod.ledatastream">LEDataOutputStream</A>
<DD>Write out an array of bytes.
<DT><A HREF="./com/mindprod/ledatastream/LEDataOutputStream.html#write(byte[], int, int)"><B>write(byte[], int, int)</B></A> -
Method in class com.mindprod.ledatastream.<A HREF="./com/mindprod/ledatastream/LEDataOutputStream.html" title="class in com.mindprod.ledatastream">LEDataOutputStream</A>
<DD>Writes out part of an array of bytes.
<DT><A HREF="./com/mindprod/ledatastream/LERandomAccessFile.html#write(int)"><B>write(int)</B></A> -
Method in class com.mindprod.ledatastream.<A HREF="./com/mindprod/ledatastream/LERandomAccessFile.html" title="class in com.mindprod.ledatastream">LERandomAccessFile</A>
<DD>Write a byte.
<DT><A HREF="./com/mindprod/ledatastream/LERandomAccessFile.html#write(byte[])"><B>write(byte[])</B></A> -
Method in class com.mindprod.ledatastream.<A HREF="./com/mindprod/ledatastream/LERandomAccessFile.html" title="class in com.mindprod.ledatastream">LERandomAccessFile</A>
<DD>Write an array of bytes.
<DT><A HREF="./com/mindprod/ledatastream/LERandomAccessFile.html#write(byte[], int, int)"><B>write(byte[], int, int)</B></A> -
Method in class com.mindprod.ledatastream.<A HREF="./com/mindprod/ledatastream/LERandomAccessFile.html" title="class in com.mindprod.ledatastream">LERandomAccessFile</A>
<DD>Write part of an array of bytes.
<DT><A HREF="./com/mindprod/ledatastream/LEDataOutputStream.html#writeBoolean(boolean)"><B>writeBoolean(boolean)</B></A> -
Method in class com.mindprod.ledatastream.<A HREF="./com/mindprod/ledatastream/LEDataOutputStream.html" title="class in com.mindprod.ledatastream">LEDataOutputStream</A>
<DD>Write a booleans as one byte.
<DT><A HREF="./com/mindprod/ledatastream/LERandomAccessFile.html#writeBoolean(boolean)"><B>writeBoolean(boolean)</B></A> -
Method in class com.mindprod.ledatastream.<A HREF="./com/mindprod/ledatastream/LERandomAccessFile.html" title="class in com.mindprod.ledatastream">LERandomAccessFile</A>
<DD>write a boolean as one byte.
<DT><A HREF="./com/mindprod/ledatastream/LEDataOutputStream.html#writeByte(int)"><B>writeByte(int)</B></A> -
Method in class com.mindprod.ledatastream.<A HREF="./com/mindprod/ledatastream/LEDataOutputStream.html" title="class in com.mindprod.ledatastream">LEDataOutputStream</A>
<DD>write a byte.
<DT><A HREF="./com/mindprod/ledatastream/LERandomAccessFile.html#writeByte(int)"><B>writeByte(int)</B></A> -
Method in class com.mindprod.ledatastream.<A HREF="./com/mindprod/ledatastream/LERandomAccessFile.html" title="class in com.mindprod.ledatastream">LERandomAccessFile</A>
<DD>Write a byte.
<DT><A HREF="./com/mindprod/ledatastream/LEDataOutputStream.html#writeBytes(java.lang.String)"><B>writeBytes(String)</B></A> -
Method in class com.mindprod.ledatastream.<A HREF="./com/mindprod/ledatastream/LEDataOutputStream.html" title="class in com.mindprod.ledatastream">LEDataOutputStream</A>
<DD>Write a string.
<DT><A HREF="./com/mindprod/ledatastream/LERandomAccessFile.html#writeBytes(java.lang.String)"><B>writeBytes(String)</B></A> -
Method in class com.mindprod.ledatastream.<A HREF="./com/mindprod/ledatastream/LERandomAccessFile.html" title="class in com.mindprod.ledatastream">LERandomAccessFile</A>
<DD>Write bytes from a String.
<DT><A HREF="./com/mindprod/ledatastream/LEDataOutputStream.html#writeChar(int)"><B>writeChar(int)</B></A> -
Method in class com.mindprod.ledatastream.<A HREF="./com/mindprod/ledatastream/LEDataOutputStream.html" title="class in com.mindprod.ledatastream">LEDataOutputStream</A>
<DD>Write a char.
<DT><A HREF="./com/mindprod/ledatastream/LERandomAccessFile.html#writeChar(int)"><B>writeChar(int)</B></A> -
Method in class com.mindprod.ledatastream.<A HREF="./com/mindprod/ledatastream/LERandomAccessFile.html" title="class in com.mindprod.ledatastream">LERandomAccessFile</A>
<DD>Write a char.
<DT><A HREF="./com/mindprod/ledatastream/LEDataOutputStream.html#writeChars(java.lang.String)"><B>writeChars(String)</B></A> -
Method in class com.mindprod.ledatastream.<A HREF="./com/mindprod/ledatastream/LEDataOutputStream.html" title="class in com.mindprod.ledatastream">LEDataOutputStream</A>
<DD>Write a string, not a char[].
<DT><A HREF="./com/mindprod/ledatastream/LERandomAccessFile.html#writeChars(java.lang.String)"><B>writeChars(String)</B></A> -
Method in class com.mindprod.ledatastream.<A HREF="./com/mindprod/ledatastream/LERandomAccessFile.html" title="class in com.mindprod.ledatastream">LERandomAccessFile</A>
<DD>Write a string, even though method called writeChars.
<DT><A HREF="./com/mindprod/ledatastream/LEDataOutputStream.html#writeDouble(double)"><B>writeDouble(double)</B></A> -
Method in class com.mindprod.ledatastream.<A HREF="./com/mindprod/ledatastream/LEDataOutputStream.html" title="class in com.mindprod.ledatastream">LEDataOutputStream</A>
<DD>Write a double.
<DT><A HREF="./com/mindprod/ledatastream/LERandomAccessFile.html#writeDouble(double)"><B>writeDouble(double)</B></A> -
Method in class com.mindprod.ledatastream.<A HREF="./com/mindprod/ledatastream/LERandomAccessFile.html" title="class in com.mindprod.ledatastream">LERandomAccessFile</A>
<DD>Write a double.
<DT><A HREF="./com/mindprod/ledatastream/LEDataOutputStream.html#writeFloat(float)"><B>writeFloat(float)</B></A> -
Method in class com.mindprod.ledatastream.<A HREF="./com/mindprod/ledatastream/LEDataOutputStream.html" title="class in com.mindprod.ledatastream">LEDataOutputStream</A>
<DD>Write a float.
<DT><A HREF="./com/mindprod/ledatastream/LERandomAccessFile.html#writeFloat(float)"><B>writeFloat(float)</B></A> -
Method in class com.mindprod.ledatastream.<A HREF="./com/mindprod/ledatastream/LERandomAccessFile.html" title="class in com.mindprod.ledatastream">LERandomAccessFile</A>
<DD>Write a float.
<DT><A HREF="./com/mindprod/ledatastream/LEDataOutputStream.html#writeInt(int)"><B>writeInt(int)</B></A> -
Method in class com.mindprod.ledatastream.<A HREF="./com/mindprod/ledatastream/LEDataOutputStream.html" title="class in com.mindprod.ledatastream">LEDataOutputStream</A>
<DD>Write an int, 32-bits.
<DT><A HREF="./com/mindprod/ledatastream/LERandomAccessFile.html#writeInt(int)"><B>writeInt(int)</B></A> -
Method in class com.mindprod.ledatastream.<A HREF="./com/mindprod/ledatastream/LERandomAccessFile.html" title="class in com.mindprod.ledatastream">LERandomAccessFile</A>
<DD>write an int, 32-bits.
<DT><A HREF="./com/mindprod/ledatastream/LEDataOutputStream.html#writeLong(long)"><B>writeLong(long)</B></A> -
Method in class com.mindprod.ledatastream.<A HREF="./com/mindprod/ledatastream/LEDataOutputStream.html" title="class in com.mindprod.ledatastream">LEDataOutputStream</A>
<DD>Write a long, 64-bits.
<DT><A HREF="./com/mindprod/ledatastream/LERandomAccessFile.html#writeLong(long)"><B>writeLong(long)</B></A> -
Method in class com.mindprod.ledatastream.<A HREF="./com/mindprod/ledatastream/LERandomAccessFile.html" title="class in com.mindprod.ledatastream">LERandomAccessFile</A>
<DD>Write i long, 64 bits.
<DT><A HREF="./com/mindprod/ledatastream/LEDataOutputStream.html#writeShort(int)"><B>writeShort(int)</B></A> -
Method in class com.mindprod.ledatastream.<A HREF="./com/mindprod/ledatastream/LEDataOutputStream.html" title="class in com.mindprod.ledatastream">LEDataOutputStream</A>
<DD>Write short, 16-bits.
<DT><A HREF="./com/mindprod/ledatastream/LERandomAccessFile.html#writeShort(int)"><B>writeShort(int)</B></A> -
Method in class com.mindprod.ledatastream.<A HREF="./com/mindprod/ledatastream/LERandomAccessFile.html" title="class in com.mindprod.ledatastream">LERandomAccessFile</A>
<DD>Write an signed short even though parameter is an int.
<DT><A HREF="./com/mindprod/ledatastream/LEDataOutputStream.html#writeUTF(java.lang.String)"><B>writeUTF(String)</B></A> -
Method in class com.mindprod.ledatastream.<A HREF="./com/mindprod/ledatastream/LEDataOutputStream.html" title="class in com.mindprod.ledatastream">LEDataOutputStream</A>
<DD>Write a string as a UTF counted string.
<DT><A HREF="./com/mindprod/ledatastream/LERandomAccessFile.html#writeUTF(java.lang.String)"><B>writeUTF(String)</B></A> -
Method in class com.mindprod.ledatastream.<A HREF="./com/mindprod/ledatastream/LERandomAccessFile.html" title="class in com.mindprod.ledatastream">LERandomAccessFile</A>
<DD>Write a counted UTF string.
</DL>
<HR>
<A HREF="#_C_">C</A> <A HREF="#_D_">D</A> <A HREF="#_F_">F</A> <A HREF="#_G_">G</A> <A HREF="#_I_">I</A> <A HREF="#_L_">L</A> <A HREF="#_M_">M</A> <A HREF="#_R_">R</A> <A HREF="#_S_">S</A> <A HREF="#_W_">W</A>
<!-- ======= 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=2 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="./com/mindprod/ledatastream/package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./com/mindprod/ledatastream/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="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT> </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">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="./index.html?index-all.html" target="_top"><B>FRAMES</B></A>
<A HREF="index-all.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>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
</BODY>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -