Adding a spool file object set.
添加spool文件对象集。
And, what is this file object?
而且,这个file对象是什么?
In our case, a node is a File object.
在我们的例子中,节点是File对象。
Adding an IFS Stream file object set.
添加ifs流文件对象集。
A file object pointing to the schema file.
指向模式文件的File对象。
Add spool file object set into the collection.
将spool文件对象添加到集合中。
Add IFS stream file object set into the collection.
将ifs流文件对象集添加到集合中。
For each opened file in a Linux system, a file object exists.
在Linux系统中打开的每个文件都都存在一个file对象。
Another familiar line is the instantiation of the File object.
另一个类似行是File对象的实例化。
We first create a file object using the SQLcmds property value.
我们首先使用SQLcmds 属性值来创建一个文件对象。
A very simplified view of the file object is provided in Figure 6.
图6提供了文件对象的简化视图。
To write data to a file, you have to first create the file object.
要把数据写入文件,必须先创建file对象。
The file object refers to a dentry object, which refers to an inode.
file对象引用dentry对象,后者引用inode。
The first parameter is the POJO. The second parameter is the File object.
第一个参数是POJO,第二个参数是File对象。
As the help facility indicates, working with a file object is simple.
正如帮助工具指出的,使用file对象很简单。
In Listing 3, you instantiated a file object for a file that didn't exist.
在清单3中,是为一个不存在的文件实例化了File对象。
Opens for reading a file object in binary mode and reads in the entire file.
它的功能是打开文件以便在二进制模式内读取一个文件对象,并在整个文件内进行读取。
Now, notice the last line in Listing 1, which calls a close method on the file object.
现在,请注意清单1中的最后一行,它调用file对象的close方法。
First, it creates a file object from the build file and then creates a new Project object.
首先,它从构建文件创建一个文件对象,然后创建一个新的Project对象。
Next, you instantiate a File object with the name of the file that will be the XML document.
再接下来,实例化一个File对象,它的名称是将成为XML文档的那个文件的名称。
At the top is the open file object, which is referenced by a process's file descriptor list.
在顶层是打开的file对象,它由进程的文件描述符列表引用。
The file object is the basic mechanism by which you interact with files on your computer.
file是与计算机上的文件进行交互的基本机制。
Don't like the working directory? Call directory with a new working directory as a File object.
如果希望使用新的工作目录,可以调用directory并提供新的工作目录作为File对象。
Create an instance of File Object that points to the WebContent folder of the portlet project.
创建文件对象的一个实例,该对象指向portlet项目的WebContent文件夹。
If you need to append data to a file, you should use the append mode when creating the file object.
如果需要向文件中添加数据,应当在创建file对象时,使用添加模式。
Overall, the process is simple: Create an appropriate file object, then read or write as necessary.
总体来说,过程很简单:创建合适的file对象,然后按照需要读取和写入。
The solution to this problem is also easy: Tell the file object to go back to the beginning of the file.
这个问题的解决方案也很简单:让file对象返回文件的开头。
Here, we create a new Persistent: : file object whose contents will be stored in the file variables.txt.
我们在这里创建了新的Persistent:File对象,其内容将存储在文件variables . txt中。
A text file object can use the API to get the content object (content.xml) and style object (styles.xml).
文本文件对象可以使用API来获取内容对象(content . xml)和样式对象(styles . xml)。
The simplest technique for learning more about the file object is to ask for help, as shown in Listing 2.
学习file对象的最简单方法就是阅读帮助,如清单 2 所示。
应用推荐