TiffStreamReader Class |
Namespace: Aspose.CAD.FileFormats.Tiff.FileManagement
The TiffStreamReader type exposes the following members.
Name | Description | |
---|---|---|
![]() | TiffStreamReader(Byte) |
Initializes a new instance of the TiffStreamReader class.
|
![]() | TiffStreamReader(StreamContainer) |
Initializes a new instance of the TiffStreamReader class.
|
![]() | TiffStreamReader(Byte, Int32) |
Initializes a new instance of the TiffStreamReader class.
|
![]() | TiffStreamReader(Byte, Int32, Int32) |
Initializes a new instance of the TiffStreamReader class.
|
Name | Description | |
---|---|---|
![]() | Length |
Gets the reader length.
|
![]() | ThrowExceptions |
Gets or sets a value indicating whether exceptions are thrown on incorrect data processing (reading or writing to stream).
|
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ProcessReadDataDouble |
Performs a conversion to the double array.
|
![]() | ProcessReadDataFloat |
Performs a conversion to the float array.
|
![]() | ProcessReadDataLong |
Performs a conversion to the integer array.
|
![]() | ProcessReadDataShort |
Performs a conversion to the short array.
|
![]() | ProcessReadDataULong |
Performs a conversion to the unsigned integer array.
|
![]() | ProcessReadDataUShort |
Performs a conversion to the unsigned short array.
|
![]() | ReadBytes(Int64, Int64) |
Reads an array of unsigned byte values from the stream.
|
![]() | ReadBytes(Byte, Int32, Int64, Int64) |
Reads an array of byte values from the stream.
|
![]() | ReadDouble |
Read a single double value from the stream.
|
![]() | ReadDoubleArray |
Reads an array of double values from the stream.
|
![]() | ReadFloat |
Read a single float value from the stream.
|
![]() | ReadFloatArray |
Reads an array of float values from the stream.
|
![]() | ReadRational |
Read a single rational number value from the stream.
|
![]() | ReadRationalArray |
Reads an array of rational values from the stream.
|
![]() | ReadSByte |
Reads signed byte data from the stream.
|
![]() | ReadSByteArray |
Reads an array of signed byte values from the stream.
|
![]() | ReadSLong |
Read signed integer value from the stream.
|
![]() | ReadSLongArray |
Reads an array of signed integer values from the stream.
|
![]() | ReadSRational |
Read a single signed rational number value from the stream.
|
![]() | ReadSRationalArray |
Reads an array of signed rational values from the stream.
|
![]() | ReadSShort |
Read signed short value from the stream.
|
![]() | ReadSShortArray |
Reads an array of signed short values from the stream.
|
![]() | ReadULong |
Read unsigned integer value from the stream.
|
![]() | ReadULongArray |
Reads an array of unsigned integer values from the stream.
|
![]() | ReadUShort |
Read unsigned short value from the stream.
|
![]() | ReadUShortArray |
Reads an array of unsigned integer values from the stream.
|
![]() | ToStreamContainer |
Converts the underlying data to the stream container.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |