public final class ByteBufferOutputStream extends OutputStream
| 限定符和类型 | 字段和说明 |
|---|---|
ByteBufferStream |
stream |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
close() |
void |
write(byte[] b) |
void |
write(byte[] b,
int off,
int len) |
void |
write(int b) |
flushpublic final ByteBufferStream stream
public final void write(int b)
throws IOException
write 在类中 OutputStreamIOExceptionpublic final void write(byte[] b)
throws IOException
write 在类中 OutputStreamIOExceptionpublic final void write(byte[] b,
int off,
int len)
throws IOException
write 在类中 OutputStreamIOExceptionpublic final void close()
throws IOException
close 在接口中 Closeableclose 在接口中 AutoCloseableclose 在类中 OutputStreamIOExceptionCopyright © 2016. All Rights Reserved.