| Package | Description |
|---|---|
| ar.com.hjg.pngj |
PNGJ main package
|
| Modifier and Type | Class and Description |
|---|---|
class |
ChunkSeqReader
Consumes a stream of bytes that consist of a series of PNG-like chunks.
|
class |
ChunkSeqReaderPng
Adds to ChunkSeqReader the storing of PngChunk, with a PngFactory, and
imageInfo + deinterlacer.
|
| Modifier and Type | Method and Description |
|---|---|
int |
BufferedStreamFeeder.feed(IBytesConsumer consumer)
Feeds bytes to the consumer
Returns bytes actually consumed This should return 0 only if the stream is EOF or the consumer is done |
int |
BufferedStreamFeeder.feed(IBytesConsumer consumer,
int maxbytes)
Feeds the consumer (with at most maxbytes)
This should return 0 only if the stream is EOF or the consumer is done |
boolean |
BufferedStreamFeeder.feedFixed(IBytesConsumer consumer,
int nbytes)
Feeds exactly nbytes, retrying if necessary
|
Copyright © 2013. All rights reserved.