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) |
flush
public final ByteBufferStream stream
public final void write(int b) throws IOException
write
在类中 OutputStream
IOException
public final void write(byte[] b) throws IOException
write
在类中 OutputStream
IOException
public final void write(byte[] b, int off, int len) throws IOException
write
在类中 OutputStream
IOException
public final void close() throws IOException
close
在接口中 Closeable
close
在接口中 AutoCloseable
close
在类中 OutputStream
IOException
Copyright © 2016. All rights reserved.