public class MultipartReader.PartInputStream extends InputStream implements AutoCloseable
| Modifier and Type | Method and Description |
|---|---|
int |
available() |
void |
close() |
long |
getTotal() |
boolean |
isClosed() |
int |
read() |
int |
read(byte[] b,
int off,
int len) |
long |
skip(long bytes) |
mark, markSupported, read, resetpublic long getTotal()
public int read(byte[] b,
int off,
int len)
throws IOException
read in class InputStreamIOExceptionpublic int read()
throws IOException
read in class InputStreamIOExceptionpublic int available()
available in class InputStreampublic long skip(long bytes)
throws IOException
skip in class InputStreamIOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class InputStreamIOExceptionpublic boolean isClosed()
Copyright © 2021. All rights reserved.