public class NodeInputStream extends InputStream
NodeOutputStream
and rebuilds a continuous stream out of the
multiple Properties that it creates.| Constructor and Description |
|---|
NodeInputStream(javax.jcr.Node n) |
| Modifier and Type | Method and Description |
|---|---|
int |
available() |
void |
close() |
int |
read() |
int |
read(byte[] b) |
int |
read(byte[] b,
int off,
int len) |
mark, markSupported, reset, skippublic NodeInputStream(javax.jcr.Node n)
throws IOException
IOExceptionpublic int available()
throws IOException
available in class InputStreamIOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class InputStreamIOExceptionpublic int read()
throws IOException
read in class InputStreamIOExceptionpublic int read(byte[] b,
int off,
int len)
throws IOException
read in class InputStreamIOExceptionpublic int read(byte[] b)
throws IOException
read in class InputStreamIOExceptionCopyright © 2007–2016 The Apache Software Foundation. All rights reserved.