fill16Bit
public void fill16Bit(int[] target,
InputStream in,
GDIPalette pal)
throws IOException
fill24Bit
public void fill24Bit(int[] target,
InputStream in,
GDIPalette pal)
throws IOException
fill32Bit
public void fill32Bit(int[] target,
InputStream in,
GDIPalette pal)
throws IOException
fill4Bit
public void fill4Bit(int[] target,
InputStream in,
GDIPalette pal)
throws IOException
fill8Bit
public void fill8Bit(int[] target,
InputStream in,
GDIPalette pal)
throws IOException
fillMono
public void fillMono(int[] target,
InputStream in,
GDIPalette pal)
throws IOException
forceToSizeLeft
public static String forceToSizeLeft(String str,
int size,
char padChar)
Cut or padd the string to the given size
size
- the wanted lengthpadChar
- char to use for padding (must be of length()==1!)
- the string with correct lenght, padded with pad if necessary
readInt
protected int readInt(InputStream in)
throws IOException