Example usage for Java javax.imageio.stream FileImageOutputStream fields, constructors, methods, implement or subclass
The text is from its open source code.
FileImageOutputStream(File f) Constructs a FileImageOutputStream that will write to a given File . | |
FileImageOutputStream(RandomAccessFile raf) Constructs a FileImageOutputStream that will write to a given RandomAccessFile . |
void | close() |
void | flush() |
void | write(byte[] b, int off, int len) |
void | write(int b) |
void | writeInt(int v) |