搜索优化
网页
图片
视频
学术
词典
地图
更多
航班
笔记本
output stream
美
英
un.
输出流
网络
输出流类;输出字节流;字节输出流
英汉
网络释义
un.
1.
输出流
1.
输出流
将
输出流
(
OutputStream
)转化为输入流(InputS...CevenChengJava代码 package test.io; import java.io.ByteArrayInputStream; im…
www.360doc.com
|
基于575个网页
2.
输出流类
...包中,基本输入流类(InputStream)和基本
输出流类
(
OutputStream
)是处理 以 8 位字节为基本单位的字节流类,读写以字 …
wenku.baidu.com
|
基于51个网页
3.
输出字节流
Java高手真经:Ja... ... 11.推回输入流- PushbackInputStream 9.3.3
输出字节流
OutputStream
2.文件作为输出源- FileOutputStre…
baike.baidu.com
|
基于19个网页
4.
字节输出流
Java复习篇五-一起jquery... ... * 3.字节输出流. OutputSteam * 3.
字节输出流
。
OutputStream
* 4.字符输出流, Writer ...
www.17jquery.com
|
基于12个网页
5.
用于写入文本
如何使用MQ标头动态确定数据处理程序的行为?... ... Object- 对象
OutputStream
-
用于写入文本
InputStream- 用于读取文本 ...
www.searchsoa.com.cn
|
基于4个网页
6.
输出串流
天珑网路书店 | 精通 Java 网路程式 ... 1.2.2 套件( package) 2.2
输出串流
2.2.1
OutPutStream
2.3 输入串流 2.3.1 InputStream ...
www.tenlong.com.tw
|
基于4个网页
7.
也是个输出流
java中的io一个小白问题。。。。。。。 - 已解决 -... ... BufferedWriter 就是个输出流
OutputStream
也是个输出流
...
wenwen.soso.com
|
基于 1 个网页
更多释义
收起释义
例句
释义:
全部
全部
,
输出流
输出流
,
输出流类
输出流类
,
输出字节流
输出字节流
,
字节输出流
字节输出流
类别:
全部
全部
,
口语
口语
,
书面语
书面语
,
标题
标题
,
技术
技术
来源:
全部
全部
,
字典
字典
,
网络
网络
难度:
全部
全部
,
简单
简单
,
中等
中等
,
难
难
更多例句筛选
收起例句筛选
1.
In
the
case
of
HTML
conversion
or
multiple
-
page
image
conversion
,
the
output
folder
is
zipped
,
and
outputStream
of the
ZIP
file
is
returned
.
在
HTML
转换
或
多
页
图像
转换
的
情况
下
,
将
对
输出
文件夹
进行
压缩
,
并
返回
ZIP
文件
的
outputStream
。
www.ibm.com
2.
Similarly
,
a java
.
io.
OutputStream
representing
an
output
stream
of
bytes
is
opened
from
a
Connection
for
output
purposes.
与
此
相似
,
为了
进行
输出
,
代表
字节
输出
流
的
java.io.OutputStream
将
被
从
Connection
打开
。
www.ibm.com
3.
This
step
includes
providing
the inputStream of the
source
file
and
getting
the
outputStream
of the
converted
file
.
此
步骤
包括
提供
源
文件
的
inputStream
并
获取
转换
后
的
文件
的
outputStream
。
www.ibm.com
4.
Then
you
can
write
it
back
to the
client
using
the
OutputStream
object
of the
ASP
.
NET Response object.
然后
,
您
可以
使用
ASP.NETResponse
对象
里
的
OutputStream
对象
将
其
写
回到
客户端
。
msdn.microsoft.com
5.
This
wakes
the TxThread
,
which
writes
the
command
to the
OutputStream
connected
to the
gdb
process
.
这
会
唤醒
TxThread
,
它
将
命令
写入
与
gdb
进程
连接
的
OutputStream
中
。
www.ibm.com
6.
An
output
stream
accepts
output
bytes
and
sends
them
to
some
sink
.
OutputStream
接收
输入
的
字节
,
并
将
其
输出
到
指定
的
接收
器
中
。
tech.ccidnet.com
7.
An
OutputStream
to
send
data
to the
gdb
process
and
an InputStream to
receive
its
response
OutputStream
(
向
gdb
进程
发送
数据
)
和
InputStream
(
接收
响应
)
www.ibm.com