org.gamenet.application.mm8leveleditor.mm7
Class MM7NewLodEntry.NullOutputStream

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

protected class MM7NewLodEntry.NullOutputStream
extends OutputStream


Constructor Summary
protected MM7NewLodEntry.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

MM7NewLodEntry.NullOutputStream

protected MM7NewLodEntry.NullOutputStream()
Method Detail

write

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