|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--BMPOutStream
Used by the codec to write BMP data.
BMPEncoder
,
BMPDecoder
Constructor Summary | |
BMPOutStream(java.io.OutputStream os)
Creates a new BMPOutStream. |
Method Summary | |
int |
byteCount()
Returns the number of bytes sent since the last reset. |
void |
resetCounter()
Called to reset the byte counter. |
void |
sendData(int bloks,
int data)
Writes 1-4 bytes to stream in intel order (lsb first). |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public BMPOutStream(java.io.OutputStream os)
Method Detail |
public void resetCounter()
public int byteCount()
public void sendData(int bloks, int data) throws java.io.IOException
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |