Package | Description |
---|---|
ar.com.hjg.pngj |
PNGJ main package
|
Modifier and Type | Field and Description |
---|---|
ChunkReader.ChunkReaderMode |
ChunkReader.mode
|
Modifier and Type | Method and Description |
---|---|
static ChunkReader.ChunkReaderMode |
ChunkReader.ChunkReaderMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ChunkReader.ChunkReaderMode[] |
ChunkReader.ChunkReaderMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
ChunkReader(int clen,
String id,
long offsetInPng,
ChunkReader.ChunkReaderMode mode)
The constructor creates also a chunkRaw, preallocated if mode = ChunkReaderMode.BUFFER
|
Copyright © 2014. All rights reserved.