public final class ByteBufferInputStream extends InputStream
ByteBuffer object| 构造器和说明 |
|---|
ByteBufferInputStream(ByteBuffer buf) |
public ByteBufferInputStream(ByteBuffer buf)
public int read()
throws IOException
read 在类中 InputStreamIOExceptionpublic int read(byte[] b,
int off,
int len)
throws IOException
read 在类中 InputStreamIOExceptionpublic int available()
throws IOException
available 在类中 InputStreamIOExceptionCopyright © 2025. All rights reserved.