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.