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.IOException
public int getNextByte() throws java.io.IOException
java.io.IOException
public int read() throws java.io.IOException
read
in class java.io.InputStream
java.io.IOException