public class ContentInputStream extends InputStream
InputStream adaptor for ContentInputBuffer.| 构造器和说明 |
|---|
ContentInputStream(ContentInputBuffer buffer) |
public ContentInputStream(ContentInputBuffer buffer)
public int available()
throws IOException
available 在类中 InputStreamIOExceptionpublic int read(byte[] b,
int off,
int len)
throws IOException
read 在类中 InputStreamIOExceptionpublic int read(byte[] b)
throws IOException
read 在类中 InputStreamIOExceptionpublic int read()
throws IOException
read 在类中 InputStreamIOExceptionpublic void close()
throws IOException
close 在接口中 Closeableclose 在接口中 AutoCloseableclose 在类中 InputStreamIOExceptionCopyright © 2023. All rights reserved.