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, skip
protected 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 FilterInputStream
public boolean markSupported()
markSupported
in class FilterInputStream
public int read() throws IOException
read
in class FilterInputStream
IOException
public int read(byte[] b) throws IOException
read
in class FilterInputStream
IOException
public void reset() throws IOException
reset
in class FilterInputStream
IOException
Copyright © 2015–2021 Fiji. All rights reserved.