|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.io.OutputStream
java.io.FilterOutputStream
uk.co.mmscomputing.imageio.jpeg.JPEGBitOutputStream
public class JPEGBitOutputStream
| Field Summary |
|---|
| Fields inherited from class java.io.FilterOutputStream |
|---|
out |
| Constructor Summary | |
|---|---|
JPEGBitOutputStream(java.io.OutputStream out)
|
|
| Method Summary | |
|---|---|
void |
flush()
|
void |
writeBit(int code)
|
void |
writeBits(int code,
int size)
|
| Methods inherited from class java.io.FilterOutputStream |
|---|
close, write, write, write |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JPEGBitOutputStream(java.io.OutputStream out)
| Method Detail |
|---|
public void writeBit(int code)
throws java.io.IOException
java.io.IOException
public void writeBits(int code,
int size)
throws java.io.IOException
java.io.IOException
public void flush()
throws java.io.IOException
flush in interface java.io.Flushableflush in class java.io.FilterOutputStreamjava.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||