Package com.levigo.jadice.server.png
Class ImageLineBI
- java.lang.Object
-
- com.levigo.jadice.server.png.ImageLineBI
-
- All Implemented Interfaces:
ar.com.hjg.pngj.IImageLine
public class ImageLineBI extends Object implements ar.com.hjg.pngj.IImageLine
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ImageLineBI.BufferedImage2PngAdapter
static class
ImageLineBI.Png2BufferedImageAdapter
-
Field Summary
Fields Modifier and Type Field Description int
datalen
-
Constructor Summary
Constructors Constructor Description ImageLineBI(ImageLineSetBI imageLineBiSet, int rowInBI)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
endReadFromPngRaw()
int
getRowNumber()
void
readFromPngRaw(byte[] raw, int len, int offset, int step)
void
writeToPngRaw(byte[] raw)
-
-
-
Constructor Detail
-
ImageLineBI
public ImageLineBI(ImageLineSetBI imageLineBiSet, int rowInBI)
-
-
Method Detail
-
getRowNumber
public int getRowNumber()
-
readFromPngRaw
public void readFromPngRaw(byte[] raw, int len, int offset, int step)
- Specified by:
readFromPngRaw
in interfacear.com.hjg.pngj.IImageLine
-
endReadFromPngRaw
public void endReadFromPngRaw()
- Specified by:
endReadFromPngRaw
in interfacear.com.hjg.pngj.IImageLine
-
writeToPngRaw
public void writeToPngRaw(byte[] raw)
- Specified by:
writeToPngRaw
in interfacear.com.hjg.pngj.IImageLine
-
-