📄 index-all.html
字号:
<B>isOpen()</B></A> - Method in interface javax.microedition.io.file.<A HREF="javax/microedition/io/file/FileConnection.html">FileConnection</A>
<DD>
Returns an indication of whether the file connection is currently open or not.</DD>
</DL>
<HR>
<A NAME="_J_"><!-- --></A><H2>
<B>J</B></H2>
<DL>
<DT><A HREF="javax/microedition/io/file/package-summary.html"><B>javax.microedition.io.file</B></A>
- package javax.microedition.io.file<DD>This package describes file system access
support based on the <code>Generic Connection Framework</code>.</DD></DL>
<HR>
<A NAME="_L_"><!-- --></A><H2>
<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 visible 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 as
String objects in an Enumeration.</DD>
</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.</DD>
</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(long)">
<B>openOutputStream(long)</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.</DD>
</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.</DD>
</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.</DD>
</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(long)"><B>truncate(long)</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.</DD>
</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.</DD>
</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> </TD>
<TD BGCOLOR="#eeeeff" CLASS="NavBarCell1">
<FONT CLASS="NavBarFont1">Package</FONT> </TD>
<TD BGCOLOR="#eeeeff" CLASS="NavBarCell1">
<FONT CLASS="NavBarFont1">Class</FONT> </TD>
<TD BGCOLOR="#eeeeff" CLASS="NavBarCell1">
<A HREF="javax/microedition/io/file/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> Final Release<br>
Rev. 1.00</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" TARGET="_top">
<B>FRAMES</B></A> <A HREF="index-all.html" TARGET="_top"><B>NO FRAMES</B></A>
<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
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -