public class BufferedImageInputStream
extends java.io.InputStream
| Constructor and Description |
|---|
BufferedImageInputStream(java.awt.image.BufferedImage src) |
| Modifier and Type | Method and Description |
|---|---|
int |
getNextBit() |
int |
getNextByte() |
boolean |
hasMoreBits() |
int |
read() |
public BufferedImageInputStream(java.awt.image.BufferedImage src)
src - public boolean hasMoreBits()
public int getNextBit()
throws java.io.IOException
java.io.IOExceptionpublic int getNextByte()
throws java.io.IOException
java.io.IOExceptionpublic int read()
throws java.io.IOException
read in class java.io.InputStreamjava.io.IOException