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, createChunkSeqReader, createLineSet, dontSkipChunk, end, getChunkseq, getChunksList, getChunksList, getCurImgInfo, getImgInfo, getMetadata, getSimpleDigestHex, hasMoreRows, isInterlaced, loadAllInterlaced, prepareSimpleDigestComputation, readFirstChunks, readRow, readRow, readRows, readRows, readSkippingAllRows, setChunkLoadBehaviour, setChunksToSkip, setCrcCheckDisabled, setLineSetFactory, setMaxBytesMetadata, setMaxTotalBytesRead, setShouldCloseStream, setSkipChunkMaxSize, toString, toStringCompact
public PngReaderByte(File file)
public PngReaderByte(InputStream inputStream)
public ImageLineByte readRowByte()
PngReader.readRow()
return to ImageLineByte
.Copyright © 2014. All rights reserved.