com.github.nayuki.bmpio
Class BmpWriter

java.lang.Object
  extended by com.github.nayuki.bmpio.BmpWriter

public final class BmpWriter
extends Object


Constructor Summary
BmpWriter()
           
 
Method Summary
static void write(OutputStream out, BmpImage bmp)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BmpWriter

public BmpWriter()
Method Detail

write

public static void write(OutputStream out,
                         BmpImage bmp)
                  throws IOException
Throws:
IOException


Copyright © 2012. All Rights Reserved.