
public class OHttpMultipartContentInputStream extends InputStream
| Modifier and Type | Field and Description |
|---|---|
protected String |
boundary |
protected boolean |
internalAvailable |
protected int |
nextByte |
protected OHttpMultipartBaseInputStream |
wrappedInputStream |
| Constructor and Description |
|---|
OHttpMultipartContentInputStream(OHttpMultipartBaseInputStream in,
String iBoundary) |
| Modifier and Type | Method and Description |
|---|---|
int |
available() |
protected void |
bufferData() |
void |
close() |
InputStream |
getWrappedInputStream() |
void |
mark(int readlimit) |
boolean |
markSupported() |
int |
read() |
int |
read(byte[] b) |
int |
read(byte[] b,
int off,
int len) |
void |
reset() |
long |
skip(long n) |
String |
toString() |
protected String boundary
protected OHttpMultipartBaseInputStream wrappedInputStream
protected int nextByte
protected boolean internalAvailable
public OHttpMultipartContentInputStream(OHttpMultipartBaseInputStream in, String iBoundary) throws IOException
IOExceptionpublic InputStream getWrappedInputStream()
public int available()
throws IOException
available in class InputStreamIOExceptionpublic int read()
throws IOException
read in class InputStreamIOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class InputStreamIOExceptionpublic void mark(int readlimit)
mark in class InputStreampublic boolean markSupported()
markSupported in class InputStreampublic int read(byte[] b,
int off,
int len)
throws IOException
read in class InputStreamIOExceptionpublic int read(byte[] b)
throws IOException
read in class InputStreamIOExceptionpublic void reset()
throws IOException
reset in class InputStreamIOExceptionpublic long skip(long n)
throws IOException
skip in class InputStreamIOExceptionprotected void bufferData()
throws IOException
IOExceptionCopyright © 2009–2025 OrientDB. All rights reserved.