public class ByteBufferInputStream extends InputStream
| 构造器和说明 |
|---|
ByteBufferInputStream(ByteBuffer buffer) |
public ByteBufferInputStream(ByteBuffer buffer)
public int read()
read 在类中 InputStreampublic int read(byte[] bytes,
int off,
int len)
read 在类中 InputStreamCopyright © 2020 Joyqueue Community. All rights reserved.