VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Codecs.ImageFiles Namespace / BigEndianImageSource Class
In This Topic
    BigEndianImageSource Class Methods
    In This Topic
    For a list of all methods of this type, see BigEndianImageSource.
    Public Methods
     NameDescription
    Public MethodCloses the stream associated with this source. (Inherited from ImageFileSource)
    Public MethodReads boolean value (one byte) from the stream of the image file. (Inherited from ImageFileSource)
    Public MethodReads byte from the stream of the image file. (Inherited from ImageFileSource)
    Public MethodOverloaded. Reads bytes from the stream of the image file. (Inherited from ImageFileSource)
    Public MethodOverloaded. Reads count characters from the stream of the image file, returns the data in a character array, and advances the current position in accordance with the Encoding used and the specific character being read from the stream. (Inherited from ImageFileSource)
    Public MethodReads a 8-byte floating point value from the stream of the image file using encoding of this ImageFileSource and advances the position of the stream by 8 bytes. (Inherited from ImageFileSource)
    Public MethodReads a 16-bit signed integer from the stream of the image file using encoding of this ImageFileSource and advances the position of the stream by two bytes. (Inherited from ImageFileSource)
    Public MethodReads a 32-bit signed integer from the stream of the image file using encoding of this ImageFileSource and advances the position of the stream by 4 bytes. (Inherited from ImageFileSource)
    Public MethodReads a 64-bit signed integer from the stream of the image file using encoding of this ImageFileSource and advances the position of the stream by 8 bytes. (Inherited from ImageFileSource)
    Public MethodReads count signed bytes from the stream of the image file into a byte array and advances the current position by count bytes. (Inherited from ImageFileSource)
    Public MethodReads a 4-byte floating point value from the stream of the image file using encoding of this ImageFileSource and advances the position of the stream by 4 bytes. (Inherited from ImageFileSource)
    Public MethodReads a 16-bit unsigned integer from the stream of the image file using encoding of this ImageFileSource and advances the position of the stream by two bytes. (Inherited from ImageFileSource)
    Public MethodReads a 32-bit unsigned integer from the stream of the image file using encoding of this ImageFileSource and advances the position of the stream by 4 bytes. (Inherited from ImageFileSource)
    Public MethodReads an array of 32-bit unsigned integer values from the stream of the image file using encoding of this ImageFileSource and advances the position of the stream by (count*4) bytes. (Inherited from ImageFileSource)
    Public MethodReads a 64-bit unsigned integer from the stream of the image file using encoding of this ImageFileSource and advances the position of the stream by 4 bytes. (Inherited from ImageFileSource)
    Public MethodSets the size of the buffer, in bytes, of image source. (Inherited from ImageFileSource)
    Public MethodConverts double value from little-endian to big-endian format.
    Public MethodConverts 16-bit signed value from little-endian to big-endian format.
    Public MethodConverts 32-bit signed value from little-endian to big-endian format.
    Public MethodConverts 64-bit signed value from little-endian to big-endian format.
    Public MethodConverts float value from little-endian to big-endian format.
    Public MethodConverts 16-bit unsigned value from little-endian to big-endian format.
    Public MethodConverts 32-bit unsigned value from little-endian to big-endian format.
    Public MethodConverts 64-bit unsigned value from little-endian to big-endian format.
    Public MethodWrites a boolean value to the stream of the image file and advances the stream position by one byte. (Inherited from ImageFileSource)
    Public MethodWrites an unsigned byte to the stream of the image file and advances the stream position by one byte. (Inherited from ImageFileSource)
    Public MethodOverloaded. Writes a byte array to the stream of the image file. (Inherited from ImageFileSource)
    Public MethodWrites a section of a character array to the stream of the image file, and advances the current position of the stream in accordance with the Encoding used and perhaps the specific characters being written to the stream. (Inherited from ImageFileSource)
    Public MethodWrites a 8-byte floating-point value to the stream of the image file and advances the stream position by eight bytes. (Inherited from ImageFileSource)
    Public MethodWrites a 16-bit signed integer to the stream of the image file using Encoding of this ImageFileSource and advances the stream position by two bytes. (Inherited from ImageFileSource)
    Public MethodWrites a 32-bit unsigned integer to the stream of the image file using Encoding of this ImageFileSource and advances the stream position by four bytes. (Inherited from ImageFileSource)
    Public MethodWrites a 64-bit unsigned integer to the stream of the image file using Encoding of this ImageFileSource and advances the stream position by four bytes. (Inherited from ImageFileSource)
    Public MethodWrites a 4-byte floating-point value to the stream of the image file and advances the stream position by four bytes. (Inherited from ImageFileSource)
    Public MethodWrites a 16-bit unsigned integer to the stream of the image file using Encoding of this ImageFileSource and advances the stream position by two bytes. (Inherited from ImageFileSource)
    Public MethodWrites a 32-bit unsigned integer to the stream of the image file using Encoding of this ImageFileSource and advances the stream position by four bytes. (Inherited from ImageFileSource)
    Public MethodWrites a 64-bit unsigned integer to the stream of the image file using Encoding of this ImageFileSource and advances the stream position by four bytes. (Inherited from ImageFileSource)
    Protected Methods
     NameDescription
    Protected MethodOverloaded. Releases all resources used by this object. (Inherited from ImageFileSource)
    See Also