Method | Description | |
---|---|---|
AddField ( FieldBase field ) : void | ||
CompressLZW ( Stream stream, int predictor, byte b, int height, int samplesPerPixel, int stride ) : void | ||
GetIfdSize ( ) : int | ||
WriteFile ( Stream stream ) : void | ||
WriteLong ( int v, Stream stream ) : void | ||
WriteShort ( int v, Stream stream ) : void |
public static CompressLZW ( Stream stream, int predictor, byte b, int height, int samplesPerPixel, int stride ) : void | ||
stream | Stream | |
predictor | int | |
b | byte | |
height | int | |
samplesPerPixel | int | |
stride | int | |
return | void |
public static WriteLong ( int v, Stream stream ) : void | ||
v | int | |
stream | Stream | |
return | void |
public static WriteShort ( int v, Stream stream ) : void | ||
v | int | |
stream | Stream | |
return | void |