⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 index-all.html

📁 j2me手机编程规范JSR-75文档
💻 HTML
📖 第 1 页 / 共 2 页
字号:
<B>L</B></H2>
<DL>
<DT><A HREF="javax/microedition/io/file/FileConnection.html#lastModified()"><B>lastModified()</B></A> - 
Method in interface javax.microedition.io.file.<A HREF="javax/microedition/io/file/FileConnection.html">FileConnection</A>
<DD>Returns the time that the file denoted by the URL specified in the Connector.open() method was last modified.
<DT><A HREF="javax/microedition/io/file/FileConnection.html#list()"><B>list()</B></A> - 
Method in interface javax.microedition.io.file.<A HREF="javax/microedition/io/file/FileConnection.html">FileConnection</A>
<DD>Gets a list of all files and directories contained in a directory.
<DT><A HREF="javax/microedition/io/file/FileConnection.html#list(java.lang.String, boolean)"><B>list(String, boolean)</B></A> - 
Method in interface javax.microedition.io.file.<A HREF="javax/microedition/io/file/FileConnection.html">FileConnection</A>
<DD>Gets a filtered list of files and directories contained in a directory.
<DT><A HREF="javax/microedition/io/file/FileSystemRegistry.html#listRoots()"><B>listRoots()</B></A> - 
Static method in class javax.microedition.io.file.<A HREF="javax/microedition/io/file/FileSystemRegistry.html">FileSystemRegistry</A>
<DD>This method returns the currently mounted root file systems on a device.
</DL>
<HR>
<A NAME="_M_"><!-- --></A><H2>
<B>M</B></H2>
<DL>
<DT><A HREF="javax/microedition/io/file/FileConnection.html#mkdir()"><B>mkdir()</B></A> - 
Method in interface javax.microedition.io.file.<A HREF="javax/microedition/io/file/FileConnection.html">FileConnection</A>
<DD>Creates a directory corresponding to the directory string provided in the Connector.open() method.
</DL>
<HR>
<A NAME="_O_"><!-- --></A><H2>
<B>O</B></H2>
<DL>
<DT><A HREF="javax/microedition/io/file/FileConnection.html#openDataInputStream()"><B>openDataInputStream()</B></A> - 
Method in interface javax.microedition.io.file.<A HREF="javax/microedition/io/file/FileConnection.html">FileConnection</A>
<DD>Open and return a data input stream for a connection.
<DT><A HREF="javax/microedition/io/file/FileConnection.html#openDataOutputStream()"><B>openDataOutputStream()</B></A> - 
Method in interface javax.microedition.io.file.<A HREF="javax/microedition/io/file/FileConnection.html">FileConnection</A>
<DD>Open and return a data output stream for a connection.
<DT><A HREF="javax/microedition/io/file/FileConnection.html#openInputStream()"><B>openInputStream()</B></A> - 
Method in interface javax.microedition.io.file.<A HREF="javax/microedition/io/file/FileConnection.html">FileConnection</A>
<DD>Open and return an input stream for a connection.
<DT><A HREF="javax/microedition/io/file/FileConnection.html#openOutputStream()"><B>openOutputStream()</B></A> - 
Method in interface javax.microedition.io.file.<A HREF="javax/microedition/io/file/FileConnection.html">FileConnection</A>
<DD>Open and return an output stream for a connection.
<DT><A HREF="javax/microedition/io/file/FileConnection.html#openOutputStream(int)"><B>openOutputStream(int)</B></A> - 
Method in interface javax.microedition.io.file.<A HREF="javax/microedition/io/file/FileConnection.html">FileConnection</A>
<DD>This method opens an output stream and positions it at the indicated byte offset in the file.
</DL>
<HR>
<A NAME="_R_"><!-- --></A><H2>
<B>R</B></H2>
<DL>
<DT><A HREF="javax/microedition/io/file/FileSystemRegistry.html#removeFileSystemListener(javax.microedition.io.file.FileSystemListener)"><B>removeFileSystemListener(FileSystemListener)</B></A> - 
Static method in class javax.microedition.io.file.<A HREF="javax/microedition/io/file/FileSystemRegistry.html">FileSystemRegistry</A>
<DD>This method is used to remove a registered FileSystemListener.
<DT><A HREF="javax/microedition/io/file/FileConnection.html#rename(java.lang.String)"><B>rename(String)</B></A> - 
Method in interface javax.microedition.io.file.<A HREF="javax/microedition/io/file/FileConnection.html">FileConnection</A>
<DD>Renames the selected file or directory to a new name in the same directory.
<DT><A HREF="javax/microedition/io/file/FileSystemListener.html#ROOT_ADDED"><B>ROOT_ADDED</B></A> - 
Static variable in interface javax.microedition.io.file.<A HREF="javax/microedition/io/file/FileSystemListener.html">FileSystemListener</A>
<DD>Constant indicating that a file system root has been added to the device.
<DT><A HREF="javax/microedition/io/file/FileSystemListener.html#ROOT_REMOVED"><B>ROOT_REMOVED</B></A> - 
Static variable in interface javax.microedition.io.file.<A HREF="javax/microedition/io/file/FileSystemListener.html">FileSystemListener</A>
<DD>Constant indicating that a file system root has been removed from the device.
<DT><A HREF="javax/microedition/io/file/FileSystemListener.html#rootChanged(int, java.lang.String)"><B>rootChanged(int, String)</B></A> - 
Method in interface javax.microedition.io.file.<A HREF="javax/microedition/io/file/FileSystemListener.html">FileSystemListener</A>
<DD>This method is invoked when a root on the device has changed state.
</DL>
<HR>
<A NAME="_S_"><!-- --></A><H2>
<B>S</B></H2>
<DL>
<DT><A HREF="javax/microedition/io/file/FileConnection.html#setFileConnection(java.lang.String)"><B>setFileConnection(String)</B></A> - 
Method in interface javax.microedition.io.file.<A HREF="javax/microedition/io/file/FileConnection.html">FileConnection</A>
<DD>Resets this FileConnection object to another file or directory.
<DT><A HREF="javax/microedition/io/file/FileConnection.html#setHidden(boolean)"><B>setHidden(boolean)</B></A> - 
Method in interface javax.microedition.io.file.<A HREF="javax/microedition/io/file/FileConnection.html">FileConnection</A>
<DD>Sets the hidden attribute of the selected file to the value provided.
<DT><A HREF="javax/microedition/io/file/FileConnection.html#setReadable(boolean)"><B>setReadable(boolean)</B></A> - 
Method in interface javax.microedition.io.file.<A HREF="javax/microedition/io/file/FileConnection.html">FileConnection</A>
<DD>Sets the file or directory readable attribute to the indicated value.
<DT><A HREF="javax/microedition/io/file/FileConnection.html#setWritable(boolean)"><B>setWritable(boolean)</B></A> - 
Method in interface javax.microedition.io.file.<A HREF="javax/microedition/io/file/FileConnection.html">FileConnection</A>
<DD>Sets the selected file or directory writable attribute to the indicated value.
</DL>
<HR>
<A NAME="_T_"><!-- --></A><H2>
<B>T</B></H2>
<DL>
<DT><A HREF="javax/microedition/io/file/FileConnection.html#totalSize()"><B>totalSize()</B></A> - 
Method in interface javax.microedition.io.file.<A HREF="javax/microedition/io/file/FileConnection.html">FileConnection</A>
<DD>Determines the total size of the file system the connection's target resides on.
<DT><A HREF="javax/microedition/io/file/FileConnection.html#truncate(int)"><B>truncate(int)</B></A> - 
Method in interface javax.microedition.io.file.<A HREF="javax/microedition/io/file/FileConnection.html">FileConnection</A>
<DD>Truncates the file, discarding all data from the given byte offset to the current end of the file.
</DL>
<HR>
<A NAME="_U_"><!-- --></A><H2>
<B>U</B></H2>
<DL>
<DT><A HREF="javax/microedition/io/file/FileConnection.html#usedSize()"><B>usedSize()</B></A> - 
Method in interface javax.microedition.io.file.<A HREF="javax/microedition/io/file/FileConnection.html">FileConnection</A>
<DD>Determines the used memory of a file system the connection's target resides on.
</DL>
<HR>
<A HREF="#_A_">A</A> <A HREF="#_C_">C</A> <A HREF="#_D_">D</A> <A HREF="#_E_">E</A> <A HREF="#_F_">F</A> <A HREF="#_G_">G</A> <A HREF="#_I_">I</A> <A HREF="#_J_">J</A> <A HREF="#_L_">L</A> <A HREF="#_M_">M</A> <A HREF="#_O_">O</A> <A HREF="#_R_">R</A> <A HREF="#_S_">S</A> <A HREF="#_T_">T</A> <A HREF="#_U_">U</A> 
<!-- ========== START OF NAVBAR ========== -->
<A NAME="navbar_bottom"><!-- --></A><TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0">
<TR>
<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A><TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3">
  <TR ALIGN="center" VALIGN="top">
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
  </TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
Proposed Final Draft<br>Rev. 0.24</EM>
</TD>
</TR>

<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;PREV&nbsp;
&nbsp;NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  <A HREF="index.html" TARGET="_top"><B>FRAMES</B></A>  &nbsp;
&nbsp;<A HREF="index-all.html" TARGET="_top"><B>NO FRAMES</B></A>  &nbsp;
&nbsp;<SCRIPT>  <!--  if(window==top) {    document.writeln('<A HREF="allclasses-noframe.html" TARGET=""><B>All Classes</B></A>');  }  //--></SCRIPT><NOSCRIPT><A HREF="allclasses-noframe.html" TARGET=""><B>All Classes</B></A></NOSCRIPT></FONT></TD>
</TR>
</TABLE>
<!-- =========== END OF NAVBAR =========== -->

<HR>
<font size=-1>Copyright &copy; 2002-2003 PalmSource, Inc.  All Rights Reserved.<br>Java is a trademark of Sun Microsystems, Inc.</font>
</BODY>
</HTML>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -