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