public class PngReaderByte extends PngReader
PngReader that uses ImageLineByte
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 |
|---|
PngReaderByte(File file) |
PngReaderByte(InputStream inputStream) |
| Modifier and Type | Method and Description |
|---|---|
ImageLineByte |
readRowByte()
Utility method that casts
PngReader.readRow() return to
ImageLineByte. |
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 PngReaderByte(File file)
public PngReaderByte(InputStream inputStream)
public ImageLineByte readRowByte()
PngReader.readRow() return to
ImageLineByte.Copyright © 2013. All rights reserved.