public class PngReaderInt extends PngReader
PngReader that uses ImageLineInt.
In the current implementation this is quite dummy/redundant, because (for
backward compatibility) PngReader already uses a ImageLineInt.
The factory is set at construction time. Remember that this could still be changed at runtime.
chunkseq, imgInfo, imlinesSet, interlaced, MAX_BYTES_METADATA_DEFAULT, MAX_CHUNK_SIZE_SKIP, MAX_TOTAL_BYTES_READ_DEFAULT, metadata, rowNum, streamFeeder| Constructor and Description |
|---|
PngReaderInt(File file) |
PngReaderInt(InputStream inputStream) |
| Modifier and Type | Method and Description |
|---|---|
ImageLineInt |
readRowInt()
Utility method that casts the IImageLine to a ImageLineInt
This only make sense for this concrete class
|
addChunkToSkip, close, createLineSet, end, getChunkseq, getChunksList, getMetadata, hasMoreRows, isInterlaced, loadAllInterlaced, readFirstChunks, readRow, readRow, readRows, readRows, readSkippingAllRows, setChunkLoadBehaviour, setChunksToSkip, setCrcCheckDisabled, setLineSetFactory, setMaxBytesMetadata, setMaxTotalBytesRead, setShouldCloseStream, setSkipChunkMaxSize, toStringpublic PngReaderInt(File file)
public PngReaderInt(InputStream inputStream)
public ImageLineInt readRowInt()
Copyright © 2013. All rights reserved.