public class ChunkedInputStream
extends java.io.InputStream
| Constructor and Description |
|---|
ChunkedInputStream(java.io.InputStream in) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
int |
read() |
int |
read(byte[] b) |
int |
read(byte[] b,
int off, int len) |
public ChunkedInputStream(java.io.InputStream in)
throws java.io.IOException
java.io.IOException
public int read()
throws java.io.IOException
read in
class java.io.InputStreamjava.io.IOException
public int read(byte[] b,
int off,
int len)
throws java.io.IOException
read in
class java.io.InputStreamjava.io.IOException
public int read(byte[] b)
throws java.io.IOException
read in
class java.io.InputStreamjava.io.IOException
public void close()
throws java.io.IOException
close in
interface java.io.Closeableclose in
interface java.lang.AutoCloseableclose in
class java.io.InputStreamjava.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