Package | Description |
---|---|
com.aspose.imaging.fileformats.tiff |
The package handles Tiff file format processing.
|
com.aspose.imaging.fileformats.tiff.filemanagement |
The package contains Tiff file format stream handling classes.
|
com.aspose.imaging.fileformats.tiff.tifftagtypes |
The package contains Tiff file format tag classes.
|
Modifier and Type | Method and Description |
---|---|
static TiffDataType |
TiffDataType.readTag(TiffStreamReader dataStream,
long position)
Reads the tag data.
|
Modifier and Type | Class and Description |
---|---|
class |
TiffBigEndianStreamReader
The tiff stream for handling big endian tiff file format.
|
Modifier and Type | Method and Description |
---|---|
static TiffStreamReader |
TiffStreamFactory.getTiffReader(byte[] bytes,
int bytesOffset,
int dataLength,
int byteOrder)
Gets the tiff stream reader.
|
static TiffStreamReader |
TiffStreamFactory.getTiffReader(StreamContainer stream,
int byteOrder)
Gets the tiff stream reader.
|
Modifier and Type | Method and Description |
---|---|
TiffStreamReader |
TiffUnknownType.getStream()
Gets the stream to read additional data from.
|
Constructor and Description |
---|
TiffUnknownType(TiffStreamReader stream,
int tagType,
int tagId,
long count,
long offsetOrValue)
Initializes a new instance of the
TiffUnknownType class. |