
public class OHttpMultipartBaseInputStream
extends java.io.InputStream
| Modifier and Type | Field and Description |
|---|---|
protected java.util.ArrayList<java.lang.Integer> |
buffer |
protected int |
contentLength |
protected java.io.InputStream |
wrappedInputStream |
| Constructor and Description |
|---|
OHttpMultipartBaseInputStream(java.io.InputStream in,
int iSkipInput,
int iContentLength) |
| Modifier and Type | Method and Description |
|---|---|
int |
available() |
void |
close() |
java.io.InputStream |
getWrappedInputStream() |
void |
mark(int readlimit) |
boolean |
markSupported() |
int |
read() |
int |
read(byte[] b) |
int |
read(byte[] b,
int off,
int len) |
void |
reset() |
void |
resetBuffer() |
void |
setSkipInput(java.util.ArrayList<java.lang.Integer> iSkipInput) |
void |
setSkipInput(int iSkipInput) |
long |
skip(long n) |
java.lang.String |
toString() |
int |
wrappedAvailable() |
protected java.util.ArrayList<java.lang.Integer> buffer
protected int contentLength
protected java.io.InputStream wrappedInputStream
public OHttpMultipartBaseInputStream(java.io.InputStream in,
int iSkipInput,
int iContentLength)
public java.io.InputStream getWrappedInputStream()
public void setSkipInput(int iSkipInput)
public void setSkipInput(java.util.ArrayList<java.lang.Integer> iSkipInput)
public int available()
throws java.io.IOException
available in class java.io.InputStreamjava.io.IOExceptionpublic int read()
throws java.io.IOException
read in class java.io.InputStreamjava.io.IOExceptionpublic void close()
throws java.io.IOException
close in interface java.io.Closeableclose in interface java.lang.AutoCloseableclose in class java.io.InputStreamjava.io.IOExceptionpublic void mark(int readlimit)
mark in class java.io.InputStreampublic boolean markSupported()
markSupported in class java.io.InputStreampublic int read(byte[] b,
int off,
int len)
throws java.io.IOException
read in class java.io.InputStreamjava.io.IOExceptionpublic int read(byte[] b)
throws java.io.IOException
read in class java.io.InputStreamjava.io.IOExceptionpublic void reset()
throws java.io.IOException
reset in class java.io.InputStreamjava.io.IOExceptionpublic long skip(long n)
throws java.io.IOException
skip in class java.io.InputStreamjava.io.IOExceptionpublic java.lang.String toString()
toString in class java.lang.Objectpublic void resetBuffer()
public int wrappedAvailable()
throws java.io.IOException
java.io.IOExceptionCopyright © 2009–2022 OrientDB. All rights reserved.