org.gamenet.application.mm8leveleditor.mm6
Class MM6NewLodEntry.NullOutputStream

java.lang.Object
  extended byjava.io.OutputStream
      extended byorg.gamenet.application.mm8leveleditor.mm6.MM6NewLodEntry.NullOutputStream
Enclosing class:
MM6NewLodEntry

protected class MM6NewLodEntry.NullOutputStream
extends OutputStream


Constructor Summary
protected MM6NewLodEntry.NullOutputStream()
           
 
Method Summary
 void write(int b)
           
 
Methods inherited from class java.io.OutputStream
close, flush, write, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MM6NewLodEntry.NullOutputStream

protected MM6NewLodEntry.NullOutputStream()
Method Detail

write

public void write(int b)
           throws IOException
Throws:
IOException