public class MemoryInputStream extends InputStream
MemoryChunk| Constructor and Description |
|---|
MemoryInputStream(jdd.util.zip.MemoryChunk x)
Create a memory stream where read bytes are taken from the given memory chunk
|
| Modifier and Type | Method and Description |
|---|---|
int |
available()
is more data available?
|
void |
free()
free the memory occupied by this objects.
|
int |
read()
read one byte from the stream
|
void |
reset()
re-start from the start of the file again
|
close, mark, markSupported, read, read, skippublic MemoryInputStream(jdd.util.zip.MemoryChunk x)
public void free()
public int available()
available in class InputStreampublic void reset()
reset in class InputStreampublic int read()
read in class InputStreamavailable()This file is a part of the JDD package, a native Java Binary Decision Diagram Library.