成语生肖网

inputstream是什么意思_inputstream怎么读英语发音

更新时间:2026-05-30 09:52:15   栏目: 在线翻译

inputstream

网络释义:输入流;输入流类;字节输入流

网络释义

1.输入流 ... 5. 8 内部类 InnerClass 9. 3 字节输入流 InputStream 9. 4 字节输出流 OutputStream ...

4.用于读取文本 ... OutputStream- 用于写入文本 InputStream- 用于读取文本 Object- 对象 ...

造句带翻译释义:,输入流,输入流类,字节输入流

1.This time you get a CSV feed returned in the form of an InputStream, which needs to be read.这次您得到一个以InputStream形式返回的CSV提要,这个提要需要读取。

2.This pipe stores data into a repository as byte[], String, Document, Form, or InputStream.这个管道把数据以byte[]、String、Document、Form或InputStream的形式存储到存储库中。

3.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将导致出现异常。

4.In fact, InputStream is abstract, so some sort of subclass is necessary.实际上,InputStream是一个抽象类,因此某种类型的子类是必要的。

5.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。

6.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传递给该解析器。

7.A slightly more sophisticated approach is to specify an EntityResolver that always returns an empty InputStream for all entities.另一种更复杂的方法是指定一个对所有实体总是返回InputStream的EntityResolver。

8.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”)和存储密码。

9.This step includes providing the inputStream of the source file and getting the outputStream of the converted file.此步骤包括提供源文件的inputStream并获取转换后的文件的outputStream。

10.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)作为参数。