public final class ByteBufferOutputStream extends OutputStream
| 限定符和类型 | 字段和说明 |
|---|---|
ByteBufferStream |
stream |
public 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 © 2018. All rights reserved.