inputstream的意思
inputstream中文翻譯:
輸入流
twenty focinput───20焦輸入
rated input───額定輸入量,額定需求功率;額定處理能力
i am othinput───我不是輸入者
mic input───麥克風輸入
inverting input───反相輸入;倒相輸入
text input───[計]文本輸入
unconnected input pin on net───網絡上未連接的輸入引腳
indic input───指示器輸入
input voltage───[電]輸入電壓;工作電壓
rated power input───額定功率輸入
Then load the properties from the InputStream object.───然后從InputStream對象中加載屬性。
We could also choose to create an InputStream directly.───我們還可以選擇直接創建 InputStream 。
pipe provides the same data to consumers as an InputStream.───管道把相同的數據作為 InputStream 提供給消費者。
This time you get a CSV feed returned in the form of an InputStream, which needs to be read.───這次您得到一個以InputStream形式返回的CSV提要,這個提要需要讀取。
This pipe stores data into a repository as byte[], String, Document, Form, or InputStream.───這個管道把數據以byte[]、String、Document、Form或InputStream的形式存儲到存儲庫中。
Note that if there is an error in the HTTP response from the provider, the attempt to get the HTTP response InputStream causes an exception.───請注意,如果提供程序發出的HTTP響應有錯誤,則嘗試獲取HTTP響應InputStream將導致出現異常。
In fact, InputStream is abstract, so some sort of subclass is necessary.───實際上,InputStream是一個抽象類,因此某種類型的子類是必要的。
In order to keep this method as context-free as possible, we grab the file as an InputStream out of the ClassLoader that loaded the class.───為了讓此方法盡量與上下文無關,我們從加載類的ClassLoader中抓取文件作為InputStream。
Back in Listing 3 you saw a parser being referenced, and you saw a java. io. InputStream being passed to it.───在清單3中引用了一個解析器,并且將一個java.io.InputStream傳遞給該解析器。
In order to keep this method as context-free as possible, we grab the file as an InputStream out of the ClassLoader that loaded the class.
InputStream getResourceAsStream String name Finds a resource with a given name.
InflaterInputStream ( InputStream in ) Creates a new input stream with a default decompressor and buffer size.