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