BigTiffWriterBE

Inheritance: java.lang.Object, com.aspose.fileformats.fileformats.tiff.filemanagement.TiffStreamSeeker, com.aspose.imaging.fileformats.tiff.filemanagement.TiffStreamWriter, com.aspose.imaging.fileformats.tiff.filemanagement.TiffBigEndianStreamWriter

public class BigTiffWriterBE extends TiffBigEndianStreamWriter

The big endian BigTiff stream writer.

Constructors

ConstructorDescription
BigTiffWriterBE(StreamContainer writer)Initializes a new instance of the BigTiffWriterBE class.

Methods

MethodDescription
getSizeOfTagValue()Gets size of tag value length.

BigTiffWriterBE(StreamContainer writer)

public BigTiffWriterBE(StreamContainer writer)

Initializes a new instance of the BigTiffWriterBE class.

Parameters:

ParameterTypeDescription
writerStreamContainerThe stream writer.

getSizeOfTagValue()

public byte getSizeOfTagValue()

Gets size of tag value length.

Returns: byte - size of tag value length.