public class NullPartSplitter extends java.lang.Object implements MultipartSplitter
DEF_BUFFER_SIZE| Constructor and Description |
|---|
NullPartSplitter() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
int |
getBufferSize() |
long |
getTotalBytesRead() |
boolean |
hasNext() |
void |
next() |
int |
read() |
int |
read(byte[] buffer,
int offset, int length) |
void |
setBufferSize(int size) |
public long getTotalBytesRead()
getTotalBytesRead in interface MultipartSplitter
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 offset,
int length)
throws java.io.IOException
read in interface MultipartSplitterjava.io.IOExceptionpublic void close()
close in
interface MultipartSplitterpublic void setBufferSize(int size)
public int getBufferSize()
Copyright © 2025 MarkLogic
Corporation. All Rights Reserved.
Complete online documentation for MarkLogic Server,
XQuery and related components may
be found at
developer.marklogic.com