org.gamenet.application.mm8leveleditor.mm8
Class EnglishDLodEntry.NullOutputStream

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

protected class EnglishDLodEntry.NullOutputStream
extends OutputStream


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

EnglishDLodEntry.NullOutputStream

protected EnglishDLodEntry.NullOutputStream()
Method Detail

write

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