📄 index-all.html
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN""http://www.w3.org/TR/REC-html40/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc on Mon Feb 10 18:17:36 PST 2003 -->
<TITLE>
Index (FileConnection Optional Package 1.0 Spec, Proposed Final Draft)
</TITLE>
<LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">
</HEAD>
<SCRIPT>
function asd()
{
parent.document.title="Index (FileConnection Optional Package 1.0 Spec, Proposed Final Draft)";
}
</SCRIPT>
<BODY BGCOLOR="white" onload="asd();">
<!-- ========== START OF NAVBAR ========== -->
<A NAME="navbar_top"><!-- --></A><TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0">
<TR>
<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_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="overview-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>
FileConnection Optional Package 1.0<br>Proposed Final Draft</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 =========== -->
<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> <HR>
<A NAME="_A_"><!-- --></A><H2>
<B>A</B></H2>
<DL>
<DT><A HREF="javax/microedition/io/file/FileSystemRegistry.html#addFileSystemListener(javax.microedition.io.file.FileSystemListener)"><B>addFileSystemListener(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 register a FileSystemListener that is notified in case of adding and removing a new file system root.
<DT><A HREF="javax/microedition/io/file/FileConnection.html#availableSize()"><B>availableSize()</B></A> -
Method in interface javax.microedition.io.file.<A HREF="javax/microedition/io/file/FileConnection.html">FileConnection</A>
<DD>Determines the free memory that is available on the file system the file or directory resides on.
</DL>
<HR>
<A NAME="_C_"><!-- --></A><H2>
<B>C</B></H2>
<DL>
<DT><A HREF="javax/microedition/io/file/FileConnection.html#canRead()"><B>canRead()</B></A> -
Method in interface javax.microedition.io.file.<A HREF="javax/microedition/io/file/FileConnection.html">FileConnection</A>
<DD>Checks if the file or directory is readable.
<DT><A HREF="javax/microedition/io/file/FileConnection.html#canWrite()"><B>canWrite()</B></A> -
Method in interface javax.microedition.io.file.<A HREF="javax/microedition/io/file/FileConnection.html">FileConnection</A>
<DD>Checks if the file or directory is writeable.
<DT><A HREF="javax/microedition/io/file/FileConnection.html#create()"><B>create()</B></A> -
Method in interface javax.microedition.io.file.<A HREF="javax/microedition/io/file/FileConnection.html">FileConnection</A>
<DD>Creates a file corresponding to the file string provided in the Connector.open() method for this FileConnection.
</DL>
<HR>
<A NAME="_D_"><!-- --></A><H2>
<B>D</B></H2>
<DL>
<DT><A HREF="javax/microedition/io/file/FileConnection.html#delete()"><B>delete()</B></A> -
Method in interface javax.microedition.io.file.<A HREF="javax/microedition/io/file/FileConnection.html">FileConnection</A>
<DD>Deletes the file or directory specified in the Connector.open() URL.
<DT><A HREF="javax/microedition/io/file/FileConnection.html#directorySize(boolean)"><B>directorySize(boolean)</B></A> -
Method in interface javax.microedition.io.file.<A HREF="javax/microedition/io/file/FileConnection.html">FileConnection</A>
<DD>Determines the size in bytes on a file system of all of the files that contained in a directory.
</DL>
<HR>
<A NAME="_E_"><!-- --></A><H2>
<B>E</B></H2>
<DL>
<DT><A HREF="javax/microedition/io/file/FileConnection.html#exists()"><B>exists()</B></A> -
Method in interface javax.microedition.io.file.<A HREF="javax/microedition/io/file/FileConnection.html">FileConnection</A>
<DD>Checks if the file or directory specified in the URL passed to the Connector.open() method exists.
</DL>
<HR>
<A NAME="_F_"><!-- --></A><H2>
<B>F</B></H2>
<DL>
<DT><A HREF="javax/microedition/io/file/FileConnection.html"><B>FileConnection</B></A> - interface javax.microedition.io.file.<A HREF="javax/microedition/io/file/FileConnection.html">FileConnection</A>.<DD>This interface is intended to access files or directories that are located on removeable media and/or file systems on a device.<DT><A HREF="javax/microedition/io/file/FileConnection.html#fileSize()"><B>fileSize()</B></A> -
Method in interface javax.microedition.io.file.<A HREF="javax/microedition/io/file/FileConnection.html">FileConnection</A>
<DD>Determines the size of a file.
<DT><A HREF="javax/microedition/io/file/FileSystemListener.html"><B>FileSystemListener</B></A> - interface javax.microedition.io.file.<A HREF="javax/microedition/io/file/FileSystemListener.html">FileSystemListener</A>.<DD>This class is used for receiving status notification when adding or removing a file system root.<DT><A HREF="javax/microedition/io/file/FileSystemRegistry.html"><B>FileSystemRegistry</B></A> - class javax.microedition.io.file.<A HREF="javax/microedition/io/file/FileSystemRegistry.html">FileSystemRegistry</A>.<DD>The FileSystemRegistry is a central registry for file system listeners interested in the adding and removing (or mounting and unmounting) of file systems on a device.</DL>
<HR>
<A NAME="_G_"><!-- --></A><H2>
<B>G</B></H2>
<DL>
<DT><A HREF="javax/microedition/io/file/FileConnection.html#getName()"><B>getName()</B></A> -
Method in interface javax.microedition.io.file.<A HREF="javax/microedition/io/file/FileConnection.html">FileConnection</A>
<DD>Returns the name of a file or directory excluding the URL schema and all paths.
<DT><A HREF="javax/microedition/io/file/FileConnection.html#getPath()"><B>getPath()</B></A> -
Method in interface javax.microedition.io.file.<A HREF="javax/microedition/io/file/FileConnection.html">FileConnection</A>
<DD>Returns the path excluding the file or directory name and the "file" URL schema and host from where the file or directory specified in the Connector.open() method is opened.
<DT><A HREF="javax/microedition/io/file/FileConnection.html#getURL()"><B>getURL()</B></A> -
Method in interface javax.microedition.io.file.<A HREF="javax/microedition/io/file/FileConnection.html">FileConnection</A>
<DD>Returns the full file URL including the scheme, host, and path from where the file or directory specified in the Connector.open() method is opened.
</DL>
<HR>
<A NAME="_I_"><!-- --></A><H2>
<B>I</B></H2>
<DL>
<DT><A HREF="javax/microedition/io/file/FileConnection.html#isDirectory()"><B>isDirectory()</B></A> -
Method in interface javax.microedition.io.file.<A HREF="javax/microedition/io/file/FileConnection.html">FileConnection</A>
<DD>Checks if the URL passed to the Connector.open() is a directory.
<DT><A HREF="javax/microedition/io/file/FileConnection.html#isHidden()"><B>isHidden()</B></A> -
Method in interface javax.microedition.io.file.<A HREF="javax/microedition/io/file/FileConnection.html">FileConnection</A>
<DD>Checks if the file is hidden.
</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>File system support based on the <code>Generic Connection</code><font
size="2" face="Courier New"> Framework</font>.</DL>
<HR>
<A NAME="_L_"><!-- --></A><H2>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -