public class BMBoundaryPartSplitter extends java.lang.Object implements MultipartSplitter
DEF_BUFFER_SIZE| Constructor and Description |
|---|
BMBoundaryPartSplitter(java.io.InputStream inputStream,
byte[] boundary,
int bufSize) |
BMBoundaryPartSplitter(java.io.InputStream inputStream,
byte[] boundary,
int bufSize,
java.util.logging.Logger loggerArg) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
long |
getTotalBytesRead() |
boolean |
hasNext() |
void |
next() |
int |
read() |
int |
read(byte[] buffer,
int offsetArg,
int length) |
public BMBoundaryPartSplitter(java.io.InputStream inputStream,
byte[] boundary,
int bufSize,
java.util.logging.Logger loggerArg)
throws java.io.IOException
java.io.IOExceptionpublic BMBoundaryPartSplitter(java.io.InputStream inputStream,
byte[] boundary,
int bufSize)
throws java.io.IOException
java.io.IOExceptionpublic long getTotalBytesRead()
getTotalBytesRead in interface MultipartSplitterpublic void close()
throws java.io.IOException
close in interface MultipartSplitterjava.io.IOExceptionpublic boolean hasNext()
throws java.io.IOException
hasNext in interface MultipartSplitterjava.io.IOExceptionpublic void next()
throws java.io.IOException
next in interface MultipartSplitterjava.io.IOExceptionpublic int read()
throws java.io.IOException
read in interface MultipartSplitterjava.io.IOExceptionpublic int read(byte[] buffer,
int offsetArg,
int length)
throws java.io.IOException
read in interface MultipartSplitterjava.io.IOExceptionCopyright © 2025 MarkLogic Corporation. All Rights Reserved.
Complete online documentation for MarkLogic Server, XQuery and related components may be found at developer.marklogic.com