public class MicroKernelInputStream extends InputStream
MicroKernel
.Constructor and Description |
---|
MicroKernelInputStream(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(MicroKernel mk,
String id)
Deprecated.
|
long |
skip(long n)
Deprecated.
|
available, close, mark, markSupported, read, reset
public MicroKernelInputStream(MicroKernel mk, String id)
public long skip(long n)
skip
in class InputStream
public int read(byte[] b, int off, int len)
read
in class InputStream
public int read() throws IOException
read
in class InputStream
IOException
public static byte[] readFully(MicroKernel mk, String id) throws IOException
IOException
"Copyright © 2006 - 2015 Adobe Systems Incorporated. All Rights Reserved"