class APNGReader.PNGInputStream extends InputStream
Modifier and Type | Field and Description |
---|---|
private int |
blockLength |
private int |
blockPointer |
private String |
blockType |
private int |
currentBlock |
private int |
fctlCount |
private boolean |
fdatValid |
private int |
imageNumber |
Constructor and Description |
---|
PNGInputStream(String blockType) |
PNGInputStream(String blockType,
int imageNumber) |
Modifier and Type | Method and Description |
---|---|
private void |
advanceBlock() |
int |
available() |
int |
read() |
int |
read(byte[] b,
int off,
int len) |
byte |
readByte() |
close, mark, markSupported, read, reset, skip
private int currentBlock
private int blockPointer
private int blockLength
private String blockType
private int imageNumber
private int fctlCount
private boolean fdatValid
public PNGInputStream(String blockType) throws IOException
IOException
public PNGInputStream(String blockType, int imageNumber) throws IOException
IOException
public int available() throws IOException
available
in class InputStream
IOException
public int read() throws IOException
read
in class InputStream
IOException
public byte readByte() throws IOException
IOException
public int read(byte[] b, int off, int len) throws IOException
read
in class InputStream
IOException
private void advanceBlock() throws IOException
IOException
Copyright © 2017 Open Microscopy Environment