inputstream
- 网络输入流;字节输入流;输入流类
-
InputStream . read () is another way to read data .
read()是另一种读取数据的方式。
-
The pipe provides the same data to consumers as an InputStream .
管道把相同的数据作为InputStream提供给消费者。
-
Then load the properties from the InputStream object .
然后从InputStream对象中加载属性。
-
In fact , InputStream is abstract , so some sort of subclass is necessary .
实际上,InputStream是一个抽象类,因此某种类型的子类是必要的。
-
Various Model . read () methods can populate the model from a Reader , an InputStream , or a URL .
不同的Model.read()方法可以从Reader、InputStream或URL填充模型。
-
This time you get a CSV feed returned in the form of an InputStream , which needs to be read .
这次您得到一个以InputStream形式返回的CSV提要,这个提要需要读取。
-
Class , method , and field names all use camel casing , as in InputStream and readFully () .
类、方法和字段名均使用驼峰式大小写风格,如InputStream和readFully()。
-
This pipe stores data into a repository as byte [ ] , String , Document , Form , or InputStream .
这个管道把数据以byte[]、String、Document、Form或InputStream的形式存储到存储库中。
-
When the readFrom method is called , the result will be the creation of a ContactInfo instance based on the request InputStream content .
当readFrom方法被调用时,结果会是基于请求InputStream的内容创建ContactInfo实例。
-
For example , a program that looks for specific words in a file might be extended to work with Web pages by using the URL class to obtain an InputStream .
比方说,某个用来在文件中查找特定单词的程序也许会扩展为在Web页面中通过URL获取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。
-
Notice that even though this is a method on a Scala object , it is taking a Java object ( java . io . InputStream ) as a parameter .
注意,尽管这是一个Scala对象的方法,它接受一个Java对象(java.io.InputStream)作为参数。
-
The primary function of a MessageBodyReader is to read from a request InputStream and deserialize the incoming bytes into a Java object expected by the resource method .
MessageBodyReader的最主要的功能是读取请求InputStream并将传入的字节反序列化到一个此资源方法期望的Java对象。
-
As well as the InputStream , the KeyStore needs to know the format of the stream ( we use the default ," jks ") and the store password .
除了InputStream,KeyStore需要知道流的格式(我们使用缺省的“jks”)和存储密码。