Maven module :un.storage : image-ras :
Class : un.storage.imagery.ras.RASHeader
Extends/Implements : -
Subclasses : -

Sun raster image header.
author  Johann Sorel


Variables : width, height, depth, length, type, colormaptype, colormaplength
Functions : read, write



Image width.
public int width


Image height.
public int height


Image pixel depth.
possible values : 1,8,24,32
public int depth


Image data size in bytes.
public int length


Type of image.
One of RASConstants.TYPE_X
public int type


Color map type.
One of RASConstants.COLORMAP_X
public int colormaptype


Color map size in bytes.
public int colormaplength


public void read (DataInputStream ds)

public void write (DataOutputStream ds)