public class ShardingInputStream extends InputStream
| 构造器和说明 |
|---|
ShardingInputStream(InputStream in,
long start,
long length) |
public ShardingInputStream(InputStream in, long start, long length)
public int read()
throws IOException
read 在类中 InputStreamIOExceptionpublic int read(byte[] b)
throws IOException
read 在类中 InputStreamIOExceptionpublic long skip(long n)
throws IOException
skip 在类中 InputStreamIOExceptionpublic int read(byte[] b,
int off,
int len)
throws IOException
read 在类中 InputStreamIOExceptionpublic int available()
available 在类中 InputStreampublic void close()
close 在接口中 Closeableclose 在接口中 AutoCloseableclose 在类中 InputStreampublic void mark(int readlimit)
mark 在类中 InputStreampublic void reset()
reset 在类中 InputStreamCopyright © 2024. All rights reserved.