public class PartialStream extends InputStream
| 构造器和说明 |
|---|
PartialStream(InputStream innerStream) |
PartialStream(InputStream innerStream,
int length) |
public PartialStream(InputStream innerStream)
public PartialStream(InputStream innerStream, int length)
public int read()
throws IOException
read 在类中 InputStreamIOExceptionpublic int read(byte[] buffer)
throws IOException
read 在类中 InputStreamIOExceptionpublic int read(byte[] buffer,
int offset,
int count)
throws IOException
read 在类中 InputStreamIOExceptionCopyright © 2015. All Rights Reserved.