public class MicroKernelInputStream extends InputStream
MicroKernel.| Constructor and Description |
|---|
MicroKernelInputStream(org.apache.jackrabbit.mk.api.MicroKernel mk,
String id)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
int |
read()
Deprecated.
|
int |
read(byte[] b,
int off,
int len)
Deprecated.
|
static byte[] |
readFully(org.apache.jackrabbit.mk.api.MicroKernel mk,
String id)
Deprecated.
|
long |
skip(long n)
Deprecated.
|
available, close, mark, markSupported, read, resetpublic MicroKernelInputStream(org.apache.jackrabbit.mk.api.MicroKernel mk, String id)
public long skip(long n)
skip in class InputStreampublic int read(byte[] b,
int off,
int len)
read in class InputStreampublic int read()
throws IOException
read in class InputStreamIOExceptionpublic static byte[] readFully(org.apache.jackrabbit.mk.api.MicroKernel mk, String id) throws IOException
IOExceptionCopyright © 2012-2018 The Apache Software Foundation. All Rights Reserved.