javax.imageio.stream
public class FileImageOutputStream extends ImageOutputStreamImpl
Constructor Summary | |
---|---|
FileImageOutputStream(File file) | |
FileImageOutputStream(RandomAccessFile file) |
Method Summary | |
---|---|
void | close() |
long | length() |
int | read() |
int | read(byte[] data, int offset, int len) |
void | seek(long position) |
void | write(byte[] data, int offset, int len) |
void | write(int value) |