public class DataOutputViewStream extends OutputStream
DataOutputView.| 限定符和类型 | 字段和说明 |
|---|---|
protected DataOutputView |
outputView |
| 构造器和说明 |
|---|
DataOutputViewStream(DataOutputView outputView) |
protected DataOutputView outputView
public DataOutputViewStream(DataOutputView outputView)
public void write(int b)
throws IOException
write 在类中 OutputStreamIOExceptionpublic void write(byte[] b,
int off,
int len)
throws IOException
write 在类中 OutputStreamIOExceptionCopyright © 2023–2024 The Apache Software Foundation. All rights reserved.