public class PbdInputStream extends FilterInputStream
| Modifier and Type | Field and Description |
|---|---|
protected int |
leftToFill |
protected org.janelia.vaa3d.reader.PbdInputStream.State |
state |
in| Modifier | Constructor and Description |
|---|---|
protected |
PbdInputStream(InputStream in)
Protected constructor to encourage use of createPbdInputStream factory.
|
| Modifier and Type | Method and Description |
|---|---|
void |
mark(int readLimit) |
boolean |
markSupported() |
int |
read() |
int |
read(byte[] b) |
void |
reset() |
available, close, read, skipprotected org.janelia.vaa3d.reader.PbdInputStream.State state
protected int leftToFill
protected PbdInputStream(InputStream in)
in - compressed input stream.public void mark(int readLimit)
mark in class FilterInputStreampublic boolean markSupported()
markSupported in class FilterInputStreampublic int read()
throws IOException
read in class FilterInputStreamIOExceptionpublic int read(byte[] b)
throws IOException
read in class FilterInputStreamIOExceptionpublic void reset()
throws IOException
reset in class FilterInputStreamIOExceptionCopyright © 2015–2021 Fiji. All rights reserved.