Package | Description |
---|---|
com.aspose.imaging.fileformats.tiff | |
com.aspose.imaging.fileformats.tiff.filemanagement | |
com.aspose.imaging.fileformats.tiff.tifftagtypes |
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(com.aspose.imaging.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. |
Copyright (c) 2008-2016 Aspose Pty Ltd. All Rights Reserved.