public final class ByteBufferInputStream extends InputStream
public final ByteBufferStream stream
public final int read()
throws IOException
read 在类中 InputStreamIOExceptionpublic final int read(byte[] b)
throws IOException
read 在类中 InputStreamIOExceptionpublic final int read(byte[] b,
int off,
int len)
throws IOException
read 在类中 InputStreamIOExceptionpublic final long skip(long n)
throws IOException
skip 在类中 InputStreamIOExceptionpublic final int available()
throws IOException
available 在类中 InputStreamIOExceptionpublic final boolean markSupported()
markSupported 在类中 InputStreampublic final void mark(int readlimit)
mark 在类中 InputStreampublic final void reset()
throws IOException
reset 在类中 InputStreamIOExceptionpublic final void close()
throws IOException
close 在接口中 Closeableclose 在接口中 AutoCloseableclose 在类中 InputStreamIOExceptionCopyright © 2018. All rights reserved.