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.IOException
public BMBoundaryPartSplitter(java.io.InputStream inputStream,
byte[] boundary,
int bufSize)
throws java.io.IOException
java.io.IOExceptionpublic long getTotalBytesRead()
getTotalBytesRead in interface MultipartSplitter
public void close()
throws java.io.IOException
close in
interface MultipartSplitterjava.io.IOException
public boolean hasNext()
throws java.io.IOException
hasNext in
interface MultipartSplitterjava.io.IOException
public void next()
throws java.io.IOException
next in
interface MultipartSplitterjava.io.IOException
public int read()
throws java.io.IOException
read in
interface MultipartSplitterjava.io.IOException
public int read(byte[] buffer,
int offsetArg,
int length)
throws java.io.IOException
read in interface MultipartSplitterjava.io.IOException
Copyright © 2025 MarkLogic
Corporation. All Rights Reserved.
Complete online documentation for MarkLogic Server,
XQuery and related components may
be found at
developer.marklogic.com