buffered file
常見例句
- You can also open a buffered binary file by using the form open(fileName, 'b').
您也可以使用 open(fileName, 'b') 打開一個(gè)緩沖了的二進(jìn)制文件。 - In this case, you should configure only one AIO VP, plus two additional AIO VPs for every buffered file chunk.
在這種情況下,應(yīng)該只配置一個(gè) AIO VP,再加上兩個(gè)附加的 AIO VP 用于每個(gè)緩沖的文件塊。 - Once buffered, the file data is written through the output.write() method into the socket of the OutputStream object.
進(jìn)行緩沖之后,output.write() 方法將文件數(shù)據(jù)寫入到 OutputStream 對(duì)象的套接字中。 返回 buffered file